Romain Graux commited on
Commit
5f62a6a
1 Parent(s): ff0834c

Add infinity of reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +187 -8
requirements.txt CHANGED
@@ -1,15 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio==3.21.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  matplotlib==3.7.1
 
 
 
 
 
 
 
 
 
 
 
 
3
  networkx==3.0
 
 
 
 
4
  numpy==1.23.5
5
- opencv_contrib_python==4.7.0.72
 
 
 
 
6
  pandas==1.5.3
7
- Pillow==9.5.0
8
- scikit_learn==1.2.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  scipy==1.10.1
10
  seaborn==0.12.2
11
- torch==2.0.1
12
- torchvision==0.14.1
13
- imageio==2.26.0
14
- pyro-ppl==1.8.5
15
- bokeh==3.3.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==22.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ aiosqlite==0.18.0
5
+ altair==4.2.2
6
+ anyio==3.6.2
7
+ appnope==0.1.3
8
+ argon2-cffi==21.3.0
9
+ argon2-cffi-bindings==21.2.0
10
+ arrow==1.2.3
11
+ asttokens==2.2.1
12
+ async-timeout==4.0.2
13
+ attrs==22.2.0
14
+ Babel==2.12.1
15
+ backcall==0.2.0
16
+ beautifulsoup4==4.11.2
17
+ black==23.1.0
18
+ bleach==6.0.0
19
+ bokeh==3.1.1
20
+ boto3==1.26.89
21
+ botocore==1.29.89
22
+ cffi==1.15.1
23
+ cfgv==3.4.0
24
+ charset-normalizer==3.1.0
25
+ click==8.1.3
26
+ comm==0.1.2
27
+ contourpy==1.0.7
28
+ cycler==0.11.0
29
+ debugpy==1.6.6
30
+ decorator==5.1.1
31
+ defusedxml==0.7.1
32
+ distlib==0.3.8
33
+ dm3-lib @ git+https://github.com/piraynal/pyDM3reader@3a56ac751a693b7130ae9d9360a0fee655092cbf
34
+ docopt==0.6.2
35
+ entrypoints==0.4
36
+ exceptiongroup==1.1.1
37
+ executing==1.2.0
38
+ fastapi==0.94.1
39
+ fastjsonschema==2.16.3
40
+ ffmpy==0.3.0
41
+ filelock==3.13.1
42
+ fonttools==4.39.0
43
+ fqdn==1.5.1
44
+ frozenlist==1.3.3
45
+ fsspec==2023.3.0
46
  gradio==3.21.0
47
+ gradio_client==0.2.1
48
+ h11==0.14.0
49
+ httpcore==0.16.3
50
+ httpx==0.23.3
51
+ huggingface-hub==0.13.2
52
+ identify==2.5.33
53
+ idna==3.4
54
+ imageio==2.26.0
55
+ iniconfig==2.0.0
56
+ ipykernel==6.21.3
57
+ ipython==8.11.0
58
+ ipython-genutils==0.2.0
59
+ ipywidgets==8.0.4
60
+ isoduration==20.11.0
61
+ jax==0.4.6
62
+ jaxlib==0.4.6
63
+ jedi==0.18.2
64
+ Jinja2==3.1.2
65
+ jmespath==1.0.1
66
+ joblib==1.2.0
67
+ json5==0.9.11
68
+ jsonpointer==2.3
69
+ jsonschema==4.17.3
70
+ jupyter==1.0.0
71
+ jupyter-console==6.6.3
72
+ jupyter-events==0.6.3
73
+ jupyter-ydoc==0.2.3
74
+ jupyter_client==8.0.3
75
+ jupyter_core==5.2.0
76
+ jupyter_server==2.4.0
77
+ jupyter_server_fileid==0.8.0
78
+ jupyter_server_terminals==0.4.4
79
+ jupyter_server_ydoc==0.6.1
80
+ jupyterlab==3.6.1
81
+ jupyterlab-pygments==0.2.2
82
+ jupyterlab-vim==0.16.0
83
+ jupyterlab-widgets==3.0.5
84
+ jupyterlab_server==2.20.0
85
+ kiwisolver==1.4.4
86
+ kornia==0.6.10
87
+ lazy_loader==0.1
88
+ linkify-it-py==2.0.0
89
+ llvmlite==0.39.1
90
+ markdown-it-py==2.2.0
91
+ MarkupSafe==2.1.2
92
  matplotlib==3.7.1
