Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -7
requirements.txt
CHANGED
|
@@ -3,15 +3,13 @@ Flask
|
|
| 3 |
flask-login
|
| 4 |
flask-sqlalchemy
|
| 5 |
Werkzeug
|
| 6 |
-
# (Note: Login/SQLAlchemy left unpinned for Py3.11 compatibility)
|
| 7 |
|
| 8 |
# --- The "Shadow System" (Gemini Integration) ---
|
| 9 |
-
google-generativeai
|
| 10 |
google-ai-generativelanguage
|
| 11 |
google-auth
|
| 12 |
|
| 13 |
# --- AI & Deep Learning Brain ---
|
| 14 |
-
# Unpinned to let pip find the best Py3.11 binaries automatically
|
| 15 |
torch
|
| 16 |
torchvision
|
| 17 |
numpy
|
|
@@ -21,10 +19,9 @@ scipy
|
|
| 21 |
|
| 22 |
# --- Computer Vision & Image Processing ---
|
| 23 |
opencv-python-headless
|
| 24 |
-
# MediaPipe is the last version with stable Windows Py3.11 support for your code
|
| 25 |
mediapipe
|
| 26 |
Pillow
|
| 27 |
-
|
| 28 |
# --- Visualization & Plots ---
|
| 29 |
matplotlib
|
| 30 |
seaborn
|
|
@@ -32,5 +29,4 @@ seaborn
|
|
| 32 |
# --- Utilities & Downloads ---
|
| 33 |
huggingface-hub
|
| 34 |
requests
|
| 35 |
-
gunicorn
|
| 36 |
-
|
|
|
|
| 3 |
flask-login
|
| 4 |
flask-sqlalchemy
|
| 5 |
Werkzeug
|
|
|
|
| 6 |
|
| 7 |
# --- The "Shadow System" (Gemini Integration) ---
|
| 8 |
+
google-generativeai
|
| 9 |
google-ai-generativelanguage
|
| 10 |
google-auth
|
| 11 |
|
| 12 |
# --- AI & Deep Learning Brain ---
|
|
|
|
| 13 |
torch
|
| 14 |
torchvision
|
| 15 |
numpy
|
|
|
|
| 19 |
|
| 20 |
# --- Computer Vision & Image Processing ---
|
| 21 |
opencv-python-headless
|
|
|
|
| 22 |
mediapipe
|
| 23 |
Pillow
|
| 24 |
+
|
| 25 |
# --- Visualization & Plots ---
|
| 26 |
matplotlib
|
| 27 |
seaborn
|
|
|
|
| 29 |
# --- Utilities & Downloads ---
|
| 30 |
huggingface-hub
|
| 31 |
requests
|
| 32 |
+
gunicorn
|
|
|