Skip to content
Snippets Groups Projects
Commit 86799d95 authored by Hippolyte Verdier's avatar Hippolyte Verdier
Browse files

requirements

parent df516e1f
No related branches found
No related tags found
No related merge requests found
Pipeline #91066 failed
# Requirements file for ReadTheDocs, check .readthedocs.yml. # Requirements file for ReadTheDocs, check .readthedocs.yml.
# To build the module reference correctly, make sure every external package # To build the module reference correctly, make sure every external package
# under `install_requires` in `setup.cfg` is also listed here! # under `install_requires` in `setup.cfg` is also listed here!
sphinx>=3.2.1
napari>=0.3
matplotlib>=3.1.2
scikit-image>=0.18.3
trackpy==0.5.0
furo>=2022.03.04
dask==2022.1.0
dask-image==2021.12.0
zarr==2.11.1
pyyaml
pyqt5
# sphinx_rtd_theme # sphinx_rtd_theme
...@@ -51,6 +51,7 @@ package_dir = ...@@ -51,6 +51,7 @@ package_dir =
# For more information, check out https://semver.org/. # For more information, check out https://semver.org/.
install_requires = install_requires =
importlib-metadata; python_version<"3.8" importlib-metadata; python_version<"3.8"
PyQt5
palmari>=0.2.8 palmari>=0.2.8
zarr==2.11.1 zarr==2.11.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment