Skip to content

Commit 22466e2

Browse files
author
martinkilbinger
committed
preparing v0.1.4
1 parent 87a2733 commit 22466e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "cs_util"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Utility library for CosmoStat"
55
authors = ["Martin Kilbinger <martin.kilbinger@cea.fr>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.9,<3.13"
10-
astropy = "^5.0"
9+
python = ">=3.11,<3.13"
10+
astropy = "^7.0
1111
datetime = "^5.5"
1212
numpy = "^1.26.4"
1313
matplotlib = "^3.8.4"

0 commit comments

Comments
 (0)