Spaces:
Sleeping
Sleeping
Evan Lesmez
commited on
Commit
·
d0de757
1
Parent(s):
cc4975d
Downgrade to py 3.8.1 for torch compat with blip
Browse files- poetry.lock +328 -446
- pyproject.toml +5 -3
poetry.lock
CHANGED
@@ -180,6 +180,9 @@ category = "main"
|
|
180 |
optional = false
|
181 |
python-versions = ">=3.7"
|
182 |
|
|
|
|
|
|
|
183 |
[[package]]
|
184 |
name = "backcall"
|
185 |
version = "0.2.0"
|
@@ -218,6 +221,7 @@ packaging = ">=22.0"
|
|
218 |
pathspec = ">=0.9.0"
|
219 |
platformdirs = ">=2"
|
220 |
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
|
|
|
221 |
|
222 |
[package.extras]
|
223 |
colorama = ["colorama (>=0.4.3)"]
|
@@ -278,17 +282,6 @@ python-versions = ">=3.7"
|
|
278 |
[package.dependencies]
|
279 |
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
280 |
|
281 |
-
[[package]]
|
282 |
-
name = "cmake"
|
283 |
-
version = "3.26.3"
|
284 |
-
description = "CMake is an open-source, cross-platform family of tools designed to build, test and package software"
|
285 |
-
category = "main"
|
286 |
-
optional = false
|
287 |
-
python-versions = "*"
|
288 |
-
|
289 |
-
[package.extras]
|
290 |
-
test = ["codecov (>=2.0.5)", "coverage (>=4.2)", "flake8 (>=3.0.4)", "path.py (>=11.5.0)", "pytest (>=3.0.3)", "pytest-cov (>=2.4.0)", "pytest-runner (>=2.9)", "pytest-virtualenv (>=1.7.0)", "scikit-build (>=0.10.0)", "setuptools (>=28.0.0)", "virtualenv (>=15.0.3)", "wheel"]
|
291 |
-
|
292 |
[[package]]
|
293 |
name = "colorama"
|
294 |
version = "0.4.6"
|
@@ -641,7 +634,7 @@ socks = ["socksio (>=1.0.0,<2.0.0)"]
|
|
641 |
|
642 |
[[package]]
|
643 |
name = "huggingface-hub"
|
644 |
-
version = "0.
|
645 |
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
|
646 |
category = "main"
|
647 |
optional = false
|
@@ -649,6 +642,7 @@ python-versions = ">=3.7.0"
|
|
649 |
|
650 |
[package.dependencies]
|
651 |
filelock = "*"
|
|
|
652 |
packaging = ">=20.9"
|
653 |
pyyaml = ">=5.1"
|
654 |
requests = "*"
|
@@ -656,13 +650,13 @@ tqdm = ">=4.42.1"
|
|
656 |
typing-extensions = ">=3.7.4.3"
|
657 |
|
658 |
[package.extras]
|
659 |
-
all = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "black (>=23.1,<24.0)", "jedi", "mypy (==0.982)", "pytest", "pytest-cov", "pytest-env", "pytest-xdist", "ruff (>=0.0.241)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"]
|
660 |
cli = ["InquirerPy (==0.3.4)"]
|
661 |
-
dev = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "black (>=23.1,<24.0)", "jedi", "mypy (==0.982)", "pytest", "pytest-cov", "pytest-env", "pytest-xdist", "ruff (>=0.0.241)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"]
|
662 |
fastai = ["fastai (>=2.4)", "fastcore (>=1.3.27)", "toml"]
|
663 |
quality = ["black (>=23.1,<24.0)", "mypy (==0.982)", "ruff (>=0.0.241)"]
|
664 |
tensorflow = ["graphviz", "pydot", "tensorflow"]
|
665 |
-
testing = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "jedi", "pytest", "pytest-cov", "pytest-env", "pytest-xdist", "soundfile"]
|
666 |
torch = ["torch"]
|
667 |
typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"]
|
668 |
|
@@ -674,6 +668,37 @@ category = "main"
|
|
674 |
optional = false
|
675 |
python-versions = ">=3.5"
|
676 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
677 |
[[package]]
|
678 |
name = "iniconfig"
|
679 |
version = "2.0.0"
|
@@ -733,6 +758,7 @@ prompt-toolkit = ">=3.0.30,<3.0.37 || >3.0.37,<3.1.0"
|
|
733 |
pygments = ">=2.4.0"
|
734 |
stack-data = "*"
|
735 |
traitlets = ">=5"
|
|
|
736 |
|
737 |
[package.extras]
|
738 |
all = ["black", "curio", "docrepr", "ipykernel", "ipyparallel", "ipywidgets", "matplotlib", "matplotlib (!=3.2.0)", "nbconvert", "nbformat", "notebook", "numpy (>=1.21)", "pandas", "pytest (<7)", "pytest (<7.1)", "pytest-asyncio", "qtconsole", "setuptools (>=18.5)", "sphinx (>=1.3)", "sphinx-rtd-theme", "stack-data", "testpath", "trio", "typing-extensions"]
|
@@ -827,8 +853,10 @@ python-versions = ">=3.7"
|
|
827 |
attrs = ">=17.4.0"
|
828 |
fqdn = {version = "*", optional = true, markers = "extra == \"format-nongpl\""}
|
829 |
idna = {version = "*", optional = true, markers = "extra == \"format-nongpl\""}
|
|
|
830 |
isoduration = {version = "*", optional = true, markers = "extra == \"format-nongpl\""}
|
831 |
jsonpointer = {version = ">1.13", optional = true, markers = "extra == \"format-nongpl\""}
|
|
|
832 |
pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2"
|
833 |
rfc3339-validator = {version = "*", optional = true, markers = "extra == \"format-nongpl\""}
|
834 |
rfc3986-validator = {version = ">0.1.0", optional = true, markers = "extra == \"format-nongpl\""}
|
@@ -848,6 +876,7 @@ optional = false
|
|
848 |
python-versions = ">=3.8"
|
849 |
|
850 |
[package.dependencies]
|
|
|
851 |
jupyter-core = ">=4.12,<5.0.0 || >=5.1.0"
|
852 |
python-dateutil = ">=2.8.2"
|
853 |
pyzmq = ">=23.0"
|
@@ -985,6 +1014,7 @@ optional = false
|
|
985 |
python-versions = ">=3.7"
|
986 |
|
987 |
[package.dependencies]
|
|
|
988 |
y-py = ">=0.5.3,<0.6.0"
|
989 |
|
990 |
[package.extras]
|
@@ -1034,6 +1064,7 @@ python-versions = ">=3.7"
|
|
1034 |
|
1035 |
[package.dependencies]
|
1036 |
babel = ">=2.10"
|
|
|
1037 |
jinja2 = ">=3.0.3"
|
1038 |
json5 = ">=0.9.0"
|
1039 |
jsonschema = ">=4.17.3"
|
@@ -1100,14 +1131,6 @@ dev = ["black", "flake8", "isort", "pre-commit"]
|
|
1100 |
doc = ["myst-parser", "sphinx", "sphinx-book-theme"]
|
1101 |
test = ["coverage", "pytest", "pytest-cov"]
|
1102 |
|
1103 |
-
[[package]]
|
1104 |
-
name = "lit"
|
1105 |
-
version = "16.0.1"
|
1106 |
-
description = "A Software Testing Tool"
|
1107 |
-
category = "main"
|
1108 |
-
optional = false
|
1109 |
-
python-versions = "*"
|
1110 |
-
|
1111 |
[[package]]
|
1112 |
name = "markdown-it-py"
|
1113 |
version = "2.2.0"
|
@@ -1178,6 +1201,7 @@ python-versions = ">=3.8"
|
|
1178 |
contourpy = ">=1.0.1"
|
1179 |
cycler = ">=0.10"
|
1180 |
fonttools = ">=4.22.0"
|
|
|
1181 |
kiwisolver = ">=1.0.1"
|
1182 |
numpy = ">=1.20"
|
1183 |
packaging = ">=20.0"
|
@@ -1229,20 +1253,6 @@ category = "main"
|
|
1229 |
optional = false
|
1230 |
python-versions = "*"
|
1231 |
|
1232 |
-
[[package]]
|
1233 |
-
name = "mpmath"
|
1234 |
-
version = "1.3.0"
|
1235 |
-
description = "Python library for arbitrary-precision floating-point arithmetic"
|
1236 |
-
category = "main"
|
1237 |
-
optional = false
|
1238 |
-
python-versions = "*"
|
1239 |
-
|
1240 |
-
[package.extras]
|
1241 |
-
develop = ["codecov", "pycodestyle", "pytest (>=4.6)", "pytest-cov", "wheel"]
|
1242 |
-
docs = ["sphinx"]
|
1243 |
-
gmpy = ["gmpy2 (>=2.1.0a4)"]
|
1244 |
-
tests = ["pytest (>=4.6)"]
|
1245 |
-
|
1246 |
[[package]]
|
1247 |
name = "multidict"
|
1248 |
version = "6.0.4"
|
@@ -1312,7 +1322,7 @@ test = ["coverage", "nbval", "pytest", "pytest-cov", "pytest-jupyter", "pytest-p
|
|
1312 |
|
1313 |
[[package]]
|
1314 |
name = "nbclient"
|
1315 |
-
version = "0.7.
|
1316 |
description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor."
|
1317 |
category = "main"
|
1318 |
optional = false
|
@@ -1341,6 +1351,7 @@ python-versions = ">=3.7"
|
|
1341 |
beautifulsoup4 = "*"
|
1342 |
bleach = "*"
|
1343 |
defusedxml = "*"
|
|
|
1344 |
jinja2 = ">=3.0"
|
1345 |
jupyter-core = ">=4.7"
|
1346 |
jupyterlab-pygments = "*"
|
@@ -1389,21 +1400,6 @@ category = "main"
|
|
1389 |
optional = false
|
1390 |
python-versions = ">=3.5"
|
1391 |
|
1392 |
-
[[package]]
|
1393 |
-
name = "networkx"
|
1394 |
-
version = "3.1"
|
1395 |
-
description = "Python package for creating and manipulating graphs and networks"
|
1396 |
-
category = "main"
|
1397 |
-
optional = false
|
1398 |
-
python-versions = ">=3.8"
|
1399 |
-
|
1400 |
-
[package.extras]
|
1401 |
-
default = ["matplotlib (>=3.4)", "numpy (>=1.20)", "pandas (>=1.3)", "scipy (>=1.8)"]
|
1402 |
-
developer = ["mypy (>=1.1)", "pre-commit (>=3.2)"]
|
1403 |
-
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)"]
|
1404 |
-
extra = ["lxml (>=4.6)", "pydot (>=1.4.2)", "pygraphviz (>=1.10)", "sympy (>=1.10)"]
|
1405 |
-
test = ["codecov (>=2.1)", "pytest (>=7.2)", "pytest-cov (>=4.0)"]
|
1406 |
-
|
1407 |
[[package]]
|
1408 |
name = "notebook"
|
1409 |
version = "6.5.4"
|
@@ -1437,7 +1433,7 @@ test = ["coverage", "nbval", "pytest", "pytest-cov", "requests", "requests-unixs
|
|
1437 |
|
1438 |
[[package]]
|
1439 |
name = "notebook-shim"
|
1440 |
-
version = "0.2.
|
1441 |
description = "A shim layer for notebook traits and config"
|
1442 |
category = "main"
|
1443 |
optional = false
|
@@ -1447,7 +1443,7 @@ python-versions = ">=3.7"
|
|
1447 |
jupyter-server = ">=1.8,<3"
|
1448 |
|
1449 |
[package.extras]
|
1450 |
-
test = ["pytest", "pytest-console-scripts", "pytest-tornasync"]
|
1451 |
|
1452 |
[[package]]
|
1453 |
name = "numexpr"
|
@@ -1462,7 +1458,7 @@ numpy = ">=1.13.3"
|
|
1462 |
|
1463 |
[[package]]
|
1464 |
name = "numpy"
|
1465 |
-
version = "1.24.
|
1466 |
description = "Fundamental package for array computing in Python"
|
1467 |
category = "main"
|
1468 |
optional = false
|
@@ -1480,18 +1476,6 @@ python-versions = ">=3"
|
|
1480 |
setuptools = "*"
|
1481 |
wheel = "*"
|
1482 |
|
1483 |
-
[[package]]
|
1484 |
-
name = "nvidia-cuda-cupti-cu11"
|
1485 |
-
version = "11.7.101"
|
1486 |
-
description = "CUDA profiling tools runtime libs."
|
1487 |
-
category = "main"
|
1488 |
-
optional = false
|
1489 |
-
python-versions = ">=3"
|
1490 |
-
|
1491 |
-
[package.dependencies]
|
1492 |
-
setuptools = "*"
|
1493 |
-
wheel = "*"
|
1494 |
-
|
1495 |
[[package]]
|
1496 |
name = "nvidia-cuda-nvrtc-cu11"
|
1497 |
version = "11.7.99"
|
@@ -1528,70 +1512,6 @@ python-versions = ">=3"
|
|
1528 |
setuptools = "*"
|
1529 |
wheel = "*"
|
1530 |
|
1531 |
-
[[package]]
|
1532 |
-
name = "nvidia-cufft-cu11"
|
1533 |
-
version = "10.9.0.58"
|
1534 |
-
description = "CUFFT native runtime libraries"
|
1535 |
-
category = "main"
|
1536 |
-
optional = false
|
1537 |
-
python-versions = ">=3"
|
1538 |
-
|
1539 |
-
[[package]]
|
1540 |
-
name = "nvidia-curand-cu11"
|
1541 |
-
version = "10.2.10.91"
|
1542 |
-
description = "CURAND native runtime libraries"
|
1543 |
-
category = "main"
|
1544 |
-
optional = false
|
1545 |
-
python-versions = ">=3"
|
1546 |
-
|
1547 |
-
[package.dependencies]
|
1548 |
-
setuptools = "*"
|
1549 |
-
wheel = "*"
|
1550 |
-
|
1551 |
-
[[package]]
|
1552 |
-
name = "nvidia-cusolver-cu11"
|
1553 |
-
version = "11.4.0.1"
|
1554 |
-
description = "CUDA solver native runtime libraries"
|
1555 |
-
category = "main"
|
1556 |
-
optional = false
|
1557 |
-
python-versions = ">=3"
|
1558 |
-
|
1559 |
-
[package.dependencies]
|
1560 |
-
setuptools = "*"
|
1561 |
-
wheel = "*"
|
1562 |
-
|
1563 |
-
[[package]]
|
1564 |
-
name = "nvidia-cusparse-cu11"
|
1565 |
-
version = "11.7.4.91"
|
1566 |
-
description = "CUSPARSE native runtime libraries"
|
1567 |
-
category = "main"
|
1568 |
-
optional = false
|
1569 |
-
python-versions = ">=3"
|
1570 |
-
|
1571 |
-
[package.dependencies]
|
1572 |
-
setuptools = "*"
|
1573 |
-
wheel = "*"
|
1574 |
-
|
1575 |
-
[[package]]
|
1576 |
-
name = "nvidia-nccl-cu11"
|
1577 |
-
version = "2.14.3"
|
1578 |
-
description = "NVIDIA Collective Communication Library (NCCL) Runtime"
|
1579 |
-
category = "main"
|
1580 |
-
optional = false
|
1581 |
-
python-versions = ">=3"
|
1582 |
-
|
1583 |
-
[[package]]
|
1584 |
-
name = "nvidia-nvtx-cu11"
|
1585 |
-
version = "11.7.91"
|
1586 |
-
description = "NVIDIA Tools Extension"
|
1587 |
-
category = "main"
|
1588 |
-
optional = false
|
1589 |
-
python-versions = ">=3"
|
1590 |
-
|
1591 |
-
[package.dependencies]
|
1592 |
-
setuptools = "*"
|
1593 |
-
wheel = "*"
|
1594 |
-
|
1595 |
[[package]]
|
1596 |
name = "openai"
|
1597 |
version = "0.27.4"
|
@@ -1640,7 +1560,7 @@ python-versions = ">=3.7"
|
|
1640 |
|
1641 |
[[package]]
|
1642 |
name = "pandas"
|
1643 |
-
version = "2.0.
|
1644 |
description = "Powerful data structures for data analysis, time series, and statistics"
|
1645 |
category = "main"
|
1646 |
optional = false
|
@@ -1648,6 +1568,7 @@ python-versions = ">=3.8"
|
|
1648 |
|
1649 |
[package.dependencies]
|
1650 |
numpy = [
|
|
|
1651 |
{version = ">=1.21.0", markers = "python_version >= \"3.10\""},
|
1652 |
{version = ">=1.23.2", markers = "python_version >= \"3.11\""},
|
1653 |
]
|
@@ -1737,17 +1658,25 @@ python-versions = ">=3.7"
|
|
1737 |
docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-removed-in", "sphinxext-opengraph"]
|
1738 |
tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
|
1739 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1740 |
[[package]]
|
1741 |
name = "platformdirs"
|
1742 |
-
version = "3.
|
1743 |
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
1744 |
category = "main"
|
1745 |
optional = false
|
1746 |
python-versions = ">=3.7"
|
1747 |
|
1748 |
[package.extras]
|
1749 |
-
docs = ["furo (>=
|
1750 |
-
test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.
|
1751 |
|
1752 |
[[package]]
|
1753 |
name = "pluggy"
|
@@ -2000,11 +1929,11 @@ python-versions = ">=3.8"
|
|
2000 |
|
2001 |
[[package]]
|
2002 |
name = "requests"
|
2003 |
-
version = "2.
|
2004 |
description = "Python HTTP for Humans."
|
2005 |
category = "main"
|
2006 |
optional = false
|
2007 |
-
python-versions = ">=3.7
|
2008 |
|
2009 |
[package.dependencies]
|
2010 |
certifi = ">=2017.4.17"
|
@@ -2062,7 +1991,7 @@ win32 = ["pywin32"]
|
|
2062 |
|
2063 |
[[package]]
|
2064 |
name = "setuptools"
|
2065 |
-
version = "67.7.
|
2066 |
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
2067 |
category = "main"
|
2068 |
optional = false
|
@@ -2173,21 +2102,11 @@ python-versions = ">=3.7"
|
|
2173 |
|
2174 |
[package.dependencies]
|
2175 |
anyio = ">=3.4.0,<5"
|
|
|
2176 |
|
2177 |
[package.extras]
|
2178 |
full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyaml"]
|
2179 |
|
2180 |
-
[[package]]
|
2181 |
-
name = "sympy"
|
2182 |
-
version = "1.11.1"
|
2183 |
-
description = "Computer algebra system (CAS) in Python"
|
2184 |
-
category = "main"
|
2185 |
-
optional = false
|
2186 |
-
python-versions = ">=3.8"
|
2187 |
-
|
2188 |
-
[package.dependencies]
|
2189 |
-
mpmath = ">=0.19"
|
2190 |
-
|
2191 |
[[package]]
|
2192 |
name = "tenacity"
|
2193 |
version = "8.2.2"
|
@@ -2262,37 +2181,43 @@ python-versions = ">=3.5"
|
|
2262 |
|
2263 |
[[package]]
|
2264 |
name = "torch"
|
2265 |
-
version = "
|
2266 |
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
|
2267 |
category = "main"
|
2268 |
optional = false
|
2269 |
-
python-versions = ">=3.
|
2270 |
|
2271 |
[package.dependencies]
|
2272 |
-
|
2273 |
-
|
2274 |
-
|
2275 |
-
nvidia-
|
2276 |
-
nvidia-cuda-cupti-cu11 = {version = "11.7.101", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2277 |
-
nvidia-cuda-nvrtc-cu11 = {version = "11.7.99", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2278 |
-
nvidia-cuda-runtime-cu11 = {version = "11.7.99", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2279 |
-
nvidia-cudnn-cu11 = {version = "8.5.0.96", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2280 |
-
nvidia-cufft-cu11 = {version = "10.9.0.58", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2281 |
-
nvidia-curand-cu11 = {version = "10.2.10.91", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2282 |
-
nvidia-cusolver-cu11 = {version = "11.4.0.1", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2283 |
-
nvidia-cusparse-cu11 = {version = "11.7.4.91", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2284 |
-
nvidia-nccl-cu11 = {version = "2.14.3", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2285 |
-
nvidia-nvtx-cu11 = {version = "11.7.91", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2286 |
-
sympy = "*"
|
2287 |
-
triton = {version = "2.0.0", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""}
|
2288 |
typing-extensions = "*"
|
2289 |
|
2290 |
[package.extras]
|
2291 |
opt-einsum = ["opt-einsum (>=3.3)"]
|
2292 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2293 |
[[package]]
|
2294 |
name = "tornado"
|
2295 |
-
version = "6.3"
|
2296 |
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
|
2297 |
category = "main"
|
2298 |
optional = false
|
@@ -2391,24 +2316,6 @@ torchhub = ["filelock", "huggingface-hub (>=0.11.0,<1.0)", "importlib-metadata",
|
|
2391 |
video = ["av (==9.2.0)", "decord (==0.6.0)"]
|
2392 |
vision = ["Pillow"]
|
2393 |
|
2394 |
-
[[package]]
|
2395 |
-
name = "triton"
|
2396 |
-
version = "2.0.0"
|
2397 |
-
description = "A language and compiler for custom Deep Learning operations"
|
2398 |
-
category = "main"
|
2399 |
-
optional = false
|
2400 |
-
python-versions = "*"
|
2401 |
-
|
2402 |
-
[package.dependencies]
|
2403 |
-
cmake = "*"
|
2404 |
-
filelock = "*"
|
2405 |
-
lit = "*"
|
2406 |
-
torch = "*"
|
2407 |
-
|
2408 |
-
[package.extras]
|
2409 |
-
tests = ["autopep8", "flake8", "isort", "numpy", "pytest", "scipy (>=1.7.1)"]
|
2410 |
-
tutorials = ["matplotlib", "pandas", "tabulate"]
|
2411 |
-
|
2412 |
[[package]]
|
2413 |
name = "typing-extensions"
|
2414 |
version = "4.5.0"
|
@@ -2536,6 +2443,14 @@ category = "main"
|
|
2536 |
optional = false
|
2537 |
python-versions = ">=3.7"
|
2538 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2539 |
[[package]]
|
2540 |
name = "wheel"
|
2541 |
version = "0.40.0"
|
@@ -2557,7 +2472,7 @@ python-versions = "*"
|
|
2557 |
|
2558 |
[[package]]
|
2559 |
name = "yarl"
|
2560 |
-
version = "1.
|
2561 |
description = "Yet another URL library"
|
2562 |
category = "main"
|
2563 |
optional = false
|
@@ -2583,10 +2498,22 @@ y-py = ">=0.5.3,<0.6.0"
|
|
2583 |
[package.extras]
|
2584 |
test = ["mypy", "pre-commit", "pytest", "pytest-asyncio", "websockets (>=10.0)"]
|
2585 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2586 |
[metadata]
|
2587 |
lock-version = "1.1"
|
2588 |
-
python-versions = "^3.
|
2589 |
-
content-hash = "
|
2590 |
|
2591 |
[metadata.files]
|
2592 |
aiofiles = [
|
@@ -2939,25 +2866,6 @@ click = [
|
|
2939 |
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
|
2940 |
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
|
2941 |
]
|
2942 |
-
cmake = [
|
2943 |
-
{file = "cmake-3.26.3-py2.py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl", hash = "sha256:9d38ea5b4999f8f042a071bea3e213f085bac26d7ab54cb5a4c6a193c4baf132"},
|
2944 |
-
{file = "cmake-3.26.3-py2.py3-none-manylinux2010_i686.manylinux_2_12_i686.whl", hash = "sha256:6e5fcd1cfaac33d015e2709e0dd1b7ad352a315367012ac359c9adc062cf075b"},
|
2945 |
-
{file = "cmake-3.26.3-py2.py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl", hash = "sha256:4d3185738a6405aa15801e684f8d589b00570da4cc676cb1b5bbc902e3023e53"},
|
2946 |
-
{file = "cmake-3.26.3-py2.py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:b20f7f7ea316ce7bb158df0e3c3453cfab5048939f1291017d16a8a36ad33ae6"},
|
2947 |
-
{file = "cmake-3.26.3-py2.py3-none-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:46aa385e19c9e4fc95d7d6ce5ee0bbe0d69bdeac4e9bc95c61f78f3973c2f626"},
|
2948 |
-
{file = "cmake-3.26.3-py2.py3-none-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:71e1df5587ad860b9829211380c42fc90ef2413363f12805b1fa2d87769bf876"},
|
2949 |
-
{file = "cmake-3.26.3-py2.py3-none-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:543b6958d1615327f484a07ab041029b1740918a8baa336adc9f5f0cbcd8fbd8"},
|
2950 |
-
{file = "cmake-3.26.3-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:1bc7b47456256bdcc41069f5c658f232bd6e15bf4796d115f6ec98800793daff"},
|
2951 |
-
{file = "cmake-3.26.3-py2.py3-none-musllinux_1_1_aarch64.whl", hash = "sha256:2ae3db2c2be50fdaf0c9f3a23b2206e9dcd55ca124f16486a841b939f50b595e"},
|
2952 |
-
{file = "cmake-3.26.3-py2.py3-none-musllinux_1_1_i686.whl", hash = "sha256:1798547b23b89030518c5668dc55aed0e1d01867cf91d7a94e15d33f62a56fd0"},
|
2953 |
-
{file = "cmake-3.26.3-py2.py3-none-musllinux_1_1_ppc64le.whl", hash = "sha256:d3017a08e6ba53ec2486d89a7953a81d4c4a068fc9f29d83e209f295dd9c59f3"},
|
2954 |
-
{file = "cmake-3.26.3-py2.py3-none-musllinux_1_1_s390x.whl", hash = "sha256:a922a6f6c1580d0db17b0b75f82e619441dd43c7f1d6a35f7d27e709db48bdbb"},
|
2955 |
-
{file = "cmake-3.26.3-py2.py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:e0ed796530641c8a21a423f9bb7882117dbbeee11ec78dbc335402a678d937ae"},
|
2956 |
-
{file = "cmake-3.26.3-py2.py3-none-win32.whl", hash = "sha256:27a6fa1b97744311a7993d6a1e0ce14bd73696dab9ceb96701f1ec11edbd5053"},
|
2957 |
-
{file = "cmake-3.26.3-py2.py3-none-win_amd64.whl", hash = "sha256:cf910bbb488659d300c86b1dac77e44eeb0457bde2cf76a42d7e51f691544b21"},
|
2958 |
-
{file = "cmake-3.26.3-py2.py3-none-win_arm64.whl", hash = "sha256:24741a304ada699b339034958777d9a1472ac8ddb9b6194d74f814287ca091ae"},
|
2959 |
-
{file = "cmake-3.26.3.tar.gz", hash = "sha256:b54cde1f1c0573321b22382bd2ffaf5d08f65188572d128cd4867fb9669723c5"},
|
2960 |
-
]
|
2961 |
colorama = [
|
2962 |
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
2963 |
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
@@ -3257,13 +3165,21 @@ httpx = [
|
|
3257 |
{file = "httpx-0.24.0.tar.gz", hash = "sha256:507d676fc3e26110d41df7d35ebd8b3b8585052450f4097401c9be59d928c63e"},
|
3258 |
]
|
3259 |
huggingface-hub = [
|
3260 |
-
{file = "huggingface_hub-0.
|
3261 |
-
{file = "huggingface_hub-0.
|
3262 |
]
|
3263 |
idna = [
|
3264 |
{file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"},
|
3265 |
{file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"},
|
3266 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3267 |
iniconfig = [
|
3268 |
{file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
|
3269 |
{file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
|
@@ -3426,9 +3342,6 @@ linkify-it-py = [
|
|
3426 |
{file = "linkify-it-py-2.0.0.tar.gz", hash = "sha256:476464480906bed8b2fa3813bf55566282e55214ad7e41b7d1c2b564666caf2f"},
|
3427 |
{file = "linkify_it_py-2.0.0-py3-none-any.whl", hash = "sha256:1bff43823e24e507a099e328fc54696124423dd6320c75a9da45b4b754b748ad"},
|
3428 |
]
|
3429 |
-
lit = [
|
3430 |
-
{file = "lit-16.0.1.tar.gz", hash = "sha256:630a47291b714cb115015df23ab04267c24fe59aec7ecd7e637d5c75cdb45c91"},
|
3431 |
-
]
|
3432 |
markdown-it-py = [
|
3433 |
{file = "markdown-it-py-2.2.0.tar.gz", hash = "sha256:7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1"},
|
3434 |
{file = "markdown_it_py-2.2.0-py3-none-any.whl", hash = "sha256:5a35f8d1870171d9acc47b99612dc146129b631baf04970128b568f190d0cc30"},
|
@@ -3552,10 +3465,6 @@ mistune = [
|
|
3552 |
{file = "mistune-2.0.5-py2.py3-none-any.whl", hash = "sha256:bad7f5d431886fcbaf5f758118ecff70d31f75231b34024a1341120340a65ce8"},
|
3553 |
{file = "mistune-2.0.5.tar.gz", hash = "sha256:0246113cb2492db875c6be56974a7c893333bf26cd92891c85f63151cee09d34"},
|
3554 |
]
|
3555 |
-
mpmath = [
|
3556 |
-
{file = "mpmath-1.3.0-py3-none-any.whl", hash = "sha256:a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c"},
|
3557 |
-
{file = "mpmath-1.3.0.tar.gz", hash = "sha256:7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f"},
|
3558 |
-
]
|
3559 |
multidict = [
|
3560 |
{file = "multidict-6.0.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b1a97283e0c85772d613878028fec909f003993e1007eafa715b24b377cb9b8"},
|
3561 |
{file = "multidict-6.0.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:eeb6dcc05e911516ae3d1f207d4b0520d07f54484c49dfc294d6e7d63b734171"},
|
@@ -3669,8 +3578,8 @@ nbclassic = [
|
|
3669 |
{file = "nbclassic-0.5.5.tar.gz", hash = "sha256:d2c91adc7909b0270c73e3e253d3687a6704b4f0a94bc156a37c85eba09f4d37"},
|
3670 |
]
|
3671 |
nbclient = [
|
3672 |
-
{file = "nbclient-0.7.
|
3673 |
-
{file = "nbclient-0.7.
|
3674 |
]
|
3675 |
nbconvert = [
|
3676 |
{file = "nbconvert-7.3.1-py3-none-any.whl", hash = "sha256:d2e95904666f1ff77d36105b9de4e0801726f93b862d5b28f69e93d99ad3b19c"},
|
@@ -3684,17 +3593,13 @@ nest-asyncio = [
|
|
3684 |
{file = "nest_asyncio-1.5.6-py3-none-any.whl", hash = "sha256:b9a953fb40dceaa587d109609098db21900182b16440652454a146cffb06e8b8"},
|
3685 |
{file = "nest_asyncio-1.5.6.tar.gz", hash = "sha256:d267cc1ff794403f7df692964d1d2a3fa9418ffea2a3f6859a439ff482fef290"},
|
3686 |
]
|
3687 |
-
networkx = [
|
3688 |
-
{file = "networkx-3.1-py3-none-any.whl", hash = "sha256:4f33f68cb2afcf86f28a45f43efc27a9386b535d567d2127f8f61d51dec58d36"},
|
3689 |
-
{file = "networkx-3.1.tar.gz", hash = "sha256:de346335408f84de0eada6ff9fafafff9bcda11f0a0dfaa931133debb146ab61"},
|
3690 |
-
]
|
3691 |
notebook = [
|
3692 |
{file = "notebook-6.5.4-py3-none-any.whl", hash = "sha256:dd17e78aefe64c768737b32bf171c1c766666a21cc79a44d37a1700771cab56f"},
|
3693 |
{file = "notebook-6.5.4.tar.gz", hash = "sha256:517209568bd47261e2def27a140e97d49070602eea0d226a696f42a7f16c9a4e"},
|
3694 |
]
|
3695 |
notebook-shim = [
|
3696 |
-
{file = "notebook_shim-0.2.
|
3697 |
-
{file = "notebook_shim-0.2.
|
3698 |
]
|
3699 |
numexpr = [
|
3700 |
{file = "numexpr-2.8.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a75967d46b6bd56455dd32da6285e5ffabe155d0ee61eef685bbfb8dafb2e484"},
|
@@ -3729,43 +3634,39 @@ numexpr = [
|
|
3729 |
{file = "numexpr-2.8.4.tar.gz", hash = "sha256:d5432537418d18691b9115d615d6daa17ee8275baef3edf1afbbf8bc69806147"},
|
3730 |
]
|
3731 |
numpy = [
|
3732 |
-
{file = "numpy-1.24.
|
3733 |
-
{file = "numpy-1.24.
|
3734 |
-
{file = "numpy-1.24.
|
3735 |
-
{file = "numpy-1.24.
|
3736 |
-
{file = "numpy-1.24.
|
3737 |
-
{file = "numpy-1.24.
|
3738 |
-
{file = "numpy-1.24.
|
3739 |
-
{file = "numpy-1.24.
|
3740 |
-
{file = "numpy-1.24.
|
3741 |
-
{file = "numpy-1.24.
|
3742 |
-
{file = "numpy-1.24.
|
3743 |
-
{file = "numpy-1.24.
|
3744 |
-
{file = "numpy-1.24.
|
3745 |
-
{file = "numpy-1.24.
|
3746 |
-
{file = "numpy-1.24.
|
3747 |
-
{file = "numpy-1.24.
|
3748 |
-
{file = "numpy-1.24.
|
3749 |
-
{file = "numpy-1.24.
|
3750 |
-
{file = "numpy-1.24.
|
3751 |
-
{file = "numpy-1.24.
|
3752 |
-
{file = "numpy-1.24.
|
3753 |
-
{file = "numpy-1.24.
|
3754 |
-
{file = "numpy-1.24.
|
3755 |
-
{file = "numpy-1.24.
|
3756 |
-
{file = "numpy-1.24.
|
3757 |
-
{file = "numpy-1.24.
|
3758 |
-
{file = "numpy-1.24.
|
3759 |
-
{file = "numpy-1.24.
|
3760 |
]
|
3761 |
nvidia-cublas-cu11 = [
|
3762 |
{file = "nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl", hash = "sha256:d32e4d75f94ddfb93ea0a5dda08389bcc65d8916a25cb9f37ac89edaeed3bded"},
|
3763 |
{file = "nvidia_cublas_cu11-11.10.3.66-py3-none-win_amd64.whl", hash = "sha256:8ac17ba6ade3ed56ab898a036f9ae0756f1e81052a317bf98f8c6d18dc3ae49e"},
|
3764 |
]
|
3765 |
-
nvidia-cuda-cupti-cu11 = [
|
3766 |
-
{file = "nvidia_cuda_cupti_cu11-11.7.101-py3-none-manylinux1_x86_64.whl", hash = "sha256:e0cfd9854e1f2edaa36ca20d21cd0bdd5dcfca4e3b9e130a082e05b33b6c5895"},
|
3767 |
-
{file = "nvidia_cuda_cupti_cu11-11.7.101-py3-none-win_amd64.whl", hash = "sha256:7cc5b8f91ae5e1389c3c0ad8866b3b016a175e827ea8f162a672990a402ab2b0"},
|
3768 |
-
]
|
3769 |
nvidia-cuda-nvrtc-cu11 = [
|
3770 |
{file = "nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl", hash = "sha256:9f1562822ea264b7e34ed5930567e89242d266448e936b85bc97a3370feabb03"},
|
3771 |
{file = "nvidia_cuda_nvrtc_cu11-11.7.99-py3-none-manylinux1_x86_64.whl", hash = "sha256:f7d9610d9b7c331fa0da2d1b2858a4a8315e6d49765091d28711c8946e7425e7"},
|
@@ -3779,30 +3680,6 @@ nvidia-cudnn-cu11 = [
|
|
3779 |
{file = "nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl", hash = "sha256:402f40adfc6f418f9dae9ab402e773cfed9beae52333f6d86ae3107a1b9527e7"},
|
3780 |
{file = "nvidia_cudnn_cu11-8.5.0.96-py3-none-manylinux1_x86_64.whl", hash = "sha256:71f8111eb830879ff2836db3cccf03bbd735df9b0d17cd93761732ac50a8a108"},
|
3781 |
]
|
3782 |
-
nvidia-cufft-cu11 = [
|
3783 |
-
{file = "nvidia_cufft_cu11-10.9.0.58-py3-none-manylinux1_x86_64.whl", hash = "sha256:222f9da70c80384632fd6035e4c3f16762d64ea7a843829cb278f98b3cb7dd81"},
|
3784 |
-
{file = "nvidia_cufft_cu11-10.9.0.58-py3-none-win_amd64.whl", hash = "sha256:c4d316f17c745ec9c728e30409612eaf77a8404c3733cdf6c9c1569634d1ca03"},
|
3785 |
-
]
|
3786 |
-
nvidia-curand-cu11 = [
|
3787 |
-
{file = "nvidia_curand_cu11-10.2.10.91-py3-none-manylinux1_x86_64.whl", hash = "sha256:eecb269c970fa599a2660c9232fa46aaccbf90d9170b96c462e13bcb4d129e2c"},
|
3788 |
-
{file = "nvidia_curand_cu11-10.2.10.91-py3-none-win_amd64.whl", hash = "sha256:f742052af0e1e75523bde18895a9ed016ecf1e5aa0ecddfcc3658fd11a1ff417"},
|
3789 |
-
]
|
3790 |
-
nvidia-cusolver-cu11 = [
|
3791 |
-
{file = "nvidia_cusolver_cu11-11.4.0.1-2-py3-none-manylinux1_x86_64.whl", hash = "sha256:72fa7261d755ed55c0074960df5904b65e2326f7adce364cbe4945063c1be412"},
|
3792 |
-
{file = "nvidia_cusolver_cu11-11.4.0.1-py3-none-manylinux1_x86_64.whl", hash = "sha256:700b781bfefd57d161443aff9ace1878584b93e0b2cfef3d6e9296d96febbf99"},
|
3793 |
-
{file = "nvidia_cusolver_cu11-11.4.0.1-py3-none-win_amd64.whl", hash = "sha256:00f70b256add65f8c1eb3b6a65308795a93e7740f6df9e273eccbba770d370c4"},
|
3794 |
-
]
|
3795 |
-
nvidia-cusparse-cu11 = [
|
3796 |
-
{file = "nvidia_cusparse_cu11-11.7.4.91-py3-none-manylinux1_x86_64.whl", hash = "sha256:a3389de714db63321aa11fbec3919271f415ef19fda58aed7f2ede488c32733d"},
|
3797 |
-
{file = "nvidia_cusparse_cu11-11.7.4.91-py3-none-win_amd64.whl", hash = "sha256:304a01599534f5186a8ed1c3756879282c72c118bc77dd890dc1ff868cad25b9"},
|
3798 |
-
]
|
3799 |
-
nvidia-nccl-cu11 = [
|
3800 |
-
{file = "nvidia_nccl_cu11-2.14.3-py3-none-manylinux1_x86_64.whl", hash = "sha256:5e5534257d1284b8e825bc3a182c6f06acd6eb405e9f89d49340e98cd8f136eb"},
|
3801 |
-
]
|
3802 |
-
nvidia-nvtx-cu11 = [
|
3803 |
-
{file = "nvidia_nvtx_cu11-11.7.91-py3-none-manylinux1_x86_64.whl", hash = "sha256:b22c64eee426a62fc00952b507d6d29cf62b4c9df7a480fcc417e540e05fd5ac"},
|
3804 |
-
{file = "nvidia_nvtx_cu11-11.7.91-py3-none-win_amd64.whl", hash = "sha256:dfd7fcb2a91742513027d63a26b757f38dd8b07fecac282c4d132a9d373ff064"},
|
3805 |
-
]
|
3806 |
openai = [
|
3807 |
{file = "openai-0.27.4-py3-none-any.whl", hash = "sha256:3b82c867d531e1fd2003d9de2131e1c4bfd4c70b1a3149e0543a555b30807b70"},
|
3808 |
{file = "openai-0.27.4.tar.gz", hash = "sha256:9f9d27d26e62c6068f516c0729449954b5ef6994be1a6cbfe7dbefbc84423a04"},
|
@@ -3874,31 +3751,31 @@ packaging = [
|
|
3874 |
{file = "packaging-23.1.tar.gz", hash = "sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f"},
|
3875 |
]
|
3876 |
pandas = [
|
3877 |
-
{file = "pandas-2.0.
|
3878 |
-
{file = "pandas-2.0.
|
3879 |
-
{file = "pandas-2.0.
|
3880 |
-
{file = "pandas-2.0.
|
3881 |
-
{file = "pandas-2.0.
|
3882 |
-
{file = "pandas-2.0.
|
3883 |
-
{file = "pandas-2.0.
|
3884 |
-
{file = "pandas-2.0.
|
3885 |
-
{file = "pandas-2.0.
|
3886 |
-
{file = "pandas-2.0.
|
3887 |
-
{file = "pandas-2.0.
|
3888 |
-
{file = "pandas-2.0.
|
3889 |
-
{file = "pandas-2.0.
|
3890 |
-
{file = "pandas-2.0.
|
3891 |
-
{file = "pandas-2.0.
|
3892 |
-
{file = "pandas-2.0.
|
3893 |
-
{file = "pandas-2.0.
|
3894 |
-
{file = "pandas-2.0.
|
3895 |
-
{file = "pandas-2.0.
|
3896 |
-
{file = "pandas-2.0.
|
3897 |
-
{file = "pandas-2.0.
|
3898 |
-
{file = "pandas-2.0.
|
3899 |
-
{file = "pandas-2.0.
|
3900 |
-
{file = "pandas-2.0.
|
3901 |
-
{file = "pandas-2.0.
|
3902 |
]
|
3903 |
pandocfilters = [
|
3904 |
{file = "pandocfilters-1.5.0-py2.py3-none-any.whl", hash = "sha256:33aae3f25fd1a026079f5d27bdd52496f0e0803b3469282162bafdcbdf6ef14f"},
|
@@ -3988,9 +3865,13 @@ pillow = [
|
|
3988 |
{file = "Pillow-9.5.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:1e7723bd90ef94eda669a3c2c19d549874dd5badaeefabefd26053304abe5799"},
|
3989 |
{file = "Pillow-9.5.0.tar.gz", hash = "sha256:bf548479d336726d7a0eceb6e767e179fbde37833ae42794602631a070d630f1"},
|
3990 |
]
|
|
|
|
|
|
|
|
|
3991 |
platformdirs = [
|
3992 |
-
{file = "platformdirs-3.
|
3993 |
-
{file = "platformdirs-3.
|
3994 |
]
|
3995 |
pluggy = [
|
3996 |
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
|
@@ -4346,8 +4227,8 @@ regex = [
|
|
4346 |
{file = "regex-2023.3.23.tar.gz", hash = "sha256:dc80df325b43ffea5cdea2e3eaa97a44f3dd298262b1c7fe9dbb2a9522b956a7"},
|
4347 |
]
|
4348 |
requests = [
|
4349 |
-
{file = "requests-2.
|
4350 |
-
{file = "requests-2.
|
4351 |
]
|
4352 |
rfc3339-validator = [
|
4353 |
{file = "rfc3339_validator-0.1.4-py2.py3-none-any.whl", hash = "sha256:24f6ec1eda14ef823da9e36ec7113124b39c04d50a4d3d3a3c2859577e7791fa"},
|
@@ -4366,8 +4247,8 @@ send2trash = [
|
|
4366 |
{file = "Send2Trash-1.8.0.tar.gz", hash = "sha256:d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d"},
|
4367 |
]
|
4368 |
setuptools = [
|
4369 |
-
{file = "setuptools-67.7.
|
4370 |
-
{file = "setuptools-67.7.
|
4371 |
]
|
4372 |
setuptools-scm = [
|
4373 |
{file = "setuptools_scm-7.1.0-py3-none-any.whl", hash = "sha256:73988b6d848709e2af142aa48c986ea29592bbcfca5375678064708205253d8e"},
|
@@ -4436,10 +4317,6 @@ starlette = [
|
|
4436 |
{file = "starlette-0.26.1-py3-none-any.whl", hash = "sha256:e87fce5d7cbdde34b76f0ac69013fd9d190d581d80681493016666e6f96c6d5e"},
|
4437 |
{file = "starlette-0.26.1.tar.gz", hash = "sha256:41da799057ea8620e4667a3e69a5b1923ebd32b1819c8fa75634bbe8d8bea9bd"},
|
4438 |
]
|
4439 |
-
sympy = [
|
4440 |
-
{file = "sympy-1.11.1-py3-none-any.whl", hash = "sha256:938f984ee2b1e8eae8a07b884c8b7a1146010040fccddc6539c54f401c8f6fcf"},
|
4441 |
-
{file = "sympy-1.11.1.tar.gz", hash = "sha256:e32380dce63cb7c0108ed525570092fd45168bdae2faa17e528221ef72e88658"},
|
4442 |
-
]
|
4443 |
tenacity = [
|
4444 |
{file = "tenacity-8.2.2-py3-none-any.whl", hash = "sha256:2f277afb21b851637e8f52e6a613ff08734c347dc19ade928e519d7d2d8569b0"},
|
4445 |
{file = "tenacity-8.2.2.tar.gz", hash = "sha256:43af037822bd0029025877f3b2d97cc4d7bb0c2991000a3d59d71517c5c969e0"},
|
@@ -4503,43 +4380,61 @@ toolz = [
|
|
4503 |
{file = "toolz-0.12.0.tar.gz", hash = "sha256:88c570861c440ee3f2f6037c4654613228ff40c93a6c25e0eba70d17282c6194"},
|
4504 |
]
|
4505 |
torch = [
|
4506 |
-
{file = "torch-
|
4507 |
-
{file = "torch-
|
4508 |
-
{file = "torch-
|
4509 |
-
{file = "torch-
|
4510 |
-
{file = "torch-
|
4511 |
-
{file = "torch-
|
4512 |
-
{file = "torch-
|
4513 |
-
{file = "torch-
|
4514 |
-
{file = "torch-
|
4515 |
-
{file = "torch-
|
4516 |
-
{file = "torch-
|
4517 |
-
{file = "torch-
|
4518 |
-
{file = "torch-
|
4519 |
-
{file = "torch-
|
4520 |
-
{file = "torch-
|
4521 |
-
{file = "torch-
|
4522 |
-
{file = "torch-
|
4523 |
-
{file = "torch-
|
4524 |
-
{file = "torch-
|
4525 |
-
{file = "torch-
|
4526 |
-
{file = "torch-
|
4527 |
-
|
4528 |
-
|
4529 |
-
{file = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4530 |
]
|
4531 |
tornado = [
|
4532 |
-
{file = "tornado-6.3-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:
|
4533 |
-
{file = "tornado-6.3-cp38-abi3-macosx_10_9_x86_64.whl", hash = "sha256:
|
4534 |
-
{file = "tornado-6.3-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:
|
4535 |
-
{file = "tornado-6.3-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:
|
4536 |
-
{file = "tornado-6.3-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:
|
4537 |
-
{file = "tornado-6.3-cp38-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:
|
4538 |
-
{file = "tornado-6.3-cp38-abi3-musllinux_1_1_i686.whl", hash = "sha256:
|
4539 |
-
{file = "tornado-6.3-cp38-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:
|
4540 |
-
{file = "tornado-6.3-cp38-abi3-win32.whl", hash = "sha256:
|
4541 |
-
{file = "tornado-6.3-cp38-abi3-win_amd64.whl", hash = "sha256:
|
4542 |
-
{file = "tornado-6.3.tar.gz", hash = "sha256:
|
4543 |
]
|
4544 |
tqdm = [
|
4545 |
{file = "tqdm-4.65.0-py3-none-any.whl", hash = "sha256:c4f53a17fe37e132815abceec022631be8ffe1b9381c2e6e30aa70edc99e9671"},
|
@@ -4553,26 +4448,6 @@ transformers = [
|
|
4553 |
{file = "transformers-4.28.1-py3-none-any.whl", hash = "sha256:f30a006220d0475789ac0e7c874f51bf5143956797616d89975b637883ce0be6"},
|
4554 |
{file = "transformers-4.28.1.tar.gz", hash = "sha256:7334f8730cff7ac31d9ba5c12f2113fcb7a7a5b61eeb5dbbdb162117c3aaa2d1"},
|
4555 |
]
|
4556 |
-
triton = [
|
4557 |
-
{file = "triton-2.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:38806ee9663f4b0f7cd64790e96c579374089e58f49aac4a6608121aa55e2505"},
|
4558 |
-
{file = "triton-2.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:226941c7b8595219ddef59a1fdb821e8c744289a132415ddd584facedeb475b1"},
|
4559 |
-
{file = "triton-2.0.0-1-cp36-cp36m-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:4c9fc8c89874bc48eb7e7b2107a9b8d2c0bf139778637be5bfccb09191685cfd"},
|
4560 |
-
{file = "triton-2.0.0-1-cp37-cp37m-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:d2684b6a60b9f174f447f36f933e9a45f31db96cb723723ecd2dcfd1c57b778b"},
|
4561 |
-
{file = "triton-2.0.0-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:9d4978298b74fcf59a75fe71e535c092b023088933b2f1df933ec32615e4beef"},
|
4562 |
-
{file = "triton-2.0.0-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:74f118c12b437fb2ca25e1a04759173b517582fcf4c7be11913316c764213656"},
|
4563 |
-
{file = "triton-2.0.0-1-pp37-pypy37_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:9618815a8da1d9157514f08f855d9e9ff92e329cd81c0305003eb9ec25cc5add"},
|
4564 |
-
{file = "triton-2.0.0-1-pp38-pypy38_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:1aca3303629cd3136375b82cb9921727f804e47ebee27b2677fef23005c3851a"},
|
4565 |
-
{file = "triton-2.0.0-1-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:e3e13aa8b527c9b642e3a9defcc0fbd8ffbe1c80d8ac8c15a01692478dc64d8a"},
|
4566 |
-
{file = "triton-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8f05a7e64e4ca0565535e3d5d3405d7e49f9d308505bb7773d21fb26a4c008c2"},
|
4567 |
-
{file = "triton-2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bb4b99ca3c6844066e516658541d876c28a5f6e3a852286bbc97ad57134827fd"},
|
4568 |
-
{file = "triton-2.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47b4d70dc92fb40af553b4460492c31dc7d3a114a979ffb7a5cdedb7eb546c08"},
|
4569 |
-
{file = "triton-2.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fedce6a381901b1547e0e7e1f2546e4f65dca6d91e2d8a7305a2d1f5551895be"},
|
4570 |
-
{file = "triton-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:75834f27926eab6c7f00ce73aaf1ab5bfb9bec6eb57ab7c0bfc0a23fac803b4c"},
|
4571 |
-
{file = "triton-2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0117722f8c2b579cd429e0bee80f7731ae05f63fe8e9414acd9a679885fcbf42"},
|
4572 |
-
{file = "triton-2.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bcd9be5d0c2e45d2b7e6ddc6da20112b6862d69741576f9c3dbaf941d745ecae"},
|
4573 |
-
{file = "triton-2.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:42a0d2c3fc2eab4ba71384f2e785fbfd47aa41ae05fa58bf12cb31dcbd0aeceb"},
|
4574 |
-
{file = "triton-2.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:52c47b72c72693198163ece9d90a721299e4fb3b8e24fd13141e384ad952724f"},
|
4575 |
-
]
|
4576 |
typing-extensions = [
|
4577 |
{file = "typing_extensions-4.5.0-py3-none-any.whl", hash = "sha256:fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4"},
|
4578 |
{file = "typing_extensions-4.5.0.tar.gz", hash = "sha256:5cb5f4a79139d699607b3ef622a1dedafa84e115ab0024e0d9c044a9479ca7cb"},
|
@@ -4689,6 +4564,9 @@ websockets = [
|
|
4689 |
{file = "websockets-11.0.2-py3-none-any.whl", hash = "sha256:5004c087d17251938a52cce21b3dbdabeecbbe432ce3f5bbbf15d8692c36eac9"},
|
4690 |
{file = "websockets-11.0.2.tar.gz", hash = "sha256:b1a69701eb98ed83dd099de4a686dc892c413d974fa31602bc00aca7cb988ac9"},
|
4691 |
]
|
|
|
|
|
|
|
4692 |
wheel = [
|
4693 |
{file = "wheel-0.40.0-py3-none-any.whl", hash = "sha256:d236b20e7cb522daf2390fa84c55eea81c5c30190f90f29ae2ca1ad8355bf247"},
|
4694 |
{file = "wheel-0.40.0.tar.gz", hash = "sha256:cd1196f3faee2b31968d626e1731c94f99cbdb67cf5a46e4f5656cbee7738873"},
|
@@ -4762,82 +4640,86 @@ y-py = [
|
|
4762 |
{file = "y_py-0.5.9.tar.gz", hash = "sha256:50cfa0532bcee27edb8c64743b49570e28bb76a00cd384ead1d84b6f052d9368"},
|
4763 |
]
|
4764 |
yarl = [
|
4765 |
-
{file = "yarl-1.
|
4766 |
-
{file = "yarl-1.
|
4767 |
-
{file = "yarl-1.
|
4768 |
-
{file = "yarl-1.
|
4769 |
-
{file = "yarl-1.
|
4770 |
-
{file = "yarl-1.
|
4771 |
-
{file = "yarl-1.
|
4772 |
-
{file = "yarl-1.
|
4773 |
-
{file = "yarl-1.
|
4774 |
-
{file = "yarl-1.
|
4775 |
-
{file = "yarl-1.
|
4776 |
-
{file = "yarl-1.
|
4777 |
-
{file = "yarl-1.
|
4778 |
-
{file = "yarl-1.
|
4779 |
-
{file = "yarl-1.
|
4780 |
-
{file = "yarl-1.
|
4781 |
-
{file = "yarl-1.
|
4782 |
-
{file = "yarl-1.
|
4783 |
-
{file = "yarl-1.
|
4784 |
-
{file = "yarl-1.
|
4785 |
-
{file = "yarl-1.
|
4786 |
-
{file = "yarl-1.
|
4787 |
-
{file = "yarl-1.
|
4788 |
-
{file = "yarl-1.
|
4789 |
-
{file = "yarl-1.
|
4790 |
-
{file = "yarl-1.
|
4791 |
-
{file = "yarl-1.
|
4792 |
-
{file = "yarl-1.
|
4793 |
-
{file = "yarl-1.
|
4794 |
-
{file = "yarl-1.
|
4795 |
-
{file = "yarl-1.
|
4796 |
-
{file = "yarl-1.
|
4797 |
-
{file = "yarl-1.
|
4798 |
-
{file = "yarl-1.
|
4799 |
-
{file = "yarl-1.
|
4800 |
-
{file = "yarl-1.
|
4801 |
-
{file = "yarl-1.
|
4802 |
-
{file = "yarl-1.
|
4803 |
-
{file = "yarl-1.
|
4804 |
-
{file = "yarl-1.
|
4805 |
-
{file = "yarl-1.
|
4806 |
-
{file = "yarl-1.
|
4807 |
-
{file = "yarl-1.
|
4808 |
-
{file = "yarl-1.
|
4809 |
-
{file = "yarl-1.
|
4810 |
-
{file = "yarl-1.
|
4811 |
-
{file = "yarl-1.
|
4812 |
-
{file = "yarl-1.
|
4813 |
-
{file = "yarl-1.
|
4814 |
-
{file = "yarl-1.
|
4815 |
-
{file = "yarl-1.
|
4816 |
-
{file = "yarl-1.
|
4817 |
-
{file = "yarl-1.
|
4818 |
-
{file = "yarl-1.
|
4819 |
-
{file = "yarl-1.
|
4820 |
-
{file = "yarl-1.
|
4821 |
-
{file = "yarl-1.
|
4822 |
-
{file = "yarl-1.
|
4823 |
-
{file = "yarl-1.
|
4824 |
-
{file = "yarl-1.
|
4825 |
-
{file = "yarl-1.
|
4826 |
-
{file = "yarl-1.
|
4827 |
-
{file = "yarl-1.
|
4828 |
-
{file = "yarl-1.
|
4829 |
-
{file = "yarl-1.
|
4830 |
-
{file = "yarl-1.
|
4831 |
-
{file = "yarl-1.
|
4832 |
-
{file = "yarl-1.
|
4833 |
-
{file = "yarl-1.
|
4834 |
-
{file = "yarl-1.
|
4835 |
-
{file = "yarl-1.
|
4836 |
-
{file = "yarl-1.
|
4837 |
-
{file = "yarl-1.
|
4838 |
-
{file = "yarl-1.
|
4839 |
]
|
4840 |
ypy-websocket = [
|
4841 |
{file = "ypy_websocket-0.8.2-py3-none-any.whl", hash = "sha256:9049d5a7d61c26c2b5a39757c9ffcbe2274bf3553adeea8de7fe1c04671d4145"},
|
4842 |
{file = "ypy_websocket-0.8.2.tar.gz", hash = "sha256:491b2cc4271df4dde9be83017c15f4532b597dc43148472eb20c5aeb838a5b46"},
|
4843 |
]
|
|
|
|
|
|
|
|
|
|
180 |
optional = false
|
181 |
python-versions = ">=3.7"
|
182 |
|
183 |
+
[package.dependencies]
|
184 |
+
pytz = {version = ">=2015.7", markers = "python_version < \"3.9\""}
|
185 |
+
|
186 |
[[package]]
|
187 |
name = "backcall"
|
188 |
version = "0.2.0"
|
|
|
221 |
pathspec = ">=0.9.0"
|
222 |
platformdirs = ">=2"
|
223 |
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
|
224 |
+
typing-extensions = {version = ">=3.10.0.0", markers = "python_version < \"3.10\""}
|
225 |
|
226 |
[package.extras]
|
227 |
colorama = ["colorama (>=0.4.3)"]
|
|
|
282 |
[package.dependencies]
|
283 |
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
284 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
[[package]]
|
286 |
name = "colorama"
|
287 |
version = "0.4.6"
|
|
|
634 |
|
635 |
[[package]]
|
636 |
name = "huggingface-hub"
|
637 |
+
version = "0.14.1"
|
638 |
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
|
639 |
category = "main"
|
640 |
optional = false
|
|
|
642 |
|
643 |
[package.dependencies]
|
644 |
filelock = "*"
|
645 |
+
fsspec = "*"
|
646 |
packaging = ">=20.9"
|
647 |
pyyaml = ">=5.1"
|
648 |
requests = "*"
|
|
|
650 |
typing-extensions = ">=3.7.4.3"
|
651 |
|
652 |
[package.extras]
|
653 |
+
all = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "black (>=23.1,<24.0)", "gradio", "jedi", "mypy (==0.982)", "pytest", "pytest-cov", "pytest-env", "pytest-xdist", "ruff (>=0.0.241)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"]
|
654 |
cli = ["InquirerPy (==0.3.4)"]
|
655 |
+
dev = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "black (>=23.1,<24.0)", "gradio", "jedi", "mypy (==0.982)", "pytest", "pytest-cov", "pytest-env", "pytest-xdist", "ruff (>=0.0.241)", "soundfile", "types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"]
|
656 |
fastai = ["fastai (>=2.4)", "fastcore (>=1.3.27)", "toml"]
|
657 |
quality = ["black (>=23.1,<24.0)", "mypy (==0.982)", "ruff (>=0.0.241)"]
|
658 |
tensorflow = ["graphviz", "pydot", "tensorflow"]
|
659 |
+
testing = ["InquirerPy (==0.3.4)", "Jinja2", "Pillow", "gradio", "jedi", "pytest", "pytest-cov", "pytest-env", "pytest-xdist", "soundfile"]
|
660 |
torch = ["torch"]
|
661 |
typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"]
|
662 |
|
|
|
668 |
optional = false
|
669 |
python-versions = ">=3.5"
|
670 |
|
671 |
+
[[package]]
|
672 |
+
name = "importlib-metadata"
|
673 |
+
version = "6.6.0"
|
674 |
+
description = "Read metadata from Python packages"
|
675 |
+
category = "main"
|
676 |
+
optional = false
|
677 |
+
python-versions = ">=3.7"
|
678 |
+
|
679 |
+
[package.dependencies]
|
680 |
+
zipp = ">=0.5"
|
681 |
+
|
682 |
+
[package.extras]
|
683 |
+
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
684 |
+
perf = ["ipython"]
|
685 |
+
testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)"]
|
686 |
+
|
687 |
+
[[package]]
|
688 |
+
name = "importlib-resources"
|
689 |
+
version = "5.12.0"
|
690 |
+
description = "Read resources from Python packages"
|
691 |
+
category = "main"
|
692 |
+
optional = false
|
693 |
+
python-versions = ">=3.7"
|
694 |
+
|
695 |
+
[package.dependencies]
|
696 |
+
zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""}
|
697 |
+
|
698 |
+
[package.extras]
|
699 |
+
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
700 |
+
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)"]
|
701 |
+
|
702 |
[[package]]
|
703 |
name = "iniconfig"
|
704 |
version = "2.0.0"
|
|
|
758 |
pygments = ">=2.4.0"
|
759 |
stack-data = "*"
|
760 |
traitlets = ">=5"
|
761 |
+
typing-extensions = {version = "*", markers = "python_version < \"3.10\""}
|
762 |
|
763 |
[package.extras]
|
764 |
all = ["black", "curio", "docrepr", "ipykernel", "ipyparallel", "ipywidgets", "matplotlib", "matplotlib (!=3.2.0)", "nbconvert", "nbformat", "notebook", "numpy (>=1.21)", "pandas", "pytest (<7)", "pytest (<7.1)", "pytest-asyncio", "qtconsole", "setuptools (>=18.5)", "sphinx (>=1.3)", "sphinx-rtd-theme", "stack-data", "testpath", "trio", "typing-extensions"]
|
|
|
853 |
attrs = ">=17.4.0"
|
854 |
fqdn = {version = "*", optional = true, markers = "extra == \"format-nongpl\""}
|
855 |
idna = {version = "*", optional = true, markers = "extra == \"format-nongpl\""}
|
856 |
+
importlib-resources = {version = ">=1.4.0", markers = "python_version < \"3.9\""}
|
857 |
isoduration = {version = "*", optional = true, markers = "extra == \"format-nongpl\""}
|
858 |
jsonpointer = {version = ">1.13", optional = true, markers = "extra == \"format-nongpl\""}
|
859 |
+
pkgutil-resolve-name = {version = ">=1.3.10", markers = "python_version < \"3.9\""}
|
860 |
pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2"
|
861 |
rfc3339-validator = {version = "*", optional = true, markers = "extra == \"format-nongpl\""}
|
862 |
rfc3986-validator = {version = ">0.1.0", optional = true, markers = "extra == \"format-nongpl\""}
|
|
|
876 |
python-versions = ">=3.8"
|
877 |
|
878 |
[package.dependencies]
|
879 |
+
importlib-metadata = {version = ">=4.8.3", markers = "python_version < \"3.10\""}
|
880 |
jupyter-core = ">=4.12,<5.0.0 || >=5.1.0"
|
881 |
python-dateutil = ">=2.8.2"
|
882 |
pyzmq = ">=23.0"
|
|
|
1014 |
python-versions = ">=3.7"
|
1015 |
|
1016 |
[package.dependencies]
|
1017 |
+
importlib-metadata = {version = ">=3.6", markers = "python_version < \"3.10\""}
|
1018 |
y-py = ">=0.5.3,<0.6.0"
|
1019 |
|
1020 |
[package.extras]
|
|
|
1064 |
|
1065 |
[package.dependencies]
|
1066 |
babel = ">=2.10"
|
1067 |
+
importlib-metadata = {version = ">=4.8.3", markers = "python_version < \"3.10\""}
|
1068 |
jinja2 = ">=3.0.3"
|
1069 |
json5 = ">=0.9.0"
|
1070 |
jsonschema = ">=4.17.3"
|
|
|
1131 |
doc = ["myst-parser", "sphinx", "sphinx-book-theme"]
|
1132 |
test = ["coverage", "pytest", "pytest-cov"]
|
1133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1134 |
[[package]]
|
1135 |
name = "markdown-it-py"
|
1136 |
version = "2.2.0"
|
|
|
1201 |
contourpy = ">=1.0.1"
|
1202 |
cycler = ">=0.10"
|
1203 |
fonttools = ">=4.22.0"
|
1204 |
+
importlib-resources = {version = ">=3.2.0", markers = "python_version < \"3.10\""}
|
1205 |
kiwisolver = ">=1.0.1"
|
1206 |
numpy = ">=1.20"
|
1207 |
packaging = ">=20.0"
|
|
|
1253 |
optional = false
|
1254 |
python-versions = "*"
|
1255 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1256 |
[[package]]
|
1257 |
name = "multidict"
|
1258 |
version = "6.0.4"
|
|
|
1322 |
|
1323 |
[[package]]
|
1324 |
name = "nbclient"
|
1325 |
+
version = "0.7.4"
|
1326 |
description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor."
|
1327 |
category = "main"
|
1328 |
optional = false
|
|
|
1351 |
beautifulsoup4 = "*"
|
1352 |
bleach = "*"
|
1353 |
defusedxml = "*"
|
1354 |
+
importlib-metadata = {version = ">=3.6", markers = "python_version < \"3.10\""}
|
1355 |
jinja2 = ">=3.0"
|
1356 |
jupyter-core = ">=4.7"
|
1357 |
jupyterlab-pygments = "*"
|
|
|
1400 |
optional = false
|
1401 |
python-versions = ">=3.5"
|
1402 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1403 |
[[package]]
|
1404 |
name = "notebook"
|
1405 |
version = "6.5.4"
|
|
|
1433 |
|
1434 |
[[package]]
|
1435 |
name = "notebook-shim"
|
1436 |
+
version = "0.2.3"
|
1437 |
description = "A shim layer for notebook traits and config"
|
1438 |
category = "main"
|
1439 |
optional = false
|
|
|
1443 |
jupyter-server = ">=1.8,<3"
|
1444 |
|
1445 |
[package.extras]
|
1446 |
+
test = ["pytest", "pytest-console-scripts", "pytest-jupyter", "pytest-tornasync"]
|
1447 |
|
1448 |
[[package]]
|
1449 |
name = "numexpr"
|
|
|
1458 |
|
1459 |
[[package]]
|
1460 |
name = "numpy"
|
1461 |
+
version = "1.24.3"
|
1462 |
description = "Fundamental package for array computing in Python"
|
1463 |
category = "main"
|
1464 |
optional = false
|
|
|
1476 |
setuptools = "*"
|
1477 |
wheel = "*"
|
1478 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1479 |
[[package]]
|
1480 |
name = "nvidia-cuda-nvrtc-cu11"
|
1481 |
version = "11.7.99"
|
|
|
1512 |
setuptools = "*"
|
1513 |
wheel = "*"
|
1514 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1515 |
[[package]]
|
1516 |
name = "openai"
|
1517 |
version = "0.27.4"
|
|
|
1560 |
|
1561 |
[[package]]
|
1562 |
name = "pandas"
|
1563 |
+
version = "2.0.1"
|
1564 |
description = "Powerful data structures for data analysis, time series, and statistics"
|
1565 |
category = "main"
|
1566 |
optional = false
|
|
|
1568 |
|
1569 |
[package.dependencies]
|
1570 |
numpy = [
|
1571 |
+
{version = ">=1.20.3", markers = "python_version < \"3.10\""},
|
1572 |
{version = ">=1.21.0", markers = "python_version >= \"3.10\""},
|
1573 |
{version = ">=1.23.2", markers = "python_version >= \"3.11\""},
|
1574 |
]
|
|
|
1658 |
docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-removed-in", "sphinxext-opengraph"]
|
1659 |
tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
|
1660 |
|
1661 |
+
[[package]]
|
1662 |
+
name = "pkgutil-resolve-name"
|
1663 |
+
version = "1.3.10"
|
1664 |
+
description = "Resolve a name to an object."
|
1665 |
+
category = "main"
|
1666 |
+
optional = false
|
1667 |
+
python-versions = ">=3.6"
|
1668 |
+
|
1669 |
[[package]]
|
1670 |
name = "platformdirs"
|
1671 |
+
version = "3.3.0"
|
1672 |
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
1673 |
category = "main"
|
1674 |
optional = false
|
1675 |
python-versions = ">=3.7"
|
1676 |
|
1677 |
[package.extras]
|
1678 |
+
docs = ["furo (>=2023.3.27)", "proselint (>=0.13)", "sphinx (>=6.1.3)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"]
|
1679 |
+
test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"]
|
1680 |
|
1681 |
[[package]]
|
1682 |
name = "pluggy"
|
|
|
1929 |
|
1930 |
[[package]]
|
1931 |
name = "requests"
|
1932 |
+
version = "2.29.0"
|
1933 |
description = "Python HTTP for Humans."
|
1934 |
category = "main"
|
1935 |
optional = false
|
1936 |
+
python-versions = ">=3.7"
|
1937 |
|
1938 |
[package.dependencies]
|
1939 |
certifi = ">=2017.4.17"
|
|
|
1991 |
|
1992 |
[[package]]
|
1993 |
name = "setuptools"
|
1994 |
+
version = "67.7.2"
|
1995 |
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
1996 |
category = "main"
|
1997 |
optional = false
|
|
|
2102 |
|
2103 |
[package.dependencies]
|
2104 |
anyio = ">=3.4.0,<5"
|
2105 |
+
typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""}
|
2106 |
|
2107 |
[package.extras]
|
2108 |
full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyaml"]
|
2109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2110 |
[[package]]
|
2111 |
name = "tenacity"
|
2112 |
version = "8.2.2"
|
|
|
2181 |
|
2182 |
[[package]]
|
2183 |
name = "torch"
|
2184 |
+
version = "1.13.1"
|
2185 |
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
|
2186 |
category = "main"
|
2187 |
optional = false
|
2188 |
+
python-versions = ">=3.7.0"
|
2189 |
|
2190 |
[package.dependencies]
|
2191 |
+
nvidia-cublas-cu11 = {version = "11.10.3.66", markers = "platform_system == \"Linux\""}
|
2192 |
+
nvidia-cuda-nvrtc-cu11 = {version = "11.7.99", markers = "platform_system == \"Linux\""}
|
2193 |
+
nvidia-cuda-runtime-cu11 = {version = "11.7.99", markers = "platform_system == \"Linux\""}
|
2194 |
+
nvidia-cudnn-cu11 = {version = "8.5.0.96", markers = "platform_system == \"Linux\""}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2195 |
typing-extensions = "*"
|
2196 |
|
2197 |
[package.extras]
|
2198 |
opt-einsum = ["opt-einsum (>=3.3)"]
|
2199 |
|
2200 |
+
[[package]]
|
2201 |
+
name = "torchvision"
|
2202 |
+
version = "0.14.1"
|
2203 |
+
description = "image and video datasets and models for torch deep learning"
|
2204 |
+
category = "main"
|
2205 |
+
optional = false
|
2206 |
+
python-versions = ">=3.7"
|
2207 |
+
|
2208 |
+
[package.dependencies]
|
2209 |
+
numpy = "*"
|
2210 |
+
pillow = ">=5.3.0,<8.3.0 || >=8.4.0"
|
2211 |
+
requests = "*"
|
2212 |
+
torch = "1.13.1"
|
2213 |
+
typing-extensions = "*"
|
2214 |
+
|
2215 |
+
[package.extras]
|
2216 |
+
scipy = ["scipy"]
|
2217 |
+
|
2218 |
[[package]]
|
2219 |
name = "tornado"
|
2220 |
+
version = "6.3.1"
|
2221 |
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
|
2222 |
category = "main"
|
2223 |
optional = false
|
|
|
2316 |
video = ["av (==9.2.0)", "decord (==0.6.0)"]
|
2317 |
vision = ["Pillow"]
|
2318 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2319 |
[[package]]
|
2320 |
name = "typing-extensions"
|
2321 |
version = "4.5.0"
|
|
|
2443 |
optional = false
|
2444 |
python-versions = ">=3.7"
|
2445 |
|
2446 |
+
[[package]]
|
2447 |
+
name = "wget"
|
2448 |
+
version = "3.2"
|
2449 |
+
description = "pure python download utility"
|
2450 |
+
category = "main"
|
2451 |
+
optional = false
|
2452 |
+
python-versions = "*"
|
2453 |
+
|
2454 |
[[package]]
|
2455 |
name = "wheel"
|
2456 |
version = "0.40.0"
|
|
|
2472 |
|
2473 |
[[package]]
|
2474 |
name = "yarl"
|
2475 |
+
version = "1.9.2"
|
2476 |
description = "Yet another URL library"
|
2477 |
category = "main"
|
2478 |
optional = false
|
|
|
2498 |
[package.extras]
|
2499 |
test = ["mypy", "pre-commit", "pytest", "pytest-asyncio", "websockets (>=10.0)"]
|
2500 |
|
2501 |
+
[[package]]
|
2502 |
+
name = "zipp"
|
2503 |
+
version = "3.15.0"
|
2504 |
+
description = "Backport of pathlib-compatible object wrapper for zip files"
|
2505 |
+
category = "main"
|
2506 |
+
optional = false
|
2507 |
+
python-versions = ">=3.7"
|
2508 |
+
|
2509 |
+
[package.extras]
|
2510 |
+
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
|
2511 |
+
testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"]
|
2512 |
+
|
2513 |
[metadata]
|
2514 |
lock-version = "1.1"
|
2515 |
+
python-versions = "^3.8.1"
|
2516 |
+
content-hash = "898b50ab85e2420cf5c8b86a9e19a8016ea4be350c1415ffaa91eae8f1848884"
|
2517 |
|
2518 |
[metadata.files]
|
2519 |
aiofiles = [
|
|
|
2866 |
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
|
2867 |
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
|
2868 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2869 |
colorama = [
|
2870 |
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
2871 |
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
|
|
3165 |
{file = "httpx-0.24.0.tar.gz", hash = "sha256:507d676fc3e26110d41df7d35ebd8b3b8585052450f4097401c9be59d928c63e"},
|
3166 |
]
|
3167 |
huggingface-hub = [
|
3168 |
+
{file = "huggingface_hub-0.14.1-py3-none-any.whl", hash = "sha256:9fc619170d800ff3793ad37c9757c255c8783051e1b5b00501205eb43ccc4f27"},
|
3169 |
+
{file = "huggingface_hub-0.14.1.tar.gz", hash = "sha256:9ab899af8e10922eac65e290d60ab956882ab0bf643e3d990b1394b6b47b7fbc"},
|
3170 |
]
|
3171 |
idna = [
|
3172 |
{file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"},
|
3173 |
{file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"},
|
3174 |
]
|
3175 |
+
importlib-metadata = [
|
3176 |
+
{file = "importlib_metadata-6.6.0-py3-none-any.whl", hash = "sha256:43dd286a2cd8995d5eaef7fee2066340423b818ed3fd70adf0bad5f1fac53fed"},
|
3177 |
+
{file = "importlib_metadata-6.6.0.tar.gz", hash = "sha256:92501cdf9cc66ebd3e612f1b4f0c0765dfa42f0fa38ffb319b6bd84dd675d705"},
|
3178 |
+
]
|
3179 |
+
importlib-resources = [
|
3180 |
+
{file = "importlib_resources-5.12.0-py3-none-any.whl", hash = "sha256:7b1deeebbf351c7578e09bf2f63fa2ce8b5ffec296e0d349139d43cca061a81a"},
|
3181 |
+
{file = "importlib_resources-5.12.0.tar.gz", hash = "sha256:4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6"},
|
3182 |
+
]
|
3183 |
iniconfig = [
|
3184 |
{file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
|
3185 |
{file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
|
|
|
3342 |
{file = "linkify-it-py-2.0.0.tar.gz", hash = "sha256:476464480906bed8b2fa3813bf55566282e55214ad7e41b7d1c2b564666caf2f"},
|
3343 |
{file = "linkify_it_py-2.0.0-py3-none-any.whl", hash = "sha256:1bff43823e24e507a099e328fc54696124423dd6320c75a9da45b4b754b748ad"},
|
3344 |
]
|
|
|
|
|
|
|
3345 |
markdown-it-py = [
|
3346 |
{file = "markdown-it-py-2.2.0.tar.gz", hash = "sha256:7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1"},
|
3347 |
{file = "markdown_it_py-2.2.0-py3-none-any.whl", hash = "sha256:5a35f8d1870171d9acc47b99612dc146129b631baf04970128b568f190d0cc30"},
|
|
|
3465 |
{file = "mistune-2.0.5-py2.py3-none-any.whl", hash = "sha256:bad7f5d431886fcbaf5f758118ecff70d31f75231b34024a1341120340a65ce8"},
|
3466 |
{file = "mistune-2.0.5.tar.gz", hash = "sha256:0246113cb2492db875c6be56974a7c893333bf26cd92891c85f63151cee09d34"},
|
3467 |
]
|
|
|
|
|
|
|
|
|
3468 |
multidict = [
|
3469 |
{file = "multidict-6.0.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b1a97283e0c85772d613878028fec909f003993e1007eafa715b24b377cb9b8"},
|
3470 |
{file = "multidict-6.0.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:eeb6dcc05e911516ae3d1f207d4b0520d07f54484c49dfc294d6e7d63b734171"},
|
|
|
3578 |
{file = "nbclassic-0.5.5.tar.gz", hash = "sha256:d2c91adc7909b0270c73e3e253d3687a6704b4f0a94bc156a37c85eba09f4d37"},
|
3579 |
]
|
3580 |
nbclient = [
|
3581 |
+
{file = "nbclient-0.7.4-py3-none-any.whl", hash = "sha256:c817c0768c5ff0d60e468e017613e6eae27b6fa31e43f905addd2d24df60c125"},
|
3582 |
+
{file = "nbclient-0.7.4.tar.gz", hash = "sha256:d447f0e5a4cfe79d462459aec1b3dc5c2e9152597262be8ee27f7d4c02566a0d"},
|
3583 |
]
|
3584 |
nbconvert = [
|
3585 |
{file = "nbconvert-7.3.1-py3-none-any.whl", hash = "sha256:d2e95904666f1ff77d36105b9de4e0801726f93b862d5b28f69e93d99ad3b19c"},
|
|
|
3593 |
{file = "nest_asyncio-1.5.6-py3-none-any.whl", hash = "sha256:b9a953fb40dceaa587d109609098db21900182b16440652454a146cffb06e8b8"},
|
3594 |
{file = "nest_asyncio-1.5.6.tar.gz", hash = "sha256:d267cc1ff794403f7df692964d1d2a3fa9418ffea2a3f6859a439ff482fef290"},
|
3595 |
]
|
|
|
|
|
|
|
|
|
3596 |
notebook = [
|
3597 |
{file = "notebook-6.5.4-py3-none-any.whl", hash = "sha256:dd17e78aefe64c768737b32bf171c1c766666a21cc79a44d37a1700771cab56f"},
|
3598 |
{file = "notebook-6.5.4.tar.gz", hash = "sha256:517209568bd47261e2def27a140e97d49070602eea0d226a696f42a7f16c9a4e"},
|
3599 |
]
|
3600 |
notebook-shim = [
|
3601 |
+
{file = "notebook_shim-0.2.3-py3-none-any.whl", hash = "sha256:a83496a43341c1674b093bfcebf0fe8e74cbe7eda5fd2bbc56f8e39e1486c0c7"},
|
3602 |
+
{file = "notebook_shim-0.2.3.tar.gz", hash = "sha256:f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9"},
|
3603 |
]
|
3604 |
numexpr = [
|
3605 |
{file = "numexpr-2.8.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a75967d46b6bd56455dd32da6285e5ffabe155d0ee61eef685bbfb8dafb2e484"},
|
|
|
3634 |
{file = "numexpr-2.8.4.tar.gz", hash = "sha256:d5432537418d18691b9115d615d6daa17ee8275baef3edf1afbbf8bc69806147"},
|
3635 |
]
|
3636 |
numpy = [
|
3637 |
+
{file = "numpy-1.24.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:3c1104d3c036fb81ab923f507536daedc718d0ad5a8707c6061cdfd6d184e570"},
|
3638 |
+
{file = "numpy-1.24.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:202de8f38fc4a45a3eea4b63e2f376e5f2dc64ef0fa692838e31a808520efaf7"},
|
3639 |
+
{file = "numpy-1.24.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8535303847b89aa6b0f00aa1dc62867b5a32923e4d1681a35b5eef2d9591a463"},
|
3640 |
+
{file = "numpy-1.24.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2d926b52ba1367f9acb76b0df6ed21f0b16a1ad87c6720a1121674e5cf63e2b6"},
|
3641 |
+
{file = "numpy-1.24.3-cp310-cp310-win32.whl", hash = "sha256:f21c442fdd2805e91799fbe044a7b999b8571bb0ab0f7850d0cb9641a687092b"},
|
3642 |
+
{file = "numpy-1.24.3-cp310-cp310-win_amd64.whl", hash = "sha256:ab5f23af8c16022663a652d3b25dcdc272ac3f83c3af4c02eb8b824e6b3ab9d7"},
|
3643 |
+
{file = "numpy-1.24.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9a7721ec204d3a237225db3e194c25268faf92e19338a35f3a224469cb6039a3"},
|
3644 |
+
{file = "numpy-1.24.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d6cc757de514c00b24ae8cf5c876af2a7c3df189028d68c0cb4eaa9cd5afc2bf"},
|
3645 |
+
{file = "numpy-1.24.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76e3f4e85fc5d4fd311f6e9b794d0c00e7002ec122be271f2019d63376f1d385"},
|
3646 |
+
{file = "numpy-1.24.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a1d3c026f57ceaad42f8231305d4653d5f05dc6332a730ae5c0bea3513de0950"},
|
3647 |
+
{file = "numpy-1.24.3-cp311-cp311-win32.whl", hash = "sha256:c91c4afd8abc3908e00a44b2672718905b8611503f7ff87390cc0ac3423fb096"},
|
3648 |
+
{file = "numpy-1.24.3-cp311-cp311-win_amd64.whl", hash = "sha256:5342cf6aad47943286afa6f1609cad9b4266a05e7f2ec408e2cf7aea7ff69d80"},
|
3649 |
+
{file = "numpy-1.24.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:7776ea65423ca6a15255ba1872d82d207bd1e09f6d0894ee4a64678dd2204078"},
|
3650 |
+
{file = "numpy-1.24.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:ae8d0be48d1b6ed82588934aaaa179875e7dc4f3d84da18d7eae6eb3f06c242c"},
|
3651 |
+
{file = "numpy-1.24.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ecde0f8adef7dfdec993fd54b0f78183051b6580f606111a6d789cd14c61ea0c"},
|
3652 |
+
{file = "numpy-1.24.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4749e053a29364d3452c034827102ee100986903263e89884922ef01a0a6fd2f"},
|
3653 |
+
{file = "numpy-1.24.3-cp38-cp38-win32.whl", hash = "sha256:d933fabd8f6a319e8530d0de4fcc2e6a61917e0b0c271fded460032db42a0fe4"},
|
3654 |
+
{file = "numpy-1.24.3-cp38-cp38-win_amd64.whl", hash = "sha256:56e48aec79ae238f6e4395886b5eaed058abb7231fb3361ddd7bfdf4eed54289"},
|
3655 |
+
{file = "numpy-1.24.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4719d5aefb5189f50887773699eaf94e7d1e02bf36c1a9d353d9f46703758ca4"},
|
3656 |
+
{file = "numpy-1.24.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0ec87a7084caa559c36e0a2309e4ecb1baa03b687201d0a847c8b0ed476a7187"},
|
3657 |
+
{file = "numpy-1.24.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ea8282b9bcfe2b5e7d491d0bf7f3e2da29700cec05b49e64d6246923329f2b02"},
|
3658 |
+
{file = "numpy-1.24.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:210461d87fb02a84ef243cac5e814aad2b7f4be953b32cb53327bb49fd77fbb4"},
|
3659 |
+
{file = "numpy-1.24.3-cp39-cp39-win32.whl", hash = "sha256:784c6da1a07818491b0ffd63c6bbe5a33deaa0e25a20e1b3ea20cf0e43f8046c"},
|
3660 |
+
{file = "numpy-1.24.3-cp39-cp39-win_amd64.whl", hash = "sha256:d5036197ecae68d7f491fcdb4df90082b0d4960ca6599ba2659957aafced7c17"},
|
3661 |
+
{file = "numpy-1.24.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:352ee00c7f8387b44d19f4cada524586f07379c0d49270f87233983bc5087ca0"},
|
3662 |
+
{file = "numpy-1.24.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1a7d6acc2e7524c9955e5c903160aa4ea083736fde7e91276b0e5d98e6332812"},
|
3663 |
+
{file = "numpy-1.24.3-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:35400e6a8d102fd07c71ed7dcadd9eb62ee9a6e84ec159bd48c28235bbb0f8e4"},
|
3664 |
+
{file = "numpy-1.24.3.tar.gz", hash = "sha256:ab344f1bf21f140adab8e47fdbc7c35a477dc01408791f8ba00d018dd0bc5155"},
|
3665 |
]
|
3666 |
nvidia-cublas-cu11 = [
|
3667 |
{file = "nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl", hash = "sha256:d32e4d75f94ddfb93ea0a5dda08389bcc65d8916a25cb9f37ac89edaeed3bded"},
|
3668 |
{file = "nvidia_cublas_cu11-11.10.3.66-py3-none-win_amd64.whl", hash = "sha256:8ac17ba6ade3ed56ab898a036f9ae0756f1e81052a317bf98f8c6d18dc3ae49e"},
|
3669 |
]
|
|
|
|
|
|
|
|
|
3670 |
nvidia-cuda-nvrtc-cu11 = [
|
3671 |
{file = "nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl", hash = "sha256:9f1562822ea264b7e34ed5930567e89242d266448e936b85bc97a3370feabb03"},
|
3672 |
{file = "nvidia_cuda_nvrtc_cu11-11.7.99-py3-none-manylinux1_x86_64.whl", hash = "sha256:f7d9610d9b7c331fa0da2d1b2858a4a8315e6d49765091d28711c8946e7425e7"},
|
|
|
3680 |
{file = "nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl", hash = "sha256:402f40adfc6f418f9dae9ab402e773cfed9beae52333f6d86ae3107a1b9527e7"},
|
3681 |
{file = "nvidia_cudnn_cu11-8.5.0.96-py3-none-manylinux1_x86_64.whl", hash = "sha256:71f8111eb830879ff2836db3cccf03bbd735df9b0d17cd93761732ac50a8a108"},
|
3682 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3683 |
openai = [
|
3684 |
{file = "openai-0.27.4-py3-none-any.whl", hash = "sha256:3b82c867d531e1fd2003d9de2131e1c4bfd4c70b1a3149e0543a555b30807b70"},
|
3685 |
{file = "openai-0.27.4.tar.gz", hash = "sha256:9f9d27d26e62c6068f516c0729449954b5ef6994be1a6cbfe7dbefbc84423a04"},
|
|
|
3751 |
{file = "packaging-23.1.tar.gz", hash = "sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f"},
|
3752 |
]
|
3753 |
pandas = [
|
3754 |
+
{file = "pandas-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:70a996a1d2432dadedbb638fe7d921c88b0cc4dd90374eab51bb33dc6c0c2a12"},
|
3755 |
+
{file = "pandas-2.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:909a72b52175590debbf1d0c9e3e6bce2f1833c80c76d80bd1aa09188be768e5"},
|
3756 |
+
{file = "pandas-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fe7914d8ddb2d54b900cec264c090b88d141a1eed605c9539a187dbc2547f022"},
|
3757 |
+
{file = "pandas-2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0a514ae436b23a92366fbad8365807fc0eed15ca219690b3445dcfa33597a5cc"},
|
3758 |
+
{file = "pandas-2.0.1-cp310-cp310-win32.whl", hash = "sha256:12bd6618e3cc737c5200ecabbbb5eaba8ab645a4b0db508ceeb4004bb10b060e"},
|
3759 |
+
{file = "pandas-2.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:2b6fe5f7ce1cba0e74188c8473c9091ead9b293ef0a6794939f8cc7947057abd"},
|
3760 |
+
{file = "pandas-2.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:00959a04a1d7bbc63d75a768540fb20ecc9e65fd80744c930e23768345a362a7"},
|
3761 |
+
{file = "pandas-2.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:af2449e9e984dfad39276b885271ba31c5e0204ffd9f21f287a245980b0e4091"},
|
3762 |
+
{file = "pandas-2.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:910df06feaf9935d05247db6de452f6d59820e432c18a2919a92ffcd98f8f79b"},
|
3763 |
+
{file = "pandas-2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6fa0067f2419f933101bdc6001bcea1d50812afbd367b30943417d67fbb99678"},
|
3764 |
+
{file = "pandas-2.0.1-cp311-cp311-win32.whl", hash = "sha256:7b8395d335b08bc8b050590da264f94a439b4770ff16bb51798527f1dd840388"},
|
3765 |
+
{file = "pandas-2.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:8db5a644d184a38e6ed40feeb12d410d7fcc36648443defe4707022da127fc35"},
|
3766 |
+
{file = "pandas-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:7bbf173d364130334e0159a9a034f573e8b44a05320995127cf676b85fd8ce86"},
|
3767 |
+
{file = "pandas-2.0.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6c0853d487b6c868bf107a4b270a823746175b1932093b537b9b76c639fc6f7e"},
|
3768 |
+
{file = "pandas-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f25e23a03f7ad7211ffa30cb181c3e5f6d96a8e4cb22898af462a7333f8a74eb"},
|
3769 |
+
{file = "pandas-2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e09a53a4fe8d6ae2149959a2d02e1ef2f4d2ceb285ac48f74b79798507e468b4"},
|
3770 |
+
{file = "pandas-2.0.1-cp38-cp38-win32.whl", hash = "sha256:a2564629b3a47b6aa303e024e3d84e850d36746f7e804347f64229f8c87416ea"},
|
3771 |
+
{file = "pandas-2.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:03e677c6bc9cfb7f93a8b617d44f6091613a5671ef2944818469be7b42114a00"},
|
3772 |
+
{file = "pandas-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3d099ecaa5b9e977b55cd43cf842ec13b14afa1cfa51b7e1179d90b38c53ce6a"},
|
3773 |
+
{file = "pandas-2.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a37ee35a3eb6ce523b2c064af6286c45ea1c7ff882d46e10d0945dbda7572753"},
|
3774 |
+
{file = "pandas-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:320b180d125c3842c5da5889183b9a43da4ebba375ab2ef938f57bf267a3c684"},
|
3775 |
+
{file = "pandas-2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:18d22cb9043b6c6804529810f492ab09d638ddf625c5dea8529239607295cb59"},
|
3776 |
+
{file = "pandas-2.0.1-cp39-cp39-win32.whl", hash = "sha256:90d1d365d77d287063c5e339f49b27bd99ef06d10a8843cf00b1a49326d492c1"},
|
3777 |
+
{file = "pandas-2.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:99f7192d8b0e6daf8e0d0fd93baa40056684e4b4aaaef9ea78dff34168e1f2f0"},
|
3778 |
+
{file = "pandas-2.0.1.tar.gz", hash = "sha256:19b8e5270da32b41ebf12f0e7165efa7024492e9513fb46fb631c5022ae5709d"},
|
3779 |
]
|
3780 |
pandocfilters = [
|
3781 |
{file = "pandocfilters-1.5.0-py2.py3-none-any.whl", hash = "sha256:33aae3f25fd1a026079f5d27bdd52496f0e0803b3469282162bafdcbdf6ef14f"},
|
|
|
3865 |
{file = "Pillow-9.5.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:1e7723bd90ef94eda669a3c2c19d549874dd5badaeefabefd26053304abe5799"},
|
3866 |
{file = "Pillow-9.5.0.tar.gz", hash = "sha256:bf548479d336726d7a0eceb6e767e179fbde37833ae42794602631a070d630f1"},
|
3867 |
]
|
3868 |
+
pkgutil-resolve-name = [
|
3869 |
+
{file = "pkgutil_resolve_name-1.3.10-py3-none-any.whl", hash = "sha256:ca27cc078d25c5ad71a9de0a7a330146c4e014c2462d9af19c6b828280649c5e"},
|
3870 |
+
{file = "pkgutil_resolve_name-1.3.10.tar.gz", hash = "sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174"},
|
3871 |
+
]
|
3872 |
platformdirs = [
|
3873 |
+
{file = "platformdirs-3.3.0-py3-none-any.whl", hash = "sha256:ea61fd7b85554beecbbd3e9b37fb26689b227ffae38f73353cbcc1cf8bd01878"},
|
3874 |
+
{file = "platformdirs-3.3.0.tar.gz", hash = "sha256:64370d47dc3fca65b4879f89bdead8197e93e05d696d6d1816243ebae8595da5"},
|
3875 |
]
|
3876 |
pluggy = [
|
3877 |
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
|
|
|
4227 |
{file = "regex-2023.3.23.tar.gz", hash = "sha256:dc80df325b43ffea5cdea2e3eaa97a44f3dd298262b1c7fe9dbb2a9522b956a7"},
|
4228 |
]
|
4229 |
requests = [
|
4230 |
+
{file = "requests-2.29.0-py3-none-any.whl", hash = "sha256:e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b"},
|
4231 |
+
{file = "requests-2.29.0.tar.gz", hash = "sha256:f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059"},
|
4232 |
]
|
4233 |
rfc3339-validator = [
|
4234 |
{file = "rfc3339_validator-0.1.4-py2.py3-none-any.whl", hash = "sha256:24f6ec1eda14ef823da9e36ec7113124b39c04d50a4d3d3a3c2859577e7791fa"},
|
|
|
4247 |
{file = "Send2Trash-1.8.0.tar.gz", hash = "sha256:d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d"},
|
4248 |
]
|
4249 |
setuptools = [
|
4250 |
+
{file = "setuptools-67.7.2-py3-none-any.whl", hash = "sha256:23aaf86b85ca52ceb801d32703f12d77517b2556af839621c641fca11287952b"},
|
4251 |
+
{file = "setuptools-67.7.2.tar.gz", hash = "sha256:f104fa03692a2602fa0fec6c6a9e63b6c8a968de13e17c026957dd1f53d80990"},
|
4252 |
]
|
4253 |
setuptools-scm = [
|
4254 |
{file = "setuptools_scm-7.1.0-py3-none-any.whl", hash = "sha256:73988b6d848709e2af142aa48c986ea29592bbcfca5375678064708205253d8e"},
|
|
|
4317 |
{file = "starlette-0.26.1-py3-none-any.whl", hash = "sha256:e87fce5d7cbdde34b76f0ac69013fd9d190d581d80681493016666e6f96c6d5e"},
|
4318 |
{file = "starlette-0.26.1.tar.gz", hash = "sha256:41da799057ea8620e4667a3e69a5b1923ebd32b1819c8fa75634bbe8d8bea9bd"},
|
4319 |
]
|
|
|
|
|
|
|
|
|
4320 |
tenacity = [
|
4321 |
{file = "tenacity-8.2.2-py3-none-any.whl", hash = "sha256:2f277afb21b851637e8f52e6a613ff08734c347dc19ade928e519d7d2d8569b0"},
|
4322 |
{file = "tenacity-8.2.2.tar.gz", hash = "sha256:43af037822bd0029025877f3b2d97cc4d7bb0c2991000a3d59d71517c5c969e0"},
|
|
|
4380 |
{file = "toolz-0.12.0.tar.gz", hash = "sha256:88c570861c440ee3f2f6037c4654613228ff40c93a6c25e0eba70d17282c6194"},
|
4381 |
]
|
4382 |
torch = [
|
4383 |
+
{file = "torch-1.13.1-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:fd12043868a34a8da7d490bf6db66991108b00ffbeecb034228bfcbbd4197143"},
|
4384 |
+
{file = "torch-1.13.1-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:d9fe785d375f2e26a5d5eba5de91f89e6a3be5d11efb497e76705fdf93fa3c2e"},
|
4385 |
+
{file = "torch-1.13.1-cp310-cp310-win_amd64.whl", hash = "sha256:98124598cdff4c287dbf50f53fb455f0c1e3a88022b39648102957f3445e9b76"},
|
4386 |
+
{file = "torch-1.13.1-cp310-none-macosx_10_9_x86_64.whl", hash = "sha256:393a6273c832e047581063fb74335ff50b4c566217019cc6ace318cd79eb0566"},
|
4387 |
+
{file = "torch-1.13.1-cp310-none-macosx_11_0_arm64.whl", hash = "sha256:0122806b111b949d21fa1a5f9764d1fd2fcc4a47cb7f8ff914204fd4fc752ed5"},
|
4388 |
+
{file = "torch-1.13.1-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:22128502fd8f5b25ac1cd849ecb64a418382ae81dd4ce2b5cebaa09ab15b0d9b"},
|
4389 |
+
{file = "torch-1.13.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:76024be052b659ac1304ab8475ab03ea0a12124c3e7626282c9c86798ac7bc11"},
|
4390 |
+
{file = "torch-1.13.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:ea8dda84d796094eb8709df0fcd6b56dc20b58fdd6bc4e8d7109930dafc8e419"},
|
4391 |
+
{file = "torch-1.13.1-cp37-cp37m-win_amd64.whl", hash = "sha256:2ee7b81e9c457252bddd7d3da66fb1f619a5d12c24d7074de91c4ddafb832c93"},
|
4392 |
+
{file = "torch-1.13.1-cp37-none-macosx_10_9_x86_64.whl", hash = "sha256:0d9b8061048cfb78e675b9d2ea8503bfe30db43d583599ae8626b1263a0c1380"},
|
4393 |
+
{file = "torch-1.13.1-cp37-none-macosx_11_0_arm64.whl", hash = "sha256:f402ca80b66e9fbd661ed4287d7553f7f3899d9ab54bf5c67faada1555abde28"},
|
4394 |
+
{file = "torch-1.13.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:727dbf00e2cf858052364c0e2a496684b9cb5aa01dc8a8bc8bbb7c54502bdcdd"},
|
4395 |
+
{file = "torch-1.13.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:df8434b0695e9ceb8cc70650afc1310d8ba949e6db2a0525ddd9c3b2b181e5fe"},
|
4396 |
+
{file = "torch-1.13.1-cp38-cp38-win_amd64.whl", hash = "sha256:5e1e722a41f52a3f26f0c4fcec227e02c6c42f7c094f32e49d4beef7d1e213ea"},
|
4397 |
+
{file = "torch-1.13.1-cp38-none-macosx_10_9_x86_64.whl", hash = "sha256:33e67eea526e0bbb9151263e65417a9ef2d8fa53cbe628e87310060c9dcfa312"},
|
4398 |
+
{file = "torch-1.13.1-cp38-none-macosx_11_0_arm64.whl", hash = "sha256:eeeb204d30fd40af6a2d80879b46a7efbe3cf43cdbeb8838dd4f3d126cc90b2b"},
|
4399 |
+
{file = "torch-1.13.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:50ff5e76d70074f6653d191fe4f6a42fdbe0cf942fbe2a3af0b75eaa414ac038"},
|
4400 |
+
{file = "torch-1.13.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:2c3581a3fd81eb1f0f22997cddffea569fea53bafa372b2c0471db373b26aafc"},
|
4401 |
+
{file = "torch-1.13.1-cp39-cp39-win_amd64.whl", hash = "sha256:0aa46f0ac95050c604bcf9ef71da9f1172e5037fdf2ebe051962d47b123848e7"},
|
4402 |
+
{file = "torch-1.13.1-cp39-none-macosx_10_9_x86_64.whl", hash = "sha256:6930791efa8757cb6974af73d4996b6b50c592882a324b8fb0589c6a9ba2ddaf"},
|
4403 |
+
{file = "torch-1.13.1-cp39-none-macosx_11_0_arm64.whl", hash = "sha256:e0df902a7c7dd6c795698532ee5970ce898672625635d885eade9976e5a04949"},
|
4404 |
+
]
|
4405 |
+
torchvision = [
|
4406 |
+
{file = "torchvision-0.14.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:eeb05dd9dd3af5428fee525400759daf8da8e4caec45ddd6908cfb36571f6433"},
|
4407 |
+
{file = "torchvision-0.14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8d0766ea92affa7af248e327dd85f7c9cfdf51a57530b43212d4e1858548e9d7"},
|
4408 |
+
{file = "torchvision-0.14.1-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:6d7b35653113664ea3fdcb71f515cfbf29d2fe393000fd8aaff27a1284de6908"},
|
4409 |
+
{file = "torchvision-0.14.1-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:8a9eb773a2fa8f516e404ac09c059fb14e6882c48fdbb9c946327d2ce5dba6cd"},
|
4410 |
+
{file = "torchvision-0.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:13986f0c15377ff23039e1401012ccb6ecf71024ce53def27139e4eac5a57592"},
|
4411 |
+
{file = "torchvision-0.14.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:fb7a793fd33ce1abec24b42778419a3fb1e3159d7dfcb274a3ca8fb8cbc408dc"},
|
4412 |
+
{file = "torchvision-0.14.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:89fb0419780ec9a9eb9f7856a0149f6ac9f956b28f44b0c0080c6b5b48044db7"},
|
4413 |
+
{file = "torchvision-0.14.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:a2d4237d3c9705d7729eb4534e4eb06f1d6be7ff1df391204dfb51586d9b0ecb"},
|
4414 |
+
{file = "torchvision-0.14.1-cp37-cp37m-win_amd64.whl", hash = "sha256:92a324712a87957443cc34223274298ae9496853f115c252f8fc02b931f2340e"},
|
4415 |
+
{file = "torchvision-0.14.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:68ed03359dcd3da9cd21b8ab94da21158df8a6a0c5bad0bf4a42f0e448d28cb3"},
|
4416 |
+
{file = "torchvision-0.14.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:30fcf0e9fe57d4ac4ce6426659a57dce199637ccb6c70be1128670f177692624"},
|
4417 |
+
{file = "torchvision-0.14.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:0ed02aefd09bf1114d35f1aa7dce55aa61c2c7e57f9aa02dce362860be654e85"},
|
4418 |
+
{file = "torchvision-0.14.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:a541e49fc3c4e90e49e6988428ab047415ed52ea97d0c0bfd147d8bacb8f4df8"},
|
4419 |
+
{file = "torchvision-0.14.1-cp38-cp38-win_amd64.whl", hash = "sha256:6099b3191dc2516099a32ae38a5fb349b42e863872a13545ab1a524b6567be60"},
|
4420 |
+
{file = "torchvision-0.14.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c5e744f56e5f5b452deb5fc0f3f2ba4d2f00612d14d8da0dbefea8f09ac7690b"},
|
4421 |
+
{file = "torchvision-0.14.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:758b20d079e810b4740bd60d1eb16e49da830e3360f9be379eb177ee221fa5d4"},
|
4422 |
+
{file = "torchvision-0.14.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:83045507ef8d3c015d4df6be79491375b2f901352cfca6e72b4723e9c4f9a55d"},
|
4423 |
+
{file = "torchvision-0.14.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:eaed58cf454323ed9222d4e0dd5fb897064f454b400696e03a5200e65d3a1e76"},
|
4424 |
+
{file = "torchvision-0.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:b337e1245ca4353623dd563c03cd8f020c2496a7c5d12bba4d2e381999c766e0"},
|
4425 |
]
|
4426 |
tornado = [
|
4427 |
+
{file = "tornado-6.3.1-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:db181eb3df8738613ff0a26f49e1b394aade05034b01200a63e9662f347d4415"},
|
4428 |
+
{file = "tornado-6.3.1-cp38-abi3-macosx_10_9_x86_64.whl", hash = "sha256:b4e7b956f9b5e6f9feb643ea04f07e7c6b49301e03e0023eedb01fa8cf52f579"},
|
4429 |
+
{file = "tornado-6.3.1-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9661aa8bc0e9d83d757cd95b6f6d1ece8ca9fd1ccdd34db2de381e25bf818233"},
|
4430 |
+
{file = "tornado-6.3.1-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:81c17e0cc396908a5e25dc8e9c5e4936e6dfd544c9290be48bd054c79bcad51e"},
|
4431 |
+
{file = "tornado-6.3.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a27a1cfa9997923f80bdd962b3aab048ac486ad8cfb2f237964f8ab7f7eb824b"},
|
4432 |
+
{file = "tornado-6.3.1-cp38-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:d7117f3c7ba5d05813b17a1f04efc8e108a1b811ccfddd9134cc68553c414864"},
|
4433 |
+
{file = "tornado-6.3.1-cp38-abi3-musllinux_1_1_i686.whl", hash = "sha256:ffdce65a281fd708da5a9def3bfb8f364766847fa7ed806821a69094c9629e8a"},
|
4434 |
+
{file = "tornado-6.3.1-cp38-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:90f569a35a8ec19bde53aa596952071f445da678ec8596af763b9b9ce07605e6"},
|
4435 |
+
{file = "tornado-6.3.1-cp38-abi3-win32.whl", hash = "sha256:3455133b9ff262fd0a75630af0a8ee13564f25fb4fd3d9ce239b8a7d3d027bf8"},
|
4436 |
+
{file = "tornado-6.3.1-cp38-abi3-win_amd64.whl", hash = "sha256:1285f0691143f7ab97150831455d4db17a267b59649f7bd9700282cba3d5e771"},
|
4437 |
+
{file = "tornado-6.3.1.tar.gz", hash = "sha256:5e2f49ad371595957c50e42dd7e5c14d64a6843a3cf27352b69c706d1b5918af"},
|
4438 |
]
|
4439 |
tqdm = [
|
4440 |
{file = "tqdm-4.65.0-py3-none-any.whl", hash = "sha256:c4f53a17fe37e132815abceec022631be8ffe1b9381c2e6e30aa70edc99e9671"},
|
|
|
4448 |
{file = "transformers-4.28.1-py3-none-any.whl", hash = "sha256:f30a006220d0475789ac0e7c874f51bf5143956797616d89975b637883ce0be6"},
|
4449 |
{file = "transformers-4.28.1.tar.gz", hash = "sha256:7334f8730cff7ac31d9ba5c12f2113fcb7a7a5b61eeb5dbbdb162117c3aaa2d1"},
|
4450 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4451 |
typing-extensions = [
|
4452 |
{file = "typing_extensions-4.5.0-py3-none-any.whl", hash = "sha256:fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4"},
|
4453 |
{file = "typing_extensions-4.5.0.tar.gz", hash = "sha256:5cb5f4a79139d699607b3ef622a1dedafa84e115ab0024e0d9c044a9479ca7cb"},
|
|
|
4564 |
{file = "websockets-11.0.2-py3-none-any.whl", hash = "sha256:5004c087d17251938a52cce21b3dbdabeecbbe432ce3f5bbbf15d8692c36eac9"},
|
4565 |
{file = "websockets-11.0.2.tar.gz", hash = "sha256:b1a69701eb98ed83dd099de4a686dc892c413d974fa31602bc00aca7cb988ac9"},
|
4566 |
]
|
4567 |
+
wget = [
|
4568 |
+
{file = "wget-3.2.zip", hash = "sha256:35e630eca2aa50ce998b9b1a127bb26b30dfee573702782aa982f875e3f16061"},
|
4569 |
+
]
|
4570 |
wheel = [
|
4571 |
{file = "wheel-0.40.0-py3-none-any.whl", hash = "sha256:d236b20e7cb522daf2390fa84c55eea81c5c30190f90f29ae2ca1ad8355bf247"},
|
4572 |
{file = "wheel-0.40.0.tar.gz", hash = "sha256:cd1196f3faee2b31968d626e1731c94f99cbdb67cf5a46e4f5656cbee7738873"},
|
|
|
4640 |
{file = "y_py-0.5.9.tar.gz", hash = "sha256:50cfa0532bcee27edb8c64743b49570e28bb76a00cd384ead1d84b6f052d9368"},
|
4641 |
]
|
4642 |
yarl = [
|
4643 |
+
{file = "yarl-1.9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:8c2ad583743d16ddbdf6bb14b5cd76bf43b0d0006e918809d5d4ddf7bde8dd82"},
|
4644 |
+
{file = "yarl-1.9.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:82aa6264b36c50acfb2424ad5ca537a2060ab6de158a5bd2a72a032cc75b9eb8"},
|
4645 |
+
{file = "yarl-1.9.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c0c77533b5ed4bcc38e943178ccae29b9bcf48ffd1063f5821192f23a1bd27b9"},
|
4646 |
+
{file = "yarl-1.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ee4afac41415d52d53a9833ebae7e32b344be72835bbb589018c9e938045a560"},
|
4647 |
+
{file = "yarl-1.9.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9bf345c3a4f5ba7f766430f97f9cc1320786f19584acc7086491f45524a551ac"},
|
4648 |
+
{file = "yarl-1.9.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2a96c19c52ff442a808c105901d0bdfd2e28575b3d5f82e2f5fd67e20dc5f4ea"},
|
4649 |
+
{file = "yarl-1.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:891c0e3ec5ec881541f6c5113d8df0315ce5440e244a716b95f2525b7b9f3608"},
|
4650 |
+
{file = "yarl-1.9.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c3a53ba34a636a256d767c086ceb111358876e1fb6b50dfc4d3f4951d40133d5"},
|
4651 |
+
{file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:566185e8ebc0898b11f8026447eacd02e46226716229cea8db37496c8cdd26e0"},
|
4652 |
+
{file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:2b0738fb871812722a0ac2154be1f049c6223b9f6f22eec352996b69775b36d4"},
|
4653 |
+
{file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:32f1d071b3f362c80f1a7d322bfd7b2d11e33d2adf395cc1dd4df36c9c243095"},
|
4654 |
+
{file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:e9fdc7ac0d42bc3ea78818557fab03af6181e076a2944f43c38684b4b6bed8e3"},
|
4655 |
+
{file = "yarl-1.9.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:56ff08ab5df8429901ebdc5d15941b59f6253393cb5da07b4170beefcf1b2528"},
|
4656 |
+
{file = "yarl-1.9.2-cp310-cp310-win32.whl", hash = "sha256:8ea48e0a2f931064469bdabca50c2f578b565fc446f302a79ba6cc0ee7f384d3"},
|
4657 |
+
{file = "yarl-1.9.2-cp310-cp310-win_amd64.whl", hash = "sha256:50f33040f3836e912ed16d212f6cc1efb3231a8a60526a407aeb66c1c1956dde"},
|
4658 |
+
{file = "yarl-1.9.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:646d663eb2232d7909e6601f1a9107e66f9791f290a1b3dc7057818fe44fc2b6"},
|
4659 |
+
{file = "yarl-1.9.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:aff634b15beff8902d1f918012fc2a42e0dbae6f469fce134c8a0dc51ca423bb"},
|
4660 |
+
{file = "yarl-1.9.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a83503934c6273806aed765035716216cc9ab4e0364f7f066227e1aaea90b8d0"},
|
4661 |
+
{file = "yarl-1.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b25322201585c69abc7b0e89e72790469f7dad90d26754717f3310bfe30331c2"},
|
4662 |
+
{file = "yarl-1.9.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:22a94666751778629f1ec4280b08eb11815783c63f52092a5953faf73be24191"},
|
4663 |
+
{file = "yarl-1.9.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8ec53a0ea2a80c5cd1ab397925f94bff59222aa3cf9c6da938ce05c9ec20428d"},
|
4664 |
+
{file = "yarl-1.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:159d81f22d7a43e6eabc36d7194cb53f2f15f498dbbfa8edc8a3239350f59fe7"},
|
4665 |
+
{file = "yarl-1.9.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:832b7e711027c114d79dffb92576acd1bd2decc467dec60e1cac96912602d0e6"},
|
4666 |
+
{file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:95d2ecefbcf4e744ea952d073c6922e72ee650ffc79028eb1e320e732898d7e8"},
|
4667 |
+
{file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:d4e2c6d555e77b37288eaf45b8f60f0737c9efa3452c6c44626a5455aeb250b9"},
|
4668 |
+
{file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:783185c75c12a017cc345015ea359cc801c3b29a2966c2655cd12b233bf5a2be"},
|
4669 |
+
{file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:b8cc1863402472f16c600e3e93d542b7e7542a540f95c30afd472e8e549fc3f7"},
|
4670 |
+
{file = "yarl-1.9.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:822b30a0f22e588b32d3120f6d41e4ed021806418b4c9f0bc3048b8c8cb3f92a"},
|
4671 |
+
{file = "yarl-1.9.2-cp311-cp311-win32.whl", hash = "sha256:a60347f234c2212a9f0361955007fcf4033a75bf600a33c88a0a8e91af77c0e8"},
|
4672 |
+
{file = "yarl-1.9.2-cp311-cp311-win_amd64.whl", hash = "sha256:be6b3fdec5c62f2a67cb3f8c6dbf56bbf3f61c0f046f84645cd1ca73532ea051"},
|
4673 |
+
{file = "yarl-1.9.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:38a3928ae37558bc1b559f67410df446d1fbfa87318b124bf5032c31e3447b74"},
|
4674 |
+
{file = "yarl-1.9.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ac9bb4c5ce3975aeac288cfcb5061ce60e0d14d92209e780c93954076c7c4367"},
|
4675 |
+
{file = "yarl-1.9.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3da8a678ca8b96c8606bbb8bfacd99a12ad5dd288bc6f7979baddd62f71c63ef"},
|
4676 |
+
{file = "yarl-1.9.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:13414591ff516e04fcdee8dc051c13fd3db13b673c7a4cb1350e6b2ad9639ad3"},
|
4677 |
+
{file = "yarl-1.9.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bf74d08542c3a9ea97bb8f343d4fcbd4d8f91bba5ec9d5d7f792dbe727f88938"},
|
4678 |
+
{file = "yarl-1.9.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6e7221580dc1db478464cfeef9b03b95c5852cc22894e418562997df0d074ccc"},
|
4679 |
+
{file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:494053246b119b041960ddcd20fd76224149cfea8ed8777b687358727911dd33"},
|
4680 |
+
{file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:52a25809fcbecfc63ac9ba0c0fb586f90837f5425edfd1ec9f3372b119585e45"},
|
4681 |
+
{file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:e65610c5792870d45d7b68c677681376fcf9cc1c289f23e8e8b39c1485384185"},
|
4682 |
+
{file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:1b1bba902cba32cdec51fca038fd53f8beee88b77efc373968d1ed021024cc04"},
|
4683 |
+
{file = "yarl-1.9.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:662e6016409828ee910f5d9602a2729a8a57d74b163c89a837de3fea050c7582"},
|
4684 |
+
{file = "yarl-1.9.2-cp37-cp37m-win32.whl", hash = "sha256:f364d3480bffd3aa566e886587eaca7c8c04d74f6e8933f3f2c996b7f09bee1b"},
|
4685 |
+
{file = "yarl-1.9.2-cp37-cp37m-win_amd64.whl", hash = "sha256:6a5883464143ab3ae9ba68daae8e7c5c95b969462bbe42e2464d60e7e2698368"},
|
4686 |
+
{file = "yarl-1.9.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:5610f80cf43b6202e2c33ba3ec2ee0a2884f8f423c8f4f62906731d876ef4fac"},
|
4687 |
+
{file = "yarl-1.9.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b9a4e67ad7b646cd6f0938c7ebfd60e481b7410f574c560e455e938d2da8e0f4"},
|
4688 |
+
{file = "yarl-1.9.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:83fcc480d7549ccebe9415d96d9263e2d4226798c37ebd18c930fce43dfb9574"},
|
4689 |
+
{file = "yarl-1.9.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5fcd436ea16fee7d4207c045b1e340020e58a2597301cfbcfdbe5abd2356c2fb"},
|
4690 |
+
{file = "yarl-1.9.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:84e0b1599334b1e1478db01b756e55937d4614f8654311eb26012091be109d59"},
|
4691 |
+
{file = "yarl-1.9.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3458a24e4ea3fd8930e934c129b676c27452e4ebda80fbe47b56d8c6c7a63a9e"},
|
4692 |
+
{file = "yarl-1.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:838162460b3a08987546e881a2bfa573960bb559dfa739e7800ceeec92e64417"},
|
4693 |
+
{file = "yarl-1.9.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f4e2d08f07a3d7d3e12549052eb5ad3eab1c349c53ac51c209a0e5991bbada78"},
|
4694 |
+
{file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:de119f56f3c5f0e2fb4dee508531a32b069a5f2c6e827b272d1e0ff5ac040333"},
|
4695 |
+
{file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:149ddea5abf329752ea5051b61bd6c1d979e13fbf122d3a1f9f0c8be6cb6f63c"},
|
4696 |
+
{file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:674ca19cbee4a82c9f54e0d1eee28116e63bc6fd1e96c43031d11cbab8b2afd5"},
|
4697 |
+
{file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:9b3152f2f5677b997ae6c804b73da05a39daa6a9e85a512e0e6823d81cdad7cc"},
|
4698 |
+
{file = "yarl-1.9.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:5415d5a4b080dc9612b1b63cba008db84e908b95848369aa1da3686ae27b6d2b"},
|
4699 |
+
{file = "yarl-1.9.2-cp38-cp38-win32.whl", hash = "sha256:f7a3d8146575e08c29ed1cd287068e6d02f1c7bdff8970db96683b9591b86ee7"},
|
4700 |
+
{file = "yarl-1.9.2-cp38-cp38-win_amd64.whl", hash = "sha256:63c48f6cef34e6319a74c727376e95626f84ea091f92c0250a98e53e62c77c72"},
|
4701 |
+
{file = "yarl-1.9.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:75df5ef94c3fdc393c6b19d80e6ef1ecc9ae2f4263c09cacb178d871c02a5ba9"},
|
4702 |
+
{file = "yarl-1.9.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c027a6e96ef77d401d8d5a5c8d6bc478e8042f1e448272e8d9752cb0aff8b5c8"},
|
4703 |
+
{file = "yarl-1.9.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f3b078dbe227f79be488ffcfc7a9edb3409d018e0952cf13f15fd6512847f3f7"},
|
4704 |
+
{file = "yarl-1.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:59723a029760079b7d991a401386390c4be5bfec1e7dd83e25a6a0881859e716"},
|
4705 |
+
{file = "yarl-1.9.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b03917871bf859a81ccb180c9a2e6c1e04d2f6a51d953e6a5cdd70c93d4e5a2a"},
|
4706 |
+
{file = "yarl-1.9.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c1012fa63eb6c032f3ce5d2171c267992ae0c00b9e164efe4d73db818465fac3"},
|
4707 |
+
{file = "yarl-1.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a74dcbfe780e62f4b5a062714576f16c2f3493a0394e555ab141bf0d746bb955"},
|
4708 |
+
{file = "yarl-1.9.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8c56986609b057b4839968ba901944af91b8e92f1725d1a2d77cbac6972b9ed1"},
|
4709 |
+
{file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:2c315df3293cd521033533d242d15eab26583360b58f7ee5d9565f15fee1bef4"},
|
4710 |
+
{file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:b7232f8dfbd225d57340e441d8caf8652a6acd06b389ea2d3222b8bc89cbfca6"},
|
4711 |
+
{file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:53338749febd28935d55b41bf0bcc79d634881195a39f6b2f767870b72514caf"},
|
4712 |
+
{file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:066c163aec9d3d073dc9ffe5dd3ad05069bcb03fcaab8d221290ba99f9f69ee3"},
|
4713 |
+
{file = "yarl-1.9.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8288d7cd28f8119b07dd49b7230d6b4562f9b61ee9a4ab02221060d21136be80"},
|
4714 |
+
{file = "yarl-1.9.2-cp39-cp39-win32.whl", hash = "sha256:b124e2a6d223b65ba8768d5706d103280914d61f5cae3afbc50fc3dfcc016623"},
|
4715 |
+
{file = "yarl-1.9.2-cp39-cp39-win_amd64.whl", hash = "sha256:61016e7d582bc46a5378ffdd02cd0314fb8ba52f40f9cf4d9a5e7dbef88dee18"},
|
4716 |
+
{file = "yarl-1.9.2.tar.gz", hash = "sha256:04ab9d4b9f587c06d801c2abfe9317b77cdf996c65a90d5e84ecc45010823571"},
|
4717 |
]
|
4718 |
ypy-websocket = [
|
4719 |
{file = "ypy_websocket-0.8.2-py3-none-any.whl", hash = "sha256:9049d5a7d61c26c2b5a39757c9ffcbe2274bf3553adeea8de7fe1c04671d4145"},
|
4720 |
{file = "ypy_websocket-0.8.2.tar.gz", hash = "sha256:491b2cc4271df4dde9be83017c15f4532b597dc43148472eb20c5aeb838a5b46"},
|
4721 |
]
|
4722 |
+
zipp = [
|
4723 |
+
{file = "zipp-3.15.0-py3-none-any.whl", hash = "sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556"},
|
4724 |
+
{file = "zipp-3.15.0.tar.gz", hash = "sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b"},
|
4725 |
+
]
|
pyproject.toml
CHANGED
@@ -4,19 +4,21 @@ version = "0.1.0"
|
|
4 |
description = "Chatbot for recommending vegan recipes"
|
5 |
authors = ["Evan Lesmez <[email protected]>"]
|
6 |
readme = "README.md"
|
7 |
-
packages = [{include = "lv_recipe_chatbot"}]
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
-
python = "^3.
|
11 |
langchain = "^0.0.145"
|
12 |
openai = "^0.27.4"
|
13 |
gradio = "^3.27.0"
|
14 |
jupyterlab = "^3.6.3"
|
15 |
tqdm = "^4.65.0"
|
16 |
transformers = "^4.28.1"
|
17 |
-
torch = "^2.0.0"
|
18 |
promptlayer = "^0.1.80"
|
19 |
python-dotenv = "^1.0.0"
|
|
|
|
|
|
|
20 |
|
21 |
[tool.poetry.group.dev.dependencies]
|
22 |
black = "^23.3.0"
|
|
|
4 |
description = "Chatbot for recommending vegan recipes"
|
5 |
authors = ["Evan Lesmez <[email protected]>"]
|
6 |
readme = "README.md"
|
7 |
+
packages = [{ include = "lv_recipe_chatbot" }]
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
+
python = "^3.8.1"
|
11 |
langchain = "^0.0.145"
|
12 |
openai = "^0.27.4"
|
13 |
gradio = "^3.27.0"
|
14 |
jupyterlab = "^3.6.3"
|
15 |
tqdm = "^4.65.0"
|
16 |
transformers = "^4.28.1"
|
|
|
17 |
promptlayer = "^0.1.80"
|
18 |
python-dotenv = "^1.0.0"
|
19 |
+
torch = "1.13.1"
|
20 |
+
torchvision = "0.14.1"
|
21 |
+
wget = "3.2"
|
22 |
|
23 |
[tool.poetry.group.dev.dependencies]
|
24 |
black = "^23.3.0"
|