Skip to content

Commit e242591

Browse files
committed
updated requirements to avoid astropy7.1-numpy2.3 incompatibility
1 parent 60ca319 commit e242591

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

grss/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.5.2
1+
4.5.3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ healpy>=1.16.0
55
lxml>=5.1.0
66
matplotlib>=3.3.0
77
numba>=0.55.0
8-
numpy>=1.22.0
8+
numpy>=1.22.0,!=2.3 # Exclude numpy 2.3 because astropy.time.Time segfaults with it
99
pandas>=1.5.0
1010
pybind11[global]>=2.10.0
1111
requests>=2.22.0

tests/python/fit/a_CI_test.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)