Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy>=1.19.5
|
2 |
+
pandas>=1.1.5
|
3 |
+
matplotlib>=3.2.2
|
4 |
+
seaborn>=0.11.0
|
5 |
+
scikit-learn>=0.24.1
|
6 |
+
statsmodels>=0.12.2
|
7 |
+
plotly>=4.4.1
|
8 |
+
scipy>=1.4.1
|
9 |
+
python-dotenv>=1.0.0
|
10 |
+
langchain-openai>=0.0.5
|
11 |
+
langchain>=0.1.0
|
12 |
+
openai>=1.0.0
|