nisharg nargund commited on
Commit
b29877c
·
1 Parent(s): 95451fd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  flask
2
- tensorflow
 
3
  numpy
4
  pandas
5
  matplotlib
6
- keras==2.6.0
7
 
 
1
  flask
2
+ tensorflow==2.8.4
3
+ keras==2.6.0
4
  numpy
5
  pandas
6
  matplotlib
7
+
8