Skip to content

Commit 4080843

Browse files
committed
do not support numpy>=2.0 for now
1 parent ab80a20 commit 4080843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ requires-python = ">=3.9"
3131
dependencies = [
3232
"loam>=0.8.0,<0.9.0",
3333
"f90nml>=1.4.4",
34-
"numpy>=1.24",
34+
"numpy>=1.24,<2.0",
3535
"scipy>=1.10",
3636
"pandas>=2.0",
3737
"h5py>=3.10",

0 commit comments

Comments
 (0)