Skip to content

Commit

Permalink
chore(deps): update ampel packages to >=0.9.0,<0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 27, 2024
1 parent 49965e7 commit d7451c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ include = [
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
ampel-plot = {version = ">=0.8.3-3,<0.9", source = "pypi"}
ampel-ztf = {version = ">=0.8.13,<0.9", extras = ["kafka"], optional = true}
ampel-photometry = {version = ">=0.8.3,<0.9", source = "pypi"}
ampel-interface = {version = ">=0.8.8,<0.9", source = "pypi"}
ampel-alerts = {version = ">=0.8.5,<0.9", source = "pypi"}
ampel-ztf = {version = ">=0.9.0,<0.10", extras = ["kafka"], optional = true}
ampel-photometry = {version = ">=0.9.0,<0.10", source = "pypi"}
ampel-interface = {version = ">=0.9.0,<0.10", source = "pypi"}
ampel-alerts = {version = ">=0.9.0,<0.10", source = "pypi"}
sncosmo = {version = "^2.5.0", optional = true}
iminuit = {version = "^2.8.0", optional = true}
sfdmap2 = {version = "^0.2.0", optional = true}
Expand Down

0 comments on commit d7451c2

Please sign in to comment.