diff --git a/setup.py b/setup.py index 28b16692a..ba70c9072 100644 --- a/setup.py +++ b/setup.py @@ -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",