build: updated dependencies
Browse files- README.md +2 -1
- poetry.lock +473 -460
- pyproject.toml +3 -2
- requirements.txt +84 -87
README.md
CHANGED
@@ -4,7 +4,8 @@ emoji: π
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: gray
|
6 |
sdk: streamlit
|
7 |
-
sdk_version: 1.
|
|
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
---
|
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: gray
|
6 |
sdk: streamlit
|
7 |
+
sdk_version: 1.25.0
|
8 |
+
python_version: 3.11
|
9 |
app_file: app.py
|
10 |
pinned: true
|
11 |
---
|
poetry.lock
CHANGED
@@ -12,13 +12,11 @@ files = [
|
|
12 |
]
|
13 |
|
14 |
[package.dependencies]
|
15 |
-
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
16 |
jinja2 = "*"
|
17 |
jsonschema = ">=3.0"
|
18 |
numpy = "*"
|
19 |
pandas = ">=0.18"
|
20 |
toolz = "*"
|
21 |
-
typing-extensions = {version = ">=4.0.1", markers = "python_version < \"3.11\""}
|
22 |
|
23 |
[package.extras]
|
24 |
dev = ["black (<24)", "hatch", "ipython", "m2r", "mypy", "pandas-stubs", "pytest", "pytest-cov", "ruff", "types-jsonschema", "types-setuptools", "vega-datasets", "vl-convert-python"]
|
@@ -35,9 +33,6 @@ files = [
|
|
35 |
{file = "attrs-23.1.0.tar.gz", hash = "sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"},
|
36 |
]
|
37 |
|
38 |
-
[package.dependencies]
|
39 |
-
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
40 |
-
|
41 |
[package.extras]
|
42 |
cov = ["attrs[tests]", "coverage[toml] (>=5.3)"]
|
43 |
dev = ["attrs[docs,tests]", "pre-commit"]
|
@@ -45,34 +40,6 @@ docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-
|
|
45 |
tests = ["attrs[tests-no-zope]", "zope-interface"]
|
46 |
tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
|
47 |
|
48 |
-
[[package]]
|
49 |
-
name = "backports-zoneinfo"
|
50 |
-
version = "0.2.1"
|
51 |
-
description = "Backport of the standard library zoneinfo module"
|
52 |
-
optional = false
|
53 |
-
python-versions = ">=3.6"
|
54 |
-
files = [
|
55 |
-
{file = "backports.zoneinfo-0.2.1-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:da6013fd84a690242c310d77ddb8441a559e9cb3d3d59ebac9aca1a57b2e18bc"},
|
56 |
-
{file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:89a48c0d158a3cc3f654da4c2de1ceba85263fafb861b98b59040a5086259722"},
|
57 |
-
{file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:1c5742112073a563c81f786e77514969acb58649bcdf6cdf0b4ed31a348d4546"},
|
58 |
-
{file = "backports.zoneinfo-0.2.1-cp36-cp36m-win32.whl", hash = "sha256:e8236383a20872c0cdf5a62b554b27538db7fa1bbec52429d8d106effbaeca08"},
|
59 |
-
{file = "backports.zoneinfo-0.2.1-cp36-cp36m-win_amd64.whl", hash = "sha256:8439c030a11780786a2002261569bdf362264f605dfa4d65090b64b05c9f79a7"},
|
60 |
-
{file = "backports.zoneinfo-0.2.1-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:f04e857b59d9d1ccc39ce2da1021d196e47234873820cbeaad210724b1ee28ac"},
|
61 |
-
{file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:17746bd546106fa389c51dbea67c8b7c8f0d14b5526a579ca6ccf5ed72c526cf"},
|
62 |
-
{file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:5c144945a7752ca544b4b78c8c41544cdfaf9786f25fe5ffb10e838e19a27570"},
|
63 |
-
{file = "backports.zoneinfo-0.2.1-cp37-cp37m-win32.whl", hash = "sha256:e55b384612d93be96506932a786bbcde5a2db7a9e6a4bb4bffe8b733f5b9036b"},
|
64 |
-
{file = "backports.zoneinfo-0.2.1-cp37-cp37m-win_amd64.whl", hash = "sha256:a76b38c52400b762e48131494ba26be363491ac4f9a04c1b7e92483d169f6582"},
|
65 |
-
{file = "backports.zoneinfo-0.2.1-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:8961c0f32cd0336fb8e8ead11a1f8cd99ec07145ec2931122faaac1c8f7fd987"},
|
66 |
-
{file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:e81b76cace8eda1fca50e345242ba977f9be6ae3945af8d46326d776b4cf78d1"},
|
67 |
-
{file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7b0a64cda4145548fed9efc10322770f929b944ce5cee6c0dfe0c87bf4c0c8c9"},
|
68 |
-
{file = "backports.zoneinfo-0.2.1-cp38-cp38-win32.whl", hash = "sha256:1b13e654a55cd45672cb54ed12148cd33628f672548f373963b0bff67b217328"},
|
69 |
-
{file = "backports.zoneinfo-0.2.1-cp38-cp38-win_amd64.whl", hash = "sha256:4a0f800587060bf8880f954dbef70de6c11bbe59c673c3d818921f042f9954a6"},
|
70 |
-
{file = "backports.zoneinfo-0.2.1.tar.gz", hash = "sha256:fadbfe37f74051d024037f223b8e001611eac868b5c5b06144ef4d8b799862f2"},
|
71 |
-
]
|
72 |
-
|
73 |
-
[package.extras]
|
74 |
-
tzdata = ["tzdata"]
|
75 |
-
|
76 |
[[package]]
|
77 |
name = "blinker"
|
78 |
version = "1.6.2"
|
@@ -122,10 +89,7 @@ files = [
|
|
122 |
]
|
123 |
|
124 |
[package.dependencies]
|
125 |
-
numpy =
|
126 |
-
{version = ">=1.15.0", markers = "python_version < \"3.9\""},
|
127 |
-
{version = ">=1.19.0", markers = "python_version >= \"3.9\""},
|
128 |
-
]
|
129 |
|
130 |
[[package]]
|
131 |
name = "cachetools"
|
@@ -149,10 +113,6 @@ files = [
|
|
149 |
{file = "catalogue-2.0.9.tar.gz", hash = "sha256:d204c423ec436f2545341ec8a0e026ae033b3ce5911644f95e94d6b887cf631c"},
|
150 |
]
|
151 |
|
152 |
-
[package.dependencies]
|
153 |
-
typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""}
|
154 |
-
zipp = {version = ">=0.5", markers = "python_version < \"3.8\""}
|
155 |
-
|
156 |
[[package]]
|
157 |
name = "certifi"
|
158 |
version = "2023.7.22"
|
@@ -261,7 +221,6 @@ files = [
|
|
261 |
|
262 |
[package.dependencies]
|
263 |
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
264 |
-
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
265 |
|
266 |
[[package]]
|
267 |
name = "colorama"
|
@@ -288,7 +247,6 @@ files = [
|
|
288 |
[package.dependencies]
|
289 |
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<3.0.0"
|
290 |
srsly = ">=2.4.0,<3.0.0"
|
291 |
-
typing-extensions = {version = ">=3.7.4.1,<4.5.0", markers = "python_version < \"3.8\""}
|
292 |
|
293 |
[[package]]
|
294 |
name = "cymem"
|
@@ -327,17 +285,6 @@ files = [
|
|
327 |
{file = "cymem-2.0.7.tar.gz", hash = "sha256:e6034badb5dd4e10344211c81f16505a55553a7164adc314c75bd80cf07e57a8"},
|
328 |
]
|
329 |
|
330 |
-
[[package]]
|
331 |
-
name = "decorator"
|
332 |
-
version = "5.1.1"
|
333 |
-
description = "Decorators for Humans"
|
334 |
-
optional = false
|
335 |
-
python-versions = ">=3.5"
|
336 |
-
files = [
|
337 |
-
{file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"},
|
338 |
-
{file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"},
|
339 |
-
]
|
340 |
-
|
341 |
[[package]]
|
342 |
name = "filelock"
|
343 |
version = "3.12.2"
|
@@ -355,13 +302,13 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "p
|
|
355 |
|
356 |
[[package]]
|
357 |
name = "fsspec"
|
358 |
-
version = "2023.
|
359 |
description = "File-system specification"
|
360 |
optional = false
|
361 |
-
python-versions = ">=3.
|
362 |
files = [
|
363 |
-
{file = "fsspec-2023.
|
364 |
-
{file = "fsspec-2023.
|
365 |
]
|
366 |
|
367 |
[package.extras]
|
@@ -369,8 +316,9 @@ abfs = ["adlfs"]
|
|
369 |
adl = ["adlfs"]
|
370 |
arrow = ["pyarrow (>=1)"]
|
371 |
dask = ["dask", "distributed"]
|
|
|
372 |
dropbox = ["dropbox", "dropboxdrivefs", "requests"]
|
373 |
-
|
374 |
fuse = ["fusepy"]
|
375 |
gcs = ["gcsfs"]
|
376 |
git = ["pygit2"]
|
@@ -414,7 +362,6 @@ files = [
|
|
414 |
|
415 |
[package.dependencies]
|
416 |
gitdb = ">=4.0.1,<5"
|
417 |
-
typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.8\""}
|
418 |
|
419 |
[[package]]
|
420 |
name = "hu-core-news-trf"
|
@@ -449,7 +396,6 @@ files = [
|
|
449 |
[package.dependencies]
|
450 |
filelock = "*"
|
451 |
fsspec = "*"
|
452 |
-
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
453 |
packaging = ">=20.9"
|
454 |
pyyaml = ">=5.1"
|
455 |
requests = "*"
|
@@ -481,41 +427,22 @@ files = [
|
|
481 |
|
482 |
[[package]]
|
483 |
name = "importlib-metadata"
|
484 |
-
version = "6.
|
485 |
description = "Read metadata from Python packages"
|
486 |
optional = false
|
487 |
-
python-versions = ">=3.
|
488 |
files = [
|
489 |
-
{file = "importlib_metadata-6.
|
490 |
-
{file = "importlib_metadata-6.
|
491 |
]
|
492 |
|
493 |
[package.dependencies]
|
494 |
-
typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""}
|
495 |
zipp = ">=0.5"
|
496 |
|
497 |
[package.extras]
|
498 |
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
499 |
perf = ["ipython"]
|
500 |
-
testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=
|
501 |
-
|
502 |
-
[[package]]
|
503 |
-
name = "importlib-resources"
|
504 |
-
version = "5.12.0"
|
505 |
-
description = "Read resources from Python packages"
|
506 |
-
optional = false
|
507 |
-
python-versions = ">=3.7"
|
508 |
-
files = [
|
509 |
-
{file = "importlib_resources-5.12.0-py3-none-any.whl", hash = "sha256:7b1deeebbf351c7578e09bf2f63fa2ce8b5ffec296e0d349139d43cca061a81a"},
|
510 |
-
{file = "importlib_resources-5.12.0.tar.gz", hash = "sha256:4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6"},
|
511 |
-
]
|
512 |
-
|
513 |
-
[package.dependencies]
|
514 |
-
zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""}
|
515 |
-
|
516 |
-
[package.extras]
|
517 |
-
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
518 |
-
testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
|
519 |
|
520 |
[[package]]
|
521 |
name = "jinja2"
|
@@ -536,27 +463,39 @@ i18n = ["Babel (>=2.7)"]
|
|
536 |
|
537 |
[[package]]
|
538 |
name = "jsonschema"
|
539 |
-
version = "4.
|
540 |
description = "An implementation of JSON Schema validation for Python"
|
541 |
optional = false
|
542 |
-
python-versions = ">=3.
|
543 |
files = [
|
544 |
-
{file = "jsonschema-4.
|
545 |
-
{file = "jsonschema-4.
|
546 |
]
|
547 |
|
548 |
[package.dependencies]
|
549 |
-
attrs = ">=
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2"
|
554 |
-
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
555 |
|
556 |
[package.extras]
|
557 |
format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"]
|
558 |
format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"]
|
559 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
560 |
[[package]]
|
561 |
name = "langcodes"
|
562 |
version = "3.3.0"
|
@@ -573,18 +512,17 @@ data = ["language-data (>=1.1,<2.0)"]
|
|
573 |
|
574 |
[[package]]
|
575 |
name = "markdown-it-py"
|
576 |
-
version = "
|
577 |
description = "Python port of markdown-it. Markdown parsing, done right!"
|
578 |
optional = false
|
579 |
-
python-versions = ">=3.
|
580 |
files = [
|
581 |
-
{file = "markdown-it-py-
|
582 |
-
{file = "markdown_it_py-
|
583 |
]
|
584 |
|
585 |
[package.dependencies]
|
586 |
mdurl = ">=0.1,<1.0"
|
587 |
-
typing_extensions = {version = ">=3.7.4", markers = "python_version < \"3.8\""}
|
588 |
|
589 |
[package.extras]
|
590 |
benchmarking = ["psutil", "pytest", "pytest-benchmark"]
|
@@ -593,7 +531,7 @@ compare = ["commonmark (>=0.9,<1.0)", "markdown (>=3.4,<4.0)", "mistletoe (>=1.0
|
|
593 |
linkify = ["linkify-it-py (>=1,<3)"]
|
594 |
plugins = ["mdit-py-plugins"]
|
595 |
profiling = ["gprof2dot"]
|
596 |
-
rtd = ["
|
597 |
testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
|
598 |
|
599 |
[[package]]
|
@@ -666,6 +604,23 @@ files = [
|
|
666 |
{file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"},
|
667 |
]
|
668 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
669 |
[[package]]
|
670 |
name = "murmurhash"
|
671 |
version = "1.0.9"
|
@@ -704,103 +659,57 @@ files = [
|
|
704 |
]
|
705 |
|
706 |
[[package]]
|
707 |
-
name = "
|
708 |
-
version = "
|
709 |
-
description = "
|
710 |
optional = false
|
711 |
-
python-versions = ">=3.
|
712 |
files = [
|
713 |
-
{file = "
|
714 |
-
{file = "
|
715 |
-
{file = "numpy-1.21.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:a75b4498b1e93d8b700282dc8e655b8bd559c0904b3910b144646dbbbc03e062"},
|
716 |
-
{file = "numpy-1.21.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1412aa0aec3e00bc23fbb8664d76552b4efde98fb71f60737c83efbac24112f1"},
|
717 |
-
{file = "numpy-1.21.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e46ceaff65609b5399163de5893d8f2a82d3c77d5e56d976c8b5fb01faa6b671"},
|
718 |
-
{file = "numpy-1.21.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:c6a2324085dd52f96498419ba95b5777e40b6bcbc20088fddb9e8cbb58885e8e"},
|
719 |
-
{file = "numpy-1.21.1-cp37-cp37m-win32.whl", hash = "sha256:73101b2a1fef16602696d133db402a7e7586654682244344b8329cdcbbb82172"},
|
720 |
-
{file = "numpy-1.21.1-cp37-cp37m-win_amd64.whl", hash = "sha256:7a708a79c9a9d26904d1cca8d383bf869edf6f8e7650d85dbc77b041e8c5a0f8"},
|
721 |
-
{file = "numpy-1.21.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:95b995d0c413f5d0428b3f880e8fe1660ff9396dcd1f9eedbc311f37b5652e16"},
|
722 |
-
{file = "numpy-1.21.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:635e6bd31c9fb3d475c8f44a089569070d10a9ef18ed13738b03049280281267"},
|
723 |
-
{file = "numpy-1.21.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:4a3d5fb89bfe21be2ef47c0614b9c9c707b7362386c9a3ff1feae63e0267ccb6"},
|
724 |
-
{file = "numpy-1.21.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:8a326af80e86d0e9ce92bcc1e65c8ff88297de4fa14ee936cb2293d414c9ec63"},
|
725 |
-
{file = "numpy-1.21.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:791492091744b0fe390a6ce85cc1bf5149968ac7d5f0477288f78c89b385d9af"},
|
726 |
-
{file = "numpy-1.21.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0318c465786c1f63ac05d7c4dbcecd4d2d7e13f0959b01b534ea1e92202235c5"},
|
727 |
-
{file = "numpy-1.21.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:9a513bd9c1551894ee3d31369f9b07460ef223694098cf27d399513415855b68"},
|
728 |
-
{file = "numpy-1.21.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:91c6f5fc58df1e0a3cc0c3a717bb3308ff850abdaa6d2d802573ee2b11f674a8"},
|
729 |
-
{file = "numpy-1.21.1-cp38-cp38-win32.whl", hash = "sha256:978010b68e17150db8765355d1ccdd450f9fc916824e8c4e35ee620590e234cd"},
|
730 |
-
{file = "numpy-1.21.1-cp38-cp38-win_amd64.whl", hash = "sha256:9749a40a5b22333467f02fe11edc98f022133ee1bfa8ab99bda5e5437b831214"},
|
731 |
-
{file = "numpy-1.21.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:d7a4aeac3b94af92a9373d6e77b37691b86411f9745190d2c351f410ab3a791f"},
|
732 |
-
{file = "numpy-1.21.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d9e7912a56108aba9b31df688a4c4f5cb0d9d3787386b87d504762b6754fbb1b"},
|
733 |
-
{file = "numpy-1.21.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:25b40b98ebdd272bc3020935427a4530b7d60dfbe1ab9381a39147834e985eac"},
|
734 |
-
{file = "numpy-1.21.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:8a92c5aea763d14ba9d6475803fc7904bda7decc2a0a68153f587ad82941fec1"},
|
735 |
-
{file = "numpy-1.21.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:05a0f648eb28bae4bcb204e6fd14603de2908de982e761a2fc78efe0f19e96e1"},
|
736 |
-
{file = "numpy-1.21.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f01f28075a92eede918b965e86e8f0ba7b7797a95aa8d35e1cc8821f5fc3ad6a"},
|
737 |
-
{file = "numpy-1.21.1-cp39-cp39-win32.whl", hash = "sha256:88c0b89ad1cc24a5efbb99ff9ab5db0f9a86e9cc50240177a571fbe9c2860ac2"},
|
738 |
-
{file = "numpy-1.21.1-cp39-cp39-win_amd64.whl", hash = "sha256:01721eefe70544d548425a07c80be8377096a54118070b8a62476866d5208e33"},
|
739 |
-
{file = "numpy-1.21.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:2d4d1de6e6fb3d28781c73fbde702ac97f03d79e4ffd6598b880b2d95d62ead4"},
|
740 |
-
{file = "numpy-1.21.1.zip", hash = "sha256:dff4af63638afcc57a3dfb9e4b26d434a7a602d225b42d746ea7fe2edf1342fd"},
|
741 |
-
]
|
742 |
-
|
743 |
-
[[package]]
|
744 |
-
name = "nvidia-cublas-cu11"
|
745 |
-
version = "11.10.3.66"
|
746 |
-
description = "CUBLAS native runtime libraries"
|
747 |
-
optional = false
|
748 |
-
python-versions = ">=3"
|
749 |
-
files = [
|
750 |
-
{file = "nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl", hash = "sha256:d32e4d75f94ddfb93ea0a5dda08389bcc65d8916a25cb9f37ac89edaeed3bded"},
|
751 |
-
{file = "nvidia_cublas_cu11-11.10.3.66-py3-none-win_amd64.whl", hash = "sha256:8ac17ba6ade3ed56ab898a036f9ae0756f1e81052a317bf98f8c6d18dc3ae49e"},
|
752 |
]
|
753 |
|
754 |
-
[package.
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
[
|
759 |
-
|
760 |
-
version = "11.7.99"
|
761 |
-
description = "NVRTC native runtime libraries"
|
762 |
-
optional = false
|
763 |
-
python-versions = ">=3"
|
764 |
-
files = [
|
765 |
-
{file = "nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl", hash = "sha256:9f1562822ea264b7e34ed5930567e89242d266448e936b85bc97a3370feabb03"},
|
766 |
-
{file = "nvidia_cuda_nvrtc_cu11-11.7.99-py3-none-manylinux1_x86_64.whl", hash = "sha256:f7d9610d9b7c331fa0da2d1b2858a4a8315e6d49765091d28711c8946e7425e7"},
|
767 |
-
{file = "nvidia_cuda_nvrtc_cu11-11.7.99-py3-none-win_amd64.whl", hash = "sha256:f2effeb1309bdd1b3854fc9b17eaf997808f8b25968ce0c7070945c4265d64a3"},
|
768 |
-
]
|
769 |
-
|
770 |
-
[package.dependencies]
|
771 |
-
setuptools = "*"
|
772 |
-
wheel = "*"
|
773 |
-
|
774 |
-
[[package]]
|
775 |
-
name = "nvidia-cuda-runtime-cu11"
|
776 |
-
version = "11.7.99"
|
777 |
-
description = "CUDA Runtime native Libraries"
|
778 |
-
optional = false
|
779 |
-
python-versions = ">=3"
|
780 |
-
files = [
|
781 |
-
{file = "nvidia_cuda_runtime_cu11-11.7.99-py3-none-manylinux1_x86_64.whl", hash = "sha256:cc768314ae58d2641f07eac350f40f99dcb35719c4faff4bc458a7cd2b119e31"},
|
782 |
-
{file = "nvidia_cuda_runtime_cu11-11.7.99-py3-none-win_amd64.whl", hash = "sha256:bc77fa59a7679310df9d5c70ab13c4e34c64ae2124dd1efd7e5474b71be125c7"},
|
783 |
-
]
|
784 |
-
|
785 |
-
[package.dependencies]
|
786 |
-
setuptools = "*"
|
787 |
-
wheel = "*"
|
788 |
|
789 |
[[package]]
|
790 |
-
name = "
|
791 |
-
version = "
|
792 |
-
description = "
|
793 |
-
optional = false
|
794 |
-
python-versions = ">=3"
|
795 |
-
files = [
|
796 |
-
{file = "
|
797 |
-
{file = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
798 |
]
|
799 |
|
800 |
-
[package.dependencies]
|
801 |
-
setuptools = "*"
|
802 |
-
wheel = "*"
|
803 |
-
|
804 |
[[package]]
|
805 |
name = "packaging"
|
806 |
version = "23.1"
|
@@ -814,50 +723,69 @@ files = [
|
|
814 |
|
815 |
[[package]]
|
816 |
name = "pandas"
|
817 |
-
version = "
|
818 |
description = "Powerful data structures for data analysis, time series, and statistics"
|
819 |
optional = false
|
820 |
-
python-versions = ">=3.
|
821 |
-
files = [
|
822 |
-
{file = "pandas-
|
823 |
-
{file = "pandas-
|
824 |
-
{file = "pandas-
|
825 |
-
{file = "pandas-
|
826 |
-
{file = "pandas-
|
827 |
-
{file = "pandas-
|
828 |
-
{file = "pandas-
|
829 |
-
{file = "pandas-
|
830 |
-
{file = "pandas-
|
831 |
-
{file = "pandas-
|
832 |
-
{file = "pandas-
|
833 |
-
{file = "pandas-
|
834 |
-
{file = "pandas-
|
835 |
-
{file = "pandas-
|
836 |
-
{file = "pandas-
|
837 |
-
{file = "pandas-
|
838 |
-
{file = "pandas-
|
839 |
-
{file = "pandas-
|
840 |
-
{file = "pandas-
|
841 |
-
{file = "pandas-
|
842 |
-
{file = "pandas-
|
843 |
-
{file = "pandas-
|
844 |
-
{file = "pandas-
|
845 |
-
{file = "pandas-
|
846 |
-
{file = "pandas-
|
847 |
]
|
848 |
|
849 |
[package.dependencies]
|
850 |
numpy = [
|
851 |
-
{version = ">=1.17.3", markers = "(platform_machine != \"aarch64\" and platform_machine != \"arm64\") and python_version < \"3.10\""},
|
852 |
-
{version = ">=1.19.2", markers = "platform_machine == \"aarch64\" and python_version < \"3.10\""},
|
853 |
-
{version = ">=1.20.0", markers = "platform_machine == \"arm64\" and python_version < \"3.10\""},
|
854 |
{version = ">=1.21.0", markers = "python_version >= \"3.10\""},
|
|
|
855 |
]
|
856 |
-
python-dateutil = ">=2.
|
857 |
-
pytz = ">=
|
|
|
858 |
|
859 |
[package.extras]
|
860 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
861 |
|
862 |
[[package]]
|
863 |
name = "pathy"
|
@@ -960,17 +888,6 @@ files = [
|
|
960 |
docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-removed-in", "sphinxext-opengraph"]
|
961 |
tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
|
962 |
|
963 |
-
[[package]]
|
964 |
-
name = "pkgutil-resolve-name"
|
965 |
-
version = "1.3.10"
|
966 |
-
description = "Resolve a name to an object."
|
967 |
-
optional = false
|
968 |
-
python-versions = ">=3.6"
|
969 |
-
files = [
|
970 |
-
{file = "pkgutil_resolve_name-1.3.10-py3-none-any.whl", hash = "sha256:ca27cc078d25c5ad71a9de0a7a330146c4e014c2462d9af19c6b828280649c5e"},
|
971 |
-
{file = "pkgutil_resolve_name-1.3.10.tar.gz", hash = "sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174"},
|
972 |
-
]
|
973 |
-
|
974 |
[[package]]
|
975 |
name = "preshed"
|
976 |
version = "3.0.8"
|
@@ -1014,67 +931,62 @@ murmurhash = ">=0.28.0,<1.1.0"
|
|
1014 |
|
1015 |
[[package]]
|
1016 |
name = "protobuf"
|
1017 |
-
version = "
|
1018 |
-
description = "
|
1019 |
optional = false
|
1020 |
python-versions = ">=3.7"
|
1021 |
files = [
|
1022 |
-
{file = "protobuf-
|
1023 |
-
{file = "protobuf-
|
1024 |
-
{file = "protobuf-
|
1025 |
-
{file = "protobuf-
|
1026 |
-
{file = "protobuf-
|
1027 |
-
{file = "protobuf-
|
1028 |
-
{file = "protobuf-
|
1029 |
-
{file = "protobuf-
|
1030 |
-
{file = "protobuf-
|
1031 |
-
{file = "protobuf-
|
1032 |
-
{file = "protobuf-
|
1033 |
-
{file = "protobuf-
|
1034 |
-
{file = "protobuf-
|
1035 |
-
{file = "protobuf-3.20.3-cp38-cp38-win32.whl", hash = "sha256:c02ce36ec760252242a33967d51c289fd0e1c0e6e5cc9397e2279177716add86"},
|
1036 |
-
{file = "protobuf-3.20.3-cp38-cp38-win_amd64.whl", hash = "sha256:447d43819997825d4e71bf5769d869b968ce96848b6479397e29fc24c4a5dfe9"},
|
1037 |
-
{file = "protobuf-3.20.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:398a9e0c3eaceb34ec1aee71894ca3299605fa8e761544934378bbc6c97de23b"},
|
1038 |
-
{file = "protobuf-3.20.3-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:bf01b5720be110540be4286e791db73f84a2b721072a3711efff6c324cdf074b"},
|
1039 |
-
{file = "protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:daa564862dd0d39c00f8086f88700fdbe8bc717e993a21e90711acfed02f2402"},
|
1040 |
-
{file = "protobuf-3.20.3-cp39-cp39-win32.whl", hash = "sha256:819559cafa1a373b7096a482b504ae8a857c89593cf3a25af743ac9ecbd23480"},
|
1041 |
-
{file = "protobuf-3.20.3-cp39-cp39-win_amd64.whl", hash = "sha256:03038ac1cfbc41aa21f6afcbcd357281d7521b4157926f30ebecc8d4ea59dcb7"},
|
1042 |
-
{file = "protobuf-3.20.3-py2.py3-none-any.whl", hash = "sha256:a7ca6d488aa8ff7f329d4c545b2dbad8ac31464f1d8b1c87ad1346717731e4db"},
|
1043 |
-
{file = "protobuf-3.20.3.tar.gz", hash = "sha256:2e3427429c9cffebf259491be0af70189607f365c2f41c7c3764af6f337105f2"},
|
1044 |
]
|
1045 |
|
1046 |
[[package]]
|
1047 |
name = "pyarrow"
|
1048 |
-
version = "
|
1049 |
description = "Python library for Apache Arrow"
|
1050 |
optional = false
|
1051 |
-
python-versions = ">=3.
|
1052 |
-
files = [
|
1053 |
-
{file = "pyarrow-
|
1054 |
-
{file = "pyarrow-
|
1055 |
-
{file = "pyarrow-
|
1056 |
-
{file = "pyarrow-
|
1057 |
-
{file = "pyarrow-
|
1058 |
-
{file = "pyarrow-
|
1059 |
-
{file = "pyarrow-
|
1060 |
-
{file = "pyarrow-
|
1061 |
-
{file = "pyarrow-
|
1062 |
-
{file = "pyarrow-
|
1063 |
-
{file = "pyarrow-
|
1064 |
-
{file = "pyarrow-
|
1065 |
-
{file = "pyarrow-
|
1066 |
-
{file = "pyarrow-
|
1067 |
-
{file = "pyarrow-
|
1068 |
-
{file = "pyarrow-
|
1069 |
-
{file = "pyarrow-
|
1070 |
-
{file = "pyarrow-
|
1071 |
-
{file = "pyarrow-
|
1072 |
-
{file = "pyarrow-
|
1073 |
-
{file = "pyarrow-
|
1074 |
-
{file = "pyarrow-
|
1075 |
-
{file = "pyarrow-
|
1076 |
-
{file = "pyarrow-
|
1077 |
-
{file = "pyarrow-
|
|
|
|
|
|
|
|
|
1078 |
]
|
1079 |
|
1080 |
[package.dependencies]
|
@@ -1176,42 +1088,6 @@ files = [
|
|
1176 |
{file = "Pympler-1.0.1.tar.gz", hash = "sha256:993f1a3599ca3f4fcd7160c7545ad06310c9e12f70174ae7ae8d4e25f6c5d3fa"},
|
1177 |
]
|
1178 |
|
1179 |
-
[[package]]
|
1180 |
-
name = "pyrsistent"
|
1181 |
-
version = "0.19.3"
|
1182 |
-
description = "Persistent/Functional/Immutable data structures"
|
1183 |
-
optional = false
|
1184 |
-
python-versions = ">=3.7"
|
1185 |
-
files = [
|
1186 |
-
{file = "pyrsistent-0.19.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:20460ac0ea439a3e79caa1dbd560344b64ed75e85d8703943e0b66c2a6150e4a"},
|
1187 |
-
{file = "pyrsistent-0.19.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4c18264cb84b5e68e7085a43723f9e4c1fd1d935ab240ce02c0324a8e01ccb64"},
|
1188 |
-
{file = "pyrsistent-0.19.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4b774f9288dda8d425adb6544e5903f1fb6c273ab3128a355c6b972b7df39dcf"},
|
1189 |
-
{file = "pyrsistent-0.19.3-cp310-cp310-win32.whl", hash = "sha256:5a474fb80f5e0d6c9394d8db0fc19e90fa540b82ee52dba7d246a7791712f74a"},
|
1190 |
-
{file = "pyrsistent-0.19.3-cp310-cp310-win_amd64.whl", hash = "sha256:49c32f216c17148695ca0e02a5c521e28a4ee6c5089f97e34fe24163113722da"},
|
1191 |
-
{file = "pyrsistent-0.19.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:f0774bf48631f3a20471dd7c5989657b639fd2d285b861237ea9e82c36a415a9"},
|
1192 |
-
{file = "pyrsistent-0.19.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3ab2204234c0ecd8b9368dbd6a53e83c3d4f3cab10ecaf6d0e772f456c442393"},
|
1193 |
-
{file = "pyrsistent-0.19.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e42296a09e83028b3476f7073fcb69ffebac0e66dbbfd1bd847d61f74db30f19"},
|
1194 |
-
{file = "pyrsistent-0.19.3-cp311-cp311-win32.whl", hash = "sha256:64220c429e42a7150f4bfd280f6f4bb2850f95956bde93c6fda1b70507af6ef3"},
|
1195 |
-
{file = "pyrsistent-0.19.3-cp311-cp311-win_amd64.whl", hash = "sha256:016ad1afadf318eb7911baa24b049909f7f3bb2c5b1ed7b6a8f21db21ea3faa8"},
|
1196 |
-
{file = "pyrsistent-0.19.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c4db1bd596fefd66b296a3d5d943c94f4fac5bcd13e99bffe2ba6a759d959a28"},
|
1197 |
-
{file = "pyrsistent-0.19.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aeda827381f5e5d65cced3024126529ddc4289d944f75e090572c77ceb19adbf"},
|
1198 |
-
{file = "pyrsistent-0.19.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:42ac0b2f44607eb92ae88609eda931a4f0dfa03038c44c772e07f43e738bcac9"},
|
1199 |
-
{file = "pyrsistent-0.19.3-cp37-cp37m-win32.whl", hash = "sha256:e8f2b814a3dc6225964fa03d8582c6e0b6650d68a232df41e3cc1b66a5d2f8d1"},
|
1200 |
-
{file = "pyrsistent-0.19.3-cp37-cp37m-win_amd64.whl", hash = "sha256:c9bb60a40a0ab9aba40a59f68214eed5a29c6274c83b2cc206a359c4a89fa41b"},
|
1201 |
-
{file = "pyrsistent-0.19.3-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:a2471f3f8693101975b1ff85ffd19bb7ca7dd7c38f8a81701f67d6b4f97b87d8"},
|
1202 |
-
{file = "pyrsistent-0.19.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc5d149f31706762c1f8bda2e8c4f8fead6e80312e3692619a75301d3dbb819a"},
|
1203 |
-
{file = "pyrsistent-0.19.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3311cb4237a341aa52ab8448c27e3a9931e2ee09561ad150ba94e4cfd3fc888c"},
|
1204 |
-
{file = "pyrsistent-0.19.3-cp38-cp38-win32.whl", hash = "sha256:f0e7c4b2f77593871e918be000b96c8107da48444d57005b6a6bc61fb4331b2c"},
|
1205 |
-
{file = "pyrsistent-0.19.3-cp38-cp38-win_amd64.whl", hash = "sha256:c147257a92374fde8498491f53ffa8f4822cd70c0d85037e09028e478cababb7"},
|
1206 |
-
{file = "pyrsistent-0.19.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:b735e538f74ec31378f5a1e3886a26d2ca6351106b4dfde376a26fc32a044edc"},
|
1207 |
-
{file = "pyrsistent-0.19.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99abb85579e2165bd8522f0c0138864da97847875ecbd45f3e7e2af569bfc6f2"},
|
1208 |
-
{file = "pyrsistent-0.19.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3a8cb235fa6d3fd7aae6a4f1429bbb1fec1577d978098da1252f0489937786f3"},
|
1209 |
-
{file = "pyrsistent-0.19.3-cp39-cp39-win32.whl", hash = "sha256:c74bed51f9b41c48366a286395c67f4e894374306b197e62810e0fdaf2364da2"},
|
1210 |
-
{file = "pyrsistent-0.19.3-cp39-cp39-win_amd64.whl", hash = "sha256:878433581fc23e906d947a6814336eee031a00e6defba224234169ae3d3d6a98"},
|
1211 |
-
{file = "pyrsistent-0.19.3-py3-none-any.whl", hash = "sha256:ccf0d6bd208f8111179f0c26fdf84ed7c3891982f2edaeae7422575f47e66b64"},
|
1212 |
-
{file = "pyrsistent-0.19.3.tar.gz", hash = "sha256:1a2994773706bbb4995c31a97bc94f1418314923bd1048c6d964837040376440"},
|
1213 |
-
]
|
1214 |
-
|
1215 |
[[package]]
|
1216 |
name = "python-dateutil"
|
1217 |
version = "2.8.2"
|
@@ -1237,6 +1113,20 @@ files = [
|
|
1237 |
{file = "pytz-2023.3.tar.gz", hash = "sha256:1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"},
|
1238 |
]
|
1239 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1240 |
[[package]]
|
1241 |
name = "pyyaml"
|
1242 |
version = "6.0.1"
|
@@ -1286,6 +1176,21 @@ files = [
|
|
1286 |
{file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"},
|
1287 |
]
|
1288 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1289 |
[[package]]
|
1290 |
name = "regex"
|
1291 |
version = "2023.8.8"
|
@@ -1418,11 +1323,116 @@ files = [
|
|
1418 |
[package.dependencies]
|
1419 |
markdown-it-py = ">=2.2.0"
|
1420 |
pygments = ">=2.13.0,<3.0.0"
|
1421 |
-
typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.9\""}
|
1422 |
|
1423 |
[package.extras]
|
1424 |
jupyter = ["ipywidgets (>=7.5.1,<9)"]
|
1425 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1426 |
[[package]]
|
1427 |
name = "safetensors"
|
1428 |
version = "0.3.3"
|
@@ -1487,31 +1497,20 @@ tensorflow = ["numpy (>=1.21.6)", "tensorflow (>=2.11.0)"]
|
|
1487 |
testing = ["h5py (>=3.7.0)", "huggingface-hub (>=0.12.1)", "numpy (>=1.21.6)", "pytest (>=7.2.0)", "pytest-benchmark (>=4.0.0)", "setuptools-rust (>=1.5.2)"]
|
1488 |
torch = ["numpy (>=1.21.6)", "torch (>=1.10)"]
|
1489 |
|
1490 |
-
[[package]]
|
1491 |
-
name = "semver"
|
1492 |
-
version = "3.0.1"
|
1493 |
-
description = "Python helper for Semantic Versioning (https://semver.org)"
|
1494 |
-
optional = false
|
1495 |
-
python-versions = ">=3.7"
|
1496 |
-
files = [
|
1497 |
-
{file = "semver-3.0.1-py3-none-any.whl", hash = "sha256:2a23844ba1647362c7490fe3995a86e097bb590d16f0f32dfc383008f19e4cdf"},
|
1498 |
-
{file = "semver-3.0.1.tar.gz", hash = "sha256:9ec78c5447883c67b97f98c3b6212796708191d22e4ad30f4570f840171cbce1"},
|
1499 |
-
]
|
1500 |
-
|
1501 |
[[package]]
|
1502 |
name = "setuptools"
|
1503 |
-
version = "68.
|
1504 |
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
1505 |
optional = false
|
1506 |
-
python-versions = ">=3.
|
1507 |
files = [
|
1508 |
-
{file = "setuptools-68.
|
1509 |
-
{file = "setuptools-68.
|
1510 |
]
|
1511 |
|
1512 |
[package.extras]
|
1513 |
-
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
|
1514 |
-
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "
|
1515 |
testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"]
|
1516 |
|
1517 |
[[package]]
|
@@ -1614,7 +1613,6 @@ srsly = ">=2.4.3,<3.0.0"
|
|
1614 |
thinc = ">=8.1.8,<8.2.0"
|
1615 |
tqdm = ">=4.38.0,<5.0.0"
|
1616 |
typer = ">=0.3.0,<0.10.0"
|
1617 |
-
typing-extensions = {version = ">=3.7.4.1,<4.5.0", markers = "python_version < \"3.8\""}
|
1618 |
wasabi = ">=0.9.1,<1.2.0"
|
1619 |
|
1620 |
[package.extras]
|
@@ -1745,19 +1743,19 @@ files = [
|
|
1745 |
|
1746 |
[[package]]
|
1747 |
name = "spacy-streamlit"
|
1748 |
-
version = "1.0.
|
1749 |
description = "Visualize spaCy with streamlit"
|
1750 |
optional = false
|
1751 |
python-versions = ">=3.6"
|
1752 |
files = [
|
1753 |
-
{file = "spacy_streamlit-1.0.
|
1754 |
-
{file = "spacy_streamlit-1.0.
|
1755 |
]
|
1756 |
|
1757 |
[package.dependencies]
|
1758 |
pandas = "*"
|
1759 |
spacy = ">=3.0.0,<4.0.0"
|
1760 |
-
streamlit = ">=
|
1761 |
|
1762 |
[[package]]
|
1763 |
name = "spacy-transformers"
|
@@ -1859,40 +1857,71 @@ catalogue = ">=2.0.3,<2.1.0"
|
|
1859 |
|
1860 |
[[package]]
|
1861 |
name = "streamlit"
|
1862 |
-
version = "1.
|
1863 |
-
description = "
|
1864 |
optional = false
|
1865 |
-
python-versions = ">=3.7"
|
1866 |
files = [
|
1867 |
-
{file = "streamlit-1.
|
1868 |
-
{file = "streamlit-1.
|
1869 |
]
|
1870 |
|
1871 |
[package.dependencies]
|
1872 |
-
altair = ">=
|
1873 |
-
blinker = ">=1.0.0"
|
1874 |
-
cachetools = ">=4.0"
|
1875 |
-
click = ">=7.0"
|
1876 |
-
gitpython = "
|
1877 |
-
importlib-metadata = ">=1.4"
|
1878 |
-
numpy = "
|
1879 |
-
packaging = ">=
|
1880 |
-
pandas = ">=
|
1881 |
-
pillow = ">=
|
1882 |
-
protobuf = ">=3.
|
1883 |
-
pyarrow = ">=
|
1884 |
-
pydeck = ">=0.1
|
1885 |
-
pympler = ">=0.9"
|
1886 |
-
python-dateutil = "
|
1887 |
-
requests = ">=2.
|
1888 |
-
rich = ">=10.
|
1889 |
-
|
1890 |
-
toml = "
|
1891 |
-
tornado = ">=
|
1892 |
-
typing-extensions = ">=
|
1893 |
-
tzlocal = ">=1.1"
|
1894 |
-
validators = ">=0.2"
|
1895 |
-
watchdog = {version = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1896 |
|
1897 |
[[package]]
|
1898 |
name = "thinc"
|
@@ -1937,16 +1966,12 @@ catalogue = ">=2.0.4,<2.1.0"
|
|
1937 |
confection = ">=0.0.1,<1.0.0"
|
1938 |
cymem = ">=2.0.2,<2.1.0"
|
1939 |
murmurhash = ">=1.0.2,<1.1.0"
|
1940 |
-
numpy =
|
1941 |
-
{version = ">=1.15.0", markers = "python_version < \"3.9\""},
|
1942 |
-
{version = ">=1.19.0", markers = "python_version >= \"3.9\""},
|
1943 |
-
]
|
1944 |
packaging = ">=20.0"
|
1945 |
preshed = ">=3.0.2,<3.1.0"
|
1946 |
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<3.0.0"
|
1947 |
setuptools = "*"
|
1948 |
srsly = ">=2.4.0,<3.0.0"
|
1949 |
-
typing-extensions = {version = ">=3.7.4.1,<4.5.0", markers = "python_version < \"3.8\""}
|
1950 |
wasabi = ">=0.8.1,<1.2.0"
|
1951 |
|
1952 |
[package.extras]
|
@@ -2051,39 +2076,38 @@ files = [
|
|
2051 |
|
2052 |
[[package]]
|
2053 |
name = "torch"
|
2054 |
-
version = "
|
2055 |
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
|
2056 |
optional = false
|
2057 |
-
python-versions = ">=3.
|
2058 |
-
files = [
|
2059 |
-
{file = "torch-
|
2060 |
-
{file = "torch-
|
2061 |
-
{file = "torch-
|
2062 |
-
{file = "torch-
|
2063 |
-
{file = "torch-
|
2064 |
-
{file = "torch-
|
2065 |
-
{file = "torch-
|
2066 |
-
{file = "torch-
|
2067 |
-
{file = "torch-
|
2068 |
-
{file = "torch-
|
2069 |
-
{file = "torch-
|
2070 |
-
{file = "torch-
|
2071 |
-
{file = "torch-
|
2072 |
-
{file = "torch-
|
2073 |
-
{file = "torch-
|
2074 |
-
{file = "torch-
|
2075 |
-
{file = "torch-
|
2076 |
-
{file = "torch-
|
2077 |
-
{file = "torch-
|
2078 |
-
{file = "torch-
|
2079 |
-
{file = "torch-1.13.1-cp39-none-macosx_11_0_arm64.whl", hash = "sha256:e0df902a7c7dd6c795698532ee5970ce898672625635d885eade9976e5a04949"},
|
2080 |
]
|
2081 |
|
2082 |
[package.dependencies]
|
2083 |
-
|
2084 |
-
|
2085 |
-
|
2086 |
-
|
2087 |
typing-extensions = "*"
|
2088 |
|
2089 |
[package.extras]
|
@@ -2091,22 +2115,22 @@ opt-einsum = ["opt-einsum (>=3.3)"]
|
|
2091 |
|
2092 |
[[package]]
|
2093 |
name = "tornado"
|
2094 |
-
version = "6.
|
2095 |
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
|
2096 |
optional = false
|
2097 |
-
python-versions = ">= 3.
|
2098 |
files = [
|
2099 |
-
{file = "tornado-6.
|
2100 |
-
{file = "tornado-6.
|
2101 |
-
{file = "tornado-6.
|
2102 |
-
{file = "tornado-6.
|
2103 |
-
{file = "tornado-6.
|
2104 |
-
{file = "tornado-6.
|
2105 |
-
{file = "tornado-6.
|
2106 |
-
{file = "tornado-6.
|
2107 |
-
{file = "tornado-6.
|
2108 |
-
{file = "tornado-6.
|
2109 |
-
{file = "tornado-6.
|
2110 |
]
|
2111 |
|
2112 |
[[package]]
|
@@ -2143,7 +2167,6 @@ files = [
|
|
2143 |
[package.dependencies]
|
2144 |
filelock = "*"
|
2145 |
huggingface-hub = ">=0.14.1,<1.0"
|
2146 |
-
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
2147 |
numpy = ">=1.17"
|
2148 |
packaging = ">=20.0"
|
2149 |
pyyaml = ">=5.1"
|
@@ -2222,13 +2245,13 @@ test = ["black (>=22.3.0,<23.0.0)", "coverage (>=6.2,<7.0)", "isort (>=5.0.6,<6.
|
|
2222 |
|
2223 |
[[package]]
|
2224 |
name = "typing-extensions"
|
2225 |
-
version = "4.
|
2226 |
description = "Backported and Experimental Type Hints for Python 3.7+"
|
2227 |
optional = false
|
2228 |
python-versions = ">=3.7"
|
2229 |
files = [
|
2230 |
-
{file = "typing_extensions-4.
|
2231 |
-
{file = "typing_extensions-4.
|
2232 |
]
|
2233 |
|
2234 |
[[package]]
|
@@ -2244,17 +2267,17 @@ files = [
|
|
2244 |
|
2245 |
[[package]]
|
2246 |
name = "tzlocal"
|
2247 |
-
version = "
|
2248 |
description = "tzinfo object for the local timezone"
|
2249 |
optional = false
|
2250 |
python-versions = ">=3.7"
|
2251 |
files = [
|
2252 |
-
{file = "tzlocal-
|
2253 |
-
{file = "tzlocal-
|
2254 |
]
|
2255 |
|
2256 |
[package.dependencies]
|
2257 |
-
|
2258 |
tzdata = {version = "*", markers = "platform_system == \"Windows\""}
|
2259 |
|
2260 |
[package.extras]
|
@@ -2279,19 +2302,24 @@ zstd = ["zstandard (>=0.18.0)"]
|
|
2279 |
|
2280 |
[[package]]
|
2281 |
name = "validators"
|
2282 |
-
version = "0.
|
2283 |
-
description = "Python Data Validation for Humans
|
2284 |
optional = false
|
2285 |
-
python-versions = ">=3.
|
2286 |
files = [
|
2287 |
-
{file = "validators-0.
|
|
|
2288 |
]
|
2289 |
|
2290 |
-
[package.dependencies]
|
2291 |
-
decorator = ">=3.4.0"
|
2292 |
-
|
2293 |
[package.extras]
|
2294 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2295 |
|
2296 |
[[package]]
|
2297 |
name = "wasabi"
|
@@ -2306,7 +2334,6 @@ files = [
|
|
2306 |
|
2307 |
[package.dependencies]
|
2308 |
colorama = {version = ">=0.4.6", markers = "sys_platform == \"win32\" and python_version >= \"3.7\""}
|
2309 |
-
typing-extensions = {version = ">=3.7.4.1,<4.5.0", markers = "python_version < \"3.8\""}
|
2310 |
|
2311 |
[[package]]
|
2312 |
name = "watchdog"
|
@@ -2347,36 +2374,22 @@ files = [
|
|
2347 |
[package.extras]
|
2348 |
watchmedo = ["PyYAML (>=3.10)"]
|
2349 |
|
2350 |
-
[[package]]
|
2351 |
-
name = "wheel"
|
2352 |
-
version = "0.41.2"
|
2353 |
-
description = "A built-package format for Python"
|
2354 |
-
optional = false
|
2355 |
-
python-versions = ">=3.7"
|
2356 |
-
files = [
|
2357 |
-
{file = "wheel-0.41.2-py3-none-any.whl", hash = "sha256:75909db2664838d015e3d9139004ee16711748a52c8f336b52882266540215d8"},
|
2358 |
-
{file = "wheel-0.41.2.tar.gz", hash = "sha256:0c5ac5ff2afb79ac23ab82bab027a0be7b5dbcf2e54dc50efe4bf507de1f7985"},
|
2359 |
-
]
|
2360 |
-
|
2361 |
-
[package.extras]
|
2362 |
-
test = ["pytest (>=6.0.0)", "setuptools (>=65)"]
|
2363 |
-
|
2364 |
[[package]]
|
2365 |
name = "zipp"
|
2366 |
-
version = "3.
|
2367 |
description = "Backport of pathlib-compatible object wrapper for zip files"
|
2368 |
optional = false
|
2369 |
-
python-versions = ">=3.
|
2370 |
files = [
|
2371 |
-
{file = "zipp-3.
|
2372 |
-
{file = "zipp-3.
|
2373 |
]
|
2374 |
|
2375 |
[package.extras]
|
2376 |
-
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
2377 |
-
testing = ["big-O", "
|
2378 |
|
2379 |
[metadata]
|
2380 |
lock-version = "2.0"
|
2381 |
-
python-versions = "
|
2382 |
-
content-hash = "
|
|
|
12 |
]
|
13 |
|
14 |
[package.dependencies]
|
|
|
15 |
jinja2 = "*"
|
16 |
jsonschema = ">=3.0"
|
17 |
numpy = "*"
|
18 |
pandas = ">=0.18"
|
19 |
toolz = "*"
|
|
|
20 |
|
21 |
[package.extras]
|
22 |
dev = ["black (<24)", "hatch", "ipython", "m2r", "mypy", "pandas-stubs", "pytest", "pytest-cov", "ruff", "types-jsonschema", "types-setuptools", "vega-datasets", "vl-convert-python"]
|
|
|
33 |
{file = "attrs-23.1.0.tar.gz", hash = "sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"},
|
34 |
]
|
35 |
|
|
|
|
|
|
|
36 |
[package.extras]
|
37 |
cov = ["attrs[tests]", "coverage[toml] (>=5.3)"]
|
38 |
dev = ["attrs[docs,tests]", "pre-commit"]
|
|
|
40 |
tests = ["attrs[tests-no-zope]", "zope-interface"]
|
41 |
tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
[[package]]
|
44 |
name = "blinker"
|
45 |
version = "1.6.2"
|
|
|
89 |
]
|
90 |
|
91 |
[package.dependencies]
|
92 |
+
numpy = {version = ">=1.19.0", markers = "python_version >= \"3.9\""}
|
|
|
|
|
|
|
93 |
|
94 |
[[package]]
|
95 |
name = "cachetools"
|
|
|
113 |
{file = "catalogue-2.0.9.tar.gz", hash = "sha256:d204c423ec436f2545341ec8a0e026ae033b3ce5911644f95e94d6b887cf631c"},
|
114 |
]
|
115 |
|
|
|
|
|
|
|
|
|
116 |
[[package]]
|
117 |
name = "certifi"
|
118 |
version = "2023.7.22"
|
|
|
221 |
|
222 |
[package.dependencies]
|
223 |
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|
|
224 |
|
225 |
[[package]]
|
226 |
name = "colorama"
|
|
|
247 |
[package.dependencies]
|
248 |
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<3.0.0"
|
249 |
srsly = ">=2.4.0,<3.0.0"
|
|
|
250 |
|
251 |
[[package]]
|
252 |
name = "cymem"
|
|
|
285 |
{file = "cymem-2.0.7.tar.gz", hash = "sha256:e6034badb5dd4e10344211c81f16505a55553a7164adc314c75bd80cf07e57a8"},
|
286 |
]
|
287 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
288 |
[[package]]
|
289 |
name = "filelock"
|
290 |
version = "3.12.2"
|
|
|
302 |
|
303 |
[[package]]
|
304 |
name = "fsspec"
|
305 |
+
version = "2023.6.0"
|
306 |
description = "File-system specification"
|
307 |
optional = false
|
308 |
+
python-versions = ">=3.8"
|
309 |
files = [
|
310 |
+
{file = "fsspec-2023.6.0-py3-none-any.whl", hash = "sha256:1cbad1faef3e391fba6dc005ae9b5bdcbf43005c9167ce78c915549c352c869a"},
|
311 |
+
{file = "fsspec-2023.6.0.tar.gz", hash = "sha256:d0b2f935446169753e7a5c5c55681c54ea91996cc67be93c39a154fb3a2742af"},
|
312 |
]
|
313 |
|
314 |
[package.extras]
|
|
|
316 |
adl = ["adlfs"]
|
317 |
arrow = ["pyarrow (>=1)"]
|
318 |
dask = ["dask", "distributed"]
|
319 |
+
devel = ["pytest", "pytest-cov"]
|
320 |
dropbox = ["dropbox", "dropboxdrivefs", "requests"]
|
321 |
+
full = ["adlfs", "aiohttp (!=4.0.0a0,!=4.0.0a1)", "dask", "distributed", "dropbox", "dropboxdrivefs", "fusepy", "gcsfs", "libarchive-c", "ocifs", "panel", "paramiko", "pyarrow (>=1)", "pygit2", "requests", "s3fs", "smbprotocol", "tqdm"]
|
322 |
fuse = ["fusepy"]
|
323 |
gcs = ["gcsfs"]
|
324 |
git = ["pygit2"]
|
|
|
362 |
|
363 |
[package.dependencies]
|
364 |
gitdb = ">=4.0.1,<5"
|
|
|
365 |
|
366 |
[[package]]
|
367 |
name = "hu-core-news-trf"
|
|
|
396 |
[package.dependencies]
|
397 |
filelock = "*"
|
398 |
fsspec = "*"
|
|
|
399 |
packaging = ">=20.9"
|
400 |
pyyaml = ">=5.1"
|
401 |
requests = "*"
|
|
|
427 |
|
428 |
[[package]]
|
429 |
name = "importlib-metadata"
|
430 |
+
version = "6.8.0"
|
431 |
description = "Read metadata from Python packages"
|
432 |
optional = false
|
433 |
+
python-versions = ">=3.8"
|
434 |
files = [
|
435 |
+
{file = "importlib_metadata-6.8.0-py3-none-any.whl", hash = "sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb"},
|
436 |
+
{file = "importlib_metadata-6.8.0.tar.gz", hash = "sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743"},
|
437 |
]
|
438 |
|
439 |
[package.dependencies]
|
|
|
440 |
zipp = ">=0.5"
|
441 |
|
442 |
[package.extras]
|
443 |
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
444 |
perf = ["ipython"]
|
445 |
+
testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)", "pytest-ruff"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
446 |
|
447 |
[[package]]
|
448 |
name = "jinja2"
|
|
|
463 |
|
464 |
[[package]]
|
465 |
name = "jsonschema"
|
466 |
+
version = "4.19.0"
|
467 |
description = "An implementation of JSON Schema validation for Python"
|
468 |
optional = false
|
469 |
+
python-versions = ">=3.8"
|
470 |
files = [
|
471 |
+
{file = "jsonschema-4.19.0-py3-none-any.whl", hash = "sha256:043dc26a3845ff09d20e4420d6012a9c91c9aa8999fa184e7efcfeccb41e32cb"},
|
472 |
+
{file = "jsonschema-4.19.0.tar.gz", hash = "sha256:6e1e7569ac13be8139b2dd2c21a55d350066ee3f80df06c608b398cdc6f30e8f"},
|
473 |
]
|
474 |
|
475 |
[package.dependencies]
|
476 |
+
attrs = ">=22.2.0"
|
477 |
+
jsonschema-specifications = ">=2023.03.6"
|
478 |
+
referencing = ">=0.28.4"
|
479 |
+
rpds-py = ">=0.7.1"
|
|
|
|
|
480 |
|
481 |
[package.extras]
|
482 |
format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"]
|
483 |
format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"]
|
484 |
|
485 |
+
[[package]]
|
486 |
+
name = "jsonschema-specifications"
|
487 |
+
version = "2023.7.1"
|
488 |
+
description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
|
489 |
+
optional = false
|
490 |
+
python-versions = ">=3.8"
|
491 |
+
files = [
|
492 |
+
{file = "jsonschema_specifications-2023.7.1-py3-none-any.whl", hash = "sha256:05adf340b659828a004220a9613be00fa3f223f2b82002e273dee62fd50524b1"},
|
493 |
+
{file = "jsonschema_specifications-2023.7.1.tar.gz", hash = "sha256:c91a50404e88a1f6ba40636778e2ee08f6e24c5613fe4c53ac24578a5a7f72bb"},
|
494 |
+
]
|
495 |
+
|
496 |
+
[package.dependencies]
|
497 |
+
referencing = ">=0.28.0"
|
498 |
+
|
499 |
[[package]]
|
500 |
name = "langcodes"
|
501 |
version = "3.3.0"
|
|
|
512 |
|
513 |
[[package]]
|
514 |
name = "markdown-it-py"
|
515 |
+
version = "3.0.0"
|
516 |
description = "Python port of markdown-it. Markdown parsing, done right!"
|
517 |
optional = false
|
518 |
+
python-versions = ">=3.8"
|
519 |
files = [
|
520 |
+
{file = "markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"},
|
521 |
+
{file = "markdown_it_py-3.0.0-py3-none-any.whl", hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1"},
|
522 |
]
|
523 |
|
524 |
[package.dependencies]
|
525 |
mdurl = ">=0.1,<1.0"
|
|
|
526 |
|
527 |
[package.extras]
|
528 |
benchmarking = ["psutil", "pytest", "pytest-benchmark"]
|
|
|
531 |
linkify = ["linkify-it-py (>=1,<3)"]
|
532 |
plugins = ["mdit-py-plugins"]
|
533 |
profiling = ["gprof2dot"]
|
534 |
+
rtd = ["jupyter_sphinx", "mdit-py-plugins", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx_book_theme"]
|
535 |
testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
|
536 |
|
537 |
[[package]]
|
|
|
604 |
{file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"},
|
605 |
]
|
606 |
|
607 |
+
[[package]]
|
608 |
+
name = "mpmath"
|
609 |
+
version = "1.3.0"
|
610 |
+
description = "Python library for arbitrary-precision floating-point arithmetic"
|
611 |
+
optional = false
|
612 |
+
python-versions = "*"
|
613 |
+
files = [
|
614 |
+
{file = "mpmath-1.3.0-py3-none-any.whl", hash = "sha256:a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c"},
|
615 |
+
{file = "mpmath-1.3.0.tar.gz", hash = "sha256:7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f"},
|
616 |
+
]
|
617 |
+
|
618 |
+
[package.extras]
|
619 |
+
develop = ["codecov", "pycodestyle", "pytest (>=4.6)", "pytest-cov", "wheel"]
|
620 |
+
docs = ["sphinx"]
|
621 |
+
gmpy = ["gmpy2 (>=2.1.0a4)"]
|
622 |
+
tests = ["pytest (>=4.6)"]
|
623 |
+
|
624 |
[[package]]
|
625 |
name = "murmurhash"
|
626 |
version = "1.0.9"
|
|
|
659 |
]
|
660 |
|
661 |
[[package]]
|
662 |
+
name = "networkx"
|
663 |
+
version = "3.1"
|
664 |
+
description = "Python package for creating and manipulating graphs and networks"
|
665 |
optional = false
|
666 |
+
python-versions = ">=3.8"
|
667 |
files = [
|
668 |
+
{file = "networkx-3.1-py3-none-any.whl", hash = "sha256:4f33f68cb2afcf86f28a45f43efc27a9386b535d567d2127f8f61d51dec58d36"},
|
669 |
+
{file = "networkx-3.1.tar.gz", hash = "sha256:de346335408f84de0eada6ff9fafafff9bcda11f0a0dfaa931133debb146ab61"},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
670 |
]
|
671 |
|
672 |
+
[package.extras]
|
673 |
+
default = ["matplotlib (>=3.4)", "numpy (>=1.20)", "pandas (>=1.3)", "scipy (>=1.8)"]
|
674 |
+
developer = ["mypy (>=1.1)", "pre-commit (>=3.2)"]
|
675 |
+
doc = ["nb2plots (>=0.6)", "numpydoc (>=1.5)", "pillow (>=9.4)", "pydata-sphinx-theme (>=0.13)", "sphinx (>=6.1)", "sphinx-gallery (>=0.12)", "texext (>=0.6.7)"]
|
676 |
+
extra = ["lxml (>=4.6)", "pydot (>=1.4.2)", "pygraphviz (>=1.10)", "sympy (>=1.10)"]
|
677 |
+
test = ["codecov (>=2.1)", "pytest (>=7.2)", "pytest-cov (>=4.0)"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
678 |
|
679 |
[[package]]
|
680 |
+
name = "numpy"
|
681 |
+
version = "1.25.2"
|
682 |
+
description = "Fundamental package for array computing in Python"
|
683 |
+
optional = false
|
684 |
+
python-versions = ">=3.9"
|
685 |
+
files = [
|
686 |
+
{file = "numpy-1.25.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:db3ccc4e37a6873045580d413fe79b68e47a681af8db2e046f1dacfa11f86eb3"},
|
687 |
+
{file = "numpy-1.25.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:90319e4f002795ccfc9050110bbbaa16c944b1c37c0baeea43c5fb881693ae1f"},
|
688 |
+
{file = "numpy-1.25.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dfe4a913e29b418d096e696ddd422d8a5d13ffba4ea91f9f60440a3b759b0187"},
|
689 |
+
{file = "numpy-1.25.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f08f2e037bba04e707eebf4bc934f1972a315c883a9e0ebfa8a7756eabf9e357"},
|
690 |
+
{file = "numpy-1.25.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:bec1e7213c7cb00d67093247f8c4db156fd03075f49876957dca4711306d39c9"},
|
691 |
+
{file = "numpy-1.25.2-cp310-cp310-win32.whl", hash = "sha256:7dc869c0c75988e1c693d0e2d5b26034644399dd929bc049db55395b1379e044"},
|
692 |
+
{file = "numpy-1.25.2-cp310-cp310-win_amd64.whl", hash = "sha256:834b386f2b8210dca38c71a6e0f4fd6922f7d3fcff935dbe3a570945acb1b545"},
|
693 |
+
{file = "numpy-1.25.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c5462d19336db4560041517dbb7759c21d181a67cb01b36ca109b2ae37d32418"},
|
694 |
+
{file = "numpy-1.25.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c5652ea24d33585ea39eb6a6a15dac87a1206a692719ff45d53c5282e66d4a8f"},
|
695 |
+
{file = "numpy-1.25.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0d60fbae8e0019865fc4784745814cff1c421df5afee233db6d88ab4f14655a2"},
|
696 |
+
{file = "numpy-1.25.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:60e7f0f7f6d0eee8364b9a6304c2845b9c491ac706048c7e8cf47b83123b8dbf"},
|
697 |
+
{file = "numpy-1.25.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:bb33d5a1cf360304754913a350edda36d5b8c5331a8237268c48f91253c3a364"},
|
698 |
+
{file = "numpy-1.25.2-cp311-cp311-win32.whl", hash = "sha256:5883c06bb92f2e6c8181df7b39971a5fb436288db58b5a1c3967702d4278691d"},
|
699 |
+
{file = "numpy-1.25.2-cp311-cp311-win_amd64.whl", hash = "sha256:5c97325a0ba6f9d041feb9390924614b60b99209a71a69c876f71052521d42a4"},
|
700 |
+
{file = "numpy-1.25.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b79e513d7aac42ae918db3ad1341a015488530d0bb2a6abcbdd10a3a829ccfd3"},
|
701 |
+
{file = "numpy-1.25.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:eb942bfb6f84df5ce05dbf4b46673ffed0d3da59f13635ea9b926af3deb76926"},
|
702 |
+
{file = "numpy-1.25.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3e0746410e73384e70d286f93abf2520035250aad8c5714240b0492a7302fdca"},
|
703 |
+
{file = "numpy-1.25.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d7806500e4f5bdd04095e849265e55de20d8cc4b661b038957354327f6d9b295"},
|
704 |
+
{file = "numpy-1.25.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8b77775f4b7df768967a7c8b3567e309f617dd5e99aeb886fa14dc1a0791141f"},
|
705 |
+
{file = "numpy-1.25.2-cp39-cp39-win32.whl", hash = "sha256:2792d23d62ec51e50ce4d4b7d73de8f67a2fd3ea710dcbc8563a51a03fb07b01"},
|
706 |
+
{file = "numpy-1.25.2-cp39-cp39-win_amd64.whl", hash = "sha256:76b4115d42a7dfc5d485d358728cdd8719be33cc5ec6ec08632a5d6fca2ed380"},
|
707 |
+
{file = "numpy-1.25.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:1a1329e26f46230bf77b02cc19e900db9b52f398d6722ca853349a782d4cff55"},
|
708 |
+
{file = "numpy-1.25.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4c3abc71e8b6edba80a01a52e66d83c5d14433cbcd26a40c329ec7ed09f37901"},
|
709 |
+
{file = "numpy-1.25.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:1b9735c27cea5d995496f46a8b1cd7b408b3f34b6d50459d9ac8fe3a20cc17bf"},
|
710 |
+
{file = "numpy-1.25.2.tar.gz", hash = "sha256:fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760"},
|
711 |
]
|
712 |
|
|
|
|
|
|
|
|
|
713 |
[[package]]
|
714 |
name = "packaging"
|
715 |
version = "23.1"
|
|
|
723 |
|
724 |
[[package]]
|
725 |
name = "pandas"
|
726 |
+
version = "2.0.3"
|
727 |
description = "Powerful data structures for data analysis, time series, and statistics"
|
728 |
optional = false
|
729 |
+
python-versions = ">=3.8"
|
730 |
+
files = [
|
731 |
+
{file = "pandas-2.0.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e4c7c9f27a4185304c7caf96dc7d91bc60bc162221152de697c98eb0b2648dd8"},
|
732 |
+
{file = "pandas-2.0.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f167beed68918d62bffb6ec64f2e1d8a7d297a038f86d4aed056b9493fca407f"},
|
733 |
+
{file = "pandas-2.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ce0c6f76a0f1ba361551f3e6dceaff06bde7514a374aa43e33b588ec10420183"},
|
734 |
+
{file = "pandas-2.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba619e410a21d8c387a1ea6e8a0e49bb42216474436245718d7f2e88a2f8d7c0"},
|
735 |
+
{file = "pandas-2.0.3-cp310-cp310-win32.whl", hash = "sha256:3ef285093b4fe5058eefd756100a367f27029913760773c8bf1d2d8bebe5d210"},
|
736 |
+
{file = "pandas-2.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:9ee1a69328d5c36c98d8e74db06f4ad518a1840e8ccb94a4ba86920986bb617e"},
|
737 |
+
{file = "pandas-2.0.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b084b91d8d66ab19f5bb3256cbd5ea661848338301940e17f4492b2ce0801fe8"},
|
738 |
+
{file = "pandas-2.0.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:37673e3bdf1551b95bf5d4ce372b37770f9529743d2498032439371fc7b7eb26"},
|
739 |
+
{file = "pandas-2.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b9cb1e14fdb546396b7e1b923ffaeeac24e4cedd14266c3497216dd4448e4f2d"},
|
740 |
+
{file = "pandas-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d9cd88488cceb7635aebb84809d087468eb33551097d600c6dad13602029c2df"},
|
741 |
+
{file = "pandas-2.0.3-cp311-cp311-win32.whl", hash = "sha256:694888a81198786f0e164ee3a581df7d505024fbb1f15202fc7db88a71d84ebd"},
|
742 |
+
{file = "pandas-2.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:6a21ab5c89dcbd57f78d0ae16630b090eec626360085a4148693def5452d8a6b"},
|
743 |
+
{file = "pandas-2.0.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:9e4da0d45e7f34c069fe4d522359df7d23badf83abc1d1cef398895822d11061"},
|
744 |
+
{file = "pandas-2.0.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:32fca2ee1b0d93dd71d979726b12b61faa06aeb93cf77468776287f41ff8fdc5"},
|
745 |
+
{file = "pandas-2.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:258d3624b3ae734490e4d63c430256e716f488c4fcb7c8e9bde2d3aa46c29089"},
|
746 |
+
{file = "pandas-2.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9eae3dc34fa1aa7772dd3fc60270d13ced7346fcbcfee017d3132ec625e23bb0"},
|
747 |
+
{file = "pandas-2.0.3-cp38-cp38-win32.whl", hash = "sha256:f3421a7afb1a43f7e38e82e844e2bca9a6d793d66c1a7f9f0ff39a795bbc5e02"},
|
748 |
+
{file = "pandas-2.0.3-cp38-cp38-win_amd64.whl", hash = "sha256:69d7f3884c95da3a31ef82b7618af5710dba95bb885ffab339aad925c3e8ce78"},
|
749 |
+
{file = "pandas-2.0.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5247fb1ba347c1261cbbf0fcfba4a3121fbb4029d95d9ef4dc45406620b25c8b"},
|
750 |
+
{file = "pandas-2.0.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:81af086f4543c9d8bb128328b5d32e9986e0c84d3ee673a2ac6fb57fd14f755e"},
|
751 |
+
{file = "pandas-2.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1994c789bf12a7c5098277fb43836ce090f1073858c10f9220998ac74f37c69b"},
|
752 |
+
{file = "pandas-2.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5ec591c48e29226bcbb316e0c1e9423622bc7a4eaf1ef7c3c9fa1a3981f89641"},
|
753 |
+
{file = "pandas-2.0.3-cp39-cp39-win32.whl", hash = "sha256:04dbdbaf2e4d46ca8da896e1805bc04eb85caa9a82e259e8eed00254d5e0c682"},
|
754 |
+
{file = "pandas-2.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:1168574b036cd8b93abc746171c9b4f1b83467438a5e45909fed645cf8692dbc"},
|
755 |
+
{file = "pandas-2.0.3.tar.gz", hash = "sha256:c02f372a88e0d17f36d3093a644c73cfc1788e876a7c4bcb4020a77512e2043c"},
|
756 |
]
|
757 |
|
758 |
[package.dependencies]
|
759 |
numpy = [
|
|
|
|
|
|
|
760 |
{version = ">=1.21.0", markers = "python_version >= \"3.10\""},
|
761 |
+
{version = ">=1.23.2", markers = "python_version >= \"3.11\""},
|
762 |
]
|
763 |
+
python-dateutil = ">=2.8.2"
|
764 |
+
pytz = ">=2020.1"
|
765 |
+
tzdata = ">=2022.1"
|
766 |
|
767 |
[package.extras]
|
768 |
+
all = ["PyQt5 (>=5.15.1)", "SQLAlchemy (>=1.4.16)", "beautifulsoup4 (>=4.9.3)", "bottleneck (>=1.3.2)", "brotlipy (>=0.7.0)", "fastparquet (>=0.6.3)", "fsspec (>=2021.07.0)", "gcsfs (>=2021.07.0)", "html5lib (>=1.1)", "hypothesis (>=6.34.2)", "jinja2 (>=3.0.0)", "lxml (>=4.6.3)", "matplotlib (>=3.6.1)", "numba (>=0.53.1)", "numexpr (>=2.7.3)", "odfpy (>=1.4.1)", "openpyxl (>=3.0.7)", "pandas-gbq (>=0.15.0)", "psycopg2 (>=2.8.6)", "pyarrow (>=7.0.0)", "pymysql (>=1.0.2)", "pyreadstat (>=1.1.2)", "pytest (>=7.3.2)", "pytest-asyncio (>=0.17.0)", "pytest-xdist (>=2.2.0)", "python-snappy (>=0.6.0)", "pyxlsb (>=1.0.8)", "qtpy (>=2.2.0)", "s3fs (>=2021.08.0)", "scipy (>=1.7.1)", "tables (>=3.6.1)", "tabulate (>=0.8.9)", "xarray (>=0.21.0)", "xlrd (>=2.0.1)", "xlsxwriter (>=1.4.3)", "zstandard (>=0.15.2)"]
|
769 |
+
aws = ["s3fs (>=2021.08.0)"]
|
770 |
+
clipboard = ["PyQt5 (>=5.15.1)", "qtpy (>=2.2.0)"]
|
771 |
+
compression = ["brotlipy (>=0.7.0)", "python-snappy (>=0.6.0)", "zstandard (>=0.15.2)"]
|
772 |
+
computation = ["scipy (>=1.7.1)", "xarray (>=0.21.0)"]
|
773 |
+
excel = ["odfpy (>=1.4.1)", "openpyxl (>=3.0.7)", "pyxlsb (>=1.0.8)", "xlrd (>=2.0.1)", "xlsxwriter (>=1.4.3)"]
|
774 |
+
feather = ["pyarrow (>=7.0.0)"]
|
775 |
+
fss = ["fsspec (>=2021.07.0)"]
|
776 |
+
gcp = ["gcsfs (>=2021.07.0)", "pandas-gbq (>=0.15.0)"]
|
777 |
+
hdf5 = ["tables (>=3.6.1)"]
|
778 |
+
html = ["beautifulsoup4 (>=4.9.3)", "html5lib (>=1.1)", "lxml (>=4.6.3)"]
|
779 |
+
mysql = ["SQLAlchemy (>=1.4.16)", "pymysql (>=1.0.2)"]
|
780 |
+
output-formatting = ["jinja2 (>=3.0.0)", "tabulate (>=0.8.9)"]
|
781 |
+
parquet = ["pyarrow (>=7.0.0)"]
|
782 |
+
performance = ["bottleneck (>=1.3.2)", "numba (>=0.53.1)", "numexpr (>=2.7.1)"]
|
783 |
+
plot = ["matplotlib (>=3.6.1)"]
|
784 |
+
postgresql = ["SQLAlchemy (>=1.4.16)", "psycopg2 (>=2.8.6)"]
|
785 |
+
spss = ["pyreadstat (>=1.1.2)"]
|
786 |
+
sql-other = ["SQLAlchemy (>=1.4.16)"]
|
787 |
+
test = ["hypothesis (>=6.34.2)", "pytest (>=7.3.2)", "pytest-asyncio (>=0.17.0)", "pytest-xdist (>=2.2.0)"]
|
788 |
+
xml = ["lxml (>=4.6.3)"]
|
789 |
|
790 |
[[package]]
|
791 |
name = "pathy"
|
|
|
888 |
docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-removed-in", "sphinxext-opengraph"]
|
889 |
tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
|
890 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
891 |
[[package]]
|
892 |
name = "preshed"
|
893 |
version = "3.0.8"
|
|
|
931 |
|
932 |
[[package]]
|
933 |
name = "protobuf"
|
934 |
+
version = "4.24.1"
|
935 |
+
description = ""
|
936 |
optional = false
|
937 |
python-versions = ">=3.7"
|
938 |
files = [
|
939 |
+
{file = "protobuf-4.24.1-cp310-abi3-win32.whl", hash = "sha256:d414199ca605eeb498adc4d2ba82aedc0379dca4a7c364ff9bc9a179aa28e71b"},
|
940 |
+
{file = "protobuf-4.24.1-cp310-abi3-win_amd64.whl", hash = "sha256:5906c5e79ff50fe38b2d49d37db5874e3c8010826f2362f79996d83128a8ed9b"},
|
941 |
+
{file = "protobuf-4.24.1-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:970c701ee16788d74f3de20938520d7a0aebc7e4fff37096a48804c80d2908cf"},
|
942 |
+
{file = "protobuf-4.24.1-cp37-abi3-manylinux2014_aarch64.whl", hash = "sha256:fc361148e902949dcb953bbcb148c99fe8f8854291ad01107e4120361849fd0e"},
|
943 |
+
{file = "protobuf-4.24.1-cp37-abi3-manylinux2014_x86_64.whl", hash = "sha256:5d32363d14aca6e5c9e9d5918ad8fb65b091b6df66740ae9de50ac3916055e43"},
|
944 |
+
{file = "protobuf-4.24.1-cp37-cp37m-win32.whl", hash = "sha256:df015c47d6855b8efa0b9be706c70bf7f050a4d5ac6d37fb043fbd95157a0e25"},
|
945 |
+
{file = "protobuf-4.24.1-cp37-cp37m-win_amd64.whl", hash = "sha256:d4af4fd9e9418e819be30f8df2a16e72fbad546a7576ac7f3653be92a6966d30"},
|
946 |
+
{file = "protobuf-4.24.1-cp38-cp38-win32.whl", hash = "sha256:302e8752c760549ed4c7a508abc86b25d46553c81989343782809e1a062a2ef9"},
|
947 |
+
{file = "protobuf-4.24.1-cp38-cp38-win_amd64.whl", hash = "sha256:06437f0d4bb0d5f29e3d392aba69600188d4be5ad1e0a3370e581a9bf75a3081"},
|
948 |
+
{file = "protobuf-4.24.1-cp39-cp39-win32.whl", hash = "sha256:0b2b224e9541fe9f046dd7317d05f08769c332b7e4c54d93c7f0f372dedb0b1a"},
|
949 |
+
{file = "protobuf-4.24.1-cp39-cp39-win_amd64.whl", hash = "sha256:bd39b9094a4cc003a1f911b847ab379f89059f478c0b611ba1215053e295132e"},
|
950 |
+
{file = "protobuf-4.24.1-py3-none-any.whl", hash = "sha256:55dd644adc27d2a624339332755fe077c7f26971045b469ebb9732a69ce1f2ca"},
|
951 |
+
{file = "protobuf-4.24.1.tar.gz", hash = "sha256:44837a5ed9c9418ad5d502f89f28ba102e9cd172b6668bc813f21716f9273348"},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
952 |
]
|
953 |
|
954 |
[[package]]
|
955 |
name = "pyarrow"
|
956 |
+
version = "13.0.0"
|
957 |
description = "Python library for Apache Arrow"
|
958 |
optional = false
|
959 |
+
python-versions = ">=3.8"
|
960 |
+
files = [
|
961 |
+
{file = "pyarrow-13.0.0-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:1afcc2c33f31f6fb25c92d50a86b7a9f076d38acbcb6f9e74349636109550148"},
|
962 |
+
{file = "pyarrow-13.0.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:70fa38cdc66b2fc1349a082987f2b499d51d072faaa6b600f71931150de2e0e3"},
|
963 |
+
{file = "pyarrow-13.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cd57b13a6466822498238877892a9b287b0a58c2e81e4bdb0b596dbb151cbb73"},
|
964 |
+
{file = "pyarrow-13.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8ce69f7bf01de2e2764e14df45b8404fc6f1a5ed9871e8e08a12169f87b7a26"},
|
965 |
+
{file = "pyarrow-13.0.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:588f0d2da6cf1b1680974d63be09a6530fd1bd825dc87f76e162404779a157dc"},
|
966 |
+
{file = "pyarrow-13.0.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:6241afd72b628787b4abea39e238e3ff9f34165273fad306c7acf780dd850956"},
|
967 |
+
{file = "pyarrow-13.0.0-cp310-cp310-win_amd64.whl", hash = "sha256:fda7857e35993673fcda603c07d43889fca60a5b254052a462653f8656c64f44"},
|
968 |
+
{file = "pyarrow-13.0.0-cp311-cp311-macosx_10_14_x86_64.whl", hash = "sha256:aac0ae0146a9bfa5e12d87dda89d9ef7c57a96210b899459fc2f785303dcbb67"},
|
969 |
+
{file = "pyarrow-13.0.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d7759994217c86c161c6a8060509cfdf782b952163569606bb373828afdd82e8"},
|
970 |
+
{file = "pyarrow-13.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:868a073fd0ff6468ae7d869b5fc1f54de5c4255b37f44fb890385eb68b68f95d"},
|
971 |
+
{file = "pyarrow-13.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:51be67e29f3cfcde263a113c28e96aa04362ed8229cb7c6e5f5c719003659d33"},
|
972 |
+
{file = "pyarrow-13.0.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:d1b4e7176443d12610874bb84d0060bf080f000ea9ed7c84b2801df851320295"},
|
973 |
+
{file = "pyarrow-13.0.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:69b6f9a089d116a82c3ed819eea8fe67dae6105f0d81eaf0fdd5e60d0c6e0944"},
|
974 |
+
{file = "pyarrow-13.0.0-cp311-cp311-win_amd64.whl", hash = "sha256:ab1268db81aeb241200e321e220e7cd769762f386f92f61b898352dd27e402ce"},
|
975 |
+
{file = "pyarrow-13.0.0-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:ee7490f0f3f16a6c38f8c680949551053c8194e68de5046e6c288e396dccee80"},
|
976 |
+
{file = "pyarrow-13.0.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e3ad79455c197a36eefbd90ad4aa832bece7f830a64396c15c61a0985e337287"},
|
977 |
+
{file = "pyarrow-13.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:68fcd2dc1b7d9310b29a15949cdd0cb9bc34b6de767aff979ebf546020bf0ba0"},
|
978 |
+
{file = "pyarrow-13.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc6fd330fd574c51d10638e63c0d00ab456498fc804c9d01f2a61b9264f2c5b2"},
|
979 |
+
{file = "pyarrow-13.0.0-cp38-cp38-manylinux_2_28_aarch64.whl", hash = "sha256:e66442e084979a97bb66939e18f7b8709e4ac5f887e636aba29486ffbf373763"},
|
980 |
+
{file = "pyarrow-13.0.0-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:0f6eff839a9e40e9c5610d3ff8c5bdd2f10303408312caf4c8003285d0b49565"},
|
981 |
+
{file = "pyarrow-13.0.0-cp38-cp38-win_amd64.whl", hash = "sha256:8b30a27f1cddf5c6efcb67e598d7823a1e253d743d92ac32ec1eb4b6a1417867"},
|
982 |
+
{file = "pyarrow-13.0.0-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:09552dad5cf3de2dc0aba1c7c4b470754c69bd821f5faafc3d774bedc3b04bb7"},
|
983 |
+
{file = "pyarrow-13.0.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3896ae6c205d73ad192d2fc1489cd0edfab9f12867c85b4c277af4d37383c18c"},
|
984 |
+
{file = "pyarrow-13.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6647444b21cb5e68b593b970b2a9a07748dd74ea457c7dadaa15fd469c48ada1"},
|
985 |
+
{file = "pyarrow-13.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47663efc9c395e31d09c6aacfa860f4473815ad6804311c5433f7085415d62a7"},
|
986 |
+
{file = "pyarrow-13.0.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:b9ba6b6d34bd2563345488cf444510588ea42ad5613df3b3509f48eb80250afd"},
|
987 |
+
{file = "pyarrow-13.0.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:d00d374a5625beeb448a7fa23060df79adb596074beb3ddc1838adb647b6ef09"},
|
988 |
+
{file = "pyarrow-13.0.0-cp39-cp39-win_amd64.whl", hash = "sha256:c51afd87c35c8331b56f796eff954b9c7f8d4b7fef5903daf4e05fcf017d23a8"},
|
989 |
+
{file = "pyarrow-13.0.0.tar.gz", hash = "sha256:83333726e83ed44b0ac94d8d7a21bbdee4a05029c3b1e8db58a863eec8fd8a33"},
|
990 |
]
|
991 |
|
992 |
[package.dependencies]
|
|
|
1088 |
{file = "Pympler-1.0.1.tar.gz", hash = "sha256:993f1a3599ca3f4fcd7160c7545ad06310c9e12f70174ae7ae8d4e25f6c5d3fa"},
|
1089 |
]
|
1090 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1091 |
[[package]]
|
1092 |
name = "python-dateutil"
|
1093 |
version = "2.8.2"
|
|
|
1113 |
{file = "pytz-2023.3.tar.gz", hash = "sha256:1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"},
|
1114 |
]
|
1115 |
|
1116 |
+
[[package]]
|
1117 |
+
name = "pytz-deprecation-shim"
|
1118 |
+
version = "0.1.0.post0"
|
1119 |
+
description = "Shims to make deprecation of pytz easier"
|
1120 |
+
optional = false
|
1121 |
+
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
|
1122 |
+
files = [
|
1123 |
+
{file = "pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl", hash = "sha256:8314c9692a636c8eb3bda879b9f119e350e93223ae83e70e80c31675a0fdc1a6"},
|
1124 |
+
{file = "pytz_deprecation_shim-0.1.0.post0.tar.gz", hash = "sha256:af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d"},
|
1125 |
+
]
|
1126 |
+
|
1127 |
+
[package.dependencies]
|
1128 |
+
tzdata = {version = "*", markers = "python_version >= \"3.6\""}
|
1129 |
+
|
1130 |
[[package]]
|
1131 |
name = "pyyaml"
|
1132 |
version = "6.0.1"
|
|
|
1176 |
{file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"},
|
1177 |
]
|
1178 |
|
1179 |
+
[[package]]
|
1180 |
+
name = "referencing"
|
1181 |
+
version = "0.30.2"
|
1182 |
+
description = "JSON Referencing + Python"
|
1183 |
+
optional = false
|
1184 |
+
python-versions = ">=3.8"
|
1185 |
+
files = [
|
1186 |
+
{file = "referencing-0.30.2-py3-none-any.whl", hash = "sha256:449b6669b6121a9e96a7f9e410b245d471e8d48964c67113ce9afe50c8dd7bdf"},
|
1187 |
+
{file = "referencing-0.30.2.tar.gz", hash = "sha256:794ad8003c65938edcdbc027f1933215e0d0ccc0291e3ce20a4d87432b59efc0"},
|
1188 |
+
]
|
1189 |
+
|
1190 |
+
[package.dependencies]
|
1191 |
+
attrs = ">=22.2.0"
|
1192 |
+
rpds-py = ">=0.7.0"
|
1193 |
+
|
1194 |
[[package]]
|
1195 |
name = "regex"
|
1196 |
version = "2023.8.8"
|
|
|
1323 |
[package.dependencies]
|
1324 |
markdown-it-py = ">=2.2.0"
|
1325 |
pygments = ">=2.13.0,<3.0.0"
|
|
|
1326 |
|
1327 |
[package.extras]
|
1328 |
jupyter = ["ipywidgets (>=7.5.1,<9)"]
|
1329 |
|
1330 |
+
[[package]]
|
1331 |
+
name = "rpds-py"
|
1332 |
+
version = "0.9.2"
|
1333 |
+
description = "Python bindings to Rust's persistent data structures (rpds)"
|
1334 |
+
optional = false
|
1335 |
+
python-versions = ">=3.8"
|
1336 |
+
files = [
|
1337 |
+
{file = "rpds_py-0.9.2-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:ab6919a09c055c9b092798ce18c6c4adf49d24d4d9e43a92b257e3f2548231e7"},
|
1338 |
+
{file = "rpds_py-0.9.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d55777a80f78dd09410bd84ff8c95ee05519f41113b2df90a69622f5540c4f8b"},
|
1339 |
+
{file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a216b26e5af0a8e265d4efd65d3bcec5fba6b26909014effe20cd302fd1138fa"},
|
1340 |
+
{file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:29cd8bfb2d716366a035913ced99188a79b623a3512292963d84d3e06e63b496"},
|
1341 |
+
{file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:44659b1f326214950a8204a248ca6199535e73a694be8d3e0e869f820767f12f"},
|
1342 |
+
{file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:745f5a43fdd7d6d25a53ab1a99979e7f8ea419dfefebcab0a5a1e9095490ee5e"},
|
1343 |
+
{file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a987578ac5214f18b99d1f2a3851cba5b09f4a689818a106c23dbad0dfeb760f"},
|
1344 |
+
{file = "rpds_py-0.9.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:bf4151acb541b6e895354f6ff9ac06995ad9e4175cbc6d30aaed08856558201f"},
|
1345 |
+
{file = "rpds_py-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:03421628f0dc10a4119d714a17f646e2837126a25ac7a256bdf7c3943400f67f"},
|
1346 |
+
{file = "rpds_py-0.9.2-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:13b602dc3e8dff3063734f02dcf05111e887f301fdda74151a93dbbc249930fe"},
|
1347 |
+
{file = "rpds_py-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:fae5cb554b604b3f9e2c608241b5d8d303e410d7dfb6d397c335f983495ce7f6"},
|
1348 |
+
{file = "rpds_py-0.9.2-cp310-none-win32.whl", hash = "sha256:47c5f58a8e0c2c920cc7783113df2fc4ff12bf3a411d985012f145e9242a2764"},
|
1349 |
+
{file = "rpds_py-0.9.2-cp310-none-win_amd64.whl", hash = "sha256:4ea6b73c22d8182dff91155af018b11aac9ff7eca085750455c5990cb1cfae6e"},
|
1350 |
+
{file = "rpds_py-0.9.2-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:e564d2238512c5ef5e9d79338ab77f1cbbda6c2d541ad41b2af445fb200385e3"},
|
1351 |
+
{file = "rpds_py-0.9.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f411330a6376fb50e5b7a3e66894e4a39e60ca2e17dce258d53768fea06a37bd"},
|
1352 |
+
{file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0e7521f5af0233e89939ad626b15278c71b69dc1dfccaa7b97bd4cdf96536bb7"},
|
1353 |
+
{file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8d3335c03100a073883857e91db9f2e0ef8a1cf42dc0369cbb9151c149dbbc1b"},
|
1354 |
+
{file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d25b1c1096ef0447355f7293fbe9ad740f7c47ae032c2884113f8e87660d8f6e"},
|
1355 |
+
{file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6a5d3fbd02efd9cf6a8ffc2f17b53a33542f6b154e88dd7b42ef4a4c0700fdad"},
|
1356 |
+
{file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c5934e2833afeaf36bd1eadb57256239785f5af0220ed8d21c2896ec4d3a765f"},
|
1357 |
+
{file = "rpds_py-0.9.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:095b460e117685867d45548fbd8598a8d9999227e9061ee7f012d9d264e6048d"},
|
1358 |
+
{file = "rpds_py-0.9.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:91378d9f4151adc223d584489591dbb79f78814c0734a7c3bfa9c9e09978121c"},
|
1359 |
+
{file = "rpds_py-0.9.2-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:24a81c177379300220e907e9b864107614b144f6c2a15ed5c3450e19cf536fae"},
|
1360 |
+
{file = "rpds_py-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:de0b6eceb46141984671802d412568d22c6bacc9b230174f9e55fc72ef4f57de"},
|
1361 |
+
{file = "rpds_py-0.9.2-cp311-none-win32.whl", hash = "sha256:700375326ed641f3d9d32060a91513ad668bcb7e2cffb18415c399acb25de2ab"},
|
1362 |
+
{file = "rpds_py-0.9.2-cp311-none-win_amd64.whl", hash = "sha256:0766babfcf941db8607bdaf82569ec38107dbb03c7f0b72604a0b346b6eb3298"},
|
1363 |
+
{file = "rpds_py-0.9.2-cp312-cp312-macosx_10_7_x86_64.whl", hash = "sha256:b1440c291db3f98a914e1afd9d6541e8fc60b4c3aab1a9008d03da4651e67386"},
|
1364 |
+
{file = "rpds_py-0.9.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0f2996fbac8e0b77fd67102becb9229986396e051f33dbceada3debaacc7033f"},
|
1365 |
+
{file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9f30d205755566a25f2ae0382944fcae2f350500ae4df4e795efa9e850821d82"},
|
1366 |
+
{file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:159fba751a1e6b1c69244e23ba6c28f879a8758a3e992ed056d86d74a194a0f3"},
|
1367 |
+
{file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a1f044792e1adcea82468a72310c66a7f08728d72a244730d14880cd1dabe36b"},
|
1368 |
+
{file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9251eb8aa82e6cf88510530b29eef4fac825a2b709baf5b94a6094894f252387"},
|
1369 |
+
{file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:01899794b654e616c8625b194ddd1e5b51ef5b60ed61baa7a2d9c2ad7b2a4238"},
|
1370 |
+
{file = "rpds_py-0.9.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b0c43f8ae8f6be1d605b0465671124aa8d6a0e40f1fb81dcea28b7e3d87ca1e1"},
|
1371 |
+
{file = "rpds_py-0.9.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:207f57c402d1f8712618f737356e4b6f35253b6d20a324d9a47cb9f38ee43a6b"},
|
1372 |
+
{file = "rpds_py-0.9.2-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:b52e7c5ae35b00566d244ffefba0f46bb6bec749a50412acf42b1c3f402e2c90"},
|
1373 |
+
{file = "rpds_py-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:978fa96dbb005d599ec4fd9ed301b1cc45f1a8f7982d4793faf20b404b56677d"},
|
1374 |
+
{file = "rpds_py-0.9.2-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:6aa8326a4a608e1c28da191edd7c924dff445251b94653988efb059b16577a4d"},
|
1375 |
+
{file = "rpds_py-0.9.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:aad51239bee6bff6823bbbdc8ad85136c6125542bbc609e035ab98ca1e32a192"},
|
1376 |
+
{file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4bd4dc3602370679c2dfb818d9c97b1137d4dd412230cfecd3c66a1bf388a196"},
|
1377 |
+
{file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:dd9da77c6ec1f258387957b754f0df60766ac23ed698b61941ba9acccd3284d1"},
|
1378 |
+
{file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:190ca6f55042ea4649ed19c9093a9be9d63cd8a97880106747d7147f88a49d18"},
|
1379 |
+
{file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:876bf9ed62323bc7dcfc261dbc5572c996ef26fe6406b0ff985cbcf460fc8a4c"},
|
1380 |
+
{file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fa2818759aba55df50592ecbc95ebcdc99917fa7b55cc6796235b04193eb3c55"},
|
1381 |
+
{file = "rpds_py-0.9.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:9ea4d00850ef1e917815e59b078ecb338f6a8efda23369677c54a5825dbebb55"},
|
1382 |
+
{file = "rpds_py-0.9.2-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:5855c85eb8b8a968a74dc7fb014c9166a05e7e7a8377fb91d78512900aadd13d"},
|
1383 |
+
{file = "rpds_py-0.9.2-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:14c408e9d1a80dcb45c05a5149e5961aadb912fff42ca1dd9b68c0044904eb32"},
|
1384 |
+
{file = "rpds_py-0.9.2-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:65a0583c43d9f22cb2130c7b110e695fff834fd5e832a776a107197e59a1898e"},
|
1385 |
+
{file = "rpds_py-0.9.2-cp38-none-win32.whl", hash = "sha256:71f2f7715935a61fa3e4ae91d91b67e571aeb5cb5d10331ab681256bda2ad920"},
|
1386 |
+
{file = "rpds_py-0.9.2-cp38-none-win_amd64.whl", hash = "sha256:674c704605092e3ebbbd13687b09c9f78c362a4bc710343efe37a91457123044"},
|
1387 |
+
{file = "rpds_py-0.9.2-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:07e2c54bef6838fa44c48dfbc8234e8e2466d851124b551fc4e07a1cfeb37260"},
|
1388 |
+
{file = "rpds_py-0.9.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f7fdf55283ad38c33e35e2855565361f4bf0abd02470b8ab28d499c663bc5d7c"},
|
1389 |
+
{file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:890ba852c16ace6ed9f90e8670f2c1c178d96510a21b06d2fa12d8783a905193"},
|
1390 |
+
{file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:50025635ba8b629a86d9d5474e650da304cb46bbb4d18690532dd79341467846"},
|
1391 |
+
{file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:517cbf6e67ae3623c5127206489d69eb2bdb27239a3c3cc559350ef52a3bbf0b"},
|
1392 |
+
{file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0836d71ca19071090d524739420a61580f3f894618d10b666cf3d9a1688355b1"},
|
1393 |
+
{file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c439fd54b2b9053717cca3de9583be6584b384d88d045f97d409f0ca867d80f"},
|
1394 |
+
{file = "rpds_py-0.9.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f68996a3b3dc9335037f82754f9cdbe3a95db42bde571d8c3be26cc6245f2324"},
|
1395 |
+
{file = "rpds_py-0.9.2-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:7d68dc8acded354c972116f59b5eb2e5864432948e098c19fe6994926d8e15c3"},
|
1396 |
+
{file = "rpds_py-0.9.2-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:f963c6b1218b96db85fc37a9f0851eaf8b9040aa46dec112611697a7023da535"},
|
1397 |
+
{file = "rpds_py-0.9.2-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:5a46859d7f947061b4010e554ccd1791467d1b1759f2dc2ec9055fa239f1bc26"},
|
1398 |
+
{file = "rpds_py-0.9.2-cp39-none-win32.whl", hash = "sha256:e07e5dbf8a83c66783a9fe2d4566968ea8c161199680e8ad38d53e075df5f0d0"},
|
1399 |
+
{file = "rpds_py-0.9.2-cp39-none-win_amd64.whl", hash = "sha256:682726178138ea45a0766907957b60f3a1bf3acdf212436be9733f28b6c5af3c"},
|
1400 |
+
{file = "rpds_py-0.9.2-pp310-pypy310_pp73-macosx_10_7_x86_64.whl", hash = "sha256:196cb208825a8b9c8fc360dc0f87993b8b260038615230242bf18ec84447c08d"},
|
1401 |
+
{file = "rpds_py-0.9.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:c7671d45530fcb6d5e22fd40c97e1e1e01965fc298cbda523bb640f3d923b387"},
|
1402 |
+
{file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:83b32f0940adec65099f3b1c215ef7f1d025d13ff947975a055989cb7fd019a4"},
|
1403 |
+
{file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7f67da97f5b9eac838b6980fc6da268622e91f8960e083a34533ca710bec8611"},
|
1404 |
+
{file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:03975db5f103997904c37e804e5f340c8fdabbb5883f26ee50a255d664eed58c"},
|
1405 |
+
{file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:987b06d1cdb28f88a42e4fb8a87f094e43f3c435ed8e486533aea0bf2e53d931"},
|
1406 |
+
{file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c861a7e4aef15ff91233751619ce3a3d2b9e5877e0fcd76f9ea4f6847183aa16"},
|
1407 |
+
{file = "rpds_py-0.9.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:02938432352359805b6da099c9c95c8a0547fe4b274ce8f1a91677401bb9a45f"},
|
1408 |
+
{file = "rpds_py-0.9.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:ef1f08f2a924837e112cba2953e15aacfccbbfcd773b4b9b4723f8f2ddded08e"},
|
1409 |
+
{file = "rpds_py-0.9.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:35da5cc5cb37c04c4ee03128ad59b8c3941a1e5cd398d78c37f716f32a9b7f67"},
|
1410 |
+
{file = "rpds_py-0.9.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:141acb9d4ccc04e704e5992d35472f78c35af047fa0cfae2923835d153f091be"},
|
1411 |
+
{file = "rpds_py-0.9.2-pp38-pypy38_pp73-macosx_10_7_x86_64.whl", hash = "sha256:79f594919d2c1a0cc17d1988a6adaf9a2f000d2e1048f71f298b056b1018e872"},
|
1412 |
+
{file = "rpds_py-0.9.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:a06418fe1155e72e16dddc68bb3780ae44cebb2912fbd8bb6ff9161de56e1798"},
|
1413 |
+
{file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b2eb034c94b0b96d5eddb290b7b5198460e2d5d0c421751713953a9c4e47d10"},
|
1414 |
+
{file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8b08605d248b974eb02f40bdcd1a35d3924c83a2a5e8f5d0fa5af852c4d960af"},
|
1415 |
+
{file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a0805911caedfe2736935250be5008b261f10a729a303f676d3d5fea6900c96a"},
|
1416 |
+
{file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ab2299e3f92aa5417d5e16bb45bb4586171c1327568f638e8453c9f8d9e0f020"},
|
1417 |
+
{file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c8d7594e38cf98d8a7df25b440f684b510cf4627fe038c297a87496d10a174f"},
|
1418 |
+
{file = "rpds_py-0.9.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:8b9ec12ad5f0a4625db34db7e0005be2632c1013b253a4a60e8302ad4d462afd"},
|
1419 |
+
{file = "rpds_py-0.9.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:1fcdee18fea97238ed17ab6478c66b2095e4ae7177e35fb71fbe561a27adf620"},
|
1420 |
+
{file = "rpds_py-0.9.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:933a7d5cd4b84f959aedeb84f2030f0a01d63ae6cf256629af3081cf3e3426e8"},
|
1421 |
+
{file = "rpds_py-0.9.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:686ba516e02db6d6f8c279d1641f7067ebb5dc58b1d0536c4aaebb7bf01cdc5d"},
|
1422 |
+
{file = "rpds_py-0.9.2-pp39-pypy39_pp73-macosx_10_7_x86_64.whl", hash = "sha256:0173c0444bec0a3d7d848eaeca2d8bd32a1b43f3d3fde6617aac3731fa4be05f"},
|
1423 |
+
{file = "rpds_py-0.9.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:d576c3ef8c7b2d560e301eb33891d1944d965a4d7a2eacb6332eee8a71827db6"},
|
1424 |
+
{file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ed89861ee8c8c47d6beb742a602f912b1bb64f598b1e2f3d758948721d44d468"},
|
1425 |
+
{file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1054a08e818f8e18910f1bee731583fe8f899b0a0a5044c6e680ceea34f93876"},
|
1426 |
+
{file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:99e7c4bb27ff1aab90dcc3e9d37ee5af0231ed98d99cb6f5250de28889a3d502"},
|
1427 |
+
{file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c545d9d14d47be716495076b659db179206e3fd997769bc01e2d550eeb685596"},
|
1428 |
+
{file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9039a11bca3c41be5a58282ed81ae422fa680409022b996032a43badef2a3752"},
|
1429 |
+
{file = "rpds_py-0.9.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fb39aca7a64ad0c9490adfa719dbeeb87d13be137ca189d2564e596f8ba32c07"},
|
1430 |
+
{file = "rpds_py-0.9.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:2d8b3b3a2ce0eaa00c5bbbb60b6713e94e7e0becab7b3db6c5c77f979e8ed1f1"},
|
1431 |
+
{file = "rpds_py-0.9.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:99b1c16f732b3a9971406fbfe18468592c5a3529585a45a35adbc1389a529a03"},
|
1432 |
+
{file = "rpds_py-0.9.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:c27ee01a6c3223025f4badd533bea5e87c988cb0ba2811b690395dfe16088cfe"},
|
1433 |
+
{file = "rpds_py-0.9.2.tar.gz", hash = "sha256:8d70e8f14900f2657c249ea4def963bed86a29b81f81f5b76b5a9215680de945"},
|
1434 |
+
]
|
1435 |
+
|
1436 |
[[package]]
|
1437 |
name = "safetensors"
|
1438 |
version = "0.3.3"
|
|
|
1497 |
testing = ["h5py (>=3.7.0)", "huggingface-hub (>=0.12.1)", "numpy (>=1.21.6)", "pytest (>=7.2.0)", "pytest-benchmark (>=4.0.0)", "setuptools-rust (>=1.5.2)"]
|
1498 |
torch = ["numpy (>=1.21.6)", "torch (>=1.10)"]
|
1499 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1500 |
[[package]]
|
1501 |
name = "setuptools"
|
1502 |
+
version = "68.1.2"
|
1503 |
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
1504 |
optional = false
|
1505 |
+
python-versions = ">=3.8"
|
1506 |
files = [
|
1507 |
+
{file = "setuptools-68.1.2-py3-none-any.whl", hash = "sha256:3d8083eed2d13afc9426f227b24fd1659489ec107c0e86cec2ffdde5c92e790b"},
|
1508 |
+
{file = "setuptools-68.1.2.tar.gz", hash = "sha256:3d4dfa6d95f1b101d695a6160a7626e15583af71a5f52176efa5d39a054d475d"},
|
1509 |
]
|
1510 |
|
1511 |
[package.extras]
|
1512 |
+
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5,<=7.1.2)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
|
1513 |
+
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
|
1514 |
testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"]
|
1515 |
|
1516 |
[[package]]
|
|
|
1613 |
thinc = ">=8.1.8,<8.2.0"
|
1614 |
tqdm = ">=4.38.0,<5.0.0"
|
1615 |
typer = ">=0.3.0,<0.10.0"
|
|
|
1616 |
wasabi = ">=0.9.1,<1.2.0"
|
1617 |
|
1618 |
[package.extras]
|
|
|
1743 |
|
1744 |
[[package]]
|
1745 |
name = "spacy-streamlit"
|
1746 |
+
version = "1.0.6"
|
1747 |
description = "Visualize spaCy with streamlit"
|
1748 |
optional = false
|
1749 |
python-versions = ">=3.6"
|
1750 |
files = [
|
1751 |
+
{file = "spacy_streamlit-1.0.6-py3-none-any.whl", hash = "sha256:00b829b25b349eec5cd012274b233ee8909301af7fdc9c128c9affd877bcb7b6"},
|
1752 |
+
{file = "spacy_streamlit-1.0.6.tar.gz", hash = "sha256:4a54df591f5d4c031e3af3540f58a84c79be741e2583beb21b9d1bd654790750"},
|
1753 |
]
|
1754 |
|
1755 |
[package.dependencies]
|
1756 |
pandas = "*"
|
1757 |
spacy = ">=3.0.0,<4.0.0"
|
1758 |
+
streamlit = ">=1.18.0"
|
1759 |
|
1760 |
[[package]]
|
1761 |
name = "spacy-transformers"
|
|
|
1857 |
|
1858 |
[[package]]
|
1859 |
name = "streamlit"
|
1860 |
+
version = "1.25.0"
|
1861 |
+
description = "A faster way to build and share data apps"
|
1862 |
optional = false
|
1863 |
+
python-versions = ">=3.8, !=3.9.7"
|
1864 |
files = [
|
1865 |
+
{file = "streamlit-1.25.0-py2.py3-none-any.whl", hash = "sha256:3c561dca1b5430e73b7f2d66bff1d26103936bb4223912ab563ffee881fccc30"},
|
1866 |
+
{file = "streamlit-1.25.0.tar.gz", hash = "sha256:8a7c93bee8703869045804afe22e9373c4e974fdb2a3e9abe3b027df3de03119"},
|
1867 |
]
|
1868 |
|
1869 |
[package.dependencies]
|
1870 |
+
altair = ">=4.0,<6"
|
1871 |
+
blinker = ">=1.0.0,<2"
|
1872 |
+
cachetools = ">=4.0,<6"
|
1873 |
+
click = ">=7.0,<9"
|
1874 |
+
gitpython = ">=3.0.7,<3.1.19 || >3.1.19,<4"
|
1875 |
+
importlib-metadata = ">=1.4,<7"
|
1876 |
+
numpy = ">=1.19.3,<2"
|
1877 |
+
packaging = ">=16.8,<24"
|
1878 |
+
pandas = ">=1.3.0,<3"
|
1879 |
+
pillow = ">=7.1.0,<10"
|
1880 |
+
protobuf = ">=3.20,<5"
|
1881 |
+
pyarrow = ">=6.0"
|
1882 |
+
pydeck = ">=0.8,<1"
|
1883 |
+
pympler = ">=0.9,<2"
|
1884 |
+
python-dateutil = ">=2.7.3,<3"
|
1885 |
+
requests = ">=2.18,<3"
|
1886 |
+
rich = ">=10.14.0,<14"
|
1887 |
+
tenacity = ">=8.1.0,<9"
|
1888 |
+
toml = ">=0.10.1,<2"
|
1889 |
+
tornado = ">=6.0.3,<7"
|
1890 |
+
typing-extensions = ">=4.1.0,<5"
|
1891 |
+
tzlocal = ">=1.1,<5"
|
1892 |
+
validators = ">=0.2,<1"
|
1893 |
+
watchdog = {version = ">=2.1.5", markers = "platform_system != \"Darwin\""}
|
1894 |
+
|
1895 |
+
[package.extras]
|
1896 |
+
snowflake = ["snowflake-snowpark-python"]
|
1897 |
+
|
1898 |
+
[[package]]
|
1899 |
+
name = "sympy"
|
1900 |
+
version = "1.12"
|
1901 |
+
description = "Computer algebra system (CAS) in Python"
|
1902 |
+
optional = false
|
1903 |
+
python-versions = ">=3.8"
|
1904 |
+
files = [
|
1905 |
+
{file = "sympy-1.12-py3-none-any.whl", hash = "sha256:c3588cd4295d0c0f603d0f2ae780587e64e2efeedb3521e46b9bb1d08d184fa5"},
|
1906 |
+
{file = "sympy-1.12.tar.gz", hash = "sha256:ebf595c8dac3e0fdc4152c51878b498396ec7f30e7a914d6071e674d49420fb8"},
|
1907 |
+
]
|
1908 |
+
|
1909 |
+
[package.dependencies]
|
1910 |
+
mpmath = ">=0.19"
|
1911 |
+
|
1912 |
+
[[package]]
|
1913 |
+
name = "tenacity"
|
1914 |
+
version = "8.2.3"
|
1915 |
+
description = "Retry code until it succeeds"
|
1916 |
+
optional = false
|
1917 |
+
python-versions = ">=3.7"
|
1918 |
+
files = [
|
1919 |
+
{file = "tenacity-8.2.3-py3-none-any.whl", hash = "sha256:ce510e327a630c9e1beaf17d42e6ffacc88185044ad85cf74c0a8887c6a0f88c"},
|
1920 |
+
{file = "tenacity-8.2.3.tar.gz", hash = "sha256:5398ef0d78e63f40007c1fb4c0bff96e1911394d2fa8d194f77619c05ff6cc8a"},
|
1921 |
+
]
|
1922 |
+
|
1923 |
+
[package.extras]
|
1924 |
+
doc = ["reno", "sphinx", "tornado (>=4.5)"]
|
1925 |
|
1926 |
[[package]]
|
1927 |
name = "thinc"
|
|
|
1966 |
confection = ">=0.0.1,<1.0.0"
|
1967 |
cymem = ">=2.0.2,<2.1.0"
|
1968 |
murmurhash = ">=1.0.2,<1.1.0"
|
1969 |
+
numpy = {version = ">=1.19.0", markers = "python_version >= \"3.9\""}
|
|
|
|
|
|
|
1970 |
packaging = ">=20.0"
|
1971 |
preshed = ">=3.0.2,<3.1.0"
|
1972 |
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<3.0.0"
|
1973 |
setuptools = "*"
|
1974 |
srsly = ">=2.4.0,<3.0.0"
|
|
|
1975 |
wasabi = ">=0.8.1,<1.2.0"
|
1976 |
|
1977 |
[package.extras]
|
|
|
2076 |
|
2077 |
[[package]]
|
2078 |
name = "torch"
|
2079 |
+
version = "2.0.1"
|
2080 |
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
|
2081 |
optional = false
|
2082 |
+
python-versions = ">=3.8.0"
|
2083 |
+
files = [
|
2084 |
+
{file = "torch-2.0.1-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:8ced00b3ba471856b993822508f77c98f48a458623596a4c43136158781e306a"},
|
2085 |
+
{file = "torch-2.0.1-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:359bfaad94d1cda02ab775dc1cc386d585712329bb47b8741607ef6ef4950747"},
|
2086 |
+
{file = "torch-2.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:7c84e44d9002182edd859f3400deaa7410f5ec948a519cc7ef512c2f9b34d2c4"},
|
2087 |
+
{file = "torch-2.0.1-cp310-none-macosx_10_9_x86_64.whl", hash = "sha256:567f84d657edc5582d716900543e6e62353dbe275e61cdc36eda4929e46df9e7"},
|
2088 |
+
{file = "torch-2.0.1-cp310-none-macosx_11_0_arm64.whl", hash = "sha256:787b5a78aa7917465e9b96399b883920c88a08f4eb63b5a5d2d1a16e27d2f89b"},
|
2089 |
+
{file = "torch-2.0.1-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:e617b1d0abaf6ced02dbb9486803abfef0d581609b09641b34fa315c9c40766d"},
|
2090 |
+
{file = "torch-2.0.1-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:b6019b1de4978e96daa21d6a3ebb41e88a0b474898fe251fd96189587408873e"},
|
2091 |
+
{file = "torch-2.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:dbd68cbd1cd9da32fe5d294dd3411509b3d841baecb780b38b3b7b06c7754434"},
|
2092 |
+
{file = "torch-2.0.1-cp311-none-macosx_10_9_x86_64.whl", hash = "sha256:ef654427d91600129864644e35deea761fb1fe131710180b952a6f2e2207075e"},
|
2093 |
+
{file = "torch-2.0.1-cp311-none-macosx_11_0_arm64.whl", hash = "sha256:25aa43ca80dcdf32f13da04c503ec7afdf8e77e3a0183dd85cd3e53b2842e527"},
|
2094 |
+
{file = "torch-2.0.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:5ef3ea3d25441d3957348f7e99c7824d33798258a2bf5f0f0277cbcadad2e20d"},
|
2095 |
+
{file = "torch-2.0.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:0882243755ff28895e8e6dc6bc26ebcf5aa0911ed81b2a12f241fc4b09075b13"},
|
2096 |
+
{file = "torch-2.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:f66aa6b9580a22b04d0af54fcd042f52406a8479e2b6a550e3d9f95963e168c8"},
|
2097 |
+
{file = "torch-2.0.1-cp38-none-macosx_10_9_x86_64.whl", hash = "sha256:1adb60d369f2650cac8e9a95b1d5758e25d526a34808f7448d0bd599e4ae9072"},
|
2098 |
+
{file = "torch-2.0.1-cp38-none-macosx_11_0_arm64.whl", hash = "sha256:1bcffc16b89e296826b33b98db5166f990e3b72654a2b90673e817b16c50e32b"},
|
2099 |
+
{file = "torch-2.0.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:e10e1597f2175365285db1b24019eb6f04d53dcd626c735fc502f1e8b6be9875"},
|
2100 |
+
{file = "torch-2.0.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:423e0ae257b756bb45a4b49072046772d1ad0c592265c5080070e0767da4e490"},
|
2101 |
+
{file = "torch-2.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:8742bdc62946c93f75ff92da00e3803216c6cce9b132fbca69664ca38cfb3e18"},
|
2102 |
+
{file = "torch-2.0.1-cp39-none-macosx_10_9_x86_64.whl", hash = "sha256:c62df99352bd6ee5a5a8d1832452110435d178b5164de450831a3a8cc14dc680"},
|
2103 |
+
{file = "torch-2.0.1-cp39-none-macosx_11_0_arm64.whl", hash = "sha256:671a2565e3f63b8fe8e42ae3e36ad249fe5e567435ea27b94edaa672a7d0c416"},
|
|
|
2104 |
]
|
2105 |
|
2106 |
[package.dependencies]
|
2107 |
+
filelock = "*"
|
2108 |
+
jinja2 = "*"
|
2109 |
+
networkx = "*"
|
2110 |
+
sympy = "*"
|
2111 |
typing-extensions = "*"
|
2112 |
|
2113 |
[package.extras]
|
|
|
2115 |
|
2116 |
[[package]]
|
2117 |
name = "tornado"
|
2118 |
+
version = "6.3.3"
|
2119 |
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
|
2120 |
optional = false
|
2121 |
+
python-versions = ">= 3.8"
|
2122 |
files = [
|
2123 |
+
{file = "tornado-6.3.3-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:502fba735c84450974fec147340016ad928d29f1e91f49be168c0a4c18181e1d"},
|
2124 |
+
{file = "tornado-6.3.3-cp38-abi3-macosx_10_9_x86_64.whl", hash = "sha256:805d507b1f588320c26f7f097108eb4023bbaa984d63176d1652e184ba24270a"},
|
2125 |
+
{file = "tornado-6.3.3-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1bd19ca6c16882e4d37368e0152f99c099bad93e0950ce55e71daed74045908f"},
|
2126 |
+
{file = "tornado-6.3.3-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7ac51f42808cca9b3613f51ffe2a965c8525cb1b00b7b2d56828b8045354f76a"},
|
2127 |
+
{file = "tornado-6.3.3-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:71a8db65160a3c55d61839b7302a9a400074c9c753040455494e2af74e2501f2"},
|
2128 |
+
{file = "tornado-6.3.3-cp38-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:ceb917a50cd35882b57600709dd5421a418c29ddc852da8bcdab1f0db33406b0"},
|
2129 |
+
{file = "tornado-6.3.3-cp38-abi3-musllinux_1_1_i686.whl", hash = "sha256:7d01abc57ea0dbb51ddfed477dfe22719d376119844e33c661d873bf9c0e4a16"},
|
2130 |
+
{file = "tornado-6.3.3-cp38-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:9dc4444c0defcd3929d5c1eb5706cbe1b116e762ff3e0deca8b715d14bf6ec17"},
|
2131 |
+
{file = "tornado-6.3.3-cp38-abi3-win32.whl", hash = "sha256:65ceca9500383fbdf33a98c0087cb975b2ef3bfb874cb35b8de8740cf7f41bd3"},
|
2132 |
+
{file = "tornado-6.3.3-cp38-abi3-win_amd64.whl", hash = "sha256:22d3c2fa10b5793da13c807e6fc38ff49a4f6e1e3868b0a6f4164768bb8e20f5"},
|
2133 |
+
{file = "tornado-6.3.3.tar.gz", hash = "sha256:e7d8db41c0181c80d76c982aacc442c0783a2c54d6400fe028954201a2e032fe"},
|
2134 |
]
|
2135 |
|
2136 |
[[package]]
|
|
|
2167 |
[package.dependencies]
|
2168 |
filelock = "*"
|
2169 |
huggingface-hub = ">=0.14.1,<1.0"
|
|
|
2170 |
numpy = ">=1.17"
|
2171 |
packaging = ">=20.0"
|
2172 |
pyyaml = ">=5.1"
|
|
|
2245 |
|
2246 |
[[package]]
|
2247 |
name = "typing-extensions"
|
2248 |
+
version = "4.7.1"
|
2249 |
description = "Backported and Experimental Type Hints for Python 3.7+"
|
2250 |
optional = false
|
2251 |
python-versions = ">=3.7"
|
2252 |
files = [
|
2253 |
+
{file = "typing_extensions-4.7.1-py3-none-any.whl", hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36"},
|
2254 |
+
{file = "typing_extensions-4.7.1.tar.gz", hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"},
|
2255 |
]
|
2256 |
|
2257 |
[[package]]
|
|
|
2267 |
|
2268 |
[[package]]
|
2269 |
name = "tzlocal"
|
2270 |
+
version = "4.3.1"
|
2271 |
description = "tzinfo object for the local timezone"
|
2272 |
optional = false
|
2273 |
python-versions = ">=3.7"
|
2274 |
files = [
|
2275 |
+
{file = "tzlocal-4.3.1-py3-none-any.whl", hash = "sha256:67d7e7f4ce0a98e9dfde2e02474c60fe846ed032d78b555c554c2e9cba472d84"},
|
2276 |
+
{file = "tzlocal-4.3.1.tar.gz", hash = "sha256:ee32ef8c20803c19a96ed366addd3d4a729ef6309cb5c7359a0cc2eeeb7fa46a"},
|
2277 |
]
|
2278 |
|
2279 |
[package.dependencies]
|
2280 |
+
pytz-deprecation-shim = "*"
|
2281 |
tzdata = {version = "*", markers = "platform_system == \"Windows\""}
|
2282 |
|
2283 |
[package.extras]
|
|
|
2302 |
|
2303 |
[[package]]
|
2304 |
name = "validators"
|
2305 |
+
version = "0.21.2"
|
2306 |
+
description = "Python Data Validation for Humansβ’"
|
2307 |
optional = false
|
2308 |
+
python-versions = ">=3.8"
|
2309 |
files = [
|
2310 |
+
{file = "validators-0.21.2-py3-none-any.whl", hash = "sha256:6ad95131005a9d4c734a69dd4ef08cf66961e61222e60da25a9b5137cecd6fd4"},
|
2311 |
+
{file = "validators-0.21.2.tar.gz", hash = "sha256:002ba1552076535176824e43149c18c06f6b611bc8b597ddbcf8770bcf5f9f5c"},
|
2312 |
]
|
2313 |
|
|
|
|
|
|
|
2314 |
[package.extras]
|
2315 |
+
docs-offline = ["myst-parser (>=2.0.0)", "pypandoc-binary (>=1.11)", "sphinx (>=7.1.1)"]
|
2316 |
+
docs-online = ["mkdocs (>=1.5.2)", "mkdocs-material (>=9.1.21)", "mkdocstrings[python] (>=0.22.0)", "pyaml (>=23.7.0)"]
|
2317 |
+
hooks = ["pre-commit (>=3.3.3)"]
|
2318 |
+
runner = ["tox (>=4.6.4)"]
|
2319 |
+
sast = ["bandit[toml] (>=1.7.5)"]
|
2320 |
+
testing = ["pytest (>=7.4.0)"]
|
2321 |
+
tooling = ["black (>=23.7.0)", "pyright (>=1.1.320)", "ruff (>=0.0.280)"]
|
2322 |
+
tooling-extras = ["pyaml (>=23.7.0)", "pypandoc-binary (>=1.11)", "pytest (>=7.4.0)"]
|
2323 |
|
2324 |
[[package]]
|
2325 |
name = "wasabi"
|
|
|
2334 |
|
2335 |
[package.dependencies]
|
2336 |
colorama = {version = ">=0.4.6", markers = "sys_platform == \"win32\" and python_version >= \"3.7\""}
|
|
|
2337 |
|
2338 |
[[package]]
|
2339 |
name = "watchdog"
|
|
|
2374 |
[package.extras]
|
2375 |
watchmedo = ["PyYAML (>=3.10)"]
|
2376 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2377 |
[[package]]
|
2378 |
name = "zipp"
|
2379 |
+
version = "3.16.2"
|
2380 |
description = "Backport of pathlib-compatible object wrapper for zip files"
|
2381 |
optional = false
|
2382 |
+
python-versions = ">=3.8"
|
2383 |
files = [
|
2384 |
+
{file = "zipp-3.16.2-py3-none-any.whl", hash = "sha256:679e51dd4403591b2d6838a48de3d283f3d188412a9782faadf845f298736ba0"},
|
2385 |
+
{file = "zipp-3.16.2.tar.gz", hash = "sha256:ebc15946aa78bd63458992fc81ec3b6f7b1e92d51c35e6de1c3804e73b799147"},
|
2386 |
]
|
2387 |
|
2388 |
[package.extras]
|
2389 |
+
docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
2390 |
+
testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy (>=0.9.1)", "pytest-ruff"]
|
2391 |
|
2392 |
[metadata]
|
2393 |
lock-version = "2.0"
|
2394 |
+
python-versions = "~3.11"
|
2395 |
+
content-hash = "ad4e9181915de454d10441f444b2653f2bcf4aa11c5fd4a838237d8a50d503b0"
|
pyproject.toml
CHANGED
@@ -6,8 +6,9 @@ authors = ["Gyorgy Orosz <[email protected]>"]
|
|
6 |
license = "MIT"
|
7 |
|
8 |
[tool.poetry.dependencies]
|
9 |
-
python = "
|
10 |
-
spacy-streamlit = "==1.0.
|
|
|
11 |
hu-core-news-trf = {url = "https://huggingface.co/huspacy/hu_core_news_trf/resolve/v3.5.1/hu_core_news_trf-any-py3-none-any.whl"}
|
12 |
|
13 |
[tool.poetry.dev-dependencies]
|
|
|
6 |
license = "MIT"
|
7 |
|
8 |
[tool.poetry.dependencies]
|
9 |
+
python = "~3.11"
|
10 |
+
spacy-streamlit = "==1.0.6"
|
11 |
+
streamlit = "1.25.0"
|
12 |
hu-core-news-trf = {url = "https://huggingface.co/huspacy/hu_core_news_trf/resolve/v3.5.1/hu_core_news_trf-any-py3-none-any.whl"}
|
13 |
|
14 |
[tool.poetry.dev-dependencies]
|
requirements.txt
CHANGED
@@ -1,87 +1,84 @@
|
|
1 |
-
altair==5.0.1 ;
|
2 |
-
attrs==23.1.0 ;
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
numpy==1.
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
spacy-
|
62 |
-
spacy-
|
63 |
-
spacy
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
watchdog==3.0.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" and platform_system != "Darwin"
|
86 |
-
wheel==0.41.2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" and platform_system == "Linux"
|
87 |
-
zipp==3.15.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
|
|
|
1 |
+
altair==5.0.1 ; python_version >= "3.11" and python_version < "3.12"
|
2 |
+
attrs==23.1.0 ; python_version >= "3.11" and python_version < "3.12"
|
3 |
+
blinker==1.6.2 ; python_version >= "3.11" and python_version < "3.12"
|
4 |
+
blis==0.7.10 ; python_version >= "3.11" and python_version < "3.12"
|
5 |
+
cachetools==5.3.1 ; python_version >= "3.11" and python_version < "3.12"
|
6 |
+
catalogue==2.0.9 ; python_version >= "3.11" and python_version < "3.12"
|
7 |
+
certifi==2023.7.22 ; python_version >= "3.11" and python_version < "3.12"
|
8 |
+
charset-normalizer==3.2.0 ; python_version >= "3.11" and python_version < "3.12"
|
9 |
+
click==8.1.7 ; python_version >= "3.11" and python_version < "3.12"
|
10 |
+
colorama==0.4.6 ; python_version >= "3.11" and python_version < "3.12" and (platform_system == "Windows" or sys_platform == "win32")
|
11 |
+
confection==0.1.1 ; python_version >= "3.11" and python_version < "3.12"
|
12 |
+
cymem==2.0.7 ; python_version >= "3.11" and python_version < "3.12"
|
13 |
+
filelock==3.12.2 ; python_version >= "3.11" and python_version < "3.12"
|
14 |
+
fsspec==2023.6.0 ; python_version >= "3.11" and python_version < "3.12"
|
15 |
+
gitdb==4.0.10 ; python_version >= "3.11" and python_version < "3.12"
|
16 |
+
gitpython==3.1.32 ; python_version >= "3.11" and python_version < "3.12"
|
17 |
+
hu-core-news-trf @ https://huggingface.co/huspacy/hu_core_news_trf/resolve/v3.5.1/hu_core_news_trf-any-py3-none-any.whl ; python_version >= "3.11" and python_version < "3.12"
|
18 |
+
huggingface-hub==0.16.4 ; python_version >= "3.11" and python_version < "3.12"
|
19 |
+
idna==3.4 ; python_version >= "3.11" and python_version < "3.12"
|
20 |
+
importlib-metadata==6.8.0 ; python_version >= "3.11" and python_version < "3.12"
|
21 |
+
jinja2==3.1.2 ; python_version >= "3.11" and python_version < "3.12"
|
22 |
+
jsonschema-specifications==2023.7.1 ; python_version >= "3.11" and python_version < "3.12"
|
23 |
+
jsonschema==4.19.0 ; python_version >= "3.11" and python_version < "3.12"
|
24 |
+
langcodes==3.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
25 |
+
markdown-it-py==3.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
26 |
+
markupsafe==2.1.3 ; python_version >= "3.11" and python_version < "3.12"
|
27 |
+
mdurl==0.1.2 ; python_version >= "3.11" and python_version < "3.12"
|
28 |
+
mpmath==1.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
29 |
+
murmurhash==1.0.9 ; python_version >= "3.11" and python_version < "3.12"
|
30 |
+
networkx==3.1 ; python_version >= "3.11" and python_version < "3.12"
|
31 |
+
numpy==1.25.2 ; python_version >= "3.11" and python_version < "3.12"
|
32 |
+
packaging==23.1 ; python_version >= "3.11" and python_version < "3.12"
|
33 |
+
pandas==2.0.3 ; python_version >= "3.11" and python_version < "3.12"
|
34 |
+
pathy==0.10.2 ; python_version >= "3.11" and python_version < "3.12"
|
35 |
+
pillow==9.5.0 ; python_version >= "3.11" and python_version < "3.12"
|
36 |
+
preshed==3.0.8 ; python_version >= "3.11" and python_version < "3.12"
|
37 |
+
protobuf==4.24.1 ; python_version >= "3.11" and python_version < "3.12"
|
38 |
+
pyarrow==13.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
39 |
+
pydantic==1.10.12 ; python_version >= "3.11" and python_version < "3.12"
|
40 |
+
pydeck==0.8.0 ; python_version >= "3.11" and python_version < "3.12"
|
41 |
+
pygments==2.16.1 ; python_version >= "3.11" and python_version < "3.12"
|
42 |
+
pympler==1.0.1 ; python_version >= "3.11" and python_version < "3.12"
|
43 |
+
python-dateutil==2.8.2 ; python_version >= "3.11" and python_version < "3.12"
|
44 |
+
pytz-deprecation-shim==0.1.0.post0 ; python_version >= "3.11" and python_version < "3.12"
|
45 |
+
pytz==2023.3 ; python_version >= "3.11" and python_version < "3.12"
|
46 |
+
pyyaml==6.0.1 ; python_version >= "3.11" and python_version < "3.12"
|
47 |
+
referencing==0.30.2 ; python_version >= "3.11" and python_version < "3.12"
|
48 |
+
regex==2023.8.8 ; python_version >= "3.11" and python_version < "3.12"
|
49 |
+
requests==2.31.0 ; python_version >= "3.11" and python_version < "3.12"
|
50 |
+
rich==13.5.2 ; python_version >= "3.11" and python_version < "3.12"
|
51 |
+
rpds-py==0.9.2 ; python_version >= "3.11" and python_version < "3.12"
|
52 |
+
safetensors==0.3.3 ; python_version >= "3.11" and python_version < "3.12"
|
53 |
+
setuptools==68.1.2 ; python_version >= "3.11" and python_version < "3.12"
|
54 |
+
six==1.16.0 ; python_version >= "3.11" and python_version < "3.12"
|
55 |
+
smart-open==6.3.0 ; python_version >= "3.11" and python_version < "3.12"
|
56 |
+
smmap==5.0.0 ; python_version >= "3.11" and python_version < "3.12"
|
57 |
+
spacy-alignments==0.9.0 ; python_version >= "3.11" and python_version < "3.12"
|
58 |
+
spacy-experimental==0.6.2 ; python_version >= "3.11" and python_version < "3.12"
|
59 |
+
spacy-legacy==3.0.12 ; python_version >= "3.11" and python_version < "3.12"
|
60 |
+
spacy-loggers==1.0.4 ; python_version >= "3.11" and python_version < "3.12"
|
61 |
+
spacy-streamlit==1.0.6 ; python_version >= "3.11" and python_version < "3.12"
|
62 |
+
spacy-transformers==1.2.5 ; python_version >= "3.11" and python_version < "3.12"
|
63 |
+
spacy==3.5.4 ; python_version >= "3.11" and python_version < "3.12"
|
64 |
+
srsly==2.4.7 ; python_version >= "3.11" and python_version < "3.12"
|
65 |
+
streamlit==1.25.0 ; python_version >= "3.11" and python_version < "3.12"
|
66 |
+
sympy==1.12 ; python_version >= "3.11" and python_version < "3.12"
|
67 |
+
tenacity==8.2.3 ; python_version >= "3.11" and python_version < "3.12"
|
68 |
+
thinc==8.1.12 ; python_version >= "3.11" and python_version < "3.12"
|
69 |
+
tokenizers==0.13.3 ; python_version >= "3.11" and python_version < "3.12"
|
70 |
+
toml==0.10.2 ; python_version >= "3.11" and python_version < "3.12"
|
71 |
+
toolz==0.12.0 ; python_version >= "3.11" and python_version < "3.12"
|
72 |
+
torch==2.0.1 ; python_version >= "3.11" and python_version < "3.12"
|
73 |
+
tornado==6.3.3 ; python_version >= "3.11" and python_version < "3.12"
|
74 |
+
tqdm==4.66.1 ; python_version >= "3.11" and python_version < "3.12"
|
75 |
+
transformers==4.30.2 ; python_version >= "3.11" and python_version < "3.12"
|
76 |
+
typer==0.9.0 ; python_version >= "3.11" and python_version < "3.12"
|
77 |
+
typing-extensions==4.7.1 ; python_version >= "3.11" and python_version < "3.12"
|
78 |
+
tzdata==2023.3 ; python_version >= "3.11" and python_version < "3.12"
|
79 |
+
tzlocal==4.3.1 ; python_version >= "3.11" and python_version < "3.12"
|
80 |
+
urllib3==2.0.4 ; python_version >= "3.11" and python_version < "3.12"
|
81 |
+
validators==0.21.2 ; python_version >= "3.11" and python_version < "3.12"
|
82 |
+
wasabi==1.1.2 ; python_version >= "3.11" and python_version < "3.12"
|
83 |
+
watchdog==3.0.0 ; python_version >= "3.11" and python_version < "3.12" and platform_system != "Darwin"
|
84 |
+
zipp==3.16.2 ; python_version >= "3.11" and python_version < "3.12"
|
|
|
|
|
|