Skip to content

Commit

Permalink
chore(deps): exclude ampel >=0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Dec 21, 2023
1 parent 4b00aa3 commit a55a4be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ampel-ztf"
version = "0.8.10"
version = "0.8.10.post0"
description = "Zwicky Transient Facility support for the Ampel system"
authors = [
"Valery Brinnel",
Expand Down Expand Up @@ -49,11 +49,11 @@ confluent-kafka = {version = "^2.0.0", optional = true}
healpy = {version = "^1.15", optional = true}
light-curve = {version = ">=0.7,<0.8", optional = true}
ampel-ztf-archive = {version = "^0.8.0-alpha.0", optional = true}
ampel-interface = "^0.8.7"
ampel-core = "^0.8.6"
ampel-photometry = "^0.8.3"
ampel-alerts = "^0.8.4"
ampel-plot = {version = "^0.8.3-3", optional = true}
ampel-interface = "^0.8.7,<0.9"
ampel-core = "^0.8.6,<0.9"
ampel-photometry = "^0.8.3,<0.9"
ampel-alerts = "^0.8.4,<0.9"
ampel-plot = {version = "^0.8.3-3,<0.9", optional = true}
pandas = {version = "^1.5.2", optional = true}
scipy = "^1.9.3"
planobs = {version = "^0.6.1", optional = true}
Expand Down

0 comments on commit a55a4be

Please sign in to comment.