Spaces:
Configuration error
Configuration error
Commit
·
6fbede7
1
Parent(s):
cf00082
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas==1.3.3
|
| 2 |
+
matplotlib==3.4.3
|
| 3 |
+
statsmodels==0.12.2
|
| 4 |
+
sklearn==0.24.2
|
| 5 |
+
streamlit==1.0.0
|
| 6 |
+
numpy==1.21.2
|
| 7 |
+
scipy==1.7.1
|
| 8 |
+
nltk==3.6.3
|
| 9 |
+
openai==0.27.0
|
| 10 |
+
patsy==0.5.2
|
| 11 |
+
pickle5==0.0.11 # if you're using Python < 3.8, otherwise the built-in pickle module should suffice
|