Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +36 -2
requirements.txt
CHANGED
@@ -1,2 +1,36 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gunicorn
|
2 |
+
albucore==0.0.24
|
3 |
+
albumentations==2.0.8
|
4 |
+
async-lru==2.0.5
|
5 |
+
fastapi==0.115.14
|
6 |
+
fastjsonschema==2.21.1
|
7 |
+
Flask==3.1.1
|
8 |
+
flask-cors==6.0.1
|
9 |
+
fonttools==4.58.4
|
10 |
+
fpdf==1.7.2
|
11 |
+
grpcio==1.73.1
|
12 |
+
h11==0.16.0
|
13 |
+
httpcore==1.0.9
|
14 |
+
httpx==0.28.1
|
15 |
+
idna==3.10
|
16 |
+
jedi==0.19.2
|
17 |
+
Jinja2==3.1.6
|
18 |
+
joblib==1.5.1
|
19 |
+
json5==0.12.0
|
20 |
+
jsonpointer==3.0.0
|
21 |
+
jsonschema==4.24.0
|
22 |
+
jsonschema-specifications==2025.4.1
|
23 |
+
python-json-logger==3.3.0
|
24 |
+
python-multipart==0.0.20
|
25 |
+
requests==2.32.4
|
26 |
+
scikit-learn==1.7.0
|
27 |
+
scipy==1.15.3
|
28 |
+
seaborn==0.13.2
|
29 |
+
sympy==1.14.0
|
30 |
+
torch==2.7.1
|
31 |
+
torchaudio==2.7.1
|
32 |
+
torchvision==0.22.1
|
33 |
+
uvicorn==0.34.3
|
34 |
+
python-telegram-bot
|
35 |
+
aiohttp # if you're using async methods
|
36 |
+
python-dotenv # if you're using environment variables
|