Sara-Adjo commited on
Commit
257fcc5
·
verified ·
1 Parent(s): 7e31d98

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- tensorflow>=2.14.0
2
  Pillow>=10.0.0
3
- numpy>=1.24.0
4
  Flask>=3.0.0
5
  Werkzeug>=3.0.0
6
- gunicorn>=21.2.0
7
- tqdm>=4.66.0
8
- matplotlib>=3.7.0
 
1
+ tensorflow==2.15.0
2
  Pillow>=10.0.0
3
+ numpy>=1.24.0,<2.0.0
4
  Flask>=3.0.0
5
  Werkzeug>=3.0.0
6
+ gunicorn>=21.2.0
7
+ tqdm>=4.66.0
8
+ matplotlib>=3.7.0