Skip to content

Commit

Permalink
Merge pull request #345 from BiAPoL/unpin_numpy_version
Browse files Browse the repository at this point in the history
unpin numpy version
  • Loading branch information
Cryaaa authored Oct 25, 2024
2 parents 7901ab5 + 43f5f82 commit 4cbb725
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 4cbb725

Please sign in to comment.