sradc commited on
Commit
b80facd
1 Parent(s): 9f1da5c

updated requirements.txt

Browse files
Files changed (2) hide show
  1. Makefile +3 -0
  2. requirements.txt +82 -188
Makefile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+
2
+ requirements:
3
+ poetry export --without-hashes --format=requirements.txt > requirements.txt
requirements.txt CHANGED
@@ -1,188 +1,82 @@
1
- altair==4.2.2
2
- anyio==3.6.2
3
- appnope==0.1.3
4
- argon2-cffi==21.3.0
5
- argon2-cffi-bindings==21.2.0
6
- arrow==1.2.3
7
- asttokens==2.2.1
8
- async-lru==2.0.2
9
- attrs==23.1.0
10
- Babel==2.12.1
11
- backcall==0.2.0
12
- backports.cached-property==1.0.2
13
- beautifulsoup4==4.12.2
14
- black==23.3.0
15
- bleach==6.0.0
16
- blinker==1.6.2
17
- Brotli==1.0.9
18
- brotlipy==0.7.0
19
- build==0.10.0
20
- CacheControl==0.12.11
21
- cachetools==5.3.0
22
- certifi==2023.5.7
23
- cffi==1.15.1
24
- charset-normalizer==3.1.0
25
- cleo==2.0.1
26
- click==8.1.3
27
- colorama==0.4.6
28
- comm==0.1.3
29
- crashtest==0.4.1
30
- cryptography==40.0.2
31
- debugpy==1.6.7
32
- decorator==5.1.1
33
- defusedxml==0.7.1
34
- distlib==0.3.6
35
- dulwich==0.21.5
36
- entrypoints==0.4
37
- exceptiongroup==1.1.1
38
- executing==1.2.0
39
- faiss-cpu==1.7.4
40
- fastjsonschema==2.17.0
41
- filelock==3.12.0
42
- fqdn==1.5.1
43
- fsspec==2023.5.0
44
- gitdb==4.0.10
45
- GitPython==3.1.31
46
- html5lib==1.1
47
- huggingface-hub==0.14.1
48
- idna==3.4
49
- importlib-metadata==6.6.0
50
- importlib-resources==5.12.0
51
- iniconfig==2.0.0
52
- installer==0.7.0
53
- ipykernel==6.23.1
54
- ipython==8.13.2
55
- ipython-genutils==0.2.0
56
- isoduration==20.11.0
57
- isort==5.12.0
58
- jaraco.classes==3.2.3
59
- jedi==0.18.2
60
- Jinja2==3.1.2
61
- json5==0.9.14
62
- jsonpointer==2.3
63
- jsonschema==4.17.3
64
- jupyter_client==8.2.0
65
- jupyter-contrib-core==0.4.2
66
- jupyter-contrib-nbextensions==0.7.0
67
- jupyter_core==5.3.0
68
- jupyter-events==0.6.3
69
- jupyter-highlight-selected-word==0.2.0
70
- jupyter-lsp==2.1.0
71
- jupyter-nbextensions-configurator==0.6.3
72
- jupyter_server==2.5.0
73
- jupyter_server_terminals==0.4.4
74
- jupyterlab==4.0.0
75
- jupyterlab-pygments==0.2.2
76
- jupyterlab_server==2.22.1
77
- keyring==23.13.1
78
- lockfile==0.12.2
79
- lxml==4.9.2
80
- markdown-it-py==2.2.0
81
- MarkupSafe==2.1.2
82
- matplotlib-inline==0.1.6
83
- mdurl==0.1.2
84
- mistune==2.0.5
85
- more-itertools==9.1.0
86
- mpmath==1.3.0
87
- msgpack==1.0.5
88
- mutagen==1.46.0
89
- mypy-extensions==1.0.0
90
- nbclassic==1.0.0
91
- nbclient==0.7.4
92
- nbconvert==7.4.0
93
- nbformat==5.8.0
94
- nest-asyncio==1.5.6
95
- networkx==3.1
96
- notebook==6.5.4
97
- notebook_shim==0.2.3
98
- numpy==1.24.3
99
- opencv-python==4.7.0.72
100
- packaging==23.1
101
- pandas==1.5.3
102
- pandocfilters==1.5.0
103
- parso==0.8.3
104
- pathspec==0.11.1
105
- pexpect==4.8.0
106
- pickleshare==0.7.5
107
- Pillow==9.5.0
108
- pip==23.1.2
109
- pkginfo==1.9.6
110
- pkgutil_resolve_name==1.3.10
111
- platformdirs==3.5.1
112
- pluggy==1.0.0
113
- poetry==1.5.0
114
- poetry-core==1.6.0
115
- poetry-plugin-export==1.3.1
116
- prometheus-client==0.16.0
117
- prompt-toolkit==3.0.38
118
- protobuf==3.20.3
119
- psutil==5.9.5
120
- ptyprocess==0.7.0
121
- pure-eval==0.2.2
122
- pyarrow==12.0.0
123
- pycparser==2.21
124
- pycryptodomex==3.18.0
125
- pydeck==0.8.0
126
- Pygments==2.15.1
127
- Pympler==1.0.1
128
- pyOpenSSL==23.1.1
129
- pyproject_hooks==1.0.0
130
- pyrsistent==0.19.3
131
- PySocks==1.7.1
132
- pytest==7.3.1
133
- python-dateutil==2.8.2
134
- python-json-logger==2.0.7
135
- pytz==2023.3
136
- PyYAML==6.0
137
- pyzmq==25.0.2
138
- rapidfuzz==2.15.1
139
- regex==2023.5.5
140
- requests==2.30.0
141
- requests-toolbelt==1.0.0
142
- rfc3339-validator==0.1.4
143
- rfc3986-validator==0.1.1
144
- rich==13.3.5
145
- semver==3.0.0
146
- Send2Trash==1.8.2
147
- setuptools==67.8.0
148
- shellingham==1.5.1
149
- six==1.16.0
150
- smmap==5.0.0
151
- sniffio==1.3.0
152
- soupsieve==2.4.1
153
- stack-data==0.6.2
154
- streamlit==1.21.0
155
- sympy==1.12
156
- tenacity==8.2.2
157
- terminado==0.17.1
158
- tinycss2==1.2.1
159
- tokenize-rt==5.0.0
160
- tokenizers==0.13.3
161
- toml==0.10.2
162
- tomli==2.0.1
163
- tomlkit==0.11.8
164
- toolz==0.12.0
165
- torch==2.0.1
166
- torchvision==0.15.2
167
- tornado==6.3.2
168
- tqdm==4.65.0
169
- traitlets==5.9.0
170
- transformers==4.29.2
171
- trove-classifiers==2023.5.2
172
- typing_extensions==4.5.0
173
- tzdata==2023.3
174
- tzlocal==5.0.1
175
- uri-template==1.2.0
176
- urllib3==1.26.15
177
- validators==0.20.0
178
- virtualenv==20.23.0
179
- wcwidth==0.2.6
180
- webcolors==1.13
181
- webencodings==0.5.1
182
- websocket-client==1.5.2
183
- websockets==11.0.3
184
- wheel==0.40.0
185
- xattr==0.10.1
186
- youtube-dl==2021.12.17
187
- yt-dlp==2023.3.4
188
- zipp==3.15.0
 
1
+ altair==4.2.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
2
+ attrs==23.2.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
3
+ blinker==1.7.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
4
+ brotli==1.1.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_python_implementation == "CPython"
5
+ brotlicffi==1.1.0.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_python_implementation != "CPython"
6
+ cachetools==5.3.3 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
7
+ certifi==2024.2.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
8
+ cffi==1.16.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_python_implementation != "CPython"
9
+ charset-normalizer==3.3.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
10
+ click==8.1.7 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
11
+ colorama==0.4.6 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_system == "Windows"
12
+ contourpy==1.2.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
13
+ cycler==0.12.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
14
+ dill==0.3.8 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
15
+ entrypoints==0.4 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
16
+ faiss-cpu==1.7.4 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
17
+ filelock==3.13.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
18
+ fonttools==4.49.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
19
+ fsspec==2024.2.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
20
+ gitdb==4.0.11 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
21
+ gitpython==3.1.42 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
22
+ huggingface-hub==0.21.4 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
23
+ idna==3.6 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
24
+ importlib-metadata==7.0.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
25
+ importlib-resources==6.1.3 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
26
+ jinja2==3.1.3 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
27
+ jsonschema-specifications==2023.12.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
28
+ jsonschema==4.21.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
29
+ kiwisolver==1.4.5 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
30
+ markdown-it-py==3.0.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
31
+ markupsafe==2.1.5 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
32
+ matplotlib==3.8.3 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
33
+ mdurl==0.1.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
34
+ mpmath==1.3.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
35
+ mutagen==1.47.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
36
+ networkx==3.2.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
37
+ numpy==1.26.4 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
38
+ opencv-python==4.9.0.80 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
39
+ packaging==23.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
40
+ pandarallel==1.6.5 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
41
+ pandas==1.5.3 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
42
+ pillow==10.2.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
43
+ protobuf==3.20.3 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
44
+ psutil==5.9.8 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
45
+ pyarrow==12.0.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
46
+ pycparser==2.21 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_python_implementation != "CPython"
47
+ pycryptodomex==3.20.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
48
+ pydeck==0.8.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
49
+ pygments==2.17.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
50
+ pympler==1.0.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
51
+ pyparsing==3.1.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
52
+ python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
53
+ pytz==2024.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
54
+ pyyaml==6.0.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
55
+ referencing==0.33.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
56
+ regex==2023.12.25 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
57
+ requests==2.31.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
58
+ rich==13.7.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
59
+ rpds-py==0.18.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
60
+ safetensors==0.4.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
61
+ six==1.16.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
62
+ smmap==5.0.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
63
+ streamlit==1.21.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
64
+ sympy==1.12 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
65
+ tokenizers==0.15.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
66
+ toml==0.10.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
67
+ toolz==0.12.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
68
+ torch==2.0.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
69
+ torchvision==0.15.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
70
+ tornado==6.4 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
71
+ tqdm==4.66.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
72
+ transformers==4.38.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
73
+ typing-extensions==4.10.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
74
+ tzdata==2024.1 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_system == "Windows"
75
+ tzlocal==5.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
76
+ urllib3==1.26.15 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
77
+ validators==0.22.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
78
+ watchdog==4.0.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10" and platform_system != "Darwin"
79
+ websockets==12.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
80
+ youtube-dl==2021.12.17 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
81
+ yt-dlp==2023.10.13 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"
82
+ zipp==3.17.0 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.10"