MathematicalModelingAgent commited on
Commit
ec08889
·
1 Parent(s): 79f4ebb

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -1
requirements.txt CHANGED
@@ -1 +1,29 @@
1
- openai
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ openai
2
+ python-dotenv
3
+ streamlit
4
+ pyyaml
5
+ bcrypt
6
+ python-dotenv
7
+ matplotlib
8
+ numpy
9
+ pandas
10
+ pypandoc
11
+ tiktoken
12
+ anthropic
13
+ helm
14
+ torch
15
+ sentence_transformers
16
+ pymc3==3.11.6
17
+ torch==2.6.0
18
+ torchvision==0.21.0
19
+ matplotlib==3.8.4
20
+ pandas==2.0.3
21
+ transformers==4.45.2
22
+ scipy==1.7.3
23
+ statsmodels==0.13.5
24
+ hmmlearn==0.3.3
25
+ pmdarima==2.0.4
26
+ scikit-image==0.19.0
27
+ pylatex
28
+ pyarrow==15.0.0
29
+ pyarrow<6.0.0,>=5.0.0