Update requirements.txt
Browse files- requirements.txt +0 -13
requirements.txt
CHANGED
|
@@ -5,19 +5,6 @@
|
|
| 5 |
torch>=1.13.0
|
| 6 |
numpy>=1.21.0
|
| 7 |
|
| 8 |
-
# --- Agent Specific Dependencies ---
|
| 9 |
-
# For Ingestion Agent image processing example
|
| 10 |
-
Pillow>=9.0.0
|
| 11 |
-
|
| 12 |
-
# --- API Layer Dependencies ---
|
| 13 |
-
fastapi>=0.90.0
|
| 14 |
-
# Lock Pydantic < 2.0 for broad FastAPI compatibility, adjust if using newer FastAPI explicitly with Pydantic v2
|
| 15 |
-
pydantic>=1.10.0,<2.0.0
|
| 16 |
-
# ASGI Server (standard includes extras like watchfiles for reload)
|
| 17 |
-
uvicorn[standard]>=0.20.0
|
| 18 |
-
# Optional: Needed if using FastAPI file uploads via forms
|
| 19 |
-
# python-multipart>=0.0.5
|
| 20 |
-
|
| 21 |
# --- Streamlit UI Dependencies ---
|
| 22 |
streamlit>=1.25.0
|
| 23 |
# For calling the FastAPI backend from the Streamlit UI
|
|
|
|
| 5 |
torch>=1.13.0
|
| 6 |
numpy>=1.21.0
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
# --- Streamlit UI Dependencies ---
|
| 9 |
streamlit>=1.25.0
|
| 10 |
# For calling the FastAPI backend from the Streamlit UI
|