Skip to content

Commit 3fff8cc

Browse files
committed
require pyapr>=1.0.0rc1
1 parent 158d5ea commit 3fff8cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy
2-
pyapr
2+
pyapr>=1.0.0rc1
33
napari
44
napari-plugin-engine>=0.1.4
55
qtpy

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ package_dir =
3030
# add your package requirements here
3131
install_requires =
3232
numpy
33-
pyapr
33+
pyapr>=1.0.0rc1
3434
napari
3535
napari-plugin-engine>=0.1.4
3636
qtpy

0 commit comments

Comments
 (0)