Skip to content

Commit 360f532

Browse files
Bump tensorflow from 1.15.0 to 1.15.4 in /pertbio
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.0 to 1.15.4. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v1.15.0...v1.15.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6557543 commit 360f532

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', 'scipy==1.3.0'],
20+
install_requires=['tensorflow==1.15.4', 'numpy==1.16.0', 'pandas==0.24.2', 'scipy==1.3.0'],
2121
tests_require=['pytest', 'pandas', 'numpy', 'scipy'],
2222
setup_requires=['pytest-runner', "pytest"],
2323
zip_safe=True,

0 commit comments

Comments
 (0)