Skip to content

Commit 1b372ba

Browse files
committed
Fixing requirements for conda-forge (#13)
Changed QtPy, opencv and itk versions
1 parent 96c5edf commit 1b372ba

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ tox
1010
twine
1111
numpy
1212
napari>=0.4.14
13-
PyQt5>=5.15.6
14-
opencv-python>=4.5.5.62
13+
QtPy
14+
opencv-python>=4.5.5
1515
dask-image>=0.6.0
1616
scikit-image>=0.19.2
1717
matplotlib>=3.4.1
@@ -21,5 +21,5 @@ torch>=1.11
2121
monai>=0.9.0
2222
nibabel
2323
pillow
24-
itk>=5.2.0.post1
24+
itk>=5.2.0
2525
vispy>=0.9.6

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ package_dir =
4242
install_requires =
4343
numpy
4444
napari>=0.4.14
45-
PyQt5>=5.15.6
46-
opencv-python>=4.5.5.62
45+
QtPy
46+
opencv-python>=4.5.5
4747
dask-image>=0.6.0
4848
scikit-image>=0.19.2
4949
matplotlib>=3.4.1
@@ -54,7 +54,7 @@ install_requires =
5454
nibabel
5555
scikit-image
5656
pillow
57-
itk>=5.2.0.post1
57+
itk>=5.2.0
5858
matplotlib
5959
vispy>=0.9.6
6060

0 commit comments

Comments
 (0)