Skip to content

Commit cb4b4fd

Browse files
Bump tensorflow from 2.4.1 to 2.9.3
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.1 to 2.9.3. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.4.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7582a0e commit cb4b4fd

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 @@ numpy>=1.10
22
scipy>=0.19
33
matplotlib>=2.0
44
seaborn==0.9.0
5-
tensorflow==2.4.1
5+
tensorflow==2.9.3
66
pandas==0.25.3
77
streamlit
88
xlrd==1.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'pandas>=0.25.3',
2828
'xlrd==1.2.0',
2929
'seaborn==0.9.0',
30-
'tensorflow==2.4.1',
30+
'tensorflow==2.9.3',
3131
'keras==2.4.3',
3232
'openpyxl'
3333
],

0 commit comments

Comments
 (0)