Skip to content

Commit 76e577c

Browse files
Bump tensorflow from 1.9.0 to 1.15.2 in /pertbio
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.9.0 to 1.15.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v1.9.0...v1.15.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12b57cd commit 76e577c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pertbio/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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'],
20+
install_requires=['tensorflow==1.15.2', 'numpy==1.16.0', 'pandas==0.24.2'],
2121
tests_require=['pytest', 'pandas'],
2222
setup_requires=['pytest-runner', "pytest"],
2323
zip_safe=True,

0 commit comments

Comments
 (0)