Spaces:
Running
Running
ashe0042 commited on
Commit ·
7d9826d
1
Parent(s): 6bd3a71
Strip requirements.txt to dashboard-only deps for HF Spaces
Browse files- requirements.txt +2 -14
requirements.txt
CHANGED
|
@@ -1,15 +1,3 @@
|
|
| 1 |
-
anthropic==0.111.0
|
| 2 |
-
datasets==3.6.0
|
| 3 |
-
numpy==2.4.6
|
| 4 |
-
openai==2.42.0
|
| 5 |
-
pandas>=1.4.0,<3
|
| 6 |
-
pdfplumber==0.11.10
|
| 7 |
-
pgvector==0.4.1
|
| 8 |
-
plotly==6.8.0
|
| 9 |
-
psycopg2-binary==2.9.10
|
| 10 |
-
python-dotenv==1.1.0
|
| 11 |
-
requests==2.34.2
|
| 12 |
-
scikit-learn==1.9.0
|
| 13 |
-
sentence-transformers==3.4.1
|
| 14 |
streamlit
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
+
plotly
|
| 3 |
+
pandas>=1.4.0,<3
|