Navya-Sree commited on
Commit
991e350
·
verified ·
1 Parent(s): bff484a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -15
requirements.txt CHANGED
@@ -1,15 +1,18 @@
1
- streamlit==1.28.0
2
- pandas==2.0.3
3
- numpy==1.24.3
4
- scikit-learn==1.3.0
5
- statsmodels==0.14.0
6
- plotly==5.16.1
7
- matplotlib==3.7.2
8
- seaborn==0.12.2
9
- torch==2.0.1
10
- transformers==4.32.1
11
- sentence-transformers==2.2.2
12
- tsfresh==0.20.1
13
- pmdarima==2.0.3
14
- prophet==1.1.4
15
- pyyaml==6.0.1
 
 
 
 
1
+ streamlit==1.32.0
2
+ pandas==2.2.1
3
+ numpy==1.26.4
4
+ scikit-learn==1.4.1.post1
5
+ statsmodels==0.14.1
6
+ plotly==5.18.0
7
+ matplotlib==3.8.3
8
+ seaborn==0.13.2
9
+ torch==2.2.1
10
+ transformers==4.38.2
11
+ sentence-transformers==2.7.0
12
+ tsfresh==0.20.2
13
+ pmdarima==2.0.4
14
+ prophet==1.1.5
15
+ pyyaml==6.0.1
16
+ openai==1.12.0
17
+ langchain==0.1.11
18
+ llama-index==0.10.20