Skip to content

Commit

Permalink
(misc) add bounds for numpy due to pymatgen bug in handling versi…
Browse files Browse the repository at this point in the history
…on `2` of it; also, a version bump
  • Loading branch information
amkrajewski committed Jun 18, 2024
1 parent 710ec55 commit f4a78b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pysipfenn"
version = "0.16.0"
version = "0.16.1"
authors = [
{ name="Adam Krajewski", email="ak@psu.edu" },
{ name="Jonathan Siegel", email="jwsiegel@tamu.edu" },
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies = [
"torch>=2.1.0",
"onnx2torch>=1.5.2",
"onnx>=1.13.0",
"numpy>=1.25.0",
"numpy>=1.25.0,<2.0.0",
"tqdm>=4.65.0",
"natsort>=8.3.0",
"pymongo>=4.4",
Expand Down

0 comments on commit f4a78b5

Please sign in to comment.