We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ea0a7a + d5a0730 commit ad82ce9Copy full SHA for ad82ce9
1 file changed
pyproject.toml
@@ -1,14 +1,13 @@
1
[tool.poetry]
2
name = "cs_util"
3
-version = "0.1.1"
+version = "0.1.3"
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"
11
-camb = "1.5.4"
12
datetime = "^5.5"
13
numpy = "^1.26.4"
14
matplotlib = "^3.8.4"
@@ -17,6 +16,7 @@ scipy = "^1.13.0"
17
16
vos = "^3.6.1"
18
keyring = "^25.2.0"
19
pyccl = "^3.0.2"
+camb = "^1.5.9"
20
21
[tool.poetry.dev-dependencies]
22
pytest = "^6.2.5"
0 commit comments