Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +0 -8
requirements.txt
CHANGED
|
@@ -1,13 +1,7 @@
|
|
| 1 |
anthropic==0.44.0
|
| 2 |
fastapi==0.115.6
|
| 3 |
-
httpcore==1.0.7
|
| 4 |
httpx==0.28.1
|
| 5 |
-
ipykernel==6.29.5
|
| 6 |
-
ipython==8.31.0
|
| 7 |
-
jupyter_client==8.6.3
|
| 8 |
-
jupyter_core==5.7.2
|
| 9 |
matplotlib-inline==0.1.7
|
| 10 |
-
nest-asyncio==1.6.0
|
| 11 |
openai==1.59.9
|
| 12 |
pillow==11.1.0
|
| 13 |
pydantic==2.10.5
|
|
@@ -15,7 +9,5 @@ python-dotenv==1.0.1
|
|
| 15 |
python-multipart==0.0.20
|
| 16 |
tqdm==4.67.1
|
| 17 |
uvicorn==0.34.0
|
| 18 |
-
llama-index-core==0.12.14
|
| 19 |
-
llama-index-readers-file==0.4.4
|
| 20 |
llama-parse==0.5.20
|
| 21 |
json-flatten==0.3.0
|
|
|
|
| 1 |
anthropic==0.44.0
|
| 2 |
fastapi==0.115.6
|
|
|
|
| 3 |
httpx==0.28.1
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
matplotlib-inline==0.1.7
|
|
|
|
| 5 |
openai==1.59.9
|
| 6 |
pillow==11.1.0
|
| 7 |
pydantic==2.10.5
|
|
|
|
| 9 |
python-multipart==0.0.20
|
| 10 |
tqdm==4.67.1
|
| 11 |
uvicorn==0.34.0
|
|
|
|
|
|
|
| 12 |
llama-parse==0.5.20
|
| 13 |
json-flatten==0.3.0
|