D3MI4N commited on
Commit
0c65c4e
Β·
1 Parent(s): 23a9367

fix: numpy version compatible with Python 3.10

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -92
requirements.txt CHANGED
@@ -1,93 +1,20 @@
1
- aiofiles==24.1.0
2
- aiohappyeyeballs==2.6.1
3
- aiohttp==3.13.2
4
- aiosignal==1.4.0
5
- annotated-doc==0.0.4
6
- annotated-types==0.7.0
7
- anyio==4.11.0
8
- attrs==25.4.0
9
- brotli==1.2.0
10
- cachetools==6.2.2
11
- cbor2==5.7.1
12
- certifi==2025.11.12
13
- cffi==2.0.0
14
- charset-normalizer==3.4.4
15
- click==8.3.1
16
- cryptography==46.0.3
17
- fastapi==0.121.2
18
- ffmpy==1.0.0
19
- filelock==3.20.0
20
- frozenlist==1.8.0
21
- fsspec==2025.10.0
22
- geographiclib==2.1
23
- geopy==2.4.1
24
  gradio==5.49.1
25
- gradio_client==1.13.3
26
- groovy==0.1.2
27
- grpclib==0.4.8
28
- h11==0.16.0
29
- h2==4.3.0
30
- hf-xet==1.2.0
31
- hpack==4.1.0
32
- httpcore==1.0.9
33
- httpx==0.28.1
34
- httpx-sse==0.4.3
35
- huggingface_hub==1.1.5
36
- hyperframe==6.1.0
37
- idna==3.11
38
- Jinja2==3.1.6
39
- jsonschema==4.25.1
40
- jsonschema-specifications==2025.9.1
41
- markdown-it-py==4.0.0
42
- MarkupSafe==3.0.3
43
- mcp==1.22.0
44
- mdurl==0.1.2
45
- modal==1.2.4
46
- multidict==6.7.0
47
- numpy==2.3.4
48
- orjson==3.11.4
49
- packaging==25.0
50
- pandas==2.3.3
51
- pillow==11.3.0
52
- propcache==0.4.1
53
- protobuf==6.33.1
54
- pycparser==2.23
55
- pydantic==2.11.10
56
- pydantic-settings==2.12.0
57
- pydantic_core==2.33.2
58
- pydub==0.25.1
59
- Pygments==2.19.2
60
- PyJWT==2.10.1
61
- python-dateutil==2.9.0.post0
62
- python-dotenv==1.2.1
63
- python-multipart==0.0.20
64
- pytz==2025.2
65
- PyYAML==6.0.3
66
- referencing==0.37.0
67
- requests==2.32.5
68
- rich==14.2.0
69
- rpds-py==0.29.0
70
- ruff==0.14.6
71
- safehttpx==0.1.7
72
- semantic-version==2.10.0
73
- shellingham==1.5.4
74
- six==1.17.0
75
- sniffio==1.3.1
76
- sse-starlette==3.0.3
77
- starlette==0.49.3
78
- synchronicity==0.10.4
79
- toml==0.10.2
80
- tomlkit==0.13.3
81
- tqdm==4.67.1
82
- typer==0.20.0
83
- typer-slim==0.20.0
84
- types-certifi==2021.10.8.3
85
- types-toml==0.10.8.20240310
86
- typing-inspection==0.4.2
87
- typing_extensions==4.15.0
88
- tzdata==2025.2
89
- urllib3==2.5.0
90
- uvicorn==0.38.0
91
- watchfiles==1.1.1
92
- websockets==15.0.1
93
- yarl==1.22.0
 
1
+ # Core packages
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  gradio==5.49.1
3
+ fastapi>=0.121.0
4
+ uvicorn>=0.38.0
5
+ httpx>=0.28.0
6
+ requests>=2.32.0
7
+ pydantic>=2.11.0,<2.12
8
+
9
+ # Data processing
10
+ numpy>=1.24.0,<2.3
11
+ pandas>=2.0.0,<2.4
12
+ geopy>=2.4.0
13
+ cachetools>=6.2.0
14
+
15
+ # Environment & utilities
16
+ python-dotenv>=1.2.0
17
+ python-multipart>=0.0.20
18
+
19
+ # MCP
20
+ mcp>=1.22.0