Skip to content

Commit

Permalink
Adapt requirements and restrict numpy<2.0.0 for python <3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jun 18, 2024
1 parent 445f000 commit 4308e19
Show file tree
Hide file tree
Showing 5 changed files with 256 additions and 67 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
dependencies = [
"scipy",
"numpy>=1.20",
"numpy<2.0.0;python_version<'3.10'",
"pandas>=1.0.0",
"h5py",
"pyyaml",
Expand Down
Loading

0 comments on commit 4308e19

Please sign in to comment.