Skip to content

Commit bea0dab

Browse files
committed
remove numpy restriction in setup.py
1 parent df83483 commit bea0dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
keywords="STEM,4DSTEM",
2424
python_requires=">=3.10",
2525
install_requires=[
26-
"numpy >= 1.19, < 2.0",
26+
"numpy >= 1.19",
2727
"scipy >= 1.5.2",
2828
"h5py >= 3.2.0",
2929
"hdf5plugin >= 4.1.3",

0 commit comments

Comments
 (0)