Skip to content

Commit 2a939da

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] <support@github.com>
1 parent 9858573 commit 2a939da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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
88

setup.py

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

0 commit comments

Comments
 (0)