MUmairAB commited on
Commit
6df9540
1 Parent(s): 6a913eb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
- tensorflow
2
- numpy
3
- gradio
4
- altair<5
5
- Python==3.6.9
 
1
+ tensorflow==2.12.0
2
+ numpy==1.22.4
3
+ gradio==3.32.0
4
+ Python==3.10.11