diff --git a/setup.cfg b/setup.cfg index ae3e0c9f..3344a237 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,9 +35,11 @@ packages = find: python_requires = >=3.7 # add your package requirements here +# remove pinned numpy version after incompatibility with numba is fixed +# see here https://github.com/BiAPoL/napari-clusters-plotter/issues/215 install_requires = napari-plugin-engine>=0.1.4 - numpy>=1.21 + numpy>=1.21,<=1.23.5 scikit-learn matplotlib pandas