Skip to content

Commit f4ab42a

Browse files
author
David Miguel Susano Pinto
committed
setup.py: add requirement on scipy used by microscope.simulators.stage_aware_camera
1 parent 2c4f10c commit f4ab42a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,14 @@ def make_distribution(self):
129129
},
130130
packages=setuptools.find_packages(),
131131
python_requires=">=3.7",
132-
install_requires=["Pillow", "Pyro4", "hidapi", "numpy", "pyserial"],
132+
install_requires=[
133+
"Pillow",
134+
"Pyro4",
135+
"hidapi",
136+
"numpy",
137+
"pyserial",
138+
"scipy",
139+
],
133140
extras_require={"GUI": ["PySide2"]},
134141
entry_points={
135142
"console_scripts": [

0 commit comments

Comments
 (0)