Skip to content

Commit

Permalink
numpy less than 2
Browse files Browse the repository at this point in the history
  • Loading branch information
smribet committed Aug 29, 2024
1 parent 3407f8b commit f9b2f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
keywords="STEM,4DSTEM",
python_requires=">=3.10",
install_requires=[
"numpy >= 1.19",
"numpy >= 1.19, < 2.0",
"scipy >= 1.5.2",
"h5py >= 3.2.0",
"hdf5plugin >= 4.1.3",
"ncempy >= 1.8.1",
"ncempy >= 1.8.1, < 1.11.2",
"matplotlib >= 3.2.2",
"scikit-image >= 0.17.2",
"scikit-learn >= 0.23.2, < 1.5",
Expand Down

0 comments on commit f9b2f63

Please sign in to comment.