Skip to content

Commit

Permalink
unpinned libs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmasson committed Jun 28, 2024
1 parent 58e66c4 commit 1b5f38d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ package_dir =

# add your package requirements here
install_requires =
exodeepfinder==0.2.4
numpy==1.26.4
magicgui==0.8.2
QtPy==2.4.1
napari[all]==0.4.19
scikit-image==0.22.0
typing==3.7.4.3
pandas==2.2.2
lxml[html_clean]==5.2.2
pillow==10.3.0
h5py==3.11.0
mrcfile==1.5.0
scipy==1.13.1
exodeepfinder>=0.2.4
numpy>=1.26.4
magicgui>=0.8.2
QtPy>=2.4.1
napari[all]>=0.4.19
scikit-image>=0.22.0
typing>=3.7.4.3
pandas>=2.2.2
lxml[html_clean]>=5.2.2
pillow>=10.3.0
h5py>=3.11.0
mrcfile>=1.5.0
scipy>=1.13.1

[options.extras_require]
testing =
Expand Down

0 comments on commit 1b5f38d

Please sign in to comment.