GGroenendaal
commited on
Commit
•
7ae6144
1
Parent(s):
6e5b7a2
bump versions of depenencies
Browse files- poetry.lock +257 -256
poetry.lock
CHANGED
@@ -66,7 +66,7 @@ trio = ["trio (>=0.16)"]
|
|
66 |
|
67 |
[[package]]
|
68 |
name = "appnope"
|
69 |
-
version = "0.1.
|
70 |
description = "Disable App Nap on macOS >= 10.9"
|
71 |
category = "dev"
|
72 |
optional = false
|
@@ -195,11 +195,11 @@ unicode_backport = ["unicodedata2"]
|
|
195 |
|
196 |
[[package]]
|
197 |
name = "click"
|
198 |
-
version = "8.
|
199 |
description = "Composable command line interface toolkit"
|
200 |
category = "main"
|
201 |
optional = false
|
202 |
-
python-versions = ">=3.
|
203 |
|
204 |
[package.dependencies]
|
205 |
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
@@ -319,7 +319,7 @@ graph = ["objgraph (>=1.7.2)"]
|
|
319 |
|
320 |
[[package]]
|
321 |
name = "elastic-transport"
|
322 |
-
version = "8.1.
|
323 |
description = "Transport classes and utilities shared among Python Elastic client libraries"
|
324 |
category = "main"
|
325 |
optional = false
|
@@ -334,7 +334,7 @@ develop = ["pytest", "pytest-cov", "pytest-mock", "pytest-asyncio", "mock", "req
|
|
334 |
|
335 |
[[package]]
|
336 |
name = "elasticsearch"
|
337 |
-
version = "8.1.
|
338 |
description = "Python client for Elasticsearch"
|
339 |
category = "main"
|
340 |
optional = false
|
@@ -373,7 +373,7 @@ python-versions = "*"
|
|
373 |
|
374 |
[[package]]
|
375 |
name = "fastapi"
|
376 |
-
version = "0.75.
|
377 |
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
378 |
category = "main"
|
379 |
optional = false
|
@@ -386,8 +386,8 @@ starlette = "0.17.1"
|
|
386 |
[package.extras]
|
387 |
all = ["requests (>=2.24.0,<3.0.0)", "jinja2 (>=2.11.2,<4.0.0)", "python-multipart (>=0.0.5,<0.0.6)", "itsdangerous (>=1.1.0,<3.0.0)", "pyyaml (>=5.3.1,<6.0.0)", "ujson (>=4.0.1,<5.0.0)", "orjson (>=3.2.1,<4.0.0)", "email_validator (>=1.1.1,<2.0.0)", "uvicorn[standard] (>=0.12.0,<0.16.0)"]
|
388 |
dev = ["python-jose[cryptography] (>=3.3.0,<4.0.0)", "passlib[bcrypt] (>=1.7.2,<2.0.0)", "autoflake (>=1.4.0,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)", "uvicorn[standard] (>=0.12.0,<0.16.0)"]
|
389 |
-
doc = ["mkdocs (>=1.1.2,<2.0.0)", "mkdocs-material (>=8.1.4,<9.0.0)", "mdx-include (>=1.4.1,<2.0.0)", "mkdocs-markdownextradata-plugin (>=0.1.7,<0.3.0)", "typer
|
390 |
-
test = ["pytest (>=6.2.4,<7.0.0)", "pytest-cov (>=2.12.0,<4.0.0)", "mypy (==0.910)", "flake8 (>=3.8.3,<4.0.0)", "black (==
|
391 |
|
392 |
[[package]]
|
393 |
name = "ffmpy"
|
@@ -424,7 +424,7 @@ pyflakes = ">=2.4.0,<2.5.0"
|
|
424 |
|
425 |
[[package]]
|
426 |
name = "fonttools"
|
427 |
-
version = "4.
|
428 |
description = "Tools to manipulate font files"
|
429 |
category = "main"
|
430 |
optional = false
|
@@ -522,11 +522,11 @@ python-versions = ">=3.6"
|
|
522 |
|
523 |
[[package]]
|
524 |
name = "huggingface-hub"
|
525 |
-
version = "0.
|
526 |
description = "Client library to download and publish models on the huggingface.co hub"
|
527 |
category = "main"
|
528 |
optional = false
|
529 |
-
python-versions = ">=3.
|
530 |
|
531 |
[package.dependencies]
|
532 |
filelock = "*"
|
@@ -537,12 +537,12 @@ tqdm = "*"
|
|
537 |
typing-extensions = ">=3.7.4.3"
|
538 |
|
539 |
[package.extras]
|
540 |
-
|
541 |
-
|
|
|
|
|
|
|
542 |
torch = ["torch"]
|
543 |
-
all = ["pytest", "datasets", "black (>=20.8b1)", "isort (>=5.5.4)", "flake8 (>=3.8.3)"]
|
544 |
-
dev = ["pytest", "datasets", "black (>=20.8b1)", "isort (>=5.5.4)", "flake8 (>=3.8.3)"]
|
545 |
-
quality = ["black (>=20.8b1)", "isort (>=5.5.4)", "flake8 (>=3.8.3)"]
|
546 |
|
547 |
[[package]]
|
548 |
name = "humanfriendly"
|
@@ -565,7 +565,7 @@ python-versions = ">=3.5"
|
|
565 |
|
566 |
[[package]]
|
567 |
name = "ipykernel"
|
568 |
-
version = "6.
|
569 |
description = "IPython Kernel for Jupyter"
|
570 |
category = "dev"
|
571 |
optional = false
|
@@ -578,6 +578,7 @@ ipython = ">=7.23.1"
|
|
578 |
jupyter-client = ">=6.1.12"
|
579 |
matplotlib-inline = ">=0.1"
|
580 |
nest-asyncio = "*"
|
|
|
581 |
psutil = "*"
|
582 |
tornado = ">=6.1"
|
583 |
traitlets = ">=5.1.0"
|
@@ -659,7 +660,7 @@ python-versions = ">=3.6"
|
|
659 |
|
660 |
[[package]]
|
661 |
name = "jupyter-client"
|
662 |
-
version = "7.2.
|
663 |
description = "Jupyter protocol implementation and client libraries"
|
664 |
category = "dev"
|
665 |
optional = false
|
@@ -863,7 +864,7 @@ python-versions = "*"
|
|
863 |
|
864 |
[[package]]
|
865 |
name = "nest-asyncio"
|
866 |
-
version = "1.5.
|
867 |
description = "Patch asyncio to allow nested event loops"
|
868 |
category = "dev"
|
869 |
optional = false
|
@@ -898,19 +899,14 @@ pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
|
|
898 |
|
899 |
[[package]]
|
900 |
name = "pandas"
|
901 |
-
version = "1.4.
|
902 |
description = "Powerful data structures for data analysis, time series, and statistics"
|
903 |
category = "main"
|
904 |
optional = false
|
905 |
python-versions = ">=3.8"
|
906 |
|
907 |
[package.dependencies]
|
908 |
-
numpy =
|
909 |
-
{version = ">=1.18.5", markers = "platform_machine != \"aarch64\" and platform_machine != \"arm64\" and python_version < \"3.10\""},
|
910 |
-
{version = ">=1.19.2", markers = "platform_machine == \"aarch64\" and python_version < \"3.10\""},
|
911 |
-
{version = ">=1.20.0", markers = "platform_machine == \"arm64\" and python_version < \"3.10\""},
|
912 |
-
{version = ">=1.21.0", markers = "python_version >= \"3.10\""},
|
913 |
-
]
|
914 |
python-dateutil = ">=2.8.1"
|
915 |
pytz = ">=2020.1"
|
916 |
|
@@ -970,15 +966,19 @@ python-versions = "*"
|
|
970 |
|
971 |
[[package]]
|
972 |
name = "pillow"
|
973 |
-
version = "9.0
|
974 |
description = "Python Imaging Library (Fork)"
|
975 |
category = "main"
|
976 |
optional = false
|
977 |
python-versions = ">=3.7"
|
978 |
|
|
|
|
|
|
|
|
|
979 |
[[package]]
|
980 |
name = "prompt-toolkit"
|
981 |
-
version = "3.0.
|
982 |
description = "Library for building powerful interactive command lines in Python"
|
983 |
category = "dev"
|
984 |
optional = false
|
@@ -1116,14 +1116,14 @@ tests = ["pytest (>=3.2.1,!=3.3.0)", "hypothesis (>=3.27.0)"]
|
|
1116 |
|
1117 |
[[package]]
|
1118 |
name = "pyparsing"
|
1119 |
-
version = "3.0.
|
1120 |
-
description = "
|
1121 |
category = "main"
|
1122 |
optional = false
|
1123 |
-
python-versions = ">=3.6"
|
1124 |
|
1125 |
[package.extras]
|
1126 |
-
diagrams = ["
|
1127 |
|
1128 |
[[package]]
|
1129 |
name = "pyreadline3"
|
@@ -1168,7 +1168,7 @@ six = ">=1.4.0"
|
|
1168 |
|
1169 |
[[package]]
|
1170 |
name = "pytz"
|
1171 |
-
version = "
|
1172 |
description = "World timezone definitions, modern and historical"
|
1173 |
category = "main"
|
1174 |
optional = false
|
@@ -1204,7 +1204,7 @@ py = {version = "*", markers = "implementation_name == \"pypy\""}
|
|
1204 |
|
1205 |
[[package]]
|
1206 |
name = "regex"
|
1207 |
-
version = "2022.3.
|
1208 |
description = "Alternative regular expression module, to replace re."
|
1209 |
category = "main"
|
1210 |
optional = false
|
@@ -1245,7 +1245,7 @@ tests = ["pytest (>=4.6)", "coverage (>=6.0.0)", "pytest-cov", "pytest-localserv
|
|
1245 |
|
1246 |
[[package]]
|
1247 |
name = "sacremoses"
|
1248 |
-
version = "0.0.
|
1249 |
description = "SacreMoses"
|
1250 |
category = "main"
|
1251 |
optional = false
|
@@ -1333,7 +1333,7 @@ full = ["itsdangerous", "jinja2", "python-multipart", "pyyaml", "requests"]
|
|
1333 |
|
1334 |
[[package]]
|
1335 |
name = "tokenizers"
|
1336 |
-
version = "0.
|
1337 |
description = "Fast and Customizable Tokenizers"
|
1338 |
category = "main"
|
1339 |
optional = false
|
@@ -1380,7 +1380,7 @@ python-versions = ">= 3.5"
|
|
1380 |
|
1381 |
[[package]]
|
1382 |
name = "tqdm"
|
1383 |
-
version = "4.
|
1384 |
description = "Fast, Extensible Progress Meter"
|
1385 |
category = "main"
|
1386 |
optional = false
|
@@ -1392,6 +1392,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
1392 |
[package.extras]
|
1393 |
dev = ["py-make (>=0.1.0)", "twine", "wheel"]
|
1394 |
notebook = ["ipywidgets (>=6)"]
|
|
|
1395 |
telegram = ["requests"]
|
1396 |
|
1397 |
[[package]]
|
@@ -1407,7 +1408,7 @@ test = ["pytest"]
|
|
1407 |
|
1408 |
[[package]]
|
1409 |
name = "transformers"
|
1410 |
-
version = "4.
|
1411 |
description = "State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch"
|
1412 |
category = "main"
|
1413 |
optional = false
|
@@ -1422,29 +1423,30 @@ pyyaml = ">=5.1"
|
|
1422 |
regex = "!=2019.12.17"
|
1423 |
requests = "*"
|
1424 |
sacremoses = "*"
|
1425 |
-
tokenizers = ">=0.11.1,<0.11.3 || >0.11.3"
|
1426 |
tqdm = ">=4.27"
|
1427 |
|
1428 |
[package.extras]
|
1429 |
-
all = ["tensorflow (>=2.3)", "onnxconverter-common", "tf2onnx", "torch (>=1.0)", "jax (>=0.2.8)", "jaxlib (>=0.1.65)", "flax (>=0.3.5)", "optax (>=0.0.8)", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf", "tokenizers (>=0.11.1,!=0.11.3)", "torchaudio", "librosa", "pyctcdecode (>=0.3.0)", "phonemizer", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)"]
|
1430 |
audio = ["librosa", "pyctcdecode (>=0.3.0)", "phonemizer"]
|
1431 |
codecarbon = ["codecarbon (==1.2.0)"]
|
1432 |
-
deepspeed = ["deepspeed (>=0.
|
1433 |
-
dev = ["tensorflow (>=2.3)", "onnxconverter-common", "tf2onnx", "torch (>=1.0)", "jax (>=0.2.8)", "jaxlib (>=0.1.65)", "flax (>=0.3.5)", "optax (>=0.0.8)", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf", "tokenizers (>=0.11.1,!=0.11.3)", "torchaudio", "librosa", "pyctcdecode (>=0.3.0)", "phonemizer", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)", "pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets", "pytest-timeout", "black (>=22.0,<23.0)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score", "nltk", "GitPython (<3.1.19)", "faiss-cpu", "cookiecutter (==1.7.
|
1434 |
-
dev-tensorflow = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets", "pytest-timeout", "black (>=22.0,<23.0)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score", "nltk", "GitPython (<3.1.19)", "faiss-cpu", "cookiecutter (==1.7.
|
1435 |
-
dev-torch = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets", "pytest-timeout", "black (>=22.0,<23.0)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score", "nltk", "GitPython (<3.1.19)", "faiss-cpu", "cookiecutter (==1.7.
|
1436 |
-
docs = ["tensorflow (>=2.3)", "onnxconverter-common", "tf2onnx", "torch (>=1.0)", "jax (>=0.2.8)", "jaxlib (>=0.1.65)", "flax (>=0.3.5)", "optax (>=0.0.8)", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf", "tokenizers (>=0.11.1,!=0.11.3)", "torchaudio", "librosa", "pyctcdecode (>=0.3.0)", "phonemizer", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)"]
|
|
|
1437 |
fairscale = ["fairscale (>0.3)"]
|
1438 |
-
flax = ["jax (>=0.2.8)", "jaxlib (>=0.1.65)", "flax (>=0.3.5)", "optax (>=0.0.8)"]
|
1439 |
flax-speech = ["librosa", "pyctcdecode (>=0.3.0)", "phonemizer"]
|
1440 |
ftfy = ["ftfy"]
|
1441 |
integrations = ["optuna", "ray", "sigopt"]
|
1442 |
ja = ["fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "unidic-lite (>=1.0.7)", "unidic (>=1.0.2)"]
|
1443 |
-
modelcreation = ["cookiecutter (==1.7.
|
1444 |
onnx = ["onnxconverter-common", "tf2onnx", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"]
|
1445 |
onnxruntime = ["onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"]
|
1446 |
optuna = ["optuna"]
|
1447 |
-
quality = ["black (>=22.0,<23.0)", "isort (>=5.5.4)", "flake8 (>=3.8.3)", "GitPython (<3.1.19)"]
|
1448 |
ray = ["ray"]
|
1449 |
retrieval = ["faiss-cpu", "datasets"]
|
1450 |
sagemaker = ["sagemaker (>=2.31.0)"]
|
@@ -1453,15 +1455,15 @@ serving = ["pydantic", "uvicorn", "fastapi", "starlette"]
|
|
1453 |
sigopt = ["sigopt"]
|
1454 |
sklearn = ["scikit-learn"]
|
1455 |
speech = ["torchaudio", "librosa", "pyctcdecode (>=0.3.0)", "phonemizer"]
|
1456 |
-
testing = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets", "pytest-timeout", "black (>=22.0,<23.0)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score", "nltk", "GitPython (<3.1.19)", "faiss-cpu", "cookiecutter (==1.7.
|
1457 |
tf = ["tensorflow (>=2.3)", "onnxconverter-common", "tf2onnx"]
|
1458 |
tf-cpu = ["tensorflow-cpu (>=2.3)", "onnxconverter-common", "tf2onnx"]
|
1459 |
tf-speech = ["librosa", "pyctcdecode (>=0.3.0)", "phonemizer"]
|
1460 |
timm = ["timm"]
|
1461 |
-
tokenizers = ["tokenizers (>=0.11.1,!=0.11.3)"]
|
1462 |
torch = ["torch (>=1.0)"]
|
1463 |
torch-speech = ["torchaudio", "librosa", "pyctcdecode (>=0.3.0)", "phonemizer"]
|
1464 |
-
torchhub = ["filelock", "huggingface-hub (>=0.1.0,<1.0)", "importlib-metadata", "numpy (>=1.17)", "packaging (>=20.0)", "protobuf", "regex (!=2019.12.17)", "requests", "sacremoses", "sentencepiece (>=0.1.91,!=0.1.92)", "torch (>=1.0)", "tokenizers (>=0.11.1,!=0.11.3)", "tqdm (>=4.27)"]
|
1465 |
vision = ["pillow"]
|
1466 |
|
1467 |
[[package]]
|
@@ -1485,14 +1487,14 @@ test = ["coverage", "pytest", "pytest-cov"]
|
|
1485 |
|
1486 |
[[package]]
|
1487 |
name = "urllib3"
|
1488 |
-
version = "1.26.
|
1489 |
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
1490 |
category = "main"
|
1491 |
optional = false
|
1492 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
|
1493 |
|
1494 |
[package.extras]
|
1495 |
-
brotli = ["brotlipy (>=0.6.0)"]
|
1496 |
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
|
1497 |
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
1498 |
|
@@ -1542,8 +1544,8 @@ multidict = ">=4.0"
|
|
1542 |
|
1543 |
[metadata]
|
1544 |
lock-version = "1.1"
|
1545 |
-
python-versions = "^3.
|
1546 |
-
content-hash = "
|
1547 |
|
1548 |
[metadata.files]
|
1549 |
aiohttp = [
|
@@ -1633,8 +1635,8 @@ anyio = [
|
|
1633 |
{file = "anyio-3.5.0.tar.gz", hash = "sha256:a0aeffe2fb1fdf374a8e4b471444f0f3ac4fb9f5a5b542b48824475e0042a5a6"},
|
1634 |
]
|
1635 |
appnope = [
|
1636 |
-
{file = "appnope-0.1.
|
1637 |
-
{file = "appnope-0.1.
|
1638 |
]
|
1639 |
asgiref = [
|
1640 |
{file = "asgiref-3.5.0-py3-none-any.whl", hash = "sha256:88d59c13d634dcffe0510be048210188edd79aeccb6a6c9028cdad6f31d730a9"},
|
@@ -1737,8 +1739,8 @@ charset-normalizer = [
|
|
1737 |
{file = "charset_normalizer-2.0.12-py3-none-any.whl", hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df"},
|
1738 |
]
|
1739 |
click = [
|
1740 |
-
{file = "click-8.
|
1741 |
-
{file = "click-8.
|
1742 |
]
|
1743 |
colorama = [
|
1744 |
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
@@ -1807,12 +1809,12 @@ dill = [
|
|
1807 |
{file = "dill-0.3.4.zip", hash = "sha256:9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675"},
|
1808 |
]
|
1809 |
elastic-transport = [
|
1810 |
-
{file = "elastic-transport-8.1.
|
1811 |
-
{file = "elastic_transport-8.1.
|
1812 |
]
|
1813 |
elasticsearch = [
|
1814 |
-
{file = "elasticsearch-8.1.
|
1815 |
-
{file = "elasticsearch-8.1.
|
1816 |
]
|
1817 |
entrypoints = [
|
1818 |
{file = "entrypoints-0.4-py3-none-any.whl", hash = "sha256:f174b5ff827504fd3cd97cc3f8649f3693f51538c7e4bdf3ef002c8429d42f9f"},
|
@@ -1849,8 +1851,8 @@ faiss-cpu = [
|
|
1849 |
{file = "faiss_cpu-1.7.2-cp39-cp39-win_amd64.whl", hash = "sha256:9492c98990b1184de0edf5232e5ab8c2a1ceebc54d0fc30e3fac9d75a4914985"},
|
1850 |
]
|
1851 |
fastapi = [
|
1852 |
-
{file = "fastapi-0.75.
|
1853 |
-
{file = "fastapi-0.75.
|
1854 |
]
|
1855 |
ffmpy = [
|
1856 |
{file = "ffmpy-0.3.0.tar.gz", hash = "sha256:757591581eee25b4a50ac9ffb9b58035a2794533db47e0512f53fb2d7b6f9adc"},
|
@@ -1864,8 +1866,8 @@ flake8 = [
|
|
1864 |
{file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"},
|
1865 |
]
|
1866 |
fonttools = [
|
1867 |
-
{file = "fonttools-4.
|
1868 |
-
{file = "fonttools-4.
|
1869 |
]
|
1870 |
frozenlist = [
|
1871 |
{file = "frozenlist-1.3.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d2257aaba9660f78c7b1d8fea963b68f3feffb1a9d5d05a18401ca9eb3e8d0a3"},
|
@@ -1941,8 +1943,8 @@ h11 = [
|
|
1941 |
{file = "h11-0.13.0.tar.gz", hash = "sha256:70813c1135087a248a4d38cc0e1a0181ffab2188141a93eaf567940c3957ff06"},
|
1942 |
]
|
1943 |
huggingface-hub = [
|
1944 |
-
{file = "huggingface_hub-0.
|
1945 |
-
{file = "huggingface_hub-0.
|
1946 |
]
|
1947 |
humanfriendly = [
|
1948 |
{file = "humanfriendly-10.0-py2.py3-none-any.whl", hash = "sha256:1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477"},
|
@@ -1953,8 +1955,8 @@ idna = [
|
|
1953 |
{file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
|
1954 |
]
|
1955 |
ipykernel = [
|
1956 |
-
{file = "ipykernel-6.
|
1957 |
-
{file = "ipykernel-6.
|
1958 |
]
|
1959 |
ipython = [
|
1960 |
{file = "ipython-8.2.0-py3-none-any.whl", hash = "sha256:1b672bfd7a48d87ab203d9af8727a3b0174a4566b4091e9447c22fb63ea32857"},
|
@@ -1973,8 +1975,8 @@ joblib = [
|
|
1973 |
{file = "joblib-1.1.0.tar.gz", hash = "sha256:4158fcecd13733f8be669be0683b96ebdbbd38d23559f54dca7205aea1bf1e35"},
|
1974 |
]
|
1975 |
jupyter-client = [
|
1976 |
-
{file = "jupyter_client-7.2.
|
1977 |
-
{file = "jupyter_client-7.2.
|
1978 |
]
|
1979 |
jupyter-core = [
|
1980 |
{file = "jupyter_core-4.9.2-py3-none-any.whl", hash = "sha256:f875e4d27e202590311d468fa55f90c575f201490bd0c18acabe4e318db4a46d"},
|
@@ -2238,8 +2240,8 @@ mypy-extensions = [
|
|
2238 |
{file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
|
2239 |
]
|
2240 |
nest-asyncio = [
|
2241 |
-
{file = "nest_asyncio-1.5.
|
2242 |
-
{file = "nest_asyncio-1.5.
|
2243 |
]
|
2244 |
numpy = [
|
2245 |
{file = "numpy-1.22.3-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:92bfa69cfbdf7dfc3040978ad09a48091143cffb778ec3b03fa170c494118d75"},
|
@@ -2301,27 +2303,27 @@ packaging = [
|
|
2301 |
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
|
2302 |
]
|
2303 |
pandas = [
|
2304 |
-
{file = "pandas-1.4.
|
2305 |
-
{file = "pandas-1.4.
|
2306 |
-
{file = "pandas-1.4.
|
2307 |
-
{file = "pandas-1.4.
|
2308 |
-
{file = "pandas-1.4.
|
2309 |
-
{file = "pandas-1.4.
|
2310 |
-
{file = "pandas-1.4.
|
2311 |
-
{file = "pandas-1.4.
|
2312 |
-
{file = "pandas-1.4.
|
2313 |
-
{file = "pandas-1.4.
|
2314 |
-
{file = "pandas-1.4.
|
2315 |
-
{file = "pandas-1.4.
|
2316 |
-
{file = "pandas-1.4.
|
2317 |
-
{file = "pandas-1.4.
|
2318 |
-
{file = "pandas-1.4.
|
2319 |
-
{file = "pandas-1.4.
|
2320 |
-
{file = "pandas-1.4.
|
2321 |
-
{file = "pandas-1.4.
|
2322 |
-
{file = "pandas-1.4.
|
2323 |
-
{file = "pandas-1.4.
|
2324 |
-
{file = "pandas-1.4.
|
2325 |
]
|
2326 |
paramiko = [
|
2327 |
{file = "paramiko-2.10.3-py2.py3-none-any.whl", hash = "sha256:ac6593479f2b47a9422eca076b22cff9f795495e6733a64723efc75dd8c92101"},
|
@@ -2340,45 +2342,48 @@ pickleshare = [
|
|
2340 |
{file = "pickleshare-0.7.5.tar.gz", hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"},
|
2341 |
]
|
2342 |
pillow = [
|
2343 |
-
{file = "Pillow-9.0
|
2344 |
-
{file = "Pillow-9.0
|
2345 |
-
{file = "Pillow-9.0
|
2346 |
-
{file = "Pillow-9.0
|
2347 |
-
{file = "Pillow-9.0
|
2348 |
-
{file = "Pillow-9.0
|
2349 |
-
{file = "Pillow-9.0
|
2350 |
-
{file = "Pillow-9.0
|
2351 |
-
{file = "Pillow-9.0
|
2352 |
-
{file = "Pillow-9.0
|
2353 |
-
{file = "Pillow-9.0
|
2354 |
-
{file = "Pillow-9.0
|
2355 |
-
{file = "Pillow-9.0
|
2356 |
-
{file = "Pillow-9.0
|
2357 |
-
{file = "Pillow-9.0
|
2358 |
-
{file = "Pillow-9.0
|
2359 |
-
{file = "Pillow-9.0
|
2360 |
-
{file = "Pillow-9.0
|
2361 |
-
{file = "Pillow-9.0
|
2362 |
-
{file = "Pillow-9.0
|
2363 |
-
{file = "Pillow-9.0
|
2364 |
-
{file = "Pillow-9.0
|
2365 |
-
{file = "Pillow-9.0
|
2366 |
-
{file = "Pillow-9.0
|
2367 |
-
{file = "Pillow-9.0
|
2368 |
-
{file = "Pillow-9.0
|
2369 |
-
{file = "Pillow-9.0
|
2370 |
-
{file = "Pillow-9.0
|
2371 |
-
{file = "Pillow-9.0
|
2372 |
-
{file = "Pillow-9.0
|
2373 |
-
{file = "Pillow-9.0
|
2374 |
-
{file = "Pillow-9.0
|
2375 |
-
{file = "Pillow-9.0
|
2376 |
-
{file = "Pillow-9.0
|
2377 |
-
{file = "Pillow-9.0.
|
|
|
|
|
|
|
2378 |
]
|
2379 |
prompt-toolkit = [
|
2380 |
-
{file = "prompt_toolkit-3.0.
|
2381 |
-
{file = "prompt_toolkit-3.0.
|
2382 |
]
|
2383 |
psutil = [
|
2384 |
{file = "psutil-5.9.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:55ce319452e3d139e25d6c3f85a1acf12d1607ddedea5e35fb47a552c051161b"},
|
@@ -2560,8 +2565,8 @@ pynacl = [
|
|
2560 |
{file = "PyNaCl-1.5.0.tar.gz", hash = "sha256:8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba"},
|
2561 |
]
|
2562 |
pyparsing = [
|
2563 |
-
{file = "pyparsing-3.0.
|
2564 |
-
{file = "pyparsing-3.0.
|
2565 |
]
|
2566 |
pyreadline3 = [
|
2567 |
{file = "pyreadline3-3.4.1-py3-none-any.whl", hash = "sha256:b0efb6516fd4fb07b45949053826a62fa4cb353db5be2bbb4a7aa1fdd1e345fb"},
|
@@ -2579,8 +2584,8 @@ python-multipart = [
|
|
2579 |
{file = "python-multipart-0.0.5.tar.gz", hash = "sha256:f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43"},
|
2580 |
]
|
2581 |
pytz = [
|
2582 |
-
{file = "pytz-
|
2583 |
-
{file = "pytz-
|
2584 |
]
|
2585 |
pywin32 = [
|
2586 |
{file = "pywin32-303-cp310-cp310-win32.whl", hash = "sha256:6fed4af057039f309263fd3285d7b8042d41507343cd5fa781d98fcc5b90e8bb"},
|
@@ -2681,80 +2686,80 @@ pyzmq = [
|
|
2681 |
{file = "pyzmq-22.3.0.tar.gz", hash = "sha256:8eddc033e716f8c91c6a2112f0a8ebc5e00532b4a6ae1eb0ccc48e027f9c671c"},
|
2682 |
]
|
2683 |
regex = [
|
2684 |
-
{file = "regex-2022.3.
|
2685 |
-
{file = "regex-2022.3.
|
2686 |
-
{file = "regex-2022.3.
|
2687 |
-
{file = "regex-2022.3.
|
2688 |
-
{file = "regex-2022.3.
|
2689 |
-
{file = "regex-2022.3.
|
2690 |
-
{file = "regex-2022.3.
|
2691 |
-
{file = "regex-2022.3.
|
2692 |
-
{file = "regex-2022.3.
|
2693 |
-
{file = "regex-2022.3.
|
2694 |
-
{file = "regex-2022.3.
|
2695 |
-
{file = "regex-2022.3.
|
2696 |
-
{file = "regex-2022.3.
|
2697 |
-
{file = "regex-2022.3.
|
2698 |
-
{file = "regex-2022.3.
|
2699 |
-
{file = "regex-2022.3.
|
2700 |
-
{file = "regex-2022.3.
|
2701 |
-
{file = "regex-2022.3.
|
2702 |
-
{file = "regex-2022.3.
|
2703 |
-
{file = "regex-2022.3.
|
2704 |
-
{file = "regex-2022.3.
|
2705 |
-
{file = "regex-2022.3.
|
2706 |
-
{file = "regex-2022.3.
|
2707 |
-
{file = "regex-2022.3.
|
2708 |
-
{file = "regex-2022.3.
|
2709 |
-
{file = "regex-2022.3.
|
2710 |
-
{file = "regex-2022.3.
|
2711 |
-
{file = "regex-2022.3.
|
2712 |
-
{file = "regex-2022.3.
|
2713 |
-
{file = "regex-2022.3.
|
2714 |
-
{file = "regex-2022.3.
|
2715 |
-
{file = "regex-2022.3.
|
2716 |
-
{file = "regex-2022.3.
|
2717 |
-
{file = "regex-2022.3.
|
2718 |
-
{file = "regex-2022.3.
|
2719 |
-
{file = "regex-2022.3.
|
2720 |
-
{file = "regex-2022.3.
|
2721 |
-
{file = "regex-2022.3.
|
2722 |
-
{file = "regex-2022.3.
|
2723 |
-
{file = "regex-2022.3.
|
2724 |
-
{file = "regex-2022.3.
|
2725 |
-
{file = "regex-2022.3.
|
2726 |
-
{file = "regex-2022.3.
|
2727 |
-
{file = "regex-2022.3.
|
2728 |
-
{file = "regex-2022.3.
|
2729 |
-
{file = "regex-2022.3.
|
2730 |
-
{file = "regex-2022.3.
|
2731 |
-
{file = "regex-2022.3.
|
2732 |
-
{file = "regex-2022.3.
|
2733 |
-
{file = "regex-2022.3.
|
2734 |
-
{file = "regex-2022.3.
|
2735 |
-
{file = "regex-2022.3.
|
2736 |
-
{file = "regex-2022.3.
|
2737 |
-
{file = "regex-2022.3.
|
2738 |
-
{file = "regex-2022.3.
|
2739 |
-
{file = "regex-2022.3.
|
2740 |
-
{file = "regex-2022.3.
|
2741 |
-
{file = "regex-2022.3.
|
2742 |
-
{file = "regex-2022.3.
|
2743 |
-
{file = "regex-2022.3.
|
2744 |
-
{file = "regex-2022.3.
|
2745 |
-
{file = "regex-2022.3.
|
2746 |
-
{file = "regex-2022.3.
|
2747 |
-
{file = "regex-2022.3.
|
2748 |
-
{file = "regex-2022.3.
|
2749 |
-
{file = "regex-2022.3.
|
2750 |
-
{file = "regex-2022.3.
|
2751 |
-
{file = "regex-2022.3.
|
2752 |
-
{file = "regex-2022.3.
|
2753 |
-
{file = "regex-2022.3.
|
2754 |
-
{file = "regex-2022.3.
|
2755 |
-
{file = "regex-2022.3.
|
2756 |
-
{file = "regex-2022.3.
|
2757 |
-
{file = "regex-2022.3.
|
2758 |
]
|
2759 |
requests = [
|
2760 |
{file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
|
@@ -2765,7 +2770,8 @@ responses = [
|
|
2765 |
{file = "responses-0.18.0.tar.gz", hash = "sha256:380cad4c1c1dc942e5e8a8eaae0b4d4edf708f4f010db8b7bcfafad1fcd254ff"},
|
2766 |
]
|
2767 |
sacremoses = [
|
2768 |
-
{file = "sacremoses-0.0.
|
|
|
2769 |
]
|
2770 |
scipy = [
|
2771 |
{file = "scipy-1.8.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:87b01c7d5761e8a266a0fbdb9d88dcba0910d63c1c671bdb4d99d29f469e9e03"},
|
@@ -2813,44 +2819,39 @@ starlette = [
|
|
2813 |
{file = "starlette-0.17.1.tar.gz", hash = "sha256:57eab3cc975a28af62f6faec94d355a410634940f10b30d68d31cb5ec1b44ae8"},
|
2814 |
]
|
2815 |
tokenizers = [
|
2816 |
-
{file = "tokenizers-0.
|
2817 |
-
{file = "tokenizers-0.
|
2818 |
-
{file = "tokenizers-0.
|
2819 |
-
{file = "tokenizers-0.
|
2820 |
-
{file = "tokenizers-0.
|
2821 |
-
{file = "tokenizers-0.
|
2822 |
-
{file = "tokenizers-0.
|
2823 |
-
{file = "tokenizers-0.
|
2824 |
-
{file = "tokenizers-0.
|
2825 |
-
{file = "tokenizers-0.
|
2826 |
-
{file = "tokenizers-0.
|
2827 |
-
{file = "tokenizers-0.
|
2828 |
-
{file = "tokenizers-0.
|
2829 |
-
{file = "tokenizers-0.
|
2830 |
-
{file = "tokenizers-0.
|
2831 |
-
{file = "tokenizers-0.
|
2832 |
-
{file = "tokenizers-0.
|
2833 |
-
{file = "tokenizers-0.
|
2834 |
-
{file = "tokenizers-0.
|
2835 |
-
{file = "tokenizers-0.
|
2836 |
-
{file = "tokenizers-0.
|
2837 |
-
{file = "tokenizers-0.
|
2838 |
-
{file = "tokenizers-0.
|
2839 |
-
{file = "tokenizers-0.
|
2840 |
-
{file = "tokenizers-0.
|
2841 |
-
{file = "tokenizers-0.
|
2842 |
-
{file = "tokenizers-0.
|
2843 |
-
{file = "tokenizers-0.
|
2844 |
-
{file = "tokenizers-0.
|
2845 |
-
{file = "tokenizers-0.
|
2846 |
-
{file = "tokenizers-0.
|
2847 |
-
{file = "tokenizers-0.
|
2848 |
-
{file = "tokenizers-0.
|
2849 |
-
{file = "tokenizers-0.11.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:47878a49211f8df63f7ec7de62f13b1c65e68be501f6a98b28f4bbb8d3390f25"},
|
2850 |
-
{file = "tokenizers-0.11.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0d4f67758f62d64410e86d548c2c38ca5e59310ca38c18e8239637213c49e2fb"},
|
2851 |
-
{file = "tokenizers-0.11.6-cp39-cp39-win32.whl", hash = "sha256:468c3e3f414a532924fa277a58807e127a27d2a56b04113540ea755fc5ca9ba8"},
|
2852 |
-
{file = "tokenizers-0.11.6-cp39-cp39-win_amd64.whl", hash = "sha256:b28966c68a2cdecd5120f4becea159eebe0335b8202e21e292eb381031026edc"},
|
2853 |
-
{file = "tokenizers-0.11.6.tar.gz", hash = "sha256:562b2022faf0882586c915385620d1f11798fc1b32bac55353a530132369a6d0"},
|
2854 |
]
|
2855 |
toml = [
|
2856 |
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
|
@@ -2925,16 +2926,16 @@ tornado = [
|
|
2925 |
{file = "tornado-6.1.tar.gz", hash = "sha256:33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791"},
|
2926 |
]
|
2927 |
tqdm = [
|
2928 |
-
{file = "tqdm-4.
|
2929 |
-
{file = "tqdm-4.
|
2930 |
]
|
2931 |
traitlets = [
|
2932 |
{file = "traitlets-5.1.1-py3-none-any.whl", hash = "sha256:2d313cc50a42cd6c277e7d7dc8d4d7fedd06a2c215f78766ae7b1a66277e0033"},
|
2933 |
{file = "traitlets-5.1.1.tar.gz", hash = "sha256:059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7"},
|
2934 |
]
|
2935 |
transformers = [
|
2936 |
-
{file = "transformers-4.
|
2937 |
-
{file = "transformers-4.
|
2938 |
]
|
2939 |
typing-extensions = [
|
2940 |
{file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"},
|
@@ -2945,8 +2946,8 @@ uc-micro-py = [
|
|
2945 |
{file = "uc_micro_py-1.0.1-py3-none-any.whl", hash = "sha256:316cfb8b6862a0f1d03540f0ae6e7b033ff1fa0ddbe60c12cbe0d4cec846a69f"},
|
2946 |
]
|
2947 |
urllib3 = [
|
2948 |
-
{file = "urllib3-1.26.
|
2949 |
-
{file = "urllib3-1.26.
|
2950 |
]
|
2951 |
uvicorn = [
|
2952 |
{file = "uvicorn-0.17.6-py3-none-any.whl", hash = "sha256:19e2a0e96c9ac5581c01eb1a79a7d2f72bb479691acd2b8921fce48ed5b961a6"},
|
|
|
66 |
|
67 |
[[package]]
|
68 |
name = "appnope"
|
69 |
+
version = "0.1.3"
|
70 |
description = "Disable App Nap on macOS >= 10.9"
|
71 |
category = "dev"
|
72 |
optional = false
|
|
|
195 |
|
196 |
[[package]]
|
197 |
name = "click"
|
198 |
+
version = "8.1.2"
|
199 |
description = "Composable command line interface toolkit"
|
200 |
category = "main"
|
201 |
optional = false
|
202 |
+
python-versions = ">=3.7"
|
203 |
|
204 |
[package.dependencies]
|
205 |
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
319 |
|
320 |
[[package]]
|
321 |
name = "elastic-transport"
|
322 |
+
version = "8.1.1"
|
323 |
description = "Transport classes and utilities shared among Python Elastic client libraries"
|
324 |
category = "main"
|
325 |
optional = false
|
|
|
334 |
|
335 |
[[package]]
|
336 |
name = "elasticsearch"
|
337 |
+
version = "8.1.2"
|
338 |
description = "Python client for Elasticsearch"
|
339 |
category = "main"
|
340 |
optional = false
|
|
|
373 |
|
374 |
[[package]]
|
375 |
name = "fastapi"
|
376 |
+
version = "0.75.1"
|
377 |
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
378 |
category = "main"
|
379 |
optional = false
|
|
|
386 |
[package.extras]
|
387 |
all = ["requests (>=2.24.0,<3.0.0)", "jinja2 (>=2.11.2,<4.0.0)", "python-multipart (>=0.0.5,<0.0.6)", "itsdangerous (>=1.1.0,<3.0.0)", "pyyaml (>=5.3.1,<6.0.0)", "ujson (>=4.0.1,<5.0.0)", "orjson (>=3.2.1,<4.0.0)", "email_validator (>=1.1.1,<2.0.0)", "uvicorn[standard] (>=0.12.0,<0.16.0)"]
|
388 |
dev = ["python-jose[cryptography] (>=3.3.0,<4.0.0)", "passlib[bcrypt] (>=1.7.2,<2.0.0)", "autoflake (>=1.4.0,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)", "uvicorn[standard] (>=0.12.0,<0.16.0)"]
|
389 |
+
doc = ["mkdocs (>=1.1.2,<2.0.0)", "mkdocs-material (>=8.1.4,<9.0.0)", "mdx-include (>=1.4.1,<2.0.0)", "mkdocs-markdownextradata-plugin (>=0.1.7,<0.3.0)", "typer (>=0.4.1,<0.5.0)", "pyyaml (>=5.3.1,<6.0.0)"]
|
390 |
+
test = ["pytest (>=6.2.4,<7.0.0)", "pytest-cov (>=2.12.0,<4.0.0)", "mypy (==0.910)", "flake8 (>=3.8.3,<4.0.0)", "black (==22.3.0)", "isort (>=5.0.6,<6.0.0)", "requests (>=2.24.0,<3.0.0)", "httpx (>=0.14.0,<0.19.0)", "email_validator (>=1.1.1,<2.0.0)", "sqlalchemy (>=1.3.18,<1.5.0)", "peewee (>=3.13.3,<4.0.0)", "databases[sqlite] (>=0.3.2,<0.6.0)", "orjson (>=3.2.1,<4.0.0)", "ujson (>=4.0.1,<5.0.0)", "python-multipart (>=0.0.5,<0.0.6)", "flask (>=1.1.2,<3.0.0)", "anyio[trio] (>=3.2.1,<4.0.0)", "types-ujson (==0.1.1)", "types-orjson (==3.6.0)", "types-dataclasses (==0.1.7)"]
|
391 |
|
392 |
[[package]]
|
393 |
name = "ffmpy"
|
|
|
424 |
|
425 |
[[package]]
|
426 |
name = "fonttools"
|
427 |
+
version = "4.32.0"
|
428 |
description = "Tools to manipulate font files"
|
429 |
category = "main"
|
430 |
optional = false
|
|
|
522 |
|
523 |
[[package]]
|
524 |
name = "huggingface-hub"
|
525 |
+
version = "0.5.1"
|
526 |
description = "Client library to download and publish models on the huggingface.co hub"
|
527 |
category = "main"
|
528 |
optional = false
|
529 |
+
python-versions = ">=3.7.0"
|
530 |
|
531 |
[package.dependencies]
|
532 |
filelock = "*"
|
|
|
537 |
typing-extensions = ">=3.7.4.3"
|
538 |
|
539 |
[package.extras]
|
540 |
+
all = ["pytest", "datasets", "soundfile", "black (>=22.0,<23.0)", "isort (>=5.5.4)", "flake8 (>=3.8.3)"]
|
541 |
+
dev = ["pytest", "datasets", "soundfile", "black (>=22.0,<23.0)", "isort (>=5.5.4)", "flake8 (>=3.8.3)"]
|
542 |
+
quality = ["black (>=22.0,<23.0)", "isort (>=5.5.4)", "flake8 (>=3.8.3)"]
|
543 |
+
tensorflow = ["tensorflow", "pydot", "graphviz"]
|
544 |
+
testing = ["pytest", "datasets", "soundfile"]
|
545 |
torch = ["torch"]
|
|
|
|
|
|
|
546 |
|
547 |
[[package]]
|
548 |
name = "humanfriendly"
|
|
|
565 |
|
566 |
[[package]]
|
567 |
name = "ipykernel"
|
568 |
+
version = "6.12.1"
|
569 |
description = "IPython Kernel for Jupyter"
|
570 |
category = "dev"
|
571 |
optional = false
|
|
|
578 |
jupyter-client = ">=6.1.12"
|
579 |
matplotlib-inline = ">=0.1"
|
580 |
nest-asyncio = "*"
|
581 |
+
packaging = "*"
|
582 |
psutil = "*"
|
583 |
tornado = ">=6.1"
|
584 |
traitlets = ">=5.1.0"
|
|
|
660 |
|
661 |
[[package]]
|
662 |
name = "jupyter-client"
|
663 |
+
version = "7.2.2"
|
664 |
description = "Jupyter protocol implementation and client libraries"
|
665 |
category = "dev"
|
666 |
optional = false
|
|
|
864 |
|
865 |
[[package]]
|
866 |
name = "nest-asyncio"
|
867 |
+
version = "1.5.5"
|
868 |
description = "Patch asyncio to allow nested event loops"
|
869 |
category = "dev"
|
870 |
optional = false
|
|
|
899 |
|
900 |
[[package]]
|
901 |
name = "pandas"
|
902 |
+
version = "1.4.2"
|
903 |
description = "Powerful data structures for data analysis, time series, and statistics"
|
904 |
category = "main"
|
905 |
optional = false
|
906 |
python-versions = ">=3.8"
|
907 |
|
908 |
[package.dependencies]
|
909 |
+
numpy = {version = ">=1.21.0", markers = "python_version >= \"3.10\""}
|
|
|
|
|
|
|
|
|
|
|
910 |
python-dateutil = ">=2.8.1"
|
911 |
pytz = ">=2020.1"
|
912 |
|
|
|
966 |
|
967 |
[[package]]
|
968 |
name = "pillow"
|
969 |
+
version = "9.1.0"
|
970 |
description = "Python Imaging Library (Fork)"
|
971 |
category = "main"
|
972 |
optional = false
|
973 |
python-versions = ">=3.7"
|
974 |
|
975 |
+
[package.extras]
|
976 |
+
docs = ["olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-issues (>=3.0.1)", "sphinx-removed-in", "sphinx-rtd-theme (>=1.0)", "sphinxext-opengraph"]
|
977 |
+
tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
|
978 |
+
|
979 |
[[package]]
|
980 |
name = "prompt-toolkit"
|
981 |
+
version = "3.0.29"
|
982 |
description = "Library for building powerful interactive command lines in Python"
|
983 |
category = "dev"
|
984 |
optional = false
|
|
|
1116 |
|
1117 |
[[package]]
|
1118 |
name = "pyparsing"
|
1119 |
+
version = "3.0.8"
|
1120 |
+
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
|
1121 |
category = "main"
|
1122 |
optional = false
|
1123 |
+
python-versions = ">=3.6.8"
|
1124 |
|
1125 |
[package.extras]
|
1126 |
+
diagrams = ["railroad-diagrams", "jinja2"]
|
1127 |
|
1128 |
[[package]]
|
1129 |
name = "pyreadline3"
|
|
|
1168 |
|
1169 |
[[package]]
|
1170 |
name = "pytz"
|
1171 |
+
version = "2022.1"
|
1172 |
description = "World timezone definitions, modern and historical"
|
1173 |
category = "main"
|
1174 |
optional = false
|
|
|
1204 |
|
1205 |
[[package]]
|
1206 |
name = "regex"
|
1207 |
+
version = "2022.3.15"
|
1208 |
description = "Alternative regular expression module, to replace re."
|
1209 |
category = "main"
|
1210 |
optional = false
|
|
|
1245 |
|
1246 |
[[package]]
|
1247 |
name = "sacremoses"
|
1248 |
+
version = "0.0.49"
|
1249 |
description = "SacreMoses"
|
1250 |
category = "main"
|
1251 |
optional = false
|
|
|
1333 |
|
1334 |
[[package]]
|
1335 |
name = "tokenizers"
|
1336 |
+
version = "0.12.0"
|
1337 |
description = "Fast and Customizable Tokenizers"
|
1338 |
category = "main"
|
1339 |
optional = false
|
|
|
1380 |
|
1381 |
[[package]]
|
1382 |
name = "tqdm"
|
1383 |
+
version = "4.64.0"
|
1384 |
description = "Fast, Extensible Progress Meter"
|
1385 |
category = "main"
|
1386 |
optional = false
|
|
|
1392 |
[package.extras]
|
1393 |
dev = ["py-make (>=0.1.0)", "twine", "wheel"]
|
1394 |
notebook = ["ipywidgets (>=6)"]
|
1395 |
+
slack = ["slack-sdk"]
|
1396 |
telegram = ["requests"]
|
1397 |
|
1398 |
[[package]]
|
|
|
1408 |
|
1409 |
[[package]]
|
1410 |
name = "transformers"
|
1411 |
+
version = "4.18.0"
|
1412 |
description = "State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch"
|
1413 |
category = "main"
|
1414 |
optional = false
|
|
|
1423 |
regex = "!=2019.12.17"
|
1424 |
requests = "*"
|
1425 |
sacremoses = "*"
|
1426 |
+
tokenizers = ">=0.11.1,<0.11.3 || >0.11.3,<0.13"
|
1427 |
tqdm = ">=4.27"
|
1428 |
|
1429 |
[package.extras]
|
1430 |
+
all = ["tensorflow (>=2.3)", "onnxconverter-common", "tf2onnx", "torch (>=1.0)", "jax (>=0.2.8,!=0.3.2)", "jaxlib (>=0.1.65)", "flax (>=0.3.5)", "optax (>=0.0.8)", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf", "tokenizers (>=0.11.1,!=0.11.3,<0.13)", "torchaudio", "librosa", "pyctcdecode (>=0.3.0)", "phonemizer", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)"]
|
1431 |
audio = ["librosa", "pyctcdecode (>=0.3.0)", "phonemizer"]
|
1432 |
codecarbon = ["codecarbon (==1.2.0)"]
|
1433 |
+
deepspeed = ["deepspeed (>=0.6.0)"]
|
1434 |
+
dev = ["tensorflow (>=2.3)", "onnxconverter-common", "tf2onnx", "torch (>=1.0)", "jax (>=0.2.8,!=0.3.2)", "jaxlib (>=0.1.65)", "flax (>=0.3.5)", "optax (>=0.0.8)", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf", "tokenizers (>=0.11.1,!=0.11.3,<0.13)", "torchaudio", "librosa", "pyctcdecode (>=0.3.0)", "phonemizer", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)", "pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets", "pytest-timeout", "black (>=22.0,<23.0)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.2.0)", "faiss-cpu", "cookiecutter (==1.7.3)", "isort (>=5.5.4)", "flake8 (>=3.8.3)", "fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "unidic-lite (>=1.0.7)", "unidic (>=1.0.2)", "hf-doc-builder", "scikit-learn"]
|
1435 |
+
dev-tensorflow = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets", "pytest-timeout", "black (>=22.0,<23.0)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.2.0)", "faiss-cpu", "cookiecutter (==1.7.3)", "tensorflow (>=2.3)", "onnxconverter-common", "tf2onnx", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf", "tokenizers (>=0.11.1,!=0.11.3,<0.13)", "pillow", "isort (>=5.5.4)", "flake8 (>=3.8.3)", "hf-doc-builder", "scikit-learn", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "librosa", "pyctcdecode (>=0.3.0)", "phonemizer"]
|
1436 |
+
dev-torch = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets", "pytest-timeout", "black (>=22.0,<23.0)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.2.0)", "faiss-cpu", "cookiecutter (==1.7.3)", "torch (>=1.0)", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf", "tokenizers (>=0.11.1,!=0.11.3,<0.13)", "torchaudio", "librosa", "pyctcdecode (>=0.3.0)", "phonemizer", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)", "isort (>=5.5.4)", "flake8 (>=3.8.3)", "fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "unidic-lite (>=1.0.7)", "unidic (>=1.0.2)", "hf-doc-builder", "scikit-learn", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"]
|
1437 |
+
docs = ["tensorflow (>=2.3)", "onnxconverter-common", "tf2onnx", "torch (>=1.0)", "jax (>=0.2.8,!=0.3.2)", "jaxlib (>=0.1.65)", "flax (>=0.3.5)", "optax (>=0.0.8)", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf", "tokenizers (>=0.11.1,!=0.11.3,<0.13)", "torchaudio", "librosa", "pyctcdecode (>=0.3.0)", "phonemizer", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)", "hf-doc-builder"]
|
1438 |
+
docs_specific = ["hf-doc-builder"]
|
1439 |
fairscale = ["fairscale (>0.3)"]
|
1440 |
+
flax = ["jax (>=0.2.8,!=0.3.2)", "jaxlib (>=0.1.65)", "flax (>=0.3.5)", "optax (>=0.0.8)"]
|
1441 |
flax-speech = ["librosa", "pyctcdecode (>=0.3.0)", "phonemizer"]
|
1442 |
ftfy = ["ftfy"]
|
1443 |
integrations = ["optuna", "ray", "sigopt"]
|
1444 |
ja = ["fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "unidic-lite (>=1.0.7)", "unidic (>=1.0.2)"]
|
1445 |
+
modelcreation = ["cookiecutter (==1.7.3)"]
|
1446 |
onnx = ["onnxconverter-common", "tf2onnx", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"]
|
1447 |
onnxruntime = ["onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"]
|
1448 |
optuna = ["optuna"]
|
1449 |
+
quality = ["black (>=22.0,<23.0)", "isort (>=5.5.4)", "flake8 (>=3.8.3)", "GitPython (<3.1.19)", "hf-doc-builder (>=0.2.0)"]
|
1450 |
ray = ["ray"]
|
1451 |
retrieval = ["faiss-cpu", "datasets"]
|
1452 |
sagemaker = ["sagemaker (>=2.31.0)"]
|
|
|
1455 |
sigopt = ["sigopt"]
|
1456 |
sklearn = ["scikit-learn"]
|
1457 |
speech = ["torchaudio", "librosa", "pyctcdecode (>=0.3.0)", "phonemizer"]
|
1458 |
+
testing = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets", "pytest-timeout", "black (>=22.0,<23.0)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.2.0)", "faiss-cpu", "cookiecutter (==1.7.3)"]
|
1459 |
tf = ["tensorflow (>=2.3)", "onnxconverter-common", "tf2onnx"]
|
1460 |
tf-cpu = ["tensorflow-cpu (>=2.3)", "onnxconverter-common", "tf2onnx"]
|
1461 |
tf-speech = ["librosa", "pyctcdecode (>=0.3.0)", "phonemizer"]
|
1462 |
timm = ["timm"]
|
1463 |
+
tokenizers = ["tokenizers (>=0.11.1,!=0.11.3,<0.13)"]
|
1464 |
torch = ["torch (>=1.0)"]
|
1465 |
torch-speech = ["torchaudio", "librosa", "pyctcdecode (>=0.3.0)", "phonemizer"]
|
1466 |
+
torchhub = ["filelock", "huggingface-hub (>=0.1.0,<1.0)", "importlib-metadata", "numpy (>=1.17)", "packaging (>=20.0)", "protobuf", "regex (!=2019.12.17)", "requests", "sacremoses", "sentencepiece (>=0.1.91,!=0.1.92)", "torch (>=1.0)", "tokenizers (>=0.11.1,!=0.11.3,<0.13)", "tqdm (>=4.27)"]
|
1467 |
vision = ["pillow"]
|
1468 |
|
1469 |
[[package]]
|
|
|
1487 |
|
1488 |
[[package]]
|
1489 |
name = "urllib3"
|
1490 |
+
version = "1.26.9"
|
1491 |
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
1492 |
category = "main"
|
1493 |
optional = false
|
1494 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
|
1495 |
|
1496 |
[package.extras]
|
1497 |
+
brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
|
1498 |
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
|
1499 |
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
1500 |
|
|
|
1544 |
|
1545 |
[metadata]
|
1546 |
lock-version = "1.1"
|
1547 |
+
python-versions = "^3.10,<3.11"
|
1548 |
+
content-hash = "72e8c1483f482fb3c131fd19e1434b6c3463f366f2e9e3ff03207515ee82b381"
|
1549 |
|
1550 |
[metadata.files]
|
1551 |
aiohttp = [
|
|
|
1635 |
{file = "anyio-3.5.0.tar.gz", hash = "sha256:a0aeffe2fb1fdf374a8e4b471444f0f3ac4fb9f5a5b542b48824475e0042a5a6"},
|
1636 |
]
|
1637 |
appnope = [
|
1638 |
+
{file = "appnope-0.1.3-py2.py3-none-any.whl", hash = "sha256:265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e"},
|
1639 |
+
{file = "appnope-0.1.3.tar.gz", hash = "sha256:02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24"},
|
1640 |
]
|
1641 |
asgiref = [
|
1642 |
{file = "asgiref-3.5.0-py3-none-any.whl", hash = "sha256:88d59c13d634dcffe0510be048210188edd79aeccb6a6c9028cdad6f31d730a9"},
|
|
|
1739 |
{file = "charset_normalizer-2.0.12-py3-none-any.whl", hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df"},
|
1740 |
]
|
1741 |
click = [
|
1742 |
+
{file = "click-8.1.2-py3-none-any.whl", hash = "sha256:24e1a4a9ec5bf6299411369b208c1df2188d9eb8d916302fe6bf03faed227f1e"},
|
1743 |
+
{file = "click-8.1.2.tar.gz", hash = "sha256:479707fe14d9ec9a0757618b7a100a0ae4c4e236fac5b7f80ca68028141a1a72"},
|
1744 |
]
|
1745 |
colorama = [
|
1746 |
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
|
|
1809 |
{file = "dill-0.3.4.zip", hash = "sha256:9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675"},
|
1810 |
]
|
1811 |
elastic-transport = [
|
1812 |
+
{file = "elastic-transport-8.1.1.tar.gz", hash = "sha256:f1a5274e1eb1831f73947fbc4ae9aba142f739e600e0cf47ad5ed08cd04e401e"},
|
1813 |
+
{file = "elastic_transport-8.1.1-py3-none-any.whl", hash = "sha256:2ee1ec56ccfad1354a36056fa942af726510fffba46b267292ba7d584a1bd406"},
|
1814 |
]
|
1815 |
elasticsearch = [
|
1816 |
+
{file = "elasticsearch-8.1.2-py3-none-any.whl", hash = "sha256:2fd3c88bc5fef259ab936538287404b2c3c5956630944563722d5b16a4edc550"},
|
1817 |
+
{file = "elasticsearch-8.1.2.tar.gz", hash = "sha256:bf031b44c483f6dc40d607186103d8a152ce4ade96e4ed4c656f2421f794e123"},
|
1818 |
]
|
1819 |
entrypoints = [
|
1820 |
{file = "entrypoints-0.4-py3-none-any.whl", hash = "sha256:f174b5ff827504fd3cd97cc3f8649f3693f51538c7e4bdf3ef002c8429d42f9f"},
|
|
|
1851 |
{file = "faiss_cpu-1.7.2-cp39-cp39-win_amd64.whl", hash = "sha256:9492c98990b1184de0edf5232e5ab8c2a1ceebc54d0fc30e3fac9d75a4914985"},
|
1852 |
]
|
1853 |
fastapi = [
|
1854 |
+
{file = "fastapi-0.75.1-py3-none-any.whl", hash = "sha256:f46f8fc81261c2bd956584114da9da98c84e2410c807bc2487532dabf55e7ab8"},
|
1855 |
+
{file = "fastapi-0.75.1.tar.gz", hash = "sha256:8b62bde916d657803fb60fffe88e2b2c9fb854583784607e4347681cae20ad01"},
|
1856 |
]
|
1857 |
ffmpy = [
|
1858 |
{file = "ffmpy-0.3.0.tar.gz", hash = "sha256:757591581eee25b4a50ac9ffb9b58035a2794533db47e0512f53fb2d7b6f9adc"},
|
|
|
1866 |
{file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"},
|
1867 |
]
|
1868 |
fonttools = [
|
1869 |
+
{file = "fonttools-4.32.0-py3-none-any.whl", hash = "sha256:b038d1a0dee0079de7ade57071e2e2aced6e35bd697de244ac62938b2b1628c1"},
|
1870 |
+
{file = "fonttools-4.32.0.zip", hash = "sha256:59a90de72149893167e3d552ae2402c6874e006b9adc3feaf5f6d706fe20d392"},
|
1871 |
]
|
1872 |
frozenlist = [
|
1873 |
{file = "frozenlist-1.3.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d2257aaba9660f78c7b1d8fea963b68f3feffb1a9d5d05a18401ca9eb3e8d0a3"},
|
|
|
1943 |
{file = "h11-0.13.0.tar.gz", hash = "sha256:70813c1135087a248a4d38cc0e1a0181ffab2188141a93eaf567940c3957ff06"},
|
1944 |
]
|
1945 |
huggingface-hub = [
|
1946 |
+
{file = "huggingface_hub-0.5.1-py3-none-any.whl", hash = "sha256:b9fd1f567a3fb16e73acc613e78d075d1926d4b0c5c56ba08c4f125707b50c70"},
|
1947 |
+
{file = "huggingface_hub-0.5.1.tar.gz", hash = "sha256:d90d657dca0d6a577f640ff684a58da8e5c76258e485100e885a0e7307e2eb12"},
|
1948 |
]
|
1949 |
humanfriendly = [
|
1950 |
{file = "humanfriendly-10.0-py2.py3-none-any.whl", hash = "sha256:1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477"},
|
|
|
1955 |
{file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
|
1956 |
]
|
1957 |
ipykernel = [
|
1958 |
+
{file = "ipykernel-6.12.1-py3-none-any.whl", hash = "sha256:d840e3bf1c4b23bf6939f78dcdae639c9f6962e41d17e1c084a18c3c7f972d3a"},
|
1959 |
+
{file = "ipykernel-6.12.1.tar.gz", hash = "sha256:0868f5561729ade444011f8ca7d3502dc9f27f7f44e20f1d5fee7e1f2b7183a1"},
|
1960 |
]
|
1961 |
ipython = [
|
1962 |
{file = "ipython-8.2.0-py3-none-any.whl", hash = "sha256:1b672bfd7a48d87ab203d9af8727a3b0174a4566b4091e9447c22fb63ea32857"},
|
|
|
1975 |
{file = "joblib-1.1.0.tar.gz", hash = "sha256:4158fcecd13733f8be669be0683b96ebdbbd38d23559f54dca7205aea1bf1e35"},
|
1976 |
]
|
1977 |
jupyter-client = [
|
1978 |
+
{file = "jupyter_client-7.2.2-py3-none-any.whl", hash = "sha256:44045448eadc12493d819d965eb1dc9d10d1927698adbb9b14eb9a3a4a45ba53"},
|
1979 |
+
{file = "jupyter_client-7.2.2.tar.gz", hash = "sha256:8fdbad344a8baa6a413d86d25bbf87ce21cb2b4aa5a8e0413863b9754eb8eb8a"},
|
1980 |
]
|
1981 |
jupyter-core = [
|
1982 |
{file = "jupyter_core-4.9.2-py3-none-any.whl", hash = "sha256:f875e4d27e202590311d468fa55f90c575f201490bd0c18acabe4e318db4a46d"},
|
|
|
2240 |
{file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
|
2241 |
]
|
2242 |
nest-asyncio = [
|
2243 |
+
{file = "nest_asyncio-1.5.5-py3-none-any.whl", hash = "sha256:b98e3ec1b246135e4642eceffa5a6c23a3ab12c82ff816a92c612d68205813b2"},
|
2244 |
+
{file = "nest_asyncio-1.5.5.tar.gz", hash = "sha256:e442291cd942698be619823a17a86a5759eabe1f8613084790de189fe9e16d65"},
|
2245 |
]
|
2246 |
numpy = [
|
2247 |
{file = "numpy-1.22.3-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:92bfa69cfbdf7dfc3040978ad09a48091143cffb778ec3b03fa170c494118d75"},
|
|
|
2303 |
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
|
2304 |
]
|
2305 |
pandas = [
|
2306 |
+
{file = "pandas-1.4.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:be67c782c4f1b1f24c2f16a157e12c2693fd510f8df18e3287c77f33d124ed07"},
|
2307 |
+
{file = "pandas-1.4.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5a206afa84ed20e07603f50d22b5f0db3fb556486d8c2462d8bc364831a4b417"},
|
2308 |
+
{file = "pandas-1.4.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0010771bd9223f7afe5f051eb47c4a49534345dfa144f2f5470b27189a4dd3b5"},
|
2309 |
+
{file = "pandas-1.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3228198333dd13c90b6434ddf61aa6d57deaca98cf7b654f4ad68a2db84f8cfe"},
|
2310 |
+
{file = "pandas-1.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5b79af3a69e5175c6fa7b4e046b21a646c8b74e92c6581a9d825687d92071b51"},
|
2311 |
+
{file = "pandas-1.4.2-cp310-cp310-win_amd64.whl", hash = "sha256:5586cc95692564b441f4747c47c8a9746792e87b40a4680a2feb7794defb1ce3"},
|
2312 |
+
{file = "pandas-1.4.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:061609334a8182ab500a90fe66d46f6f387de62d3a9cb9aa7e62e3146c712167"},
|
2313 |
+
{file = "pandas-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b8134651258bce418cb79c71adeff0a44090c98d955f6953168ba16cc285d9f7"},
|
2314 |
+
{file = "pandas-1.4.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:df82739e00bb6daf4bba4479a40f38c718b598a84654cbd8bb498fd6b0aa8c16"},
|
2315 |
+
{file = "pandas-1.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:385c52e85aaa8ea6a4c600a9b2821181a51f8be0aee3af6f2dcb41dafc4fc1d0"},
|
2316 |
+
{file = "pandas-1.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:295872bf1a09758aba199992c3ecde455f01caf32266d50abc1a073e828a7b9d"},
|
2317 |
+
{file = "pandas-1.4.2-cp38-cp38-win32.whl", hash = "sha256:95c1e422ced0199cf4a34385ff124b69412c4bc912011ce895582bee620dfcaa"},
|
2318 |
+
{file = "pandas-1.4.2-cp38-cp38-win_amd64.whl", hash = "sha256:5c54ea4ef3823108cd4ec7fb27ccba4c3a775e0f83e39c5e17f5094cb17748bc"},
|
2319 |
+
{file = "pandas-1.4.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:c072c7f06b9242c855ed8021ff970c0e8f8b10b35e2640c657d2a541c5950f59"},
|
2320 |
+
{file = "pandas-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f549097993744ff8c41b5e8f2f0d3cbfaabe89b4ae32c8c08ead6cc535b80139"},
|
2321 |
+
{file = "pandas-1.4.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ff08a14ef21d94cdf18eef7c569d66f2e24e0bc89350bcd7d243dd804e3b5eb2"},
|
2322 |
+
{file = "pandas-1.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8c5bf555b6b0075294b73965adaafb39cf71c312e38c5935c93d78f41c19828a"},
|
2323 |
+
{file = "pandas-1.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:51649ef604a945f781105a6d2ecf88db7da0f4868ac5d45c51cb66081c4d9c73"},
|
2324 |
+
{file = "pandas-1.4.2-cp39-cp39-win32.whl", hash = "sha256:d0d4f13e4be7ce89d7057a786023c461dd9370040bdb5efa0a7fe76b556867a0"},
|
2325 |
+
{file = "pandas-1.4.2-cp39-cp39-win_amd64.whl", hash = "sha256:09d8be7dd9e1c4c98224c4dfe8abd60d145d934e9fc1f5f411266308ae683e6a"},
|
2326 |
+
{file = "pandas-1.4.2.tar.gz", hash = "sha256:92bc1fc585f1463ca827b45535957815b7deb218c549b7c18402c322c7549a12"},
|
2327 |
]
|
2328 |
paramiko = [
|
2329 |
{file = "paramiko-2.10.3-py2.py3-none-any.whl", hash = "sha256:ac6593479f2b47a9422eca076b22cff9f795495e6733a64723efc75dd8c92101"},
|
|
|
2342 |
{file = "pickleshare-0.7.5.tar.gz", hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"},
|
2343 |
]
|
2344 |
pillow = [
|
2345 |
+
{file = "Pillow-9.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:af79d3fde1fc2e33561166d62e3b63f0cc3e47b5a3a2e5fea40d4917754734ea"},
|
2346 |
+
{file = "Pillow-9.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:55dd1cf09a1fd7c7b78425967aacae9b0d70125f7d3ab973fadc7b5abc3de652"},
|
2347 |
+
{file = "Pillow-9.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:66822d01e82506a19407d1afc104c3fcea3b81d5eb11485e593ad6b8492f995a"},
|
2348 |
+
{file = "Pillow-9.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a5eaf3b42df2bcda61c53a742ee2c6e63f777d0e085bbc6b2ab7ed57deb13db7"},
|
2349 |
+
{file = "Pillow-9.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:01ce45deec9df310cbbee11104bae1a2a43308dd9c317f99235b6d3080ddd66e"},
|
2350 |
+
{file = "Pillow-9.1.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:aea7ce61328e15943d7b9eaca87e81f7c62ff90f669116f857262e9da4057ba3"},
|
2351 |
+
{file = "Pillow-9.1.0-cp310-cp310-win32.whl", hash = "sha256:7a053bd4d65a3294b153bdd7724dce864a1d548416a5ef61f6d03bf149205160"},
|
2352 |
+
{file = "Pillow-9.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:97bda660702a856c2c9e12ec26fc6d187631ddfd896ff685814ab21ef0597033"},
|
2353 |
+
{file = "Pillow-9.1.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:21dee8466b42912335151d24c1665fcf44dc2ee47e021d233a40c3ca5adae59c"},
|
2354 |
+
{file = "Pillow-9.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6b6d4050b208c8ff886fd3db6690bf04f9a48749d78b41b7a5bf24c236ab0165"},
|
2355 |
+
{file = "Pillow-9.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5cfca31ab4c13552a0f354c87fbd7f162a4fafd25e6b521bba93a57fe6a3700a"},
|
2356 |
+
{file = "Pillow-9.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ed742214068efa95e9844c2d9129e209ed63f61baa4d54dbf4cf8b5e2d30ccf2"},
|
2357 |
+
{file = "Pillow-9.1.0-cp37-cp37m-win32.whl", hash = "sha256:c9efef876c21788366ea1f50ecb39d5d6f65febe25ad1d4c0b8dff98843ac244"},
|
2358 |
+
{file = "Pillow-9.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:de344bcf6e2463bb25179d74d6e7989e375f906bcec8cb86edb8b12acbc7dfef"},
|
2359 |
+
{file = "Pillow-9.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:17869489de2fce6c36690a0c721bd3db176194af5f39249c1ac56d0bb0fcc512"},
|
2360 |
+
{file = "Pillow-9.1.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:25023a6209a4d7c42154073144608c9a71d3512b648a2f5d4465182cb93d3477"},
|
2361 |
+
{file = "Pillow-9.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8782189c796eff29dbb37dd87afa4ad4d40fc90b2742704f94812851b725964b"},
|
2362 |
+
{file = "Pillow-9.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:463acf531f5d0925ca55904fa668bb3461c3ef6bc779e1d6d8a488092bdee378"},
|
2363 |
+
{file = "Pillow-9.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3f42364485bfdab19c1373b5cd62f7c5ab7cc052e19644862ec8f15bb8af289e"},
|
2364 |
+
{file = "Pillow-9.1.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:3fddcdb619ba04491e8f771636583a7cc5a5051cd193ff1aa1ee8616d2a692c5"},
|
2365 |
+
{file = "Pillow-9.1.0-cp38-cp38-win32.whl", hash = "sha256:4fe29a070de394e449fd88ebe1624d1e2d7ddeed4c12e0b31624561b58948d9a"},
|
2366 |
+
{file = "Pillow-9.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:c24f718f9dd73bb2b31a6201e6db5ea4a61fdd1d1c200f43ee585fc6dcd21b34"},
|
2367 |
+
{file = "Pillow-9.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:fb89397013cf302f282f0fc998bb7abf11d49dcff72c8ecb320f76ea6e2c5717"},
|
2368 |
+
{file = "Pillow-9.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c870193cce4b76713a2b29be5d8327c8ccbe0d4a49bc22968aa1e680930f5581"},
|
2369 |
+
{file = "Pillow-9.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69e5ddc609230d4408277af135c5b5c8fe7a54b2bdb8ad7c5100b86b3aab04c6"},
|
2370 |
+
{file = "Pillow-9.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:35be4a9f65441d9982240e6966c1eaa1c654c4e5e931eaf580130409e31804d4"},
|
2371 |
+
{file = "Pillow-9.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:82283af99c1c3a5ba1da44c67296d5aad19f11c535b551a5ae55328a317ce331"},
|
2372 |
+
{file = "Pillow-9.1.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a325ac71914c5c043fa50441b36606e64a10cd262de12f7a179620f579752ff8"},
|
2373 |
+
{file = "Pillow-9.1.0-cp39-cp39-win32.whl", hash = "sha256:a598d8830f6ef5501002ae85c7dbfcd9c27cc4efc02a1989369303ba85573e58"},
|
2374 |
+
{file = "Pillow-9.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:0c51cb9edac8a5abd069fd0758ac0a8bfe52c261ee0e330f363548aca6893595"},
|
2375 |
+
{file = "Pillow-9.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:a336a4f74baf67e26f3acc4d61c913e378e931817cd1e2ef4dfb79d3e051b481"},
|
2376 |
+
{file = "Pillow-9.1.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eb1b89b11256b5b6cad5e7593f9061ac4624f7651f7a8eb4dfa37caa1dfaa4d0"},
|
2377 |
+
{file = "Pillow-9.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:255c9d69754a4c90b0ee484967fc8818c7ff8311c6dddcc43a4340e10cd1636a"},
|
2378 |
+
{file = "Pillow-9.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:5a3ecc026ea0e14d0ad7cd990ea7f48bfcb3eb4271034657dc9d06933c6629a7"},
|
2379 |
+
{file = "Pillow-9.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c5b0ff59785d93b3437c3703e3c64c178aabada51dea2a7f2c5eccf1bcf565a3"},
|
2380 |
+
{file = "Pillow-9.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c7110ec1701b0bf8df569a7592a196c9d07c764a0a74f65471ea56816f10e2c8"},
|
2381 |
+
{file = "Pillow-9.1.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:8d79c6f468215d1a8415aa53d9868a6b40c4682165b8cb62a221b1baa47db458"},
|
2382 |
+
{file = "Pillow-9.1.0.tar.gz", hash = "sha256:f401ed2bbb155e1ade150ccc63db1a4f6c1909d3d378f7d1235a44e90d75fb97"},
|
2383 |
]
|
2384 |
prompt-toolkit = [
|
2385 |
+
{file = "prompt_toolkit-3.0.29-py3-none-any.whl", hash = "sha256:62291dad495e665fca0bda814e342c69952086afb0f4094d0893d357e5c78752"},
|
2386 |
+
{file = "prompt_toolkit-3.0.29.tar.gz", hash = "sha256:bd640f60e8cecd74f0dc249713d433ace2ddc62b65ee07f96d358e0b152b6ea7"},
|
2387 |
]
|
2388 |
psutil = [
|
2389 |
{file = "psutil-5.9.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:55ce319452e3d139e25d6c3f85a1acf12d1607ddedea5e35fb47a552c051161b"},
|
|
|
2565 |
{file = "PyNaCl-1.5.0.tar.gz", hash = "sha256:8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba"},
|
2566 |
]
|
2567 |
pyparsing = [
|
2568 |
+
{file = "pyparsing-3.0.8-py3-none-any.whl", hash = "sha256:ef7b523f6356f763771559412c0d7134753f037822dad1b16945b7b846f7ad06"},
|
2569 |
+
{file = "pyparsing-3.0.8.tar.gz", hash = "sha256:7bf433498c016c4314268d95df76c81b842a4cb2b276fa3312cfb1e1d85f6954"},
|
2570 |
]
|
2571 |
pyreadline3 = [
|
2572 |
{file = "pyreadline3-3.4.1-py3-none-any.whl", hash = "sha256:b0efb6516fd4fb07b45949053826a62fa4cb353db5be2bbb4a7aa1fdd1e345fb"},
|
|
|
2584 |
{file = "python-multipart-0.0.5.tar.gz", hash = "sha256:f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43"},
|
2585 |
]
|
2586 |
pytz = [
|
2587 |
+
{file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"},
|
2588 |
+
{file = "pytz-2022.1.tar.gz", hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7"},
|
2589 |
]
|
2590 |
pywin32 = [
|
2591 |
{file = "pywin32-303-cp310-cp310-win32.whl", hash = "sha256:6fed4af057039f309263fd3285d7b8042d41507343cd5fa781d98fcc5b90e8bb"},
|
|
|
2686 |
{file = "pyzmq-22.3.0.tar.gz", hash = "sha256:8eddc033e716f8c91c6a2112f0a8ebc5e00532b4a6ae1eb0ccc48e027f9c671c"},
|
2687 |
]
|
2688 |
regex = [
|
2689 |
+
{file = "regex-2022.3.15-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:42eb13b93765c6698a5ab3bcd318d8c39bb42e5fa8a7fcf7d8d98923f3babdb1"},
|
2690 |
+
{file = "regex-2022.3.15-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9beb03ff6fe509d6455971c2489dceb31687b38781206bcec8e68bdfcf5f1db2"},
|
2691 |
+
{file = "regex-2022.3.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d0a5a1fdc9f148a8827d55b05425801acebeeefc9e86065c7ac8b8cc740a91ff"},
|
2692 |
+
{file = "regex-2022.3.15-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cb374a2a4dba7c4be0b19dc7b1adc50e6c2c26c3369ac629f50f3c198f3743a4"},
|
2693 |
+
{file = "regex-2022.3.15-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c33ce0c665dd325200209340a88438ba7a470bd5f09f7424e520e1a3ff835b52"},
|
2694 |
+
{file = "regex-2022.3.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:04c09b9651fa814eeeb38e029dc1ae83149203e4eeb94e52bb868fadf64852bc"},
|
2695 |
+
{file = "regex-2022.3.15-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ab5d89cfaf71807da93c131bb7a19c3e19eaefd613d14f3bce4e97de830b15df"},
|
2696 |
+
{file = "regex-2022.3.15-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:0e2630ae470d6a9f8e4967388c1eda4762706f5750ecf387785e0df63a4cc5af"},
|
2697 |
+
{file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:df037c01d68d1958dad3463e2881d3638a0d6693483f58ad41001aa53a83fcea"},
|
2698 |
+
{file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:940570c1a305bac10e8b2bc934b85a7709c649317dd16520471e85660275083a"},
|
2699 |
+
{file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:7f63877c87552992894ea1444378b9c3a1d80819880ae226bb30b04789c0828c"},
|
2700 |
+
{file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:3e265b388cc80c7c9c01bb4f26c9e536c40b2c05b7231fbb347381a2e1c8bf43"},
|
2701 |
+
{file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:058054c7a54428d5c3e3739ac1e363dc9347d15e64833817797dc4f01fb94bb8"},
|
2702 |
+
{file = "regex-2022.3.15-cp310-cp310-win32.whl", hash = "sha256:76435a92e444e5b8f346aed76801db1c1e5176c4c7e17daba074fbb46cb8d783"},
|
2703 |
+
{file = "regex-2022.3.15-cp310-cp310-win_amd64.whl", hash = "sha256:174d964bc683b1e8b0970e1325f75e6242786a92a22cedb2a6ec3e4ae25358bd"},
|
2704 |
+
{file = "regex-2022.3.15-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:6e1d8ed9e61f37881c8db383a124829a6e8114a69bd3377a25aecaeb9b3538f8"},
|
2705 |
+
{file = "regex-2022.3.15-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b52771f05cff7517f7067fef19ffe545b1f05959e440d42247a17cd9bddae11b"},
|
2706 |
+
{file = "regex-2022.3.15-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:673f5a393d603c34477dbad70db30025ccd23996a2d0916e942aac91cc42b31a"},
|
2707 |
+
{file = "regex-2022.3.15-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8923e1c5231549fee78ff9b2914fad25f2e3517572bb34bfaa3aea682a758683"},
|
2708 |
+
{file = "regex-2022.3.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:764e66a0e382829f6ad3bbce0987153080a511c19eb3d2f8ead3f766d14433ac"},
|
2709 |
+
{file = "regex-2022.3.15-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cd00859291658fe1fda48a99559fb34da891c50385b0bfb35b808f98956ef1e7"},
|
2710 |
+
{file = "regex-2022.3.15-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:aa2ce79f3889720b46e0aaba338148a1069aea55fda2c29e0626b4db20d9fcb7"},
|
2711 |
+
{file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:34bb30c095342797608727baf5c8aa122406aa5edfa12107b8e08eb432d4c5d7"},
|
2712 |
+
{file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:25ecb1dffc5e409ca42f01a2b2437f93024ff1612c1e7983bad9ee191a5e8828"},
|
2713 |
+
{file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:aa5eedfc2461c16a092a2fabc5895f159915f25731740c9152a1b00f4bcf629a"},
|
2714 |
+
{file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:7d1a6e403ac8f1d91d8f51c441c3f99367488ed822bda2b40836690d5d0059f5"},
|
2715 |
+
{file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:3e4d710ff6539026e49f15a3797c6b1053573c2b65210373ef0eec24480b900b"},
|
2716 |
+
{file = "regex-2022.3.15-cp36-cp36m-win32.whl", hash = "sha256:0100f0ded953b6b17f18207907159ba9be3159649ad2d9b15535a74de70359d3"},
|
2717 |
+
{file = "regex-2022.3.15-cp36-cp36m-win_amd64.whl", hash = "sha256:f320c070dea3f20c11213e56dbbd7294c05743417cde01392148964b7bc2d31a"},
|
2718 |
+
{file = "regex-2022.3.15-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:fc8c7958d14e8270171b3d72792b609c057ec0fa17d507729835b5cff6b7f69a"},
|
2719 |
+
{file = "regex-2022.3.15-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ca6dcd17f537e9f3793cdde20ac6076af51b2bd8ad5fe69fa54373b17b48d3c"},
|
2720 |
+
{file = "regex-2022.3.15-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0214ff6dff1b5a4b4740cfe6e47f2c4c92ba2938fca7abbea1359036305c132f"},
|
2721 |
+
{file = "regex-2022.3.15-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a98ae493e4e80b3ded6503ff087a8492db058e9c68de371ac3df78e88360b374"},
|
2722 |
+
{file = "regex-2022.3.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8b1cc70e31aacc152a12b39245974c8fccf313187eead559ee5966d50e1b5817"},
|
2723 |
+
{file = "regex-2022.3.15-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b4829db3737480a9d5bfb1c0320c4ee13736f555f53a056aacc874f140e98f64"},
|
2724 |
+
{file = "regex-2022.3.15-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:303b15a3d32bf5fe5a73288c316bac5807587f193ceee4eb6d96ee38663789fa"},
|
2725 |
+
{file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:dc7b7c16a519d924c50876fb152af661a20749dcbf653c8759e715c1a7a95b18"},
|
2726 |
+
{file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:ce3057777a14a9a1399b81eca6a6bfc9612047811234398b84c54aeff6d536ea"},
|
2727 |
+
{file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:48081b6bff550fe10bcc20c01cf6c83dbca2ccf74eeacbfac240264775fd7ecf"},
|
2728 |
+
{file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:dcbb7665a9db9f8d7642171152c45da60e16c4f706191d66a1dc47ec9f820aed"},
|
2729 |
+
{file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:c155a1a80c5e7a8fa1d9bb1bf3c8a953532b53ab1196092749bafb9d3a7cbb60"},
|
2730 |
+
{file = "regex-2022.3.15-cp37-cp37m-win32.whl", hash = "sha256:04b5ee2b6d29b4a99d38a6469aa1db65bb79d283186e8460542c517da195a8f6"},
|
2731 |
+
{file = "regex-2022.3.15-cp37-cp37m-win_amd64.whl", hash = "sha256:797437e6024dc1589163675ae82f303103063a0a580c6fd8d0b9a0a6708da29e"},
|
2732 |
+
{file = "regex-2022.3.15-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8afcd1c2297bc989dceaa0379ba15a6df16da69493635e53431d2d0c30356086"},
|
2733 |
+
{file = "regex-2022.3.15-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:0066a6631c92774391f2ea0f90268f0d82fffe39cb946f0f9c6b382a1c61a5e5"},
|
2734 |
+
{file = "regex-2022.3.15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b8248f19a878c72d8c0a785a2cd45d69432e443c9f10ab924c29adda77b324ae"},
|
2735 |
+
{file = "regex-2022.3.15-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8d1f3ea0d1924feb4cf6afb2699259f658a08ac6f8f3a4a806661c2dfcd66db1"},
|
2736 |
+
{file = "regex-2022.3.15-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:794a6bc66c43db8ed06698fc32aaeaac5c4812d9f825e9589e56f311da7becd9"},
|
2737 |
+
{file = "regex-2022.3.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4d1445824944e642ffa54c4f512da17a953699c563a356d8b8cbdad26d3b7598"},
|
2738 |
+
{file = "regex-2022.3.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f553a1190ae6cd26e553a79f6b6cfba7b8f304da2071052fa33469da075ea625"},
|
2739 |
+
{file = "regex-2022.3.15-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:75a5e6ce18982f0713c4bac0704bf3f65eed9b277edd3fb9d2b0ff1815943327"},
|
2740 |
+
{file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:f16cf7e4e1bf88fecf7f41da4061f181a6170e179d956420f84e700fb8a3fd6b"},
|
2741 |
+
{file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:dad3991f0678facca1a0831ec1ddece2eb4d1dd0f5150acb9440f73a3b863907"},
|
2742 |
+
{file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:491fc754428514750ab21c2d294486223ce7385446f2c2f5df87ddbed32979ae"},
|
2743 |
+
{file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:6504c22c173bb74075d7479852356bb7ca80e28c8e548d4d630a104f231e04fb"},
|
2744 |
+
{file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:01c913cf573d1da0b34c9001a94977273b5ee2fe4cb222a5d5b320f3a9d1a835"},
|
2745 |
+
{file = "regex-2022.3.15-cp38-cp38-win32.whl", hash = "sha256:029e9e7e0d4d7c3446aa92474cbb07dafb0b2ef1d5ca8365f059998c010600e6"},
|
2746 |
+
{file = "regex-2022.3.15-cp38-cp38-win_amd64.whl", hash = "sha256:947a8525c0a95ba8dc873191f9017d1b1e3024d4dc757f694e0af3026e34044a"},
|
2747 |
+
{file = "regex-2022.3.15-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:591d4fba554f24bfa0421ba040cd199210a24301f923ed4b628e1e15a1001ff4"},
|
2748 |
+
{file = "regex-2022.3.15-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:b9809404528a999cf02a400ee5677c81959bc5cb938fdc696b62eb40214e3632"},
|
2749 |
+
{file = "regex-2022.3.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f08a7e4d62ea2a45557f561eea87c907222575ca2134180b6974f8ac81e24f06"},
|
2750 |
+
{file = "regex-2022.3.15-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5a86cac984da35377ca9ac5e2e0589bd11b3aebb61801204bd99c41fac516f0d"},
|
2751 |
+
{file = "regex-2022.3.15-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:286908cbe86b1a0240a867aecfe26a439b16a1f585d2de133540549831f8e774"},
|
2752 |
+
{file = "regex-2022.3.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7b7494df3fdcc95a1f76cf134d00b54962dd83189520fd35b8fcd474c0aa616d"},
|
2753 |
+
{file = "regex-2022.3.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b1ceede92400b3acfebc1425937454aaf2c62cd5261a3fabd560c61e74f6da3"},
|
2754 |
+
{file = "regex-2022.3.15-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:0317eb6331146c524751354ebef76a7a531853d7207a4d760dfb5f553137a2a4"},
|
2755 |
+
{file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9c144405220c5ad3f5deab4c77f3e80d52e83804a6b48b6bed3d81a9a0238e4c"},
|
2756 |
+
{file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:5b2e24f3ae03af3d8e8e6d824c891fea0ca9035c5d06ac194a2700373861a15c"},
|
2757 |
+
{file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:f2c53f3af011393ab5ed9ab640fa0876757498aac188f782a0c620e33faa2a3d"},
|
2758 |
+
{file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:060f9066d2177905203516c62c8ea0066c16c7342971d54204d4e51b13dfbe2e"},
|
2759 |
+
{file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:530a3a16e57bd3ea0dff5ec2695c09632c9d6c549f5869d6cf639f5f7153fb9c"},
|
2760 |
+
{file = "regex-2022.3.15-cp39-cp39-win32.whl", hash = "sha256:78ce90c50d0ec970bd0002462430e00d1ecfd1255218d52d08b3a143fe4bde18"},
|
2761 |
+
{file = "regex-2022.3.15-cp39-cp39-win_amd64.whl", hash = "sha256:c5adc854764732dbd95a713f2e6c3e914e17f2ccdc331b9ecb777484c31f73b6"},
|
2762 |
+
{file = "regex-2022.3.15.tar.gz", hash = "sha256:0a7b75cc7bb4cc0334380053e4671c560e31272c9d2d5a6c4b8e9ae2c9bd0f82"},
|
2763 |
]
|
2764 |
requests = [
|
2765 |
{file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
|
|
|
2770 |
{file = "responses-0.18.0.tar.gz", hash = "sha256:380cad4c1c1dc942e5e8a8eaae0b4d4edf708f4f010db8b7bcfafad1fcd254ff"},
|
2771 |
]
|
2772 |
sacremoses = [
|
2773 |
+
{file = "sacremoses-0.0.49-py3-none-any.whl", hash = "sha256:33ca6d4e125271b9201cc7fdf7f03f3ffdd358ee6dd8079c0432811d82da5377"},
|
2774 |
+
{file = "sacremoses-0.0.49.tar.gz", hash = "sha256:c2ecd3a50d1c09a26253ad84b0b89e9e3a28a023455b72a2197cfeab27ff5141"},
|
2775 |
]
|
2776 |
scipy = [
|
2777 |
{file = "scipy-1.8.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:87b01c7d5761e8a266a0fbdb9d88dcba0910d63c1c671bdb4d99d29f469e9e03"},
|
|
|
2819 |
{file = "starlette-0.17.1.tar.gz", hash = "sha256:57eab3cc975a28af62f6faec94d355a410634940f10b30d68d31cb5ec1b44ae8"},
|
2820 |
]
|
2821 |
tokenizers = [
|
2822 |
+
{file = "tokenizers-0.12.0-cp310-cp310-macosx_10_11_x86_64.whl", hash = "sha256:e0f3129c0a35d10834457a81b994e42ec67b77f19d5d075821b68720dd4eeb03"},
|
2823 |
+
{file = "tokenizers-0.12.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:e404cb3e96a83d1f86834a0a5d80a7cdcc42d3bf7082999405ae7cf435a39c07"},
|
2824 |
+
{file = "tokenizers-0.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45f5524951564ff9f0132a9905e15e827bbe4f1610b480d1150bf700fae91305"},
|
2825 |
+
{file = "tokenizers-0.12.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:241e677a567044abc131a1a6375498057e8e0a5c1a03ef7d411591fdfe5cc6a5"},
|
2826 |
+
{file = "tokenizers-0.12.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:93a6515ee713a6291904d9dffb640ed1aeede35f0aee174d101d1bd3f71fa680"},
|
2827 |
+
{file = "tokenizers-0.12.0-cp310-cp310-win32.whl", hash = "sha256:a066a28157202c33c9791957215ac812f3fe2071659ad5cb2d468ad2d8d17bcf"},
|
2828 |
+
{file = "tokenizers-0.12.0-cp310-cp310-win_amd64.whl", hash = "sha256:437976576e8fddafad81a29c2db31c958b3c02f4b87db725869099d235942f0d"},
|
2829 |
+
{file = "tokenizers-0.12.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:97943d09d8062974058ebc5abad9dc0b059501583dd70a92fe77537873fa77d2"},
|
2830 |
+
{file = "tokenizers-0.12.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4e1106734d0189c97554ab222c72d6e72fa7bb2cf819422a2d6096045fbf3cfd"},
|
2831 |
+
{file = "tokenizers-0.12.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9f809d6bf7eeaaf2d48e47e2d462d71837876c6a1cf3fbe209377f7a02c98741"},
|
2832 |
+
{file = "tokenizers-0.12.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fe855f9e07f4a54f70d1262c1fd5e794353bf518593379528b0ceb28bc9b297f"},
|
2833 |
+
{file = "tokenizers-0.12.0-cp37-cp37m-macosx_10_11_x86_64.whl", hash = "sha256:28ae4b10e7a9ab05616b5d4de1dc69d4e3ac974a5937e128db783b4aa859ad14"},
|
2834 |
+
{file = "tokenizers-0.12.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f01db8dbc5f1a6674d7bcb89e29da8bc8fc8b9d0df00a4967b1b2e7399e5e1f3"},
|
2835 |
+
{file = "tokenizers-0.12.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c6d80b2526acb2e294a62af32a54cfaab3ff7b68ca887b5d7d40b1cd1579348"},
|
2836 |
+
{file = "tokenizers-0.12.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:89ea69799ef1eb417b89cd3be66545e437c9d451110df6d4711360f6b6f57257"},
|
2837 |
+
{file = "tokenizers-0.12.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:36b2fccdf3c631ed509b54e8e766fcfacbba0ad3edd08d94e8e010aed3af59d6"},
|
2838 |
+
{file = "tokenizers-0.12.0-cp37-cp37m-win32.whl", hash = "sha256:10d1d380ccac80b3e4d980daeb4fa99231d1ee97c48cff41ef7c2f589877758b"},
|
2839 |
+
{file = "tokenizers-0.12.0-cp37-cp37m-win_amd64.whl", hash = "sha256:1f08da1d57874545b45a117e882d0256fd9de761433c35205f7e4ab841e43134"},
|
2840 |
+
{file = "tokenizers-0.12.0-cp38-cp38-macosx_10_11_x86_64.whl", hash = "sha256:6364677ff1bac939e5f22f5d417cc608e9cf9818ff18c66cbd8f2446bfeeab94"},
|
2841 |
+
{file = "tokenizers-0.12.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:3f5c527b225b0a059dabc8f1d41796d709832373f0fd15cb433d78d54a980a46"},
|
2842 |
+
{file = "tokenizers-0.12.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:628c0cb51ca3f8cf2b809b7d340fb0fb1a91bfd57f0504d3f890101e058eaa1a"},
|
2843 |
+
{file = "tokenizers-0.12.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8f88c8f9a7b50fdf02e339aacd6757de72c4570d7a05ba070889011fa9ae4b65"},
|
2844 |
+
{file = "tokenizers-0.12.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9a5e1719a9bb5e20f87c1f3f010ddf33f00d3c76141d0d5fce144cb9798755a6"},
|
2845 |
+
{file = "tokenizers-0.12.0-cp38-cp38-win32.whl", hash = "sha256:8c0a0d3c08c15748ab0d9816a1563878c5a6501fac44b2c84a24ec1a7d2cacad"},
|
2846 |
+
{file = "tokenizers-0.12.0-cp38-cp38-win_amd64.whl", hash = "sha256:b08d09cf3f05d12039338dcb8bba04a892efd20b30bcd60dd8fd563decccef57"},
|
2847 |
+
{file = "tokenizers-0.12.0-cp39-cp39-macosx_10_11_x86_64.whl", hash = "sha256:67a41b74a3c726b20e7c8d10af2866365d441d88cb0d36013d2524c931b95b22"},
|
2848 |
+
{file = "tokenizers-0.12.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:72a9c1cdc7109f2a412d1edf1ce477590700bc74855d9377f81fa8cb9503cd74"},
|
2849 |
+
{file = "tokenizers-0.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5ccf61acc517804a6ef65cee7ada09f6f408aa43cd4c0053bd39059c7d7a352"},
|
2850 |
+
{file = "tokenizers-0.12.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ac3b2185d0062cb03f031fd34998aecb430ece9d4815ef0fefe9c6947c2b70ee"},
|
2851 |
+
{file = "tokenizers-0.12.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:34ef31e39bd10cb019b704278af11c7af5286fd3754b6925aca0bf31fd0779d2"},
|
2852 |
+
{file = "tokenizers-0.12.0-cp39-cp39-win32.whl", hash = "sha256:7335c702a52d8fdc4c2a907ffa155aabe544d6870284cf5855de75214d6f04e5"},
|
2853 |
+
{file = "tokenizers-0.12.0-cp39-cp39-win_amd64.whl", hash = "sha256:30b5e9f64cd2bb4ada58788be5e47e50901c4a239056b0254b666b863b01e16d"},
|
2854 |
+
{file = "tokenizers-0.12.0.tar.gz", hash = "sha256:81e2b69005d717c2856995979fe1f17646eec8e1bb974852a10b2195b3f7a64e"},
|
|
|
|
|
|
|
|
|
|
|
2855 |
]
|
2856 |
toml = [
|
2857 |
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
|
|
|
2926 |
{file = "tornado-6.1.tar.gz", hash = "sha256:33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791"},
|
2927 |
]
|
2928 |
tqdm = [
|
2929 |
+
{file = "tqdm-4.64.0-py2.py3-none-any.whl", hash = "sha256:74a2cdefe14d11442cedf3ba4e21a3b84ff9a2dbdc6cfae2c34addb2a14a5ea6"},
|
2930 |
+
{file = "tqdm-4.64.0.tar.gz", hash = "sha256:40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d"},
|
2931 |
]
|
2932 |
traitlets = [
|
2933 |
{file = "traitlets-5.1.1-py3-none-any.whl", hash = "sha256:2d313cc50a42cd6c277e7d7dc8d4d7fedd06a2c215f78766ae7b1a66277e0033"},
|
2934 |
{file = "traitlets-5.1.1.tar.gz", hash = "sha256:059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7"},
|
2935 |
]
|
2936 |
transformers = [
|
2937 |
+
{file = "transformers-4.18.0-py3-none-any.whl", hash = "sha256:6ae54fc29bd4bba5b0230d429cb55b8b3eb5feb9e3c9913c61203999f1f0c2c9"},
|
2938 |
+
{file = "transformers-4.18.0.tar.gz", hash = "sha256:16f7751c44f31d8f9a3811bccd80f1995e1cb0ffd9b7de60ef6ede2ab90a6fd4"},
|
2939 |
]
|
2940 |
typing-extensions = [
|
2941 |
{file = "typing_extensions-4.1.1-py3-none-any.whl", hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"},
|
|
|
2946 |
{file = "uc_micro_py-1.0.1-py3-none-any.whl", hash = "sha256:316cfb8b6862a0f1d03540f0ae6e7b033ff1fa0ddbe60c12cbe0d4cec846a69f"},
|
2947 |
]
|
2948 |
urllib3 = [
|
2949 |
+
{file = "urllib3-1.26.9-py2.py3-none-any.whl", hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14"},
|
2950 |
+
{file = "urllib3-1.26.9.tar.gz", hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"},
|
2951 |
]
|
2952 |
uvicorn = [
|
2953 |
{file = "uvicorn-0.17.6-py3-none-any.whl", hash = "sha256:19e2a0e96c9ac5581c01eb1a79a7d2f72bb479691acd2b8921fce48ed5b961a6"},
|