Skip to content

Commit

Permalink
require
Browse files Browse the repository at this point in the history
  • Loading branch information
palec87 committed Jun 17, 2024
1 parent 490616c commit 0fa6078
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# The requirements listed here are for development.
# Requirements of your napari plugin should be listed in setup.cfg
# See also: https://caremad.io/posts/2013/07/setup-vs-requirement/

-e .

pip~=23.0.1
wheel~=0.40
tornado~=6.2
numpy~=1.23.5
docutils~=0.17.1
pandas~=1.5.3
napari~=0.4.17
matplotlib~=3.7.1
magicgui~=0.7.2
qtpy~=2.3.0
scikit-image~=0.20
umap-learn~=0.5.3
hdbscan~=0.8.29
scikit-learn~=1.2.2
pytz~=2022.7.1
numba~=0.56.4
pre-commit~=3.1.1
pytest~=7.2.2
setuptools~=67.6.0
superqt~=0.4.1
vispy~=0.11.0

0 comments on commit 0fa6078

Please sign in to comment.