We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1865245 + 57ddc75 commit ae7839cCopy full SHA for ae7839c
1 file changed
pyproject.toml
@@ -1,13 +1,13 @@
1
[tool.poetry]
2
name = "cs_util"
3
-version = "0.1.3"
+version = "0.1.4"
4
description = "Utility library for CosmoStat"
5
authors = ["Martin Kilbinger <martin.kilbinger@cea.fr>"]
6
readme = "README.md"
7
8
[tool.poetry.dependencies]
9
-python = ">=3.9,<3.13"
10
-astropy = "^5.0"
+python = ">=3.11,<3.13"
+astropy = "^7.0"
11
datetime = "^5.5"
12
numpy = "^1.26.4"
13
matplotlib = "^3.8.4"
0 commit comments