spagestic commited on
Commit
418da1c
·
1 Parent(s): 4949f93

Update requirements.txt to include specific versions of dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +66 -2
requirements.txt CHANGED
@@ -1,2 +1,66 @@
1
- matplotlib
2
- numpy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ audioop-lts==0.2.1
5
+ certifi==2025.4.26
6
+ charset-normalizer==3.4.2
7
+ click==8.2.1
8
+ colorama==0.4.6
9
+ contourpy==1.3.2
10
+ cycler==0.12.1
11
+ fastapi==0.115.12
12
+ ffmpy==0.6.0
13
+ filelock==3.18.0
14
+ fonttools==4.58.1
15
+ fsspec==2025.5.1
16
+ gradio==5.32.1
17
+ gradio_client==1.10.2
18
+ groovy==0.1.2
19
+ h11==0.16.0
20
+ httpcore==1.0.9
21
+ httpx==0.28.1
22
+ httpx-sse==0.4.0
23
+ huggingface-hub==0.32.4
24
+ idna==3.10
25
+ Jinja2==3.1.6
26
+ kiwisolver==1.4.8
27
+ markdown-it-py==3.0.0
28
+ MarkupSafe==3.0.2
29
+ matplotlib==3.10.3
30
+ mcp==1.9.0
31
+ mdurl==0.1.2
32
+ numpy==2.2.6
33
+ orjson==3.10.18
34
+ packaging==25.0
35
+ pandas==2.2.3
36
+ pillow==11.2.1
37
+ pydantic==2.11.5
38
+ pydantic-settings==2.9.1
39
+ pydantic_core==2.33.2
40
+ pydub==0.25.1
41
+ Pygments==2.19.1
42
+ pyparsing==3.2.3
43
+ python-dateutil==2.9.0.post0
44
+ python-dotenv==1.1.0
45
+ python-multipart==0.0.20
46
+ pytz==2025.2
47
+ PyYAML==6.0.2
48
+ requests==2.32.3
49
+ rich==14.0.0
50
+ ruff==0.11.12
51
+ safehttpx==0.1.6
52
+ semantic-version==2.10.0
53
+ shellingham==1.5.4
54
+ six==1.17.0
55
+ sniffio==1.3.1
56
+ sse-starlette==2.3.6
57
+ starlette==0.46.2
58
+ tomlkit==0.13.2
59
+ tqdm==4.67.1
60
+ typer==0.16.0
61
+ typing-inspection==0.4.1
62
+ typing_extensions==4.14.0
63
+ tzdata==2025.2
64
+ urllib3==2.4.0
65
+ uvicorn==0.34.3
66
+ websockets==15.0.1