Skip to content

Commit ae7839c

Browse files
Merge pull request #53 from martinkilbinger/v0.1.4prep
V0.1.4prep
2 parents 1865245 + 57ddc75 commit ae7839c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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 <[email protected]>"]
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)