Skip to content

Commit 9a32059

Browse files
committed
Pin numpy<2.0.0
1 parent a30f7dd commit 9a32059

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
@@ -28,7 +28,7 @@ dependencies = [
2828
"h5py>=3.6.0",
2929
"xarray>=0.20.2",
3030
"PyYAML>=6.0",
31-
"numpy>=1.21.2",
31+
"numpy>=1.21.2,<2.0.0.",
3232
"pandas>=1.3.2",
3333
"ase>=3.19.0",
3434
"mergedeep",

0 commit comments

Comments
 (0)