We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1feea02 commit 5c65746Copy full SHA for 5c65746
setup.py
@@ -49,6 +49,7 @@
49
50
SETUP_REQUIRES = ['setuptools', 'setuptools_scm']
51
52
+# TODO: Add commented-out requirements once they are on conda:
53
INSTALL_REQUIRES = [
54
"labscript_utils >= 2.13.2",
55
"blacs >= 2.7.0",
@@ -57,6 +58,7 @@
57
58
"zprocess >=2.18.0",
59
"numpy >=1.15.1",
60
"pyserial",
61
+ "pillow",
62
# PyDAQmx
63
# PyNIVision
64
# spinapi
0 commit comments