Skip to content

Commit

Permalink
unpin numpy version
Browse files Browse the repository at this point in the history
changed the dependencies to not rely on pinned numpy versions which are no longer supported by libraries like zarr
  • Loading branch information
Cryaaa committed Sep 17, 2024
1 parent c7bae7b commit 43f5f82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
pip~=23.0.1
wheel~=0.40
tornado~=6.2
numpy~=1.23.5
numpy~=1.26.0
docutils~=0.17.1
pandas~=1.5.3
napari~=0.4.19
matplotlib~=3.7.1
magicgui~=0.7.2
qtpy~=2.3.0
scikit-image~=0.20
umap-learn~=0.5.3
umap-learn~=0.5.6
hdbscan~=0.8.29
scikit-learn~=1.2.2
pytz~=2022.7.1
numba~=0.56.4
numba~=0.58.0
pre-commit~=3.1.1
pytest~=7.2.2
setuptools~=67.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ python_requires = >=3.7
# see here https://github.com/BiAPoL/napari-clusters-plotter/issues/215
install_requires =
napari-plugin-engine>=0.1.4
numpy>=1.21,<=1.23.5
numpy>=1.21
scikit-learn
matplotlib
pandas
Expand Down

0 comments on commit 43f5f82

Please sign in to comment.