93
+ matplotlib-inline==0.1.6
94
+ mdit-py-plugins==0.3.3
95
+ mdurl==0.1.2
96
+ mistune==2.0.5
97
+ mpmath==1.3.0
98
+ multidict==6.0.4
99
+ mypy-extensions==1.0.0
100
+ nbclassic==0.5.3
101
+ nbclient==0.7.2
102
+ nbconvert==7.2.10
103
+ nbformat==5.7.3
104
+ nest-asyncio==1.5.6
105
  networkx==3.0
106
+ nodeenv==1.8.0
107
+ notebook==6.5.3
108
+ notebook_shim==0.2.2
109
+ numba==0.56.4
110
  numpy==1.23.5
111
+ opencv-contrib-python==4.7.0.72
112
+ opencv-python==4.7.0.72
113
+ opt-einsum==3.3.0
114
+ orjson==3.8.7
115
+ packaging==23.0
116
  pandas==1.5.3
117
+ pandocfilters==1.5.0
118
+ parso==0.8.3
119
+ pathspec==0.11.1
120
+ pexpect==4.8.0
121
+ pickleshare==0.7.5
122
+ Pillow==9.4.0
123
+ pipreqs==0.4.12
124
+ platformdirs==4.1.0
125
+ pluggy==1.2.0
126
+ pre-commit==3.6.0
127
+ prometheus-client==0.16.0
128
+ prompt-toolkit==3.0.38
129
+ psutil==5.9.4
130
+ ptyprocess==0.7.0
131
+ pure-eval==0.2.2
132
+ pycparser==2.21
133
+ pydantic==1.10.6
134
+ pydub==0.25.1
135
+ Pygments==2.14.0
136
+ pyparsing==3.0.9
137
+ pyro-api==0.1.2
138
+ pyro-ppl==1.8.5
139
+ pyrsistent==0.19.3
140
+ pytest==7.4.0
141
+ python-dateutil==2.8.2
142
+ python-json-logger==2.0.7
143
+ python-multipart==0.0.6
144
+ pytz==2022.7.1
145
+ PyWavelets==1.4.1
146
+ PyYAML==6.0
147
+ pyzmq==25.0.1
148
+ qtconsole==5.4.1
149
+ QtPy==2.3.0
150
+ requests==2.28.2
151
+ rfc3339-validator==0.1.4
152
+ rfc3986==1.5.0
153
+ rfc3986-validator==0.1.1
154
+ roifile==2023.2.12
155
+ s3transfer==0.6.0
156
+ scikit-image==0.20.0
157
+ scikit-learn==1.2.2
158
  scipy==1.10.1
159
  seaborn==0.12.2
160
+ Send2Trash==1.8.0
161
+ six==1.16.0
162
+ sniffio==1.3.0
163
+ soupsieve==2.4
164
+ stack-data==0.6.2
165
+ starlette==0.26.1
166
+ sympy==1.12
167
+ terminado==0.17.1
168
+ threadpoolctl==3.1.0
169
+ tifffile==2023.2.28
170
+ tinycss2==1.2.1
171
+ tomli==2.0.1
172
+ toolz==0.12.0
173
+ torch==2.2.0
174
+ torchvision==0.17.0
175
+ tornado==6.2
176
+ tqdm==4.65.0
177
+ traitlets==5.9.0
178
+ typing_extensions==4.9.0
179
+ uc-micro-py==1.0.1
180
+ uri-template==1.2.0
181
+ urllib3==1.26.15
182
+ uvicorn==0.21.1
183
+ virtualenv==20.25.0
184
+ wcwidth==0.2.6
185
+ webcolors==1.12
186
+ webencodings==0.5.1
187
+ websocket-client==1.5.1
188
+ websockets==10.4
189
+ widgetsnbextension==4.0.5
190
+ xyzservices==2023.5.0
191
+ y-py==0.5.9
192
+ yarg==0.1.9
193
+ yarl==1.8.2
194
+ ypy-websocket==0.8.2