From f13121ca3118e0464dc4cf372ca20500a57bf3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20=C5=BDigutyt=C4=97?= Date: Tue, 21 Mar 2023 10:44:41 +0100 Subject: [PATCH] pin numpy version, fixes #215 --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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