vedaco commited on
Commit
19c369a
·
verified ·
1 Parent(s): e866020

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- tensorflow
2
- keras
3
- huggingface_hub
4
- numpy
 
 
1
+ tensorflow>=2.13.0
2
+ transformers>=4.30.0
3
+ gradio>=4.0.0
4
+ numpy>=1.24.0
5
+ datasets>=2.12.0