Skip to content

Commit

Permalink
fix(deps): update minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 12, 2023
1 parent f6a2504 commit 6c4e01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.12,<3.13"
ampel-plot = {version = "^0.8.3-3", source = "pypi"}
ampel-ztf = {version = "^0.8.5", source = "pypi", extras = ["kafka"], optional = true}
ampel-photometry = {version = "^0.8.3", source = "pypi"}
Expand All @@ -52,7 +52,7 @@ astropy = "^5.0"
# pymage = {url = "https://github.com/MickaelRigault/pymage/archive/v1.0.tar.gz#sha256=11e99c4ea06b76ca7fb5b42d1d35d64139a4fa6f7f163a2f0f9cc3ea0b3c55eb"}
# pymage has an undeclared dependency on pandas
pandas = "^2.0.0"
seaborn = "^0.12.0"
seaborn = "^0.13.0"
adjustText = "^0.7.3"
extcats = {version = "^2.4.2", optional = true, source = "pypi"}
slack-sdk = {version = "^3", optional = true}
Expand Down

0 comments on commit 6c4e01b

Please sign in to comment.