prasanth345 commited on
Commit
b66c5fa
·
verified ·
1 Parent(s): 8755896

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
-
2
  statsmodels
3
  transformers
4
  torch
5
  streamlit
6
  plotly
7
- numpy==1.21.0
8
  pmdarima==2.0.4
9
  scipy==1.9.2
10
  pandas==1.3.3
 
 
 
1
  statsmodels
2
  transformers
3
  torch
4
  streamlit
5
  plotly
6
+ numpy>=1.19.0,<1.22.0
7
  pmdarima==2.0.4
8
  scipy==1.9.2
9
  pandas==1.3.3
10
+