Skip to content

Commit f4a78b5

Browse files
authored
(misc) add bounds for numpy due to pymatgen bug in handling version 2 of it; also, a version bump
1 parent 710ec55 commit f4a78b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pysipfenn"
7-
version = "0.16.0"
7+
version = "0.16.1"
88
authors = [
99
{ name="Adam Krajewski", email="[email protected]" },
1010
{ name="Jonathan Siegel", email="[email protected]" },
@@ -33,7 +33,7 @@ dependencies = [
3333
"torch>=2.1.0",
3434
"onnx2torch>=1.5.2",
3535
"onnx>=1.13.0",
36-
"numpy>=1.25.0",
36+
"numpy>=1.25.0,<2.0.0",
3737
"tqdm>=4.65.0",
3838
"natsort>=8.3.0",
3939
"pymongo>=4.4",

0 commit comments

Comments
 (0)