entropy25 commited on
Commit
fc0d38a
·
verified ·
1 Parent(s): 38f2ab8

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ gradio>=3.50.0
2
+ transformers>=4.21.0
3
+ torch>=1.12.0
4
+ pandas>=1.5.0
5
+ numpy>=1.23.0
6
+ scikit-learn>=1.1.0
7
+ plotly>=5.10.0
8
+ sqlalchemy>=1.4.0