tonyliu404 commited on
Commit
567e244
·
verified ·
1 Parent(s): 1601503

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +105 -0
requirements.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ aiofiles==23.2.1
3
+ annotated-types==0.7.0
4
+ anyio==4.6.2.post1
5
+ asttokens==2.4.1
6
+ astunparse==1.6.3
7
+ certifi==2024.8.30
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ comm==0.2.2
12
+ contourpy==1.3.0
13
+ cycler==0.12.1
14
+ debugpy==1.8.6
15
+ decorator==5.1.1
16
+ executing==2.1.0
17
+ fastapi==0.115.4
18
+ ffmpy==0.4.0
19
+ filelock==3.16.1
20
+ flatbuffers==24.3.25
21
+ fonttools==4.54.1
22
+ fsspec==2024.10.0
23
+ gast==0.6.0
24
+ google-pasta==0.2.0
25
+ gradio==5.4.0
26
+ gradio_client==1.4.2
27
+ grpcio==1.66.2
28
+ h11==0.14.0
29
+ h5py==3.12.1
30
+ httpcore==1.0.6
31
+ httpx==0.27.2
32
+ huggingface-hub==0.26.2
33
+ idna==3.10
34
+ ipykernel==6.29.5
35
+ ipython==8.28.0
36
+ jedi==0.19.1
37
+ Jinja2==3.1.4
38
+ jupyter_client==8.6.3
39
+ jupyter_core==5.7.2
40
+ keras==3.5.0
41
+ kiwisolver==1.4.7
42
+ libclang==18.1.1
43
+ Markdown==3.7
44
+ markdown-it-py==3.0.0
45
+ MarkupSafe==2.1.5
46
+ matplotlib==3.9.2
47
+ matplotlib-inline==0.1.7
48
+ mdurl==0.1.2
49
+ ml-dtypes==0.4.1
50
+ namex==0.0.8
51
+ nest-asyncio==1.6.0
52
+ numpy==1.26.4
53
+ opencv-python==4.10.0.84
54
+ opt_einsum==3.4.0
55
+ optree==0.13.0
56
+ orjson==3.10.10
57
+ packaging==24.1
58
+ pandas==2.2.3
59
+ parso==0.8.4
60
+ pillow==10.4.0
61
+ platformdirs==4.3.6
62
+ prompt_toolkit==3.0.48
63
+ protobuf==4.25.5
64
+ psutil==6.0.0
65
+ pure_eval==0.2.3
66
+ pydantic==2.9.2
67
+ pydantic_core==2.23.4
68
+ pydub==0.25.1
69
+ Pygments==2.18.0
70
+ pyparsing==3.1.4
71
+ python-dateutil==2.9.0.post0
72
+ python-multipart==0.0.12
73
+ pytz==2024.2
74
+ pywin32==306
75
+ PyYAML==6.0.2
76
+ pyzmq==26.2.0
77
+ requests==2.32.3
78
+ rich==13.9.1
79
+ ruff==0.7.1
80
+ safehttpx==0.1.1
81
+ semantic-version==2.10.0
82
+ setuptools==75.1.0
83
+ shellingham==1.5.4
84
+ six==1.16.0
85
+ sniffio==1.3.1
86
+ stack-data==0.6.3
87
+ starlette==0.41.2
88
+ tensorboard==2.17.1
89
+ tensorboard-data-server==0.7.2
90
+ tensorflow-intel==2.17.0
91
+ termcolor==2.4.0
92
+ tomlkit==0.12.0
93
+ tornado==6.4.1
94
+ tqdm==4.66.6
95
+ traitlets==5.14.3
96
+ typer==0.12.5
97
+ typing_extensions==4.12.2
98
+ tzdata==2024.2
99
+ urllib3==2.2.3
100
+ uvicorn==0.32.0
101
+ wcwidth==0.2.13
102
+ websockets==12.0
103
+ Werkzeug==3.0.4
104
+ wheel==0.44.0
105
+ wrapt==1.16.0