We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158d5ea commit 3fff8ccCopy full SHA for 3fff8cc
requirements.txt
@@ -1,5 +1,5 @@
1
numpy
2
-pyapr
+pyapr>=1.0.0rc1
3
napari
4
napari-plugin-engine>=0.1.4
5
qtpy
setup.cfg
@@ -30,7 +30,7 @@ package_dir =
30
# add your package requirements here
31
install_requires =
32
33
- pyapr
+ pyapr>=1.0.0rc1
34
35
36
0 commit comments