Skip to content

Commit 5c65746

Browse files
Add pillow requirement
1 parent 1feea02 commit 5c65746

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949

5050
SETUP_REQUIRES = ['setuptools', 'setuptools_scm']
5151

52+
# TODO: Add commented-out requirements once they are on conda:
5253
INSTALL_REQUIRES = [
5354
"labscript_utils >= 2.13.2",
5455
"blacs >= 2.7.0",
@@ -57,6 +58,7 @@
5758
"zprocess >=2.18.0",
5859
"numpy >=1.15.1",
5960
"pyserial",
61+
"pillow",
6062
# PyDAQmx
6163
# PyNIVision
6264
# spinapi

0 commit comments

Comments
 (0)