qbhf2 commited on
Commit
71fe743
·
1 Parent(s): e1a11bd

new file: requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +117 -0
requirements.txt ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Основные зависимости с точными версиями (заморожено по pip freeze)
2
+ aiofiles==24.1.0
3
+ aiohappyeyeballs==2.6.1
4
+ aiohttp==3.11.16
5
+ aiosignal==1.3.2
6
+ annotated-types==0.7.0
7
+ anyio==4.9.0
8
+ asttokens==3.0.0
9
+ async-timeout==5.0.1
10
+ attrs==25.3.0
11
+ Authlib==1.5.2
12
+ certifi==2025.1.31
13
+ cffi==1.17.1
14
+ charset-normalizer==3.4.1
15
+ click==8.0.4
16
+ cryptography==44.0.2
17
+ datasets==3.5.0
18
+ decorator==5.2.1
19
+ dill==0.3.8
20
+ docstring_parser==0.16
21
+ exceptiongroup==1.2.2
22
+ executing==2.2.0
23
+ fastapi==0.115.12
24
+ ffmpy==0.5.0
25
+ filelock==3.18.0
26
+ frozenlist==1.5.0
27
+ fsspec==2024.12.0
28
+ gradio==5.24.0
29
+ gradio_client==1.8.0
30
+ groovy==0.1.2
31
+ h11==0.14.0
32
+ hf_transfer==0.1.9
33
+ hf-xet==1.0.3
34
+ httpcore==1.0.8
35
+ httpx==0.28.1
36
+ huggingface-hub==0.30.2
37
+ idna==3.10
38
+ ipython==8.35.0
39
+ itsdangerous==2.2.0
40
+ jedi==0.19.2
41
+ Jinja2==3.1.6
42
+ markdown-it-py==3.0.0
43
+ MarkupSafe==3.0.2
44
+ matplotlib-inline==0.1.7
45
+ mdurl==0.1.2
46
+ multidict==6.4.3
47
+ multiprocess==0.70.16
48
+ numpy==2.2.4
49
+ orjson==3.10.16
50
+ packaging==24.2
51
+ pandas==2.2.3
52
+ parso==0.8.4
53
+ pexpect==4.9.0
54
+ pillow==11.2.1
55
+ pip==25.0.1
56
+ prompt_toolkit==3.0.51
57
+ propcache==0.3.1
58
+ protobuf==3.20.3
59
+ psutil==5.9.8
60
+ ptyprocess==0.7.0
61
+ pure_eval==0.2.3
62
+ pyarrow==19.0.1
63
+ pycparser==2.22
64
+ pydantic==2.11.3
65
+ pydantic_core==2.33.1
66
+ pydub==0.25.1
67
+ Pygments==2.19.1
68
+ python-dateutil==2.9.0.post0
69
+ python-multipart==0.0.20
70
+ pytz==2025.2
71
+ PyYAML==6.0.2
72
+ requests==2.32.3
73
+ rich==14.0.0
74
+ ruff==0.11.6
75
+ safehttpx==0.1.6
76
+ semantic-version==2.10.0
77
+ setuptools==65.5.0
78
+ shellingham==1.5.4
79
+ shtab==1.7.2
80
+ six==1.17.0
81
+ sniffio==1.3.1
82
+ spaces==0.35.0
83
+ stack-data==0.6.3
84
+ starlette==0.46.2
85
+ tomlkit==0.13.2
86
+ tqdm==4.67.1
87
+ traitlets==5.14.3
88
+ typeguard==4.4.2
89
+ typer==0.15.2
90
+ typing_extensions==4.13.2
91
+ typing-inspection==0.4.0
92
+ tyro==0.9.19
93
+ tzdata==2025.2
94
+ urllib3==2.4.0
95
+ uvicorn==0.34.2
96
+ wcwidth==0.2.13
97
+ websockets==15.0.1
98
+ wheel==0.45.1
99
+ xxhash==3.5.0
100
+ yarl==1.19.0
101
+
102
+ # Дополнительные зависимости (если нужны, укажите точные версии)
103
+ scipy==1.13.0
104
+ pyaml==6.0.2
105
+ svgwrite==1.4.3
106
+ matplotlib==3.8.4
107
+ svgpathtools==1.6.1
108
+ cairosvg==2.7.1
109
+ nicegui==1.4.21
110
+ trimesh==4.3.1
111
+ libigl==2.4.0
112
+ pyrender==0.1.51
113
+ cgal==5.6.1
114
+ pygarment==0.1.0
115
+ pyliblzfse==0.4.1
116
+ bpy==3.6.0
117
+ viser[examples]==0.2.6