Skip to content

Commit

Permalink
Merge pull request #219 from BiAPoL/pin-numpy-version
Browse files Browse the repository at this point in the history
Pin numpy version due to incompatibility with numba
  • Loading branch information
lazigu committed Mar 21, 2023
2 parents bac00d7 + f13121c commit bb9e370
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb9e370

Please sign in to comment.