daviddwlee84 commited on
Commit
bdc45df
·
1 Parent(s): 91cbdf3

Remove Keras version constraint

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
 
1
  tensorflow==2.12.0
2
- keras==2.15.0 # For compatibility with SavedModel format
3
  numpy
4
  matplotlib
5
  Pillow
 
1
+ # For compatibility with SavedModel format
2
  tensorflow==2.12.0
 
3
  numpy
4
  matplotlib
5
  Pillow