nullHawk commited on
Commit
512b720
·
verified ·
1 Parent(s): 1b97263

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +141 -0
requirements.txt ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ anyio==4.4.0
2
+ argon2-cffi==23.1.0
3
+ argon2-cffi-bindings==21.2.0
4
+ arrow==1.3.0
5
+ asttokens==2.4.1
6
+ async-lru==2.0.4
7
+ attrs==23.2.0
8
+ av==12.2.0
9
+ Babel==2.15.0
10
+ beautifulsoup4==4.12.3
11
+ bleach==6.1.0
12
+ certifi==2024.7.4
13
+ cffi==1.16.0
14
+ charset-normalizer==3.3.2
15
+ comm==0.2.2
16
+ contourpy==1.2.1
17
+ cycler==0.12.1
18
+ debugpy==1.8.2
19
+ decorator==4.4.2
20
+ defusedxml==0.7.1
21
+ executing==2.0.1
22
+ fastjsonschema==2.20.0
23
+ filelock==3.15.4
24
+ fonttools==4.53.1
25
+ fqdn==1.5.1
26
+ fsspec==2024.6.1
27
+ h11==0.14.0
28
+ httpcore==1.0.5
29
+ httpx==0.27.0
30
+ idna==3.7
31
+ imageio==2.34.2
32
+ imageio-ffmpeg==0.5.1
33
+ ipykernel==6.29.5
34
+ ipython==8.26.0
35
+ ipywidgets==8.1.3
36
+ isoduration==20.11.0
37
+ jedi==0.19.1
38
+ Jinja2==3.1.4
39
+ json5==0.9.25
40
+ jsonpointer==3.0.0
41
+ jsonschema==4.23.0
42
+ jsonschema-specifications==2023.12.1
43
+ jupyter==1.0.0
44
+ jupyter-console==6.6.3
45
+ jupyter-events==0.10.0
46
+ jupyter-lsp==2.2.5
47
+ jupyter_client==8.6.2
48
+ jupyter_core==5.7.2
49
+ jupyter_server==2.14.2
50
+ jupyter_server_terminals==0.5.3
51
+ jupyterlab==4.2.3
52
+ jupyterlab_pygments==0.3.0
53
+ jupyterlab_server==2.27.2
54
+ jupyterlab_widgets==3.0.11
55
+ kiwisolver==1.4.5
56
+ MarkupSafe==2.1.5
57
+ matplotlib==3.9.1
58
+ matplotlib-inline==0.1.7
59
+ mistune==3.0.2
60
+ moviepy==1.0.3
61
+ mpmath==1.3.0
62
+ nbclient==0.10.0
63
+ nbconvert==7.16.4
64
+ nbformat==5.10.4
65
+ nest-asyncio==1.6.0
66
+ networkx==3.3
67
+ notebook==7.2.1
68
+ notebook_shim==0.2.4
69
+ numpy==1.26.4
70
+ nvidia-cublas-cu12==12.1.3.1
71
+ nvidia-cuda-cupti-cu12==12.1.105
72
+ nvidia-cuda-nvrtc-cu12==12.1.105
73
+ nvidia-cuda-runtime-cu12==12.1.105
74
+ nvidia-cudnn-cu12==8.9.2.26
75
+ nvidia-cufft-cu12==11.0.2.54
76
+ nvidia-curand-cu12==10.3.2.106
77
+ nvidia-cusolver-cu12==11.4.5.107
78
+ nvidia-cusparse-cu12==12.1.0.106
79
+ nvidia-nccl-cu12==2.20.5
80
+ nvidia-nvjitlink-cu12==12.5.82
81
+ nvidia-nvtx-cu12==12.1.105
82
+ opencv-python==4.10.0.84
83
+ overrides==7.7.0
84
+ packaging==24.1
85
+ pandas==2.2.2
86
+ pandocfilters==1.5.1
87
+ parso==0.8.4
88
+ pexpect==4.9.0
89
+ pillow==10.4.0
90
+ platformdirs==4.2.2
91
+ proglog==0.1.10
92
+ prometheus_client==0.20.0
93
+ prompt_toolkit==3.0.47
94
+ psutil==6.0.0
95
+ ptyprocess==0.7.0
96
+ pure-eval==0.2.2
97
+ py-cpuinfo==9.0.0
98
+ pycparser==2.22
99
+ Pygments==2.18.0
100
+ pyparsing==3.1.2
101
+ python-dateutil==2.9.0.post0
102
+ python-json-logger==2.0.7
103
+ pytz==2024.1
104
+ PyYAML==6.0.1
105
+ pyzmq==26.0.3
106
+ qtconsole==5.5.2
107
+ QtPy==2.4.1
108
+ referencing==0.35.1
109
+ requests==2.32.3
110
+ rfc3339-validator==0.1.4
111
+ rfc3986-validator==0.1.1
112
+ rpds-py==0.19.0
113
+ scipy==1.14.0
114
+ seaborn==0.13.2
115
+ Send2Trash==1.8.3
116
+ setuptools==70.3.0
117
+ simplejson==3.19.2
118
+ six==1.16.0
119
+ sniffio==1.3.1
120
+ soupsieve==2.5
121
+ stack-data==0.6.3
122
+ sympy==1.13.0
123
+ terminado==0.18.1
124
+ tinycss2==1.3.0
125
+ torch==2.3.1
126
+ torchvision==0.18.1
127
+ tornado==6.4.1
128
+ tqdm==4.66.4
129
+ traitlets==5.14.3
130
+ types-python-dateutil==2.9.0.20240316
131
+ typing_extensions==4.12.2
132
+ tzdata==2024.1
133
+ ultralytics==8.2.57
134
+ ultralytics-thop==2.0.0
135
+ uri-template==1.3.0
136
+ urllib3==2.2.2
137
+ wcwidth==0.2.13
138
+ webcolors==24.6.0
139
+ webencodings==0.5.1
140
+ websocket-client==1.8.0
141
+ widgetsnbextension==4.0.11