Skip to content

Commit ab4f773

Browse files
Bump tensorflow from 1.15.2 to 2.5.0
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.5.0. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v1.15.2...v2.5.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1af699 commit ab4f773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ numpy
1010
pebble
1111
pickle-mixin
1212
pycrypto
13-
tensorflow==1.15.2
13+
tensorflow==2.5.0
1414
tensorflow_hub==0.4.0
1515
timeloop
1616
zipfile36

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
install_requires=[
4949
'argparse', 'grpcio', 'grpcio-tools', 'libeospy', 'loguru',
5050
'matplotlib', 'miniupnpc', 'networkx', 'numpy', 'pebble',
51-
'pickle-mixin', 'pycrypto', 'sklearn', 'tensorflow==1.15.2',
51+
'pickle-mixin', 'pycrypto', 'sklearn', 'tensorflow==2.5.0',
5252
'tensorflow_hub==0.4.0', 'timeloop', 'zipfile36'
5353
], # Optional
5454
)

0 commit comments

Comments
 (0)