Skip to content

Commit 6557543

Browse files
committed
Update setup.py
1 parent 01ab14e commit 6557543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pertbio/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
url="https://github.com/dfci/CellBox",
1818
packages=['pertbio'],
1919
python_requires='>=3.6',
20-
install_requires=['tensorflow==1.15.0', 'numpy==1.16.0', 'pandas==0.24.2'],
21-
tests_require=['pytest', 'pandas'],
20+
install_requires=['tensorflow==1.15.0', 'numpy==1.16.0', 'pandas==0.24.2', 'scipy==1.3.0'],
21+
tests_require=['pytest', 'pandas', 'numpy', 'scipy'],
2222
setup_requires=['pytest-runner', "pytest"],
2323
zip_safe=True,
2424
keywords='Scientific machine learning, sciML, perturbation biology, interpretability',

0 commit comments

Comments
 (0)