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 a4c0ffb commit 73fc7ceCopy full SHA for 73fc7ce
pertbio/setup.py
@@ -17,7 +17,7 @@
17
url="https://github.com/dfci/CellBox",
18
packages=['pertbio'],
19
python_requires='>=3.6',
20
- install_requires=['tensorflow==1.15.0', 'numpy==1.16.0', 'pandas==0.24.2'],
+ install_requires=['tensorflow==1.15.4', 'numpy==1.16.0', 'pandas==0.24.2'],
21
tests_require=['pytest', 'pandas'],
22
setup_requires=['pytest-runner', "pytest"],
23
zip_safe=True,
0 commit comments