We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c5edf commit 1b372baCopy full SHA for 1b372ba
2 files changed
requirements.txt
@@ -10,8 +10,8 @@ tox
10
twine
11
numpy
12
napari>=0.4.14
13
-PyQt5>=5.15.6
14
-opencv-python>=4.5.5.62
+QtPy
+opencv-python>=4.5.5
15
dask-image>=0.6.0
16
scikit-image>=0.19.2
17
matplotlib>=3.4.1
@@ -21,5 +21,5 @@ torch>=1.11
21
monai>=0.9.0
22
nibabel
23
pillow
24
-itk>=5.2.0.post1
+itk>=5.2.0
25
vispy>=0.9.6
setup.cfg
@@ -42,8 +42,8 @@ package_dir =
42
install_requires =
43
44
45
- PyQt5>=5.15.6
46
- opencv-python>=4.5.5.62
+ QtPy
+ opencv-python>=4.5.5
47
48
49
@@ -54,7 +54,7 @@ install_requires =
54
55
scikit-image
56
57
- itk>=5.2.0.post1
+ itk>=5.2.0
58
matplotlib
59
60
0 commit comments