Skip to content

Commit

Permalink
PICMI: NumPy 2.0 Support (#119)
Browse files Browse the repository at this point in the history
We can relax the version requirement of PICMI because
NumPy 2.0 does not break our logic.
  • Loading branch information
ax3l authored Sep 6, 2024
1 parent fe87933 commit 86bc355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PICMI_Python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy~=1.15
numpy>=1.15
scipy~=1.5
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "picmistandard"
dynamic = ["version"]
dependencies = ["numpy~=1.15",
dependencies = ["numpy>=1.15",
"scipy~=1.5"]
description = "Python base classes for PICMI standard"
readme = "README.md"
Expand Down

0 comments on commit 86bc355

Please sign in to comment.