leewatson commited on
Commit
192503c
·
verified ·
1 Parent(s): 6ddd4f9

big change

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,6 +1,10 @@
1
- torch
2
- transformers
3
- matplotlib
4
- scikit-learn
5
- gradio
 
 
 
 
6
  IPython
 
1
+ torch>=2.0.0
2
+ transformers>=4.39.0
3
+ gradio>=4.0.0
4
+ matplotlib>=3.7.0
5
+ numpy>=1.23.0
6
+ pandas>=1.5.0
7
+ scikit-learn>=1.3.0
8
+ prophet>=1.1.5
9
+ statsmodels>=0.13.5
10
  IPython