diff --git a/setup.cfg b/setup.cfg index f404374..8687ea4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = napari-exodeepfinder -version = 0.0.8 +version = 0.0.9 author = Constantin Aronssohn, Arthur Masson author_email = cnstt@tutanota.com url = https://github.com/deep-finder/napari-exodeepfinder @@ -42,17 +42,10 @@ package_dir = # add your package requirements here install_requires = exodeepfinder>=0.3.11 - numpy>=1.26.4 - magicgui>=0.8.2 napari[all]>=0.4.19 - scikit-image>=0.22.0 typing>=3.7.4.3 pandas>=2.2.2 - lxml[html_clean]>=4.9.3 pillow>=10.3.0 - h5py>=3.11.0 - mrcfile>=1.4.3 - scipy>=1.13.1 [options.extras_require] testing =