Skip to content

Commit 57e2623

Browse files
Bump tensorflow from 2.3.1 to 2.4.2
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.4.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.3.1...v2.4.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a90d286 commit 57e2623

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
@@ -2,6 +2,6 @@ cython>=0.29
22
numpy==1.16.4
33
easydict>=1.9,<=1.10
44
opencv-python>=3.4,<3.5
5-
tensorflow==2.3.1
5+
tensorflow==2.4.2
66
tensorlayer==2.2.3
77
pycocotools==2.0.0 # must be installed after cython and numpy are installed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"numpy==1.16.4",
1313
"easydict>=1.9,<=1.10",
1414
"opencv-python>=3.4,<3.5",
15-
"tensorflow==2.3.1",
15+
"tensorflow==2.4.2",
1616
"tensorlayer==2.2.3",
1717
"pycocotools"
1818
],

0 commit comments

Comments
 (0)