Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
hdbscan==0.8.29
|
2 |
+
ipython==8.23.0
|
3 |
+
matplotlib==3.7.1
|
4 |
+
numpy==1.25.0
|
5 |
+
openai==1.25.0
|
6 |
+
pandas==2.2.2
|
7 |
+
plotly==5.14.1
|
8 |
+
protobuf==4.25.3
|
9 |
+
python_dateutil==2.8.2
|
10 |
+
python_Levenshtein==0.25.1
|
11 |
+
Requests==2.31.0
|
12 |
+
scikit_learn==1.4.2
|
13 |
+
scipy==1.13.0
|
14 |
+
seaborn==0.13.2
|
15 |
+
sentence_transformers==2.2.2
|
16 |
+
squarify==0.4.3
|
17 |
+
statsmodels==0.14.1
|
18 |
+
stqdm==0.0.5
|
19 |
+
streamlit==1.33.0
|
20 |
+
#torch==2.0.1+cu118
|
21 |
+
umap==0.1.1
|
22 |
+
umap_learn==0.5.3
|
23 |
+
xgboost==2.0.3
|
24 |
+
|