Skip to content

Commit 63a48f5

Browse files
Bump tensorflow from 1.15.0 to 2.4.0
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.0 to 2.4.0. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v1.15.0...v2.4.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5328443 commit 63a48f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
author_email='martin_engqvist@hotmail.com',
3737
url='https://github.com/EngqvistLab/UniRep',
3838
packages=find_packages(exclude=['contrib', 'docs', 'tests*']), #find folders containing scripts, exclude irrelevant ones
39-
install_requires=['tensorflow==1.15.0', 'numpy==1.18.1', 'pandas==1.0.1', 'biopython==1.76'],
39+
install_requires=['tensorflow==2.4.0', 'numpy==1.18.1', 'pandas==1.0.1', 'biopython==1.76'],
4040
include_package_data=True,
4141
license='GPLv3+',
4242
classifiers=[

0 commit comments

Comments
 (0)