affine commited on
Commit
f4b3bc3
1 Parent(s): d1c4dc0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -3,11 +3,14 @@ pytorch-lightning
3
  pytorch_forecasting
4
  pystan
5
  prophet
6
- streamlit
7
  streamlit-toggle-switch
8
  seaborn
9
- pandas
10
  matplotlib
11
- numpy
12
  scikit-learn
13
- plotly
 
 
 
 
3
  pytorch_forecasting
4
  pystan
5
  prophet
6
+ #streamlit
7
  streamlit-toggle-switch
8
  seaborn
9
+ #pandas
10
  matplotlib
11
+ #numpy
12
  scikit-learn
13
+ plotly
14
+ numpy>=1.21.0,<1.22.0
15
+ pandas>=1.3.0,<1.4.0
16
+ streamlit>=1.0.0,<2.0.0