Spaces:
Sleeping
Sleeping
[[package]] | |
name = "altair" | |
version = "4.2.2" | |
description = "Altair: A declarative statistical visualization library for Python." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
entrypoints = "*" | |
jinja2 = "*" | |
jsonschema = ">=3.0" | |
numpy = "*" | |
pandas = ">=0.18" | |
toolz = "*" | |
[package.extras] | |
dev = ["black", "docutils", "ipython", "flake8", "pytest", "sphinx", "mistune (<2.0.0)", "m2r", "vega-datasets", "recommonmark"] | |
[[package]] | |
name = "anyio" | |
version = "3.6.2" | |
description = "High level compatibility layer for multiple asynchronous event loop implementations" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6.2" | |
[package.dependencies] | |
idna = ">=2.8" | |
sniffio = ">=1.1" | |
[package.extras] | |
doc = ["packaging", "sphinx-rtd-theme", "sphinx-autodoc-typehints (>=1.2.0)"] | |
test = ["coverage[toml] (>=4.5)", "hypothesis (>=4.0)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "contextlib2", "uvloop (<0.15)", "mock (>=4)", "uvloop (>=0.15)"] | |
trio = ["trio (>=0.16,<0.22)"] | |
[[package]] | |
name = "appnope" | |
version = "0.1.3" | |
description = "Disable App Nap on macOS >= 10.9" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "argon2-cffi" | |
version = "21.3.0" | |
description = "The secure Argon2 password hashing algorithm." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.dependencies] | |
argon2-cffi-bindings = "*" | |
[package.extras] | |
dev = ["pre-commit", "cogapp", "tomli", "coverage[toml] (>=5.0.2)", "hypothesis", "pytest", "sphinx", "sphinx-notfound-page", "furo"] | |
docs = ["sphinx", "sphinx-notfound-page", "furo"] | |
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pytest"] | |
[[package]] | |
name = "argon2-cffi-bindings" | |
version = "21.2.0" | |
description = "Low-level CFFI bindings for Argon2" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.dependencies] | |
cffi = ">=1.0.1" | |
[package.extras] | |
dev = ["pytest", "cogapp", "pre-commit", "wheel"] | |
tests = ["pytest"] | |
[[package]] | |
name = "arrow" | |
version = "1.2.3" | |
description = "Better dates & times for Python" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.dependencies] | |
python-dateutil = ">=2.7.0" | |
[[package]] | |
name = "asttokens" | |
version = "2.2.1" | |
description = "Annotate AST trees with source code positions" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
six = "*" | |
[package.extras] | |
test = ["astroid", "pytest"] | |
[[package]] | |
name = "attrs" | |
version = "22.2.0" | |
description = "Classes Without Boilerplate" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.extras] | |
cov = ["attrs", "coverage-enable-subprocess", "coverage[toml] (>=5.3)"] | |
dev = ["attrs"] | |
docs = ["furo", "sphinx", "myst-parser", "zope.interface", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier"] | |
tests = ["attrs", "zope.interface"] | |
tests-no-zope = ["hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist", "cloudpickle", "mypy (>=0.971,<0.990)", "pytest-mypy-plugins"] | |
tests_no_zope = ["hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist", "cloudpickle", "mypy (>=0.971,<0.990)", "pytest-mypy-plugins"] | |
[[package]] | |
name = "backcall" | |
version = "0.2.0" | |
description = "Specifications for callback functions passed in to an API" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "backports.zoneinfo" | |
version = "0.2.1" | |
description = "Backport of the standard library zoneinfo module" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.extras] | |
tzdata = ["tzdata"] | |
[[package]] | |
name = "beautifulsoup4" | |
version = "4.11.2" | |
description = "Screen-scraping library" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6.0" | |
[package.dependencies] | |
soupsieve = ">1.2" | |
[package.extras] | |
html5lib = ["html5lib"] | |
lxml = ["lxml"] | |
[[package]] | |
name = "biopython" | |
version = "1.81" | |
description = "Freely available tools for computational molecular biology." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
numpy = "*" | |
[[package]] | |
name = "bleach" | |
version = "6.0.0" | |
description = "An easy safelist-based HTML-sanitizing tool." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
six = ">=1.9.0" | |
webencodings = "*" | |
[package.extras] | |
css = ["tinycss2 (>=1.1.0,<1.2)"] | |
[[package]] | |
name = "blinker" | |
version = "1.5" | |
description = "Fast, simple object-to-object and broadcast signaling" | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
[[package]] | |
name = "boto3" | |
version = "1.26.95" | |
description = "The AWS SDK for Python" | |
category = "main" | |
optional = false | |
python-versions = ">= 3.7" | |
[package.dependencies] | |
botocore = ">=1.29.95,<1.30.0" | |
jmespath = ">=0.7.1,<2.0.0" | |
s3transfer = ">=0.6.0,<0.7.0" | |
[package.extras] | |
crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] | |
[[package]] | |
name = "botocore" | |
version = "1.29.95" | |
description = "Low-level, data-driven core of boto 3." | |
category = "main" | |
optional = false | |
python-versions = ">= 3.7" | |
[package.dependencies] | |
jmespath = ">=0.7.1,<2.0.0" | |
python-dateutil = ">=2.1,<3.0.0" | |
urllib3 = ">=1.25.4,<1.27" | |
[package.extras] | |
crt = ["awscrt (==0.16.9)"] | |
[[package]] | |
name = "cachetools" | |
version = "5.3.0" | |
description = "Extensible memoizing collections and decorators" | |
category = "main" | |
optional = false | |
python-versions = "~=3.7" | |
[[package]] | |
name = "certifi" | |
version = "2022.12.7" | |
description = "Python package for providing Mozilla's CA Bundle." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[package]] | |
name = "cffi" | |
version = "1.15.1" | |
description = "Foreign Function Interface for Python calling C code." | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
pycparser = "*" | |
[[package]] | |
name = "charset-normalizer" | |
version = "3.1.0" | |
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7.0" | |
[[package]] | |
name = "click" | |
version = "8.1.3" | |
description = "Composable command line interface toolkit" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
colorama = {version = "*", markers = "platform_system == \"Windows\""} | |
[[package]] | |
name = "cmake" | |
version = "3.26.0" | |
description = "CMake is an open-source, cross-platform family of tools designed to build, test and package software" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.extras] | |
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"] | |
[[package]] | |
name = "colorama" | |
version = "0.4.6" | |
description = "Cross-platform colored terminal text." | |
category = "main" | |
optional = false | |
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" | |
[[package]] | |
name = "comm" | |
version = "0.1.2" | |
description = "Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.dependencies] | |
traitlets = ">=5.3" | |
[package.extras] | |
test = ["pytest"] | |
[[package]] | |
name = "debugpy" | |
version = "1.6.6" | |
description = "An implementation of the Debug Adapter Protocol for Python" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "decorator" | |
version = "5.1.1" | |
description = "Decorators for Humans" | |
category = "main" | |
optional = false | |
python-versions = ">=3.5" | |
[[package]] | |
name = "defusedxml" | |
version = "0.7.1" | |
description = "XML bomb protection for Python stdlib modules" | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
[[package]] | |
name = "deprecation" | |
version = "2.1.0" | |
description = "A library to handle automated deprecations" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
packaging = "*" | |
[[package]] | |
name = "entrypoints" | |
version = "0.4" | |
description = "Discover and load entry points from installed packages." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[package]] | |
name = "exceptiongroup" | |
version = "1.1.1" | |
description = "Backport of PEP 654 (exception groups)" | |
category = "dev" | |
optional = false | |
python-versions = ">=3.7" | |
[package.extras] | |
test = ["pytest (>=6)"] | |
[[package]] | |
name = "executing" | |
version = "1.2.0" | |
description = "Get the currently executing AST node of a frame, and other information" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.extras] | |
tests = ["asttokens", "pytest", "littleutils", "rich"] | |
[[package]] | |
name = "fastjsonschema" | |
version = "2.16.3" | |
description = "Fastest Python implementation of JSON schema" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.extras] | |
devel = ["colorama", "jsonschema", "json-spec", "pylint", "pytest", "pytest-benchmark", "pytest-cache", "validictory"] | |
[[package]] | |
name = "filelock" | |
version = "3.10.0" | |
description = "A platform independent file lock." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.extras] | |
docs = ["furo (>=2022.12.7)", "sphinx-autodoc-typehints (>=1.22,!=1.23.4)", "sphinx (>=6.1.3)"] | |
testing = ["covdefaults (>=2.3)", "coverage (>=7.2.1)", "pytest-cov (>=4)", "pytest-timeout (>=2.1)", "pytest (>=7.2.2)"] | |
[[package]] | |
name = "fqdn" | |
version = "1.5.1" | |
description = "Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers" | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0, !=3.1, !=3.2, !=3.3, !=3.4, <4" | |
[[package]] | |
name = "gitdb" | |
version = "4.0.10" | |
description = "Git Object Database" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
smmap = ">=3.0.1,<6" | |
[[package]] | |
name = "gitpython" | |
version = "3.1.31" | |
description = "GitPython is a Python library used to interact with Git repositories" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
gitdb = ">=4.0.1,<5" | |
[[package]] | |
name = "huggingface-hub" | |
version = "0.13.2" | |
description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7.0" | |
[package.dependencies] | |
filelock = "*" | |
packaging = ">=20.9" | |
pyyaml = ">=5.1" | |
requests = "*" | |
tqdm = ">=4.42.1" | |
typing-extensions = ">=3.7.4.3" | |
[package.extras] | |
all = ["InquirerPy (==0.3.4)", "jedi", "jinja2", "pytest", "pytest-cov", "pytest-env", "pytest-xdist", "soundfile", "pillow", "black (>=23.1,<24.0)", "ruff (>=0.0.241)", "mypy (==0.982)", "types-pyyaml", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"] | |
cli = ["InquirerPy (==0.3.4)"] | |
dev = ["InquirerPy (==0.3.4)", "jedi", "jinja2", "pytest", "pytest-cov", "pytest-env", "pytest-xdist", "soundfile", "pillow", "black (>=23.1,<24.0)", "ruff (>=0.0.241)", "mypy (==0.982)", "types-pyyaml", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"] | |
fastai = ["toml", "fastai (>=2.4)", "fastcore (>=1.3.27)"] | |
quality = ["black (>=23.1,<24.0)", "ruff (>=0.0.241)", "mypy (==0.982)"] | |
tensorflow = ["tensorflow", "pydot", "graphviz"] | |
testing = ["InquirerPy (==0.3.4)", "jedi", "jinja2", "pytest", "pytest-cov", "pytest-env", "pytest-xdist", "soundfile", "pillow"] | |
torch = ["torch"] | |
typing = ["types-pyyaml", "types-requests", "types-simplejson", "types-toml", "types-tqdm", "types-urllib3"] | |
[[package]] | |
name = "idna" | |
version = "3.4" | |
description = "Internationalized Domain Names in Applications (IDNA)" | |
category = "main" | |
optional = false | |
python-versions = ">=3.5" | |
[[package]] | |
name = "importlib-metadata" | |
version = "6.0.0" | |
description = "Read metadata from Python packages" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
zipp = ">=0.5" | |
[package.extras] | |
docs = ["sphinx (>=3.5)", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "furo", "sphinx-lint", "jaraco.tidelift (>=1.4)"] | |
perf = ["ipython"] | |
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "flake8 (<5)", "pytest-cov", "pytest-enabler (>=1.3)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "pytest-flake8", "importlib-resources (>=1.3)"] | |
[[package]] | |
name = "importlib-resources" | |
version = "5.12.0" | |
description = "Read resources from Python packages" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""} | |
[package.extras] | |
docs = ["sphinx (>=3.5)", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "furo", "sphinx-lint", "jaraco.tidelift (>=1.4)"] | |
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "flake8 (<5)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "pytest-flake8"] | |
[[package]] | |
name = "iniconfig" | |
version = "2.0.0" | |
description = "brain-dead simple config-ini parsing" | |
category = "dev" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "ipykernel" | |
version = "6.21.3" | |
description = "IPython Kernel for Jupyter" | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[package.dependencies] | |
appnope = {version = "*", markers = "platform_system == \"Darwin\""} | |
comm = ">=0.1.1" | |
debugpy = ">=1.6.5" | |
ipython = ">=7.23.1" | |
jupyter-client = ">=6.1.12" | |
jupyter-core = ">=4.12,<5.0.0 || >=5.1.0" | |
matplotlib-inline = ">=0.1" | |
nest-asyncio = "*" | |
packaging = "*" | |
psutil = "*" | |
pyzmq = ">=20" | |
tornado = ">=6.1" | |
traitlets = ">=5.4.0" | |
[package.extras] | |
cov = ["coverage", "curio", "matplotlib", "pytest-cov", "trio"] | |
docs = ["myst-parser", "pydata-sphinx-theme", "sphinx", "sphinx-autodoc-typehints", "sphinxcontrib-github-alt", "sphinxcontrib-spelling", "trio"] | |
pyqt5 = ["pyqt5"] | |
pyside6 = ["pyside6"] | |
test = ["flaky", "ipyparallel", "pre-commit", "pytest-asyncio", "pytest-cov", "pytest-timeout", "pytest (>=7.0)"] | |
[[package]] | |
name = "ipyspeck" | |
version = "0.6.1" | |
description = "Speck Jupyter Widget" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
ipywidgets = ">=7.0.0" | |
jupyter-packaging = ">=0.3.0" | |
[[package]] | |
name = "ipython" | |
version = "8.11.0" | |
description = "IPython: Productive Interactive Computing" | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[package.dependencies] | |
appnope = {version = "*", markers = "sys_platform == \"darwin\""} | |
backcall = "*" | |
colorama = {version = "*", markers = "sys_platform == \"win32\""} | |
decorator = "*" | |
jedi = ">=0.16" | |
matplotlib-inline = "*" | |
pexpect = {version = ">4.3", markers = "sys_platform != \"win32\""} | |
pickleshare = "*" | |
prompt-toolkit = ">=3.0.30,<3.0.37 || >3.0.37,<3.1.0" | |
pygments = ">=2.4.0" | |
stack-data = "*" | |
traitlets = ">=5" | |
[package.extras] | |
all = ["black", "ipykernel", "setuptools (>=18.5)", "sphinx (>=1.3)", "sphinx-rtd-theme", "docrepr", "matplotlib", "stack-data", "pytest (<7)", "typing-extensions", "pytest (<7.1)", "pytest-asyncio", "testpath", "nbconvert", "nbformat", "ipywidgets", "notebook", "ipyparallel", "qtconsole", "curio", "matplotlib (!=3.2.0)", "numpy (>=1.21)", "pandas", "trio"] | |
black = ["black"] | |
doc = ["ipykernel", "setuptools (>=18.5)", "sphinx (>=1.3)", "sphinx-rtd-theme", "docrepr", "matplotlib", "stack-data", "pytest (<7)", "typing-extensions", "pytest (<7.1)", "pytest-asyncio", "testpath"] | |
kernel = ["ipykernel"] | |
nbconvert = ["nbconvert"] | |
nbformat = ["nbformat"] | |
notebook = ["ipywidgets", "notebook"] | |
parallel = ["ipyparallel"] | |
qtconsole = ["qtconsole"] | |
test = ["pytest (<7.1)", "pytest-asyncio", "testpath"] | |
test_extra = ["pytest (<7.1)", "pytest-asyncio", "testpath", "curio", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.21)", "pandas", "trio"] | |
[[package]] | |
name = "ipython-genutils" | |
version = "0.2.0" | |
description = "Vestigial utilities from IPython" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "ipywidgets" | |
version = "7.6.3" | |
description = "IPython HTML widgets for Jupyter" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
ipykernel = ">=4.5.1" | |
ipython = {version = ">=4.0.0", markers = "python_version >= \"3.3\""} | |
jupyterlab-widgets = {version = ">=1.0.0", markers = "python_version >= \"3.6\""} | |
nbformat = ">=4.2.0" | |
traitlets = ">=4.3.1" | |
widgetsnbextension = ">=3.5.0,<3.6.0" | |
[package.extras] | |
test = ["pytest (>=3.6.0)", "pytest-cov", "mock"] | |
[[package]] | |
name = "isoduration" | |
version = "20.11.0" | |
description = "Operations with ISO 8601 durations" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
arrow = ">=0.15.0" | |
[[package]] | |
name = "jedi" | |
version = "0.18.2" | |
description = "An autocompletion tool for Python that can be used for text editors." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.dependencies] | |
parso = ">=0.8.0,<0.9.0" | |
[package.extras] | |
docs = ["Jinja2 (==2.11.3)", "MarkupSafe (==1.1.1)", "Pygments (==2.8.1)", "alabaster (==0.7.12)", "babel (==2.9.1)", "chardet (==4.0.0)", "commonmark (==0.8.1)", "docutils (==0.17.1)", "future (==0.18.2)", "idna (==2.10)", "imagesize (==1.2.0)", "mock (==1.0.1)", "packaging (==20.9)", "pyparsing (==2.4.7)", "pytz (==2021.1)", "readthedocs-sphinx-ext (==2.1.4)", "recommonmark (==0.5.0)", "requests (==2.25.1)", "six (==1.15.0)", "snowballstemmer (==2.1.0)", "sphinx-rtd-theme (==0.4.3)", "sphinx (==1.8.5)", "sphinxcontrib-serializinghtml (==1.1.4)", "sphinxcontrib-websupport (==1.2.4)", "urllib3 (==1.26.4)"] | |
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"] | |
testing = ["Django (<3.1)", "attrs", "colorama", "docopt", "pytest (<7.0.0)"] | |
[[package]] | |
name = "jinja2" | |
version = "3.1.2" | |
description = "A very fast and expressive template engine." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
MarkupSafe = ">=2.0" | |
[package.extras] | |
i18n = ["Babel (>=2.7)"] | |
[[package]] | |
name = "jmespath" | |
version = "1.0.1" | |
description = "JSON Matching Expressions" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "jsonpointer" | |
version = "2.3" | |
description = "Identify specific nodes in a JSON document (RFC 6901)" | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
[[package]] | |
name = "jsonschema" | |
version = "4.17.3" | |
description = "An implementation of JSON Schema validation for Python" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
attrs = ">=17.4.0" | |
fqdn = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} | |
idna = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} | |
importlib-resources = {version = ">=1.4.0", markers = "python_version < \"3.9\""} | |
isoduration = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} | |
jsonpointer = {version = ">1.13", optional = true, markers = "extra == \"format-nongpl\""} | |
pkgutil-resolve-name = {version = ">=1.3.10", markers = "python_version < \"3.9\""} | |
pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2" | |
rfc3339-validator = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} | |
rfc3986-validator = {version = ">0.1.0", optional = true, markers = "extra == \"format-nongpl\""} | |
uri-template = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} | |
webcolors = {version = ">=1.11", optional = true, markers = "extra == \"format-nongpl\""} | |
[package.extras] | |
format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"] | |
format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"] | |
[[package]] | |
name = "jupyter-client" | |
version = "8.0.3" | |
description = "Jupyter protocol implementation and client libraries" | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[package.dependencies] | |
importlib-metadata = {version = ">=4.8.3", markers = "python_version < \"3.10\""} | |
jupyter-core = ">=4.12,<5.0.0 || >=5.1.0" | |
python-dateutil = ">=2.8.2" | |
pyzmq = ">=23.0" | |
tornado = ">=6.2" | |
traitlets = ">=5.3" | |
[package.extras] | |
docs = ["ipykernel", "myst-parser", "pydata-sphinx-theme", "sphinx-autodoc-typehints", "sphinx (>=4)", "sphinxcontrib-github-alt", "sphinxcontrib-spelling"] | |
test = ["codecov", "coverage", "ipykernel (>=6.14)", "mypy", "paramiko", "pre-commit", "pytest", "pytest-cov", "pytest-jupyter[client] (>=0.4.1)", "pytest-timeout"] | |
[[package]] | |
name = "jupyter-core" | |
version = "5.2.0" | |
description = "Jupyter core package. A base package on which Jupyter projects rely." | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[package.dependencies] | |
platformdirs = ">=2.5" | |
pywin32 = {version = ">=1.0", markers = "sys_platform == \"win32\" and platform_python_implementation != \"PyPy\""} | |
traitlets = ">=5.3" | |
[package.extras] | |
docs = ["myst-parser", "sphinx-autodoc-typehints", "sphinxcontrib-github-alt", "sphinxcontrib-spelling", "traitlets"] | |
test = ["ipykernel", "pre-commit", "pytest", "pytest-cov", "pytest-timeout"] | |
[[package]] | |
name = "jupyter-events" | |
version = "0.6.3" | |
description = "Jupyter Event System library" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
jsonschema = {version = ">=3.2.0", extras = ["format-nongpl"]} | |
python-json-logger = ">=2.0.4" | |
pyyaml = ">=5.3" | |
rfc3339-validator = "*" | |
rfc3986-validator = ">=0.1.1" | |
traitlets = ">=5.3" | |
[package.extras] | |
cli = ["click", "rich"] | |
docs = ["jupyterlite-sphinx", "myst-parser", "pydata-sphinx-theme", "sphinxcontrib-spelling"] | |
test = ["click", "coverage", "pre-commit", "pytest-asyncio (>=0.19.0)", "pytest-console-scripts", "pytest-cov", "pytest (>=7.0)", "rich"] | |
[[package]] | |
name = "jupyter-packaging" | |
version = "0.12.3" | |
description = "Jupyter Packaging Utilities." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
deprecation = "*" | |
packaging = "*" | |
tomlkit = "*" | |
[package.extras] | |
test = ["build", "coverage", "pre-commit", "pytest", "pytest-cov", "pytest-mock", "pytest-timeout"] | |
[[package]] | |
name = "jupyter-server" | |
version = "2.4.0" | |
description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications." | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[package.dependencies] | |
anyio = ">=3.1.0" | |
argon2-cffi = "*" | |
jinja2 = "*" | |
jupyter-client = ">=7.4.4" | |
jupyter-core = ">=4.12,<5.0.0 || >=5.1.0" | |
jupyter-events = ">=0.4.0" | |
jupyter-server-terminals = "*" | |
nbconvert = ">=6.4.4" | |
nbformat = ">=5.3.0" | |
packaging = "*" | |
prometheus-client = "*" | |
pywinpty = {version = "*", markers = "os_name == \"nt\""} | |
pyzmq = ">=24" | |
send2trash = "*" | |
terminado = ">=0.8.3" | |
tornado = ">=6.2.0" | |
traitlets = ">=5.6.0" | |
websocket-client = "*" | |
[package.extras] | |
docs = ["docutils (<0.20)", "ipykernel", "jinja2", "jupyter-client", "jupyter-server", "mistune (<1.0.0)", "myst-parser", "nbformat", "prometheus-client", "pydata-sphinx-theme", "send2trash", "sphinx-autodoc-typehints", "sphinxcontrib-github-alt", "sphinxcontrib-openapi", "sphinxcontrib-spelling", "sphinxemoji", "tornado", "typing-extensions"] | |
test = ["ipykernel", "pre-commit", "pytest-console-scripts", "pytest-jupyter[server] (>=0.4)", "pytest-timeout", "pytest (>=7.0)", "requests"] | |
[[package]] | |
name = "jupyter-server-terminals" | |
version = "0.4.4" | |
description = "A Jupyter Server Extension Providing Terminals." | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[package.dependencies] | |
pywinpty = {version = ">=2.0.3", markers = "os_name == \"nt\""} | |
terminado = ">=0.8.3" | |
[package.extras] | |
docs = ["jinja2", "jupyter-server", "mistune (<3.0)", "myst-parser", "nbformat", "packaging", "pydata-sphinx-theme", "sphinxcontrib-github-alt", "sphinxcontrib-openapi", "sphinxcontrib-spelling", "sphinxemoji", "tornado"] | |
test = ["coverage", "jupyter-server (>=2.0.0)", "pytest-cov", "pytest-jupyter[server] (>=0.5.3)", "pytest-timeout", "pytest (>=7.0)"] | |
[[package]] | |
name = "jupyterlab-pygments" | |
version = "0.2.2" | |
description = "Pygments theme using JupyterLab CSS variables" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "jupyterlab-widgets" | |
version = "3.0.5" | |
description = "Jupyter interactive widgets for JupyterLab" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "lit" | |
version = "15.0.7" | |
description = "A Software Testing Tool" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "lmdb" | |
version = "1.4.0" | |
description = "Universal Python binding for the LMDB 'Lightning' Database" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "markdown-it-py" | |
version = "2.2.0" | |
description = "Python port of markdown-it. Markdown parsing, done right!" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
mdurl = ">=0.1,<1.0" | |
[package.extras] | |
benchmarking = ["psutil", "pytest", "pytest-benchmark"] | |
code_style = ["pre-commit (>=3.0,<4.0)"] | |
compare = ["commonmark (>=0.9,<1.0)", "markdown (>=3.4,<4.0)", "mistletoe (>=1.0,<2.0)", "mistune (>=2.0,<3.0)", "panflute (>=2.3,<3.0)"] | |
linkify = ["linkify-it-py (>=1,<3)"] | |
plugins = ["mdit-py-plugins"] | |
profiling = ["gprof2dot"] | |
rtd = ["attrs", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx-book-theme"] | |
testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] | |
[[package]] | |
name = "markupsafe" | |
version = "2.1.2" | |
description = "Safely add untrusted strings to HTML/XML markup." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "matplotlib-inline" | |
version = "0.1.6" | |
description = "Inline Matplotlib backend for Jupyter" | |
category = "main" | |
optional = false | |
python-versions = ">=3.5" | |
[package.dependencies] | |
traitlets = "*" | |
[[package]] | |
name = "mdurl" | |
version = "0.1.2" | |
description = "Markdown URL utilities" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "mistune" | |
version = "2.0.5" | |
description = "A sane Markdown parser with useful plugins and renderers" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "mpmath" | |
version = "1.3.0" | |
description = "Python library for arbitrary-precision floating-point arithmetic" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.extras] | |
develop = ["pytest (>=4.6)", "pycodestyle", "pytest-cov", "codecov", "wheel"] | |
docs = ["sphinx"] | |
gmpy = ["gmpy2 (>=2.1.0a4)"] | |
tests = ["pytest (>=4.6)"] | |
[[package]] | |
name = "nbclassic" | |
version = "0.5.3" | |
description = "Jupyter Notebook as a Jupyter Server extension." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
argon2-cffi = "*" | |
ipykernel = "*" | |
ipython-genutils = "*" | |
jinja2 = "*" | |
jupyter-client = ">=6.1.1" | |
jupyter-core = ">=4.6.1" | |
jupyter-server = ">=1.8" | |
nbconvert = ">=5" | |
nbformat = "*" | |
nest-asyncio = ">=1.5" | |
notebook-shim = ">=0.1.0" | |
prometheus-client = "*" | |
pyzmq = ">=17" | |
Send2Trash = ">=1.8.0" | |
terminado = ">=0.8.3" | |
tornado = ">=6.1" | |
traitlets = ">=4.2.1" | |
[package.extras] | |
docs = ["sphinx", "nbsphinx", "sphinxcontrib-github-alt", "sphinx-rtd-theme", "myst-parser"] | |
json-logging = ["json-logging"] | |
test = ["pytest", "coverage", "requests", "testpath", "nbval", "pytest-playwright", "pytest-cov", "pytest-jupyter", "pytest-tornasync", "requests-unixsocket"] | |
[[package]] | |
name = "nbclient" | |
version = "0.7.2" | |
description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7.0" | |
[package.dependencies] | |
jupyter-client = ">=6.1.12" | |
jupyter-core = ">=4.12,<5.0.0 || >=5.1.0" | |
nbformat = ">=5.1" | |
traitlets = ">=5.3" | |
[package.extras] | |
dev = ["pre-commit"] | |
docs = ["autodoc-traits", "mock", "moto", "myst-parser", "nbclient", "sphinx-book-theme", "sphinx (>=1.7)"] | |
test = ["ipykernel", "ipython", "ipywidgets", "nbconvert (>=7.0.0)", "pytest-asyncio", "pytest-cov (>=4.0)", "pytest (>=7.0)", "testpath", "xmltodict"] | |
[[package]] | |
name = "nbconvert" | |
version = "7.2.10" | |
description = "Converting Jupyter Notebooks" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
beautifulsoup4 = "*" | |
bleach = "*" | |
defusedxml = "*" | |
importlib-metadata = {version = ">=3.6", markers = "python_version < \"3.10\""} | |
jinja2 = ">=3.0" | |
jupyter-core = ">=4.7" | |
jupyterlab-pygments = "*" | |
markupsafe = ">=2.0" | |
mistune = ">=2.0.3,<3" | |
nbclient = ">=0.5.0" | |
nbformat = ">=5.1" | |
packaging = "*" | |
pandocfilters = ">=1.4.1" | |
pygments = ">=2.4.1" | |
tinycss2 = "*" | |
traitlets = ">=5.0" | |
[package.extras] | |
all = ["nbconvert"] | |
docs = ["ipykernel", "ipython", "myst-parser", "nbsphinx (>=0.2.12)", "pydata-sphinx-theme", "sphinx (==5.0.2)", "sphinxcontrib-spelling"] | |
qtpdf = ["nbconvert"] | |
qtpng = ["pyqtwebengine (>=5.15)"] | |
serve = ["tornado (>=6.1)"] | |
test = ["ipykernel", "ipywidgets (>=7)", "pre-commit", "pytest", "pytest-dependency"] | |
webpdf = ["pyppeteer (>=1,<1.1)"] | |
[[package]] | |
name = "nbformat" | |
version = "5.7.3" | |
description = "The Jupyter Notebook format" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
fastjsonschema = "*" | |
jsonschema = ">=2.6" | |
jupyter-core = "*" | |
traitlets = ">=5.1" | |
[package.extras] | |
docs = ["myst-parser", "pydata-sphinx-theme", "sphinx", "sphinxcontrib-github-alt", "sphinxcontrib-spelling"] | |
test = ["pep440", "pre-commit", "pytest", "testpath"] | |
[[package]] | |
name = "nest-asyncio" | |
version = "1.5.6" | |
description = "Patch asyncio to allow nested event loops" | |
category = "main" | |
optional = false | |
python-versions = ">=3.5" | |
[[package]] | |
name = "networkx" | |
version = "3.0" | |
description = "Python package for creating and manipulating graphs and networks" | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[package.extras] | |
default = ["numpy (>=1.20)", "scipy (>=1.8)", "matplotlib (>=3.4)", "pandas (>=1.3)"] | |
developer = ["pre-commit (>=2.20)", "mypy (>=0.991)"] | |
doc = ["sphinx (==5.2.3)", "pydata-sphinx-theme (>=0.11)", "sphinx-gallery (>=0.11)", "numpydoc (>=1.5)", "pillow (>=9.2)", "nb2plots (>=0.6)", "texext (>=0.6.7)"] | |
extra = ["lxml (>=4.6)", "pygraphviz (>=1.10)", "pydot (>=1.4.2)", "sympy (>=1.10)"] | |
test = ["pytest (>=7.2)", "pytest-cov (>=4.0)", "codecov (>=2.1)"] | |
[[package]] | |
name = "notebook" | |
version = "6.5.3" | |
description = "A web-based notebook environment for interactive computing" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
argon2-cffi = "*" | |
ipykernel = "*" | |
ipython-genutils = "*" | |
jinja2 = "*" | |
jupyter-client = ">=5.3.4" | |
jupyter-core = ">=4.6.1" | |
nbclassic = ">=0.4.7" | |
nbconvert = ">=5" | |
nbformat = "*" | |
nest-asyncio = ">=1.5" | |
prometheus-client = "*" | |
pyzmq = ">=17" | |
Send2Trash = ">=1.8.0" | |
terminado = ">=0.8.3" | |
tornado = ">=6.1" | |
traitlets = ">=4.2.1" | |
[package.extras] | |
docs = ["sphinx", "nbsphinx", "sphinxcontrib-github-alt", "sphinx-rtd-theme", "myst-parser"] | |
json-logging = ["json-logging"] | |
test = ["pytest", "coverage", "requests", "testpath", "nbval", "selenium (==4.1.5)", "pytest-cov", "requests-unixsocket"] | |
[[package]] | |
name = "notebook-shim" | |
version = "0.2.2" | |
description = "A shim layer for notebook traits and config" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
jupyter-server = ">=1.8,<3" | |
[package.extras] | |
test = ["pytest", "pytest-console-scripts", "pytest-tornasync"] | |
[[package]] | |
name = "numpy" | |
version = "1.24.2" | |
description = "Fundamental package for array computing in Python" | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[[package]] | |
name = "nvidia-cublas-cu11" | |
version = "11.10.3.66" | |
description = "CUBLAS native runtime libraries" | |
category = "main" | |
optional = false | |
python-versions = ">=3" | |
[[package]] | |
name = "nvidia-cuda-cupti-cu11" | |
version = "11.7.101" | |
description = "CUDA profiling tools runtime libs." | |
category = "main" | |
optional = false | |
python-versions = ">=3" | |
[[package]] | |
name = "nvidia-cuda-nvrtc-cu11" | |
version = "11.7.99" | |
description = "NVRTC native runtime libraries" | |
category = "main" | |
optional = false | |
python-versions = ">=3" | |
[[package]] | |
name = "nvidia-cuda-runtime-cu11" | |
version = "11.7.99" | |
description = "CUDA Runtime native Libraries" | |
category = "main" | |
optional = false | |
python-versions = ">=3" | |
[[package]] | |
name = "nvidia-cudnn-cu11" | |
version = "8.5.0.96" | |
description = "cuDNN runtime libraries" | |
category = "main" | |
optional = false | |
python-versions = ">=3" | |
[[package]] | |
name = "nvidia-cufft-cu11" | |
version = "10.9.0.58" | |
description = "CUFFT native runtime libraries" | |
category = "main" | |
optional = false | |
python-versions = ">=3" | |
[[package]] | |
name = "nvidia-curand-cu11" | |
version = "10.2.10.91" | |
description = "CURAND native runtime libraries" | |
category = "main" | |
optional = false | |
python-versions = ">=3" | |
[[package]] | |
name = "nvidia-cusolver-cu11" | |
version = "11.4.0.1" | |
description = "CUDA solver native runtime libraries" | |
category = "main" | |
optional = false | |
python-versions = ">=3" | |
[[package]] | |
name = "nvidia-cusparse-cu11" | |
version = "11.7.4.91" | |
description = "CUSPARSE native runtime libraries" | |
category = "main" | |
optional = false | |
python-versions = ">=3" | |
[[package]] | |
name = "nvidia-nccl-cu11" | |
version = "2.14.3" | |
description = "NVIDIA Collective Communication Library (NCCL) Runtime" | |
category = "main" | |
optional = false | |
python-versions = ">=3" | |
[[package]] | |
name = "nvidia-nvtx-cu11" | |
version = "11.7.91" | |
description = "NVIDIA Tools Extension" | |
category = "main" | |
optional = false | |
python-versions = ">=3" | |
[[package]] | |
name = "packaging" | |
version = "23.0" | |
description = "Core utilities for Python packages" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "pandas" | |
version = "1.5.3" | |
description = "Powerful data structures for data analysis, time series, and statistics" | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[package.dependencies] | |
numpy = [ | |
{version = ">=1.20.3", markers = "python_version < \"3.10\""}, | |
{version = ">=1.21.0", markers = "python_version >= \"3.10\""}, | |
{version = ">=1.23.2", markers = "python_version >= \"3.11\""}, | |
] | |
python-dateutil = ">=2.8.1" | |
pytz = ">=2020.1" | |
[package.extras] | |
test = ["hypothesis (>=5.5.3)", "pytest (>=6.0)", "pytest-xdist (>=1.31)"] | |
[[package]] | |
name = "pandocfilters" | |
version = "1.5.0" | |
description = "Utilities for writing pandoc filters in python" | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
[[package]] | |
name = "parso" | |
version = "0.8.3" | |
description = "A Python Parser" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.extras] | |
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"] | |
testing = ["docopt", "pytest (<6.0.0)"] | |
[[package]] | |
name = "pexpect" | |
version = "4.8.0" | |
description = "Pexpect allows easy control of interactive console applications." | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
ptyprocess = ">=0.5" | |
[[package]] | |
name = "pickleshare" | |
version = "0.7.5" | |
description = "Tiny 'shelve'-like database with concurrency support" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "pillow" | |
version = "9.4.0" | |
description = "Python Imaging Library (Fork)" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.extras] | |
docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-issues (>=3.0.1)", "sphinx-removed-in", "sphinxext-opengraph"] | |
tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"] | |
[[package]] | |
name = "pkgutil-resolve-name" | |
version = "1.3.10" | |
description = "Resolve a name to an object." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[package]] | |
name = "platformdirs" | |
version = "3.1.1" | |
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.extras] | |
docs = ["furo (>=2022.12.7)", "proselint (>=0.13)", "sphinx-autodoc-typehints (>=1.22,!=1.23.4)", "sphinx (>=6.1.3)"] | |
test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)", "pytest (>=7.2.1)"] | |
[[package]] | |
name = "pluggy" | |
version = "1.0.0" | |
description = "plugin and hook calling mechanisms for python" | |
category = "dev" | |
optional = false | |
python-versions = ">=3.6" | |
[package.extras] | |
dev = ["pre-commit", "tox"] | |
testing = ["pytest", "pytest-benchmark"] | |
[[package]] | |
name = "prometheus-client" | |
version = "0.16.0" | |
description = "Python client for the Prometheus monitoring system." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.extras] | |
twisted = ["twisted"] | |
[[package]] | |
name = "prompt-toolkit" | |
version = "3.0.38" | |
description = "Library for building powerful interactive command lines in Python" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7.0" | |
[package.dependencies] | |
wcwidth = "*" | |
[[package]] | |
name = "protobuf" | |
version = "3.20.3" | |
description = "Protocol Buffers" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "psutil" | |
version = "5.9.4" | |
description = "Cross-platform lib for process and system monitoring in Python." | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
[package.extras] | |
test = ["ipaddress", "mock", "enum34", "pywin32", "wmi"] | |
[[package]] | |
name = "ptyprocess" | |
version = "0.7.0" | |
description = "Run a subprocess in a pseudo terminal" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "pure-eval" | |
version = "0.2.2" | |
description = "Safely evaluate AST nodes without side effects" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.extras] | |
tests = ["pytest"] | |
[[package]] | |
name = "py3dmol" | |
version = "2.0.1.post1" | |
description = "An IPython interface for embedding 3Dmol.js views in Jupyter notebooks" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.extras] | |
ipython = ["ipython"] | |
[[package]] | |
name = "pyarrow" | |
version = "11.0.0" | |
description = "Python library for Apache Arrow" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
numpy = ">=1.16.6" | |
[[package]] | |
name = "pycparser" | |
version = "2.21" | |
description = "C parser in Python" | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
[[package]] | |
name = "pydeck" | |
version = "0.8.0" | |
description = "Widget for deck.gl maps" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
jinja2 = ">=2.10.1" | |
numpy = ">=1.16.4" | |
[package.extras] | |
carto = ["pydeck-carto"] | |
jupyter = ["ipywidgets (>=7,<8)", "traitlets (>=4.3.2)", "ipython (>=5.8.0)", "ipykernel (>=5.1.2)"] | |
[[package]] | |
name = "pygments" | |
version = "2.14.0" | |
description = "Pygments is a syntax highlighting package written in Python." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.extras] | |
plugins = ["importlib-metadata"] | |
[[package]] | |
name = "pympler" | |
version = "1.0.1" | |
description = "A development tool to measure, monitor and analyze the memory behavior of Python objects." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[package]] | |
name = "pyrsistent" | |
version = "0.19.3" | |
description = "Persistent/Functional/Immutable data structures" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "pytest" | |
version = "7.2.2" | |
description = "pytest: simple powerful testing with Python" | |
category = "dev" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
attrs = ">=19.2.0" | |
colorama = {version = "*", markers = "sys_platform == \"win32\""} | |
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} | |
iniconfig = "*" | |
packaging = "*" | |
pluggy = ">=0.12,<2.0" | |
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} | |
[package.extras] | |
testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] | |
[[package]] | |
name = "python-dateutil" | |
version = "2.8.2" | |
description = "Extensions to the standard Python datetime module" | |
category = "main" | |
optional = false | |
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" | |
[package.dependencies] | |
six = ">=1.5" | |
[[package]] | |
name = "python-json-logger" | |
version = "2.0.7" | |
description = "A python library adding a json log formatter" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[package]] | |
name = "pytz" | |
version = "2022.7.1" | |
description = "World timezone definitions, modern and historical" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "pytz-deprecation-shim" | |
version = "0.1.0.post0" | |
description = "Shims to make deprecation of pytz easier" | |
category = "main" | |
optional = false | |
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" | |
[package.dependencies] | |
"backports.zoneinfo" = {version = "*", markers = "python_version >= \"3.6\" and python_version < \"3.9\""} | |
tzdata = {version = "*", markers = "python_version >= \"3.6\""} | |
[[package]] | |
name = "pywin32" | |
version = "305" | |
description = "Python for Window Extensions" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "pywinpty" | |
version = "2.0.10" | |
description = "Pseudo terminal support for Windows from Python." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "pyyaml" | |
version = "6.0" | |
description = "YAML parser and emitter for Python" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[package]] | |
name = "pyzmq" | |
version = "25.0.1" | |
description = "Python bindings for 0MQ" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.dependencies] | |
cffi = {version = "*", markers = "implementation_name == \"pypy\""} | |
[[package]] | |
name = "regex" | |
version = "2022.10.31" | |
description = "Alternative regular expression module, to replace re." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[package]] | |
name = "requests" | |
version = "2.28.2" | |
description = "Python HTTP for Humans." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7, <4" | |
[package.dependencies] | |
certifi = ">=2017.4.17" | |
charset-normalizer = ">=2,<4" | |
idna = ">=2.5,<4" | |
urllib3 = ">=1.21.1,<1.27" | |
[package.extras] | |
socks = ["PySocks (>=1.5.6,!=1.5.7)"] | |
use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] | |
[[package]] | |
name = "rfc3339-validator" | |
version = "0.1.4" | |
description = "A pure python RFC3339 validator" | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
[package.dependencies] | |
six = "*" | |
[[package]] | |
name = "rfc3986-validator" | |
version = "0.1.1" | |
description = "Pure python rfc3986 validator" | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
[[package]] | |
name = "rich" | |
version = "13.3.2" | |
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7.0" | |
[package.dependencies] | |
markdown-it-py = ">=2.2.0,<3.0.0" | |
pygments = ">=2.13.0,<3.0.0" | |
typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.9\""} | |
[package.extras] | |
jupyter = ["ipywidgets (>=7.5.1,<9)"] | |
[[package]] | |
name = "s3transfer" | |
version = "0.6.0" | |
description = "An Amazon S3 Transfer Manager" | |
category = "main" | |
optional = false | |
python-versions = ">= 3.7" | |
[package.dependencies] | |
botocore = ">=1.12.36,<2.0a.0" | |
[package.extras] | |
crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"] | |
[[package]] | |
name = "scipy" | |
version = "1.9.3" | |
description = "Fundamental algorithms for scientific computing in Python" | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[package.dependencies] | |
numpy = ">=1.18.5,<1.26.0" | |
[package.extras] | |
test = ["pytest", "pytest-cov", "pytest-xdist", "asv", "mpmath", "gmpy2", "threadpoolctl", "scikit-umfpack"] | |
doc = ["sphinx (!=4.1.0)", "pydata-sphinx-theme (==0.9.0)", "sphinx-panels (>=0.5.2)", "matplotlib (>2)", "numpydoc", "sphinx-tabs"] | |
dev = ["mypy", "typing-extensions", "pycodestyle", "flake8"] | |
[[package]] | |
name = "semver" | |
version = "2.13.0" | |
description = "Python helper for Semantic Versioning (http://semver.org/)" | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
[[package]] | |
name = "send2trash" | |
version = "1.8.0" | |
description = "Send file to trash natively under Mac OS X, Windows and Linux." | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.extras] | |
nativelib = ["pyobjc-framework-cocoa", "pywin32"] | |
objc = ["pyobjc-framework-cocoa"] | |
win32 = ["pywin32"] | |
[[package]] | |
name = "sentencepiece" | |
version = "0.1.97" | |
description = "SentencePiece python wrapper" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "six" | |
version = "1.16.0" | |
description = "Python 2 and 3 compatibility utilities" | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" | |
[[package]] | |
name = "smmap" | |
version = "5.0.0" | |
description = "A pure Python implementation of a sliding window memory map manager" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[package]] | |
name = "sniffio" | |
version = "1.3.0" | |
description = "Sniff out which async library your code is running under" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "soupsieve" | |
version = "2.4" | |
description = "A modern CSS selector implementation for Beautiful Soup." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "stack-data" | |
version = "0.6.2" | |
description = "Extract data from python stack frames and tracebacks for informative displays" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
asttokens = ">=2.1.0" | |
executing = ">=1.2.0" | |
pure-eval = "*" | |
[package.extras] | |
tests = ["pytest", "typeguard", "pygments", "littleutils", "cython"] | |
[[package]] | |
name = "stmol" | |
version = "0.0.9" | |
description = "Streamlit component for molecular visualization" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.dependencies] | |
ipyspeck = "0.6.1" | |
ipywidgets = "7.6.3" | |
py3Dmol = "*" | |
streamlit = ">=0.63" | |
[[package]] | |
name = "streamlit" | |
version = "1.17.0" | |
description = "The fastest way to build data apps in Python" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7, !=3.9.7" | |
[package.dependencies] | |
altair = ">=3.2.0" | |
blinker = ">=1.0.0" | |
cachetools = ">=4.0" | |
click = ">=7.0" | |
gitpython = "!=3.1.19" | |
importlib-metadata = ">=1.4" | |
numpy = "*" | |
packaging = ">=14.1" | |
pandas = ">=0.21.0" | |
pillow = ">=6.2.0" | |
protobuf = ">=3.12,<4" | |
pyarrow = ">=4.0" | |
pydeck = ">=0.1.dev5" | |
pympler = ">=0.9" | |
python-dateutil = "*" | |
requests = ">=2.4" | |
rich = ">=10.11.0" | |
semver = "*" | |
toml = "*" | |
tornado = ">=5.0" | |
typing-extensions = ">=3.10.0.0" | |
tzlocal = ">=1.1" | |
validators = ">=0.2" | |
watchdog = {version = "*", markers = "platform_system != \"Darwin\""} | |
[package.extras] | |
snowflake = ["snowflake-snowpark-python"] | |
[[package]] | |
name = "sympy" | |
version = "1.11.1" | |
description = "Computer algebra system (CAS) in Python" | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[package.dependencies] | |
mpmath = ">=0.19" | |
[[package]] | |
name = "tape-proteins" | |
version = "0.5" | |
description = "Repostory of Protein Benchmarking and Modeling" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
biopython = "*" | |
boto3 = "*" | |
filelock = "*" | |
lmdb = "*" | |
requests = "*" | |
scipy = "*" | |
tensorboardX = "*" | |
tqdm = "*" | |
[[package]] | |
name = "tensorboardx" | |
version = "2.6" | |
description = "TensorBoardX lets you watch Tensors Flow without Tensorflow" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
numpy = "*" | |
packaging = "*" | |
protobuf = ">=3.8.0,<4" | |
[[package]] | |
name = "terminado" | |
version = "0.17.1" | |
description = "Tornado websocket backend for the Xterm.js Javascript terminal emulator library." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
ptyprocess = {version = "*", markers = "os_name != \"nt\""} | |
pywinpty = {version = ">=1.1.0", markers = "os_name == \"nt\""} | |
tornado = ">=6.1.0" | |
[package.extras] | |
docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"] | |
test = ["pre-commit", "pytest-timeout", "pytest (>=7.0)"] | |
[[package]] | |
name = "tinycss2" | |
version = "1.2.1" | |
description = "A tiny CSS parser" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
webencodings = ">=0.4" | |
[package.extras] | |
doc = ["sphinx", "sphinx-rtd-theme"] | |
test = ["pytest", "isort", "flake8"] | |
[[package]] | |
name = "tokenizers" | |
version = "0.13.2" | |
description = "Fast and Customizable Tokenizers" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.extras] | |
dev = ["pytest", "requests", "numpy", "datasets", "black (==22.3)"] | |
docs = ["sphinx", "sphinx-rtd-theme", "setuptools-rust"] | |
testing = ["pytest", "requests", "numpy", "datasets", "black (==22.3)"] | |
[[package]] | |
name = "toml" | |
version = "0.10.2" | |
description = "Python Library for Tom's Obvious, Minimal Language" | |
category = "main" | |
optional = false | |
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" | |
[[package]] | |
name = "tomli" | |
version = "2.0.1" | |
description = "A lil' TOML parser" | |
category = "dev" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "tomlkit" | |
version = "0.11.6" | |
description = "Style preserving TOML library" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[package]] | |
name = "toolz" | |
version = "0.12.0" | |
description = "List processing tools and functional utilities" | |
category = "main" | |
optional = false | |
python-versions = ">=3.5" | |
[[package]] | |
name = "torch" | |
version = "2.0.0" | |
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration" | |
category = "main" | |
optional = false | |
python-versions = ">=3.8.0" | |
[package.dependencies] | |
filelock = "*" | |
jinja2 = "*" | |
networkx = "*" | |
nvidia-cublas-cu11 = {version = "11.10.3.66", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} | |
nvidia-cuda-cupti-cu11 = {version = "11.7.101", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} | |
nvidia-cuda-nvrtc-cu11 = {version = "11.7.99", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} | |
nvidia-cuda-runtime-cu11 = {version = "11.7.99", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} | |
nvidia-cudnn-cu11 = {version = "8.5.0.96", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} | |
nvidia-cufft-cu11 = {version = "10.9.0.58", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} | |
nvidia-curand-cu11 = {version = "10.2.10.91", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} | |
nvidia-cusolver-cu11 = {version = "11.4.0.1", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} | |
nvidia-cusparse-cu11 = {version = "11.7.4.91", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} | |
nvidia-nccl-cu11 = {version = "2.14.3", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} | |
nvidia-nvtx-cu11 = {version = "11.7.91", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} | |
sympy = "*" | |
triton = {version = "2.0.0", markers = "platform_system == \"Linux\" and platform_machine == \"x86_64\""} | |
typing-extensions = "*" | |
[package.extras] | |
opt-einsum = ["opt-einsum (>=3.3)"] | |
[[package]] | |
name = "tornado" | |
version = "6.2" | |
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed." | |
category = "main" | |
optional = false | |
python-versions = ">= 3.7" | |
[[package]] | |
name = "tqdm" | |
version = "4.65.0" | |
description = "Fast, Extensible Progress Meter" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
colorama = {version = "*", markers = "platform_system == \"Windows\""} | |
[package.extras] | |
dev = ["py-make (>=0.1.0)", "twine", "wheel"] | |
notebook = ["ipywidgets (>=6)"] | |
slack = ["slack-sdk"] | |
telegram = ["requests"] | |
[[package]] | |
name = "traitlets" | |
version = "5.9.0" | |
description = "Traitlets Python configuration system" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.extras] | |
docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"] | |
test = ["argcomplete (>=2.0)", "pre-commit", "pytest", "pytest-mock"] | |
[[package]] | |
name = "transformers" | |
version = "4.27.1" | |
description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7.0" | |
[package.dependencies] | |
filelock = "*" | |
huggingface-hub = ">=0.11.0,<1.0" | |
numpy = ">=1.17" | |
packaging = ">=20.0" | |
pyyaml = ">=5.1" | |
regex = "!=2019.12.17" | |
requests = "*" | |
tokenizers = ">=0.11.1,<0.11.3 || >0.11.3,<0.14" | |
tqdm = ">=4.27" | |
[package.extras] | |
accelerate = ["accelerate (>=0.10.0)"] | |
all = ["tensorflow (>=2.4,<2.12)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp (>=0.3.1)", "torch (>=1.7,!=1.12.0)", "jax (>=0.2.8,!=0.3.2,<=0.3.6)", "jaxlib (>=0.1.65,<=0.3.6)", "flax (>=0.4.1)", "optax (>=0.0.8)", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf (<=3.20.2)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torchaudio", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm", "pillow", "optuna", "ray", "sigopt", "timm", "torchvision", "codecarbon (==1.2.0)", "accelerate (>=0.10.0)", "decord (==0.6.0)", "av (==9.2.0)"] | |
audio = ["librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm"] | |
codecarbon = ["codecarbon (==1.2.0)"] | |
deepspeed = ["deepspeed (>=0.6.5)", "accelerate (>=0.10.0)"] | |
deepspeed-testing = ["deepspeed (>=0.6.5)", "accelerate (>=0.10.0)", "pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (>=23.1,<24.0)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.3.0)", "protobuf (<=3.20.2)", "sacremoses", "rjieba", "safetensors (>=0.2.1)", "beautifulsoup4", "faiss-cpu", "cookiecutter (==1.7.3)", "optuna", "sentencepiece (>=0.1.91,!=0.1.92)"] | |
dev = ["tensorflow (>=2.4,<2.12)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp (>=0.3.1)", "torch (>=1.7,!=1.12.0)", "jax (>=0.2.8,!=0.3.2,<=0.3.6)", "jaxlib (>=0.1.65,<=0.3.6)", "flax (>=0.4.1)", "optax (>=0.0.8)", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf (<=3.20.2)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torchaudio", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm", "pillow", "optuna", "ray", "sigopt", "timm", "torchvision", "codecarbon (==1.2.0)", "accelerate (>=0.10.0)", "decord (==0.6.0)", "av (==9.2.0)", "pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (>=23.1,<24.0)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.3.0)", "sacremoses", "rjieba", "safetensors (>=0.2.1)", "beautifulsoup4", "faiss-cpu", "cookiecutter (==1.7.3)", "isort (>=5.5.4)", "ruff (>=0.0.241)", "fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "unidic-lite (>=1.0.7)", "unidic (>=1.0.2)", "sudachipy (>=0.6.6)", "sudachidict-core (>=20220729)", "rhoknp (>=1.1.0)", "hf-doc-builder", "scikit-learn"] | |
dev-tensorflow = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (>=23.1,<24.0)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.3.0)", "protobuf (<=3.20.2)", "sacremoses", "rjieba", "safetensors (>=0.2.1)", "beautifulsoup4", "faiss-cpu", "cookiecutter (==1.7.3)", "tensorflow (>=2.4,<2.12)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp (>=0.3.1)", "sentencepiece (>=0.1.91,!=0.1.92)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "pillow", "isort (>=5.5.4)", "ruff (>=0.0.241)", "hf-doc-builder", "scikit-learn", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm"] | |
dev-torch = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (>=23.1,<24.0)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.3.0)", "protobuf (<=3.20.2)", "sacremoses", "rjieba", "safetensors (>=0.2.1)", "beautifulsoup4", "faiss-cpu", "cookiecutter (==1.7.3)", "torch (>=1.7,!=1.12.0)", "sentencepiece (>=0.1.91,!=0.1.92)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torchaudio", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm", "pillow", "optuna", "ray", "sigopt", "timm", "torchvision", "codecarbon (==1.2.0)", "isort (>=5.5.4)", "ruff (>=0.0.241)", "fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "unidic-lite (>=1.0.7)", "unidic (>=1.0.2)", "sudachipy (>=0.6.6)", "sudachidict-core (>=20220729)", "rhoknp (>=1.1.0)", "hf-doc-builder", "scikit-learn", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"] | |
docs = ["tensorflow (>=2.4,<2.12)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp (>=0.3.1)", "torch (>=1.7,!=1.12.0)", "jax (>=0.2.8,!=0.3.2,<=0.3.6)", "jaxlib (>=0.1.65,<=0.3.6)", "flax (>=0.4.1)", "optax (>=0.0.8)", "sentencepiece (>=0.1.91,!=0.1.92)", "protobuf (<=3.20.2)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "torchaudio", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm", "pillow", "optuna", "ray", "sigopt", "timm", "torchvision", "codecarbon (==1.2.0)", "accelerate (>=0.10.0)", "decord (==0.6.0)", "av (==9.2.0)", "hf-doc-builder"] | |
docs_specific = ["hf-doc-builder"] | |
fairscale = ["fairscale (>0.3)"] | |
flax = ["jax (>=0.2.8,!=0.3.2,<=0.3.6)", "jaxlib (>=0.1.65,<=0.3.6)", "flax (>=0.4.1)", "optax (>=0.0.8)"] | |
flax-speech = ["librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm"] | |
ftfy = ["ftfy"] | |
integrations = ["optuna", "ray", "sigopt"] | |
ja = ["fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "unidic-lite (>=1.0.7)", "unidic (>=1.0.2)", "sudachipy (>=0.6.6)", "sudachidict-core (>=20220729)", "rhoknp (>=1.1.0)"] | |
modelcreation = ["cookiecutter (==1.7.3)"] | |
natten = ["natten (>=0.14.4)"] | |
onnx = ["onnxconverter-common", "tf2onnx", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"] | |
onnxruntime = ["onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"] | |
optuna = ["optuna"] | |
quality = ["black (>=23.1,<24.0)", "datasets (!=2.5.0)", "isort (>=5.5.4)", "ruff (>=0.0.241)", "GitPython (<3.1.19)", "hf-doc-builder (>=0.3.0)"] | |
ray = ["ray"] | |
retrieval = ["faiss-cpu", "datasets (!=2.5.0)"] | |
sagemaker = ["sagemaker (>=2.31.0)"] | |
sentencepiece = ["sentencepiece (>=0.1.91,!=0.1.92)", "protobuf (<=3.20.2)"] | |
serving = ["pydantic", "uvicorn", "fastapi", "starlette"] | |
sigopt = ["sigopt"] | |
sklearn = ["scikit-learn"] | |
speech = ["torchaudio", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm"] | |
testing = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (>=23.1,<24.0)", "sacrebleu (>=1.4.12,<2.0.0)", "rouge-score (!=0.0.7,!=0.0.8,!=0.1,!=0.1.1)", "nltk", "GitPython (<3.1.19)", "hf-doc-builder (>=0.3.0)", "protobuf (<=3.20.2)", "sacremoses", "rjieba", "safetensors (>=0.2.1)", "beautifulsoup4", "faiss-cpu", "cookiecutter (==1.7.3)"] | |
tf = ["tensorflow (>=2.4,<2.12)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp (>=0.3.1)"] | |
tf-cpu = ["tensorflow-cpu (>=2.4,<2.12)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp (>=0.3.1)"] | |
tf-speech = ["librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm"] | |
timm = ["timm"] | |
tokenizers = ["tokenizers (>=0.11.1,!=0.11.3,<0.14)"] | |
torch = ["torch (>=1.7,!=1.12.0)"] | |
torch-speech = ["torchaudio", "librosa", "pyctcdecode (>=0.4.0)", "phonemizer", "kenlm"] | |
torch-vision = ["torchvision", "pillow"] | |
torchhub = ["filelock", "huggingface-hub (>=0.11.0,<1.0)", "importlib-metadata", "numpy (>=1.17)", "packaging (>=20.0)", "protobuf (<=3.20.2)", "regex (!=2019.12.17)", "requests", "sentencepiece (>=0.1.91,!=0.1.92)", "torch (>=1.7,!=1.12.0)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "tqdm (>=4.27)"] | |
video = ["decord (==0.6.0)", "av (==9.2.0)"] | |
vision = ["pillow"] | |
[[package]] | |
name = "triton" | |
version = "2.0.0" | |
description = "A language and compiler for custom Deep Learning operations" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
cmake = "*" | |
filelock = "*" | |
lit = "*" | |
torch = "*" | |
[package.extras] | |
tests = ["autopep8", "flake8", "isort", "numpy", "pytest", "scipy (>=1.7.1)"] | |
tutorials = ["matplotlib", "pandas", "tabulate"] | |
[[package]] | |
name = "typing-extensions" | |
version = "4.5.0" | |
description = "Backported and Experimental Type Hints for Python 3.7+" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "tzdata" | |
version = "2022.7" | |
description = "Provider of IANA time zone data" | |
category = "main" | |
optional = false | |
python-versions = ">=2" | |
[[package]] | |
name = "tzlocal" | |
version = "4.2" | |
description = "tzinfo object for the local timezone" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.dependencies] | |
"backports.zoneinfo" = {version = "*", markers = "python_version < \"3.9\""} | |
pytz-deprecation-shim = "*" | |
tzdata = {version = "*", markers = "platform_system == \"Windows\""} | |
[package.extras] | |
devenv = ["black", "pyroma", "pytest-cov", "zest.releaser"] | |
test = ["pytest-mock (>=3.3)", "pytest (>=4.3)"] | |
[[package]] | |
name = "uri-template" | |
version = "1.2.0" | |
description = "RFC 6570 URI Template Processor" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.extras] | |
dev = ["mypy", "flake8 (<4.0.0)", "flake8-annotations", "flake8-bugbear", "flake8-commas", "flake8-comprehensions", "flake8-continuation", "flake8-datetimez", "flake8-docstrings", "flake8-import-order", "flake8-literal", "flake8-noqa", "flake8-requirements", "flake8-type-annotations", "flake8-use-fstring", "pep8-naming"] | |
[[package]] | |
name = "urllib3" | |
version = "1.26.15" | |
description = "HTTP library with thread-safe connection pooling, file post, and more." | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" | |
[package.extras] | |
brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"] | |
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "urllib3-secure-extra", "ipaddress"] | |
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] | |
[[package]] | |
name = "validators" | |
version = "0.20.0" | |
description = "Python Data Validation for Humans™." | |
category = "main" | |
optional = false | |
python-versions = ">=3.4" | |
[package.dependencies] | |
decorator = ">=3.4.0" | |
[package.extras] | |
test = ["pytest (>=2.2.3)", "flake8 (>=2.4.0)", "isort (>=4.2.2)"] | |
[[package]] | |
name = "watchdog" | |
version = "2.3.1" | |
description = "Filesystem events monitoring" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.extras] | |
watchmedo = ["PyYAML (>=3.10)"] | |
[[package]] | |
name = "wcwidth" | |
version = "0.2.6" | |
description = "Measures the displayed width of unicode strings in a terminal" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "webcolors" | |
version = "1.12" | |
description = "A library for working with color names and color values formats defined by HTML and CSS." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "webencodings" | |
version = "0.5.1" | |
description = "Character encoding aliases for legacy web content" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "websocket-client" | |
version = "1.5.1" | |
description = "WebSocket client for Python with low level API options" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.extras] | |
docs = ["Sphinx (>=3.4)", "sphinx-rtd-theme (>=0.5)"] | |
optional = ["python-socks", "wsaccel"] | |
test = ["websockets"] | |
[[package]] | |
name = "widgetsnbextension" | |
version = "3.5.2" | |
description = "IPython HTML widgets for Jupyter" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
notebook = ">=4.4.1" | |
[[package]] | |
name = "zipp" | |
version = "3.15.0" | |
description = "Backport of pathlib-compatible object wrapper for zip files" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.extras] | |
docs = ["sphinx (>=3.5)", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "furo", "sphinx-lint", "jaraco.tidelift (>=1.4)"] | |
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "flake8 (<5)", "pytest-cov", "pytest-enabler (>=1.3)", "jaraco.itertools", "jaraco.functools", "more-itertools", "big-o", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "pytest-flake8"] | |
[metadata] | |
lock-version = "1.1" | |
python-versions = ">=3.8.9,<3.9.7 || >3.9.7,<4.0.0" | |
content-hash = "f7215288fc64984519d9a9ca7b7db5663b34c7727322547d6c8e9e87fdd1161b" | |
[metadata.files] | |
altair = [] | |
anyio = [] | |
appnope = [] | |
argon2-cffi = [ | |
{file = "argon2-cffi-21.3.0.tar.gz", hash = "sha256:d384164d944190a7dd7ef22c6aa3ff197da12962bd04b17f64d4e93d934dba5b"}, | |
{file = "argon2_cffi-21.3.0-py3-none-any.whl", hash = "sha256:8c976986f2c5c0e5000919e6de187906cfd81fb1c72bf9d88c01177e77da7f80"}, | |
] | |
argon2-cffi-bindings = [ | |
{file = "argon2-cffi-bindings-21.2.0.tar.gz", hash = "sha256:bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3"}, | |
{file = "argon2_cffi_bindings-21.2.0-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:ccb949252cb2ab3a08c02024acb77cfb179492d5701c7cbdbfd776124d4d2367"}, | |
{file = "argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9524464572e12979364b7d600abf96181d3541da11e23ddf565a32e70bd4dc0d"}, | |
{file = "argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b746dba803a79238e925d9046a63aa26bf86ab2a2fe74ce6b009a1c3f5c8f2ae"}, | |
{file = "argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:58ed19212051f49a523abb1dbe954337dc82d947fb6e5a0da60f7c8471a8476c"}, | |
{file = "argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:bd46088725ef7f58b5a1ef7ca06647ebaf0eb4baff7d1d0d177c6cc8744abd86"}, | |
{file = "argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_i686.whl", hash = "sha256:8cd69c07dd875537a824deec19f978e0f2078fdda07fd5c42ac29668dda5f40f"}, | |
{file = "argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:f1152ac548bd5b8bcecfb0b0371f082037e47128653df2e8ba6e914d384f3c3e"}, | |
{file = "argon2_cffi_bindings-21.2.0-cp36-abi3-win32.whl", hash = "sha256:603ca0aba86b1349b147cab91ae970c63118a0f30444d4bc80355937c950c082"}, | |
{file = "argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl", hash = "sha256:b2ef1c30440dbbcba7a5dc3e319408b59676e2e039e2ae11a8775ecf482b192f"}, | |
{file = "argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:e415e3f62c8d124ee16018e491a009937f8cf7ebf5eb430ffc5de21b900dad93"}, | |
{file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:3e385d1c39c520c08b53d63300c3ecc28622f076f4c2b0e6d7e796e9f6502194"}, | |
{file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2c3e3cc67fdb7d82c4718f19b4e7a87123caf8a93fde7e23cf66ac0337d3cb3f"}, | |
{file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6a22ad9800121b71099d0fb0a65323810a15f2e292f2ba450810a7316e128ee5"}, | |
{file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f9f8b450ed0547e3d473fdc8612083fd08dd2120d6ac8f73828df9b7d45bb351"}, | |
{file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:93f9bf70084f97245ba10ee36575f0c3f1e7d7724d67d8e5b08e61787c320ed7"}, | |
{file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:3b9ef65804859d335dc6b31582cad2c5166f0c3e7975f324d9ffaa34ee7e6583"}, | |
{file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d4966ef5848d820776f5f562a7d45fdd70c2f330c961d0d745b784034bd9f48d"}, | |
{file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:20ef543a89dee4db46a1a6e206cd015360e5a75822f76df533845c3cbaf72670"}, | |
{file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ed2937d286e2ad0cc79a7087d3c272832865f779430e0cc2b4f3718d3159b0cb"}, | |
{file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:5e00316dabdaea0b2dd82d141cc66889ced0cdcbfa599e8b471cf22c620c329a"}, | |
] | |
arrow = [] | |
asttokens = [] | |
attrs = [] | |
backcall = [ | |
{file = "backcall-0.2.0-py2.py3-none-any.whl", hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255"}, | |
{file = "backcall-0.2.0.tar.gz", hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"}, | |
] | |
"backports.zoneinfo" = [] | |
beautifulsoup4 = [] | |
biopython = [] | |
bleach = [] | |
blinker = [] | |
boto3 = [] | |
botocore = [] | |
cachetools = [] | |
certifi = [] | |
cffi = [] | |
charset-normalizer = [] | |
click = [] | |
cmake = [] | |
colorama = [] | |
comm = [] | |
debugpy = [] | |
decorator = [ | |
{file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"}, | |
{file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"}, | |
] | |
defusedxml = [ | |
{file = "defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61"}, | |
{file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"}, | |
] | |
deprecation = [] | |
entrypoints = [ | |
{file = "entrypoints-0.4-py3-none-any.whl", hash = "sha256:f174b5ff827504fd3cd97cc3f8649f3693f51538c7e4bdf3ef002c8429d42f9f"}, | |
{file = "entrypoints-0.4.tar.gz", hash = "sha256:b706eddaa9218a19ebcd67b56818f05bb27589b1ca9e8d797b74affad4ccacd4"}, | |
] | |
exceptiongroup = [] | |
executing = [] | |
fastjsonschema = [] | |
filelock = [] | |
fqdn = [] | |
gitdb = [] | |
gitpython = [] | |
huggingface-hub = [] | |
idna = [] | |
importlib-metadata = [] | |
importlib-resources = [] | |
iniconfig = [] | |
ipykernel = [] | |
ipyspeck = [] | |
ipython = [] | |
ipython-genutils = [ | |
{file = "ipython_genutils-0.2.0-py2.py3-none-any.whl", hash = "sha256:72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8"}, | |
{file = "ipython_genutils-0.2.0.tar.gz", hash = "sha256:eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8"}, | |
] | |
ipywidgets = [] | |
isoduration = [] | |
jedi = [] | |
jinja2 = [] | |
jmespath = [] | |
jsonpointer = [] | |
jsonschema = [] | |
jupyter-client = [] | |
jupyter-core = [] | |
jupyter-events = [] | |
jupyter-packaging = [] | |
jupyter-server = [] | |
jupyter-server-terminals = [] | |
jupyterlab-pygments = [] | |
jupyterlab-widgets = [] | |
lit = [] | |
lmdb = [] | |
markdown-it-py = [] | |
markupsafe = [] | |
matplotlib-inline = [] | |
mdurl = [] | |
mistune = [] | |
mpmath = [] | |
nbclassic = [] | |
nbclient = [] | |
nbconvert = [] | |
nbformat = [] | |
nest-asyncio = [] | |
networkx = [] | |
notebook = [] | |
notebook-shim = [] | |
numpy = [] | |
nvidia-cublas-cu11 = [] | |
nvidia-cuda-cupti-cu11 = [] | |
nvidia-cuda-nvrtc-cu11 = [] | |
nvidia-cuda-runtime-cu11 = [] | |
nvidia-cudnn-cu11 = [] | |
nvidia-cufft-cu11 = [] | |
nvidia-curand-cu11 = [] | |
nvidia-cusolver-cu11 = [] | |
nvidia-cusparse-cu11 = [] | |
nvidia-nccl-cu11 = [] | |
nvidia-nvtx-cu11 = [] | |
packaging = [] | |
pandas = [] | |
pandocfilters = [ | |
{file = "pandocfilters-1.5.0-py2.py3-none-any.whl", hash = "sha256:33aae3f25fd1a026079f5d27bdd52496f0e0803b3469282162bafdcbdf6ef14f"}, | |
{file = "pandocfilters-1.5.0.tar.gz", hash = "sha256:0b679503337d233b4339a817bfc8c50064e2eff681314376a47cb582305a7a38"}, | |
] | |
parso = [ | |
{file = "parso-0.8.3-py2.py3-none-any.whl", hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"}, | |
{file = "parso-0.8.3.tar.gz", hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"}, | |
] | |
pexpect = [ | |
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"}, | |
{file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"}, | |
] | |
pickleshare = [ | |
{file = "pickleshare-0.7.5-py2.py3-none-any.whl", hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56"}, | |
{file = "pickleshare-0.7.5.tar.gz", hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"}, | |
] | |
pillow = [] | |
pkgutil-resolve-name = [] | |
platformdirs = [] | |
pluggy = [ | |
{file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"}, | |
{file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, | |
] | |
prometheus-client = [] | |
prompt-toolkit = [] | |
protobuf = [] | |
psutil = [] | |
ptyprocess = [ | |
{file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"}, | |
{file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"}, | |
] | |
pure-eval = [ | |
{file = "pure_eval-0.2.2-py3-none-any.whl", hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350"}, | |
{file = "pure_eval-0.2.2.tar.gz", hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"}, | |
] | |
py3dmol = [] | |
pyarrow = [] | |
pycparser = [ | |
{file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, | |
{file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"}, | |
] | |
pydeck = [] | |
pygments = [] | |
pympler = [] | |
pyrsistent = [] | |
pytest = [] | |
python-dateutil = [ | |
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, | |
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, | |
] | |
python-json-logger = [] | |
pytz = [] | |
pytz-deprecation-shim = [] | |
pywin32 = [] | |
pywinpty = [] | |
pyyaml = [ | |
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, | |
{file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"}, | |
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"}, | |
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"}, | |
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"}, | |
{file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"}, | |
{file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"}, | |
{file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"}, | |
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"}, | |
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"}, | |
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"}, | |
{file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"}, | |
{file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"}, | |
{file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"}, | |
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"}, | |
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"}, | |
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"}, | |
{file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"}, | |
{file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"}, | |
{file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"}, | |
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"}, | |
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"}, | |
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"}, | |
{file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"}, | |
{file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"}, | |
{file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"}, | |
{file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"}, | |
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"}, | |
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"}, | |
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"}, | |
{file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"}, | |
{file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"}, | |
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, | |
] | |
pyzmq = [] | |
regex = [] | |
requests = [] | |
rfc3339-validator = [] | |
rfc3986-validator = [] | |
rich = [] | |
s3transfer = [] | |
scipy = [] | |
semver = [] | |
send2trash = [ | |
{file = "Send2Trash-1.8.0-py3-none-any.whl", hash = "sha256:f20eaadfdb517eaca5ce077640cb261c7d2698385a6a0f072a4a5447fd49fa08"}, | |
{file = "Send2Trash-1.8.0.tar.gz", hash = "sha256:d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d"}, | |
] | |
sentencepiece = [] | |
six = [ | |
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, | |
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, | |
] | |
smmap = [ | |
{file = "smmap-5.0.0-py3-none-any.whl", hash = "sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94"}, | |
{file = "smmap-5.0.0.tar.gz", hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936"}, | |
] | |
sniffio = [] | |
soupsieve = [] | |
stack-data = [] | |
stmol = [] | |
streamlit = [] | |
sympy = [] | |
tape-proteins = [] | |
tensorboardx = [] | |
terminado = [] | |
tinycss2 = [] | |
tokenizers = [] | |
toml = [ | |
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, | |
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, | |
] | |
tomli = [ | |
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, | |
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, | |
] | |
tomlkit = [] | |
toolz = [] | |
torch = [] | |
tornado = [] | |
tqdm = [] | |
traitlets = [] | |
transformers = [] | |
triton = [] | |
typing-extensions = [] | |
tzdata = [] | |
tzlocal = [] | |
uri-template = [] | |
urllib3 = [] | |
validators = [] | |
watchdog = [] | |
wcwidth = [] | |
webcolors = [] | |
webencodings = [ | |
{file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"}, | |
{file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"}, | |
] | |
websocket-client = [] | |
widgetsnbextension = [] | |
zipp = [] | |