|
[[package]] |
|
name = "aiohttp" |
|
version = "3.8.3" |
|
description = "Async http client/server framework (asyncio)" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.dependencies] |
|
aiosignal = ">=1.1.2" |
|
async-timeout = ">=4.0.0a3,<5.0" |
|
attrs = ">=17.3.0" |
|
charset-normalizer = ">=2.0,<3.0" |
|
frozenlist = ">=1.1.1" |
|
multidict = ">=4.5,<7.0" |
|
yarl = ">=1.0,<2.0" |
|
|
|
[package.extras] |
|
speedups = ["aiodns", "brotli", "cchardet"] |
|
|
|
[[package]] |
|
name = "aiosignal" |
|
version = "1.2.0" |
|
description = "aiosignal: a list of registered asynchronous callbacks" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.dependencies] |
|
frozenlist = ">=1.1.0" |
|
|
|
[[package]] |
|
name = "async-timeout" |
|
version = "4.0.2" |
|
description = "Timeout context manager for asyncio programs" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[[package]] |
|
name = "attrs" |
|
version = "22.1.0" |
|
description = "Classes Without Boilerplate" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.5" |
|
|
|
[package.extras] |
|
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "mypy (>=0.900,!=0.940)", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit", "cloudpickle"] |
|
docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"] |
|
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "mypy (>=0.900,!=0.940)", "pytest-mypy-plugins", "zope.interface", "cloudpickle"] |
|
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "mypy (>=0.900,!=0.940)", "pytest-mypy-plugins", "cloudpickle"] |
|
|
|
[[package]] |
|
name = "blis" |
|
version = "0.7.8" |
|
description = "The Blis BLAS-like linear algebra library, as a self-contained C-extension." |
|
category = "main" |
|
optional = false |
|
python-versions = "*" |
|
|
|
[package.dependencies] |
|
numpy = ">=1.15.0" |
|
|
|
[[package]] |
|
name = "catalogue" |
|
version = "2.0.8" |
|
description = "Super lightweight function registries for your library" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[[package]] |
|
name = "certifi" |
|
version = "2022.9.24" |
|
description = "Python package for providing Mozilla's CA Bundle." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[[package]] |
|
name = "charset-normalizer" |
|
version = "2.1.1" |
|
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6.0" |
|
|
|
[package.extras] |
|
unicode_backport = ["unicodedata2"] |
|
|
|
[[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 = "colorama" |
|
version = "0.4.5" |
|
description = "Cross-platform colored terminal text." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
|
|
[[package]] |
|
name = "confection" |
|
version = "0.0.3" |
|
description = "The sweetest config system for Python" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.dependencies] |
|
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<1.11.0" |
|
srsly = ">=2.4.0,<3.0.0" |
|
|
|
[[package]] |
|
name = "contourpy" |
|
version = "1.0.5" |
|
description = "Python library for calculating contours of 2D quadrilateral grids" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
numpy = ">=1.16" |
|
|
|
[package.extras] |
|
test-no-codebase = ["pillow", "matplotlib", "pytest"] |
|
test-minimal = ["pytest"] |
|
test = ["isort", "flake8", "pillow", "matplotlib", "pytest"] |
|
docs = ["sphinx-rtd-theme", "sphinx", "docutils (<0.18)"] |
|
bokeh = ["selenium", "bokeh"] |
|
|
|
[[package]] |
|
name = "cycler" |
|
version = "0.11.0" |
|
description = "Composable style cycles" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[[package]] |
|
name = "cymem" |
|
version = "2.0.6" |
|
description = "Manage calls to calloc/free through Cython" |
|
category = "main" |
|
optional = false |
|
python-versions = "*" |
|
|
|
[[package]] |
|
name = "datasets" |
|
version = "2.5.2" |
|
description = "HuggingFace community-driven open-source library of datasets" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7.0" |
|
|
|
[package.dependencies] |
|
aiohttp = "*" |
|
dill = "<0.3.6" |
|
fsspec = {version = ">=2021.11.1", extras = ["http"]} |
|
huggingface-hub = ">=0.2.0,<1.0.0" |
|
multiprocess = "*" |
|
numpy = ">=1.17" |
|
packaging = "*" |
|
pandas = "*" |
|
pyarrow = ">=6.0.0" |
|
requests = ">=2.19.0" |
|
responses = "<0.19" |
|
tqdm = ">=4.62.1" |
|
xxhash = "*" |
|
|
|
[package.extras] |
|
apache-beam = ["apache-beam (>=2.26.0)"] |
|
audio = ["librosa"] |
|
benchmarks = ["numpy (==1.18.5)", "tensorflow (==2.3.0)", "torch (==1.7.1)", "transformers (==3.0.2)"] |
|
dev = ["absl-py", "pytest", "pytest-datadir", "pytest-xdist", "apache-beam (>=2.26.0)", "elasticsearch (<8.0.0)", "aiobotocore (>=2.0.1)", "boto3 (>=1.19.8)", "botocore (>=1.22.8)", "faiss-cpu (>=1.6.4)", "fsspec", "lz4", "moto[server,s3] (==2.0.4)", "rarfile (>=4.0)", "s3fs (>=2021.11.1)", "tensorflow (>=2.3,!=2.6.0,!=2.6.1)", "torch", "torchaudio (<0.12.0)", "soundfile", "transformers", "bs4", "conllu", "h5py", "lxml", "mwparserfromhell", "openpyxl", "py7zr", "zstandard", "sentencepiece", "rouge-score", "sacremoses", "bert-score (>=0.3.6)", "jiwer", "langdetect", "mauve-text", "nltk", "sacrebleu", "scikit-learn", "scipy", "seqeval", "tldextract", "toml (>=0.10.1)", "requests-file (>=1.5.1)", "tldextract (>=3.1.0)", "texttable (>=1.6.3)", "Werkzeug (>=1.0.1)", "six (>=1.15.0,<1.16.0)", "Pillow (>=6.2.1)", "librosa", "black (>=22.0,<23.0)", "flake8 (>=3.8.3)", "isort (>=5.0.0)", "pyyaml (>=5.3.1)"] |
|
docs = ["s3fs"] |
|
quality = ["black (>=22.0,<23.0)", "flake8 (>=3.8.3)", "isort (>=5.0.0)", "pyyaml (>=5.3.1)"] |
|
s3 = ["fsspec", "boto3", "botocore", "s3fs"] |
|
tensorflow = ["tensorflow (>=2.2.0,!=2.6.0,!=2.6.1)"] |
|
tensorflow_gpu = ["tensorflow-gpu (>=2.2.0,!=2.6.0,!=2.6.1)"] |
|
tests = ["absl-py", "pytest", "pytest-datadir", "pytest-xdist", "apache-beam (>=2.26.0)", "elasticsearch (<8.0.0)", "aiobotocore (>=2.0.1)", "boto3 (>=1.19.8)", "botocore (>=1.22.8)", "faiss-cpu (>=1.6.4)", "fsspec", "lz4", "moto[server,s3] (==2.0.4)", "rarfile (>=4.0)", "s3fs (>=2021.11.1)", "tensorflow (>=2.3,!=2.6.0,!=2.6.1)", "torch", "torchaudio (<0.12.0)", "soundfile", "transformers", "bs4", "conllu", "h5py", "lxml", "mwparserfromhell", "openpyxl", "py7zr", "zstandard", "sentencepiece", "rouge-score", "sacremoses", "bert-score (>=0.3.6)", "jiwer", "langdetect", "mauve-text", "nltk", "sacrebleu", "scikit-learn", "scipy", "seqeval", "tldextract", "toml (>=0.10.1)", "requests-file (>=1.5.1)", "tldextract (>=3.1.0)", "texttable (>=1.6.3)", "Werkzeug (>=1.0.1)", "six (>=1.15.0,<1.16.0)", "Pillow (>=6.2.1)", "librosa"] |
|
torch = ["torch"] |
|
vision = ["Pillow (>=6.2.1)"] |
|
|
|
[[package]] |
|
name = "debugpy" |
|
version = "1.6.3" |
|
description = "An implementation of the Debug Adapter Protocol for Python" |
|
category = "dev" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[[package]] |
|
name = "dill" |
|
version = "0.3.5.1" |
|
description = "serialize all of python" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*" |
|
|
|
[package.extras] |
|
graph = ["objgraph (>=1.7.2)"] |
|
|
|
[[package]] |
|
name = "fastai" |
|
version = "2.7.9" |
|
description = "fastai simplifies training fast and accurate neural nets using modern best practices" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
fastcore = ">=1.4.5,<1.6" |
|
fastdownload = ">=0.0.5,<2" |
|
fastprogress = ">=0.2.4" |
|
matplotlib = "*" |
|
packaging = "*" |
|
pandas = "*" |
|
pillow = ">6.0.0" |
|
pyyaml = "*" |
|
requests = "*" |
|
scikit-learn = "*" |
|
scipy = "*" |
|
spacy = "<4" |
|
torch = ">=1.7,<1.14" |
|
torchvision = ">=0.8.2" |
|
|
|
[package.extras] |
|
dev = ["ipywidgets", "pytorch-lightning", "pytorch-ignite", "transformers", "sentencepiece", "tensorboard", "pydicom", "catalyst", "flask-compress", "captum (>=0.3)", "flask", "wandb", "kornia", "scikit-image", "neptune-client", "comet-ml", "albumentations", "opencv-python", "pyarrow", "ninja", "timm (>=0.6.2.dev)", "accelerate (>=0.10.0)"] |
|
|
|
[[package]] |
|
name = "fastbook" |
|
version = "0.0.28" |
|
description = "Deep Learning for Coders, 2020" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
datasets = "*" |
|
fastai = ">=2.6" |
|
graphviz = "*" |
|
packaging = "*" |
|
pandas = "*" |
|
requests = "*" |
|
sentencepiece = "*" |
|
transformers = "*" |
|
|
|
[[package]] |
|
name = "fastcore" |
|
version = "1.5.27" |
|
description = "Python supercharged for fastai development" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
packaging = "*" |
|
|
|
[package.extras] |
|
dev = ["numpy", "nbdev (>=0.2.39)", "matplotlib", "pillow", "torch", "pandas", "jupyterlab"] |
|
|
|
[[package]] |
|
name = "fastdownload" |
|
version = "0.0.7" |
|
description = "A general purpose data downloading library." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.dependencies] |
|
fastcore = ">=1.3.26" |
|
fastprogress = "*" |
|
|
|
[[package]] |
|
name = "fastprogress" |
|
version = "1.0.3" |
|
description = "A nested progress with plotting options for fastai" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[[package]] |
|
name = "filelock" |
|
version = "3.8.0" |
|
description = "A platform independent file lock." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.extras] |
|
docs = ["furo (>=2022.6.21)", "sphinx (>=5.1.1)", "sphinx-autodoc-typehints (>=1.19.1)"] |
|
testing = ["covdefaults (>=2.2)", "coverage (>=6.4.2)", "pytest (>=7.1.2)", "pytest-cov (>=3)", "pytest-timeout (>=2.1)"] |
|
|
|
[[package]] |
|
name = "flask" |
|
version = "2.2.2" |
|
description = "A simple framework for building complex web applications." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
click = ">=8.0" |
|
importlib-metadata = {version = ">=3.6.0", markers = "python_version < \"3.10\""} |
|
itsdangerous = ">=2.0" |
|
Jinja2 = ">=3.0" |
|
Werkzeug = ">=2.2.2" |
|
|
|
[package.extras] |
|
async = ["asgiref (>=3.2)"] |
|
dotenv = ["python-dotenv"] |
|
|
|
[[package]] |
|
name = "fonttools" |
|
version = "4.37.4" |
|
description = "Tools to manipulate font files" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.extras] |
|
all = ["fs (>=2.2.0,<3)", "lxml (>=4.0,<5)", "zopfli (>=0.1.4)", "lz4 (>=1.7.4.2)", "matplotlib", "sympy", "skia-pathops (>=0.5.0)", "uharfbuzz (>=0.23.0)", "brotlicffi (>=0.8.0)", "scipy", "brotli (>=1.0.1)", "munkres", "unicodedata2 (>=14.0.0)", "xattr"] |
|
graphite = ["lz4 (>=1.7.4.2)"] |
|
interpolatable = ["scipy", "munkres"] |
|
lxml = ["lxml (>=4.0,<5)"] |
|
pathops = ["skia-pathops (>=0.5.0)"] |
|
plot = ["matplotlib"] |
|
repacker = ["uharfbuzz (>=0.23.0)"] |
|
symfont = ["sympy"] |
|
type1 = ["xattr"] |
|
ufo = ["fs (>=2.2.0,<3)"] |
|
unicode = ["unicodedata2 (>=14.0.0)"] |
|
woff = ["zopfli (>=0.1.4)", "brotlicffi (>=0.8.0)", "brotli (>=1.0.1)"] |
|
|
|
[[package]] |
|
name = "frozenlist" |
|
version = "1.3.1" |
|
description = "A list-like structure which implements collections.abc.MutableSequence" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[[package]] |
|
name = "fsspec" |
|
version = "2022.8.2" |
|
description = "File-system specification" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
aiohttp = {version = "<4.0.0a0 || >4.0.0a0,<4.0.0a1 || >4.0.0a1", optional = true, markers = "extra == \"http\""} |
|
requests = {version = "*", optional = true, markers = "extra == \"http\""} |
|
|
|
[package.extras] |
|
abfs = ["adlfs"] |
|
adl = ["adlfs"] |
|
arrow = ["pyarrow (>=1)"] |
|
dask = ["dask", "distributed"] |
|
dropbox = ["dropboxdrivefs", "requests", "dropbox"] |
|
entrypoints = ["importlib-metadata"] |
|
fuse = ["fusepy"] |
|
gcs = ["gcsfs"] |
|
git = ["pygit2"] |
|
github = ["requests"] |
|
gs = ["gcsfs"] |
|
gui = ["panel"] |
|
hdfs = ["pyarrow (>=1)"] |
|
http = ["requests", "aiohttp (!=4.0.0a0,!=4.0.0a1)"] |
|
libarchive = ["libarchive-c"] |
|
oci = ["ocifs"] |
|
s3 = ["s3fs"] |
|
sftp = ["paramiko"] |
|
smb = ["smbprotocol"] |
|
ssh = ["paramiko"] |
|
tqdm = ["tqdm"] |
|
|
|
[[package]] |
|
name = "graphviz" |
|
version = "0.20.1" |
|
description = "Simple Python interface for Graphviz" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.extras] |
|
dev = ["tox (>=3)", "flake8", "pep8-naming", "wheel", "twine"] |
|
docs = ["sphinx (>=5)", "sphinx-autodoc-typehints", "sphinx-rtd-theme"] |
|
test = ["pytest (>=7)", "pytest-mock (>=3)", "mock (>=4)", "pytest-cov", "coverage"] |
|
|
|
[[package]] |
|
name = "huggingface-hub" |
|
version = "0.10.0" |
|
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 = "*" |
|
typing-extensions = ">=3.7.4.3" |
|
|
|
[package.extras] |
|
torch = ["torch"] |
|
testing = ["soundfile", "pytest-cov", "pytest", "jinja2", "jedi", "isort (>=5.5.4)", "InquirerPy (==0.3.4)"] |
|
tensorflow = ["graphviz", "pydot", "tensorflow"] |
|
quality = ["mypy", "isort (>=5.5.4)", "flake8-bugbear", "flake8 (>=3.8.3)", "black (==22.3)"] |
|
fastai = ["fastcore (>=1.3.27)", "fastai (>=2.4)", "toml"] |
|
dev = ["mypy", "flake8-bugbear", "flake8 (>=3.8.3)", "black (==22.3)", "soundfile", "pytest-cov", "pytest", "jinja2", "jedi", "isort (>=5.5.4)", "InquirerPy (==0.3.4)"] |
|
cli = ["InquirerPy (==0.3.4)"] |
|
all = ["mypy", "flake8-bugbear", "flake8 (>=3.8.3)", "black (==22.3)", "soundfile", "pytest-cov", "pytest", "jinja2", "jedi", "isort (>=5.5.4)", "InquirerPy (==0.3.4)"] |
|
|
|
[[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 = "5.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", "jaraco.tidelift (>=1.4)"] |
|
perf = ["ipython"] |
|
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "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)", "importlib-resources (>=1.3)"] |
|
|
|
[[package]] |
|
name = "itsdangerous" |
|
version = "2.1.2" |
|
description = "Safely pass data to untrusted environments and back." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[[package]] |
|
name = "jedi" |
|
version = "0.18.1" |
|
description = "An autocompletion tool for Python that can be used for text editors." |
|
category = "dev" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.dependencies] |
|
parso = ">=0.8.0,<0.9.0" |
|
|
|
[package.extras] |
|
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"] |
|
testing = ["Django (<3.1)", "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 = "joblib" |
|
version = "1.2.0" |
|
description = "Lightweight pipelining with Python functions" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[[package]] |
|
name = "kiwisolver" |
|
version = "1.4.4" |
|
description = "A fast implementation of the Cassowary constraint solver" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[[package]] |
|
name = "langcodes" |
|
version = "3.3.0" |
|
description = "Tools for labeling human languages with IETF language tags" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.extras] |
|
data = ["language-data (>=1.1,<2.0)"] |
|
|
|
[[package]] |
|
name = "markupsafe" |
|
version = "2.1.1" |
|
description = "Safely add untrusted strings to HTML/XML markup." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[[package]] |
|
name = "matplotlib" |
|
version = "3.6.1" |
|
description = "Python plotting package" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.8" |
|
|
|
[package.dependencies] |
|
contourpy = ">=1.0.1" |
|
cycler = ">=0.10" |
|
fonttools = ">=4.22.0" |
|
kiwisolver = ">=1.0.1" |
|
numpy = ">=1.19" |
|
packaging = ">=20.0" |
|
pillow = ">=6.2.0" |
|
pyparsing = ">=2.2.1" |
|
python-dateutil = ">=2.7" |
|
|
|
[[package]] |
|
name = "multidict" |
|
version = "6.0.2" |
|
description = "multidict implementation" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[[package]] |
|
name = "multiprocess" |
|
version = "0.70.13" |
|
description = "better multiprocessing and multithreading in python" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*" |
|
|
|
[package.dependencies] |
|
dill = ">=0.3.5.1" |
|
|
|
[[package]] |
|
name = "murmurhash" |
|
version = "1.0.8" |
|
description = "Cython bindings for MurmurHash" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[[package]] |
|
name = "numpy" |
|
version = "1.23.3" |
|
description = "NumPy is the fundamental package for array computing with Python." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.8" |
|
|
|
[[package]] |
|
name = "packaging" |
|
version = "21.3" |
|
description = "Core utilities for Python packages" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.dependencies] |
|
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" |
|
|
|
[[package]] |
|
name = "pandas" |
|
version = "1.5.0" |
|
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\""} |
|
python-dateutil = ">=2.8.1" |
|
pytz = ">=2020.1" |
|
|
|
[package.extras] |
|
test = ["pytest-xdist (>=1.31)", "pytest (>=6.0)", "hypothesis (>=5.5.3)"] |
|
|
|
[[package]] |
|
name = "parso" |
|
version = "0.8.3" |
|
description = "A Python Parser" |
|
category = "dev" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.extras] |
|
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"] |
|
testing = ["docopt", "pytest (<6.0.0)"] |
|
|
|
[[package]] |
|
name = "pathy" |
|
version = "0.6.2" |
|
description = "pathlib.Path subclasses for local and cloud bucket storage" |
|
category = "main" |
|
optional = false |
|
python-versions = ">= 3.6" |
|
|
|
[package.dependencies] |
|
smart-open = ">=5.2.1,<6.0.0" |
|
typer = ">=0.3.0,<1.0.0" |
|
|
|
[package.extras] |
|
test = ["typer-cli", "mock", "pytest-coverage", "pytest"] |
|
s3 = ["boto3"] |
|
gcs = ["google-cloud-storage (>=1.26.0,<2.0.0)"] |
|
all = ["typer-cli", "mock", "pytest-coverage", "pytest", "boto3", "google-cloud-storage (>=1.26.0,<2.0.0)"] |
|
|
|
[[package]] |
|
name = "pillow" |
|
version = "9.2.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-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 = "pluggy" |
|
version = "1.0.0" |
|
description = "plugin and hook calling mechanisms for python" |
|
category = "dev" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.extras] |
|
testing = ["pytest-benchmark", "pytest"] |
|
dev = ["tox", "pre-commit"] |
|
|
|
[[package]] |
|
name = "preshed" |
|
version = "3.0.7" |
|
description = "Cython hash table that trusts the keys are pre-hashed" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.dependencies] |
|
cymem = ">=2.0.2,<2.1.0" |
|
murmurhash = ">=0.28.0,<1.1.0" |
|
|
|
[[package]] |
|
name = "pyarrow" |
|
version = "9.0.0" |
|
description = "Python library for Apache Arrow" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
numpy = ">=1.16.6" |
|
|
|
[[package]] |
|
name = "pydantic" |
|
version = "1.9.2" |
|
description = "Data validation and settings management using python type hints" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6.1" |
|
|
|
[package.dependencies] |
|
typing-extensions = ">=3.7.4.3" |
|
|
|
[package.extras] |
|
dotenv = ["python-dotenv (>=0.10.4)"] |
|
email = ["email-validator (>=1.0.3)"] |
|
|
|
[[package]] |
|
name = "pyflakes" |
|
version = "2.5.0" |
|
description = "passive checker of Python programs" |
|
category = "dev" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[[package]] |
|
name = "pyparsing" |
|
version = "3.0.9" |
|
description = "pyparsing module - Classes and methods to define and execute parsing grammars" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6.8" |
|
|
|
[package.extras] |
|
diagrams = ["railroad-diagrams", "jinja2"] |
|
|
|
[[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-lsp-jsonrpc" |
|
version = "1.0.0" |
|
description = "JSON RPC 2.0 server library" |
|
category = "dev" |
|
optional = false |
|
python-versions = "*" |
|
|
|
[package.dependencies] |
|
ujson = ">=3.0.0" |
|
|
|
[package.extras] |
|
test = ["coverage", "pytest-cov", "pytest", "pyflakes", "pycodestyle", "pylint"] |
|
|
|
[[package]] |
|
name = "pytoolconfig" |
|
version = "1.2.2" |
|
description = "Python tool configuration" |
|
category = "dev" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
packaging = ">=21.3" |
|
tomli = {version = ">=2.0", markers = "python_version < \"3.11\""} |
|
|
|
[package.extras] |
|
validation = ["pydantic (>=1.7.4)"] |
|
global = ["appdirs (>=1.4.4)"] |
|
gen_docs = ["pytoolconfig", "sphinx-rtd-theme (>=1.0.0)", "sphinx-autodoc-typehints (>=1.18.1)", "sphinx (>=4.5.0)"] |
|
doc = ["sphinx (>=4.5.0)", "tabulate (>=0.8.9)"] |
|
|
|
[[package]] |
|
name = "pytz" |
|
version = "2022.4" |
|
description = "World timezone definitions, modern and historical" |
|
category = "main" |
|
optional = false |
|
python-versions = "*" |
|
|
|
[[package]] |
|
name = "pyyaml" |
|
version = "6.0" |
|
description = "YAML parser and emitter for Python" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "2022.9.13" |
|
description = "Alternative regular expression module, to replace re." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[[package]] |
|
name = "replit" |
|
version = "3.2.4" |
|
description = "A library for interacting with features of repl.it" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.8,<4.0" |
|
|
|
[package.dependencies] |
|
aiohttp = ">=3.6.2,<4.0.0" |
|
Flask = ">=2.0.0,<3.0.0" |
|
requests = ">=2.25.1,<3.0.0" |
|
typing_extensions = ">=3.7.4,<4.0.0" |
|
Werkzeug = ">=2.0.0,<3.0.0" |
|
|
|
[[package]] |
|
name = "replit-python-lsp-server" |
|
version = "1.15.9" |
|
description = "Python Language Server for the Language Server Protocol" |
|
category = "dev" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
jedi = ">=0.17.2,<0.19.0" |
|
pluggy = ">=1.0.0" |
|
pyflakes = {version = ">=2.5.0,<2.6.0", optional = true, markers = "extra == \"pyflakes\""} |
|
python-lsp-jsonrpc = ">=1.0.0" |
|
rope = {version = ">0.10.5", optional = true, markers = "extra == \"rope\""} |
|
toml = ">=0.10.2" |
|
ujson = ">=3.0.0" |
|
whatthepatch = {version = ">=1.0.2,<2.0.0", optional = true, markers = "extra == \"yapf\""} |
|
yapf = {version = "*", optional = true, markers = "extra == \"yapf\""} |
|
|
|
[package.extras] |
|
all = ["autopep8 (>=1.6.0,<1.7.0)", "flake8 (>=5.0.0,<5.1.0)", "mccabe (>=0.7.0,<0.8.0)", "pycodestyle (>=2.9.0,<2.10.0)", "pydocstyle (>=2.0.0)", "pyflakes (>=2.5.0,<2.6.0)", "pylint (>=2.5.0)", "rope (>=0.10.5)", "yapf", "whatthepatch"] |
|
autopep8 = ["autopep8 (>=1.6.0,<1.7.0)"] |
|
flake8 = ["flake8 (>=5.0.0,<5.1.0)"] |
|
mccabe = ["mccabe (>=0.7.0,<0.8.0)"] |
|
pycodestyle = ["pycodestyle (>=2.9.0,<2.10.0)"] |
|
pydocstyle = ["pydocstyle (>=2.0.0)"] |
|
pyflakes = ["pyflakes (>=2.5.0,<2.6.0)"] |
|
pylint = ["pylint (>=2.5.0)"] |
|
rope = ["rope (>0.10.5)"] |
|
test = ["pylint (>=2.5.0)", "pytest", "pytest-cov", "coverage", "numpy (<1.23)", "pandas", "matplotlib", "pyqt5", "flaky"] |
|
websockets = ["websockets (>=10.3)"] |
|
yapf = ["yapf", "whatthepatch (>=1.0.2,<2.0.0)"] |
|
|
|
[[package]] |
|
name = "requests" |
|
version = "2.28.1" |
|
description = "Python HTTP for Humans." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7, <4" |
|
|
|
[package.dependencies] |
|
certifi = ">=2017.4.17" |
|
charset-normalizer = ">=2,<3" |
|
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 = "responses" |
|
version = "0.18.0" |
|
description = "A utility library for mocking out the `requests` Python library." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
requests = ">=2.0,<3.0" |
|
urllib3 = ">=1.25.10" |
|
|
|
[package.extras] |
|
tests = ["pytest (>=4.6)", "coverage (>=6.0.0)", "pytest-cov", "pytest-localserver", "flake8", "types-mock", "types-requests", "mypy"] |
|
|
|
[[package]] |
|
name = "rope" |
|
version = "1.3.0" |
|
description = "a python refactoring library..." |
|
category = "dev" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
pytoolconfig = ">=1.1.2" |
|
|
|
[package.extras] |
|
doc = ["sphinx-rtd-theme (>=1.0.0)", "sphinx-autodoc-typehints (>=1.18.1)", "sphinx (>=4.5.0)", "pytoolconfig"] |
|
dev = ["build (>=0.7.0)", "pytest-timeout (>=2.1.0)", "pytest (>=7.0.1)"] |
|
|
|
[[package]] |
|
name = "scikit-learn" |
|
version = "1.1.2" |
|
description = "A set of python modules for machine learning and data mining" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.8" |
|
|
|
[package.dependencies] |
|
joblib = ">=1.0.0" |
|
numpy = ">=1.17.3" |
|
scipy = ">=1.3.2" |
|
threadpoolctl = ">=2.0.0" |
|
|
|
[package.extras] |
|
tests = ["numpydoc (>=1.2.0)", "pyamg (>=4.0.0)", "mypy (>=0.961)", "black (>=22.3.0)", "flake8 (>=3.8.2)", "pytest-cov (>=2.9.0)", "pytest (>=5.0.1)", "pandas (>=1.0.5)", "scikit-image (>=0.16.2)", "matplotlib (>=3.1.2)"] |
|
examples = ["seaborn (>=0.9.0)", "pandas (>=1.0.5)", "scikit-image (>=0.16.2)", "matplotlib (>=3.1.2)"] |
|
docs = ["sphinxext-opengraph (>=0.4.2)", "sphinx-prompt (>=1.3.0)", "Pillow (>=7.1.2)", "numpydoc (>=1.2.0)", "sphinx-gallery (>=0.7.0)", "sphinx (>=4.0.1)", "memory-profiler (>=0.57.0)", "seaborn (>=0.9.0)", "pandas (>=1.0.5)", "scikit-image (>=0.16.2)", "matplotlib (>=3.1.2)"] |
|
benchmark = ["memory-profiler (>=0.57.0)", "pandas (>=1.0.5)", "matplotlib (>=3.1.2)"] |
|
|
|
[[package]] |
|
name = "scipy" |
|
version = "1.9.2" |
|
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 = "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 = "smart-open" |
|
version = "5.2.1" |
|
description = "Utils for streaming large files (S3, HDFS, GCS, Azure Blob Storage, gzip, bz2...)" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6,<4.0" |
|
|
|
[package.extras] |
|
all = ["boto3", "google-cloud-storage", "azure-storage-blob", "azure-common", "azure-core", "requests"] |
|
azure = ["azure-storage-blob", "azure-common", "azure-core"] |
|
gcs = ["google-cloud-storage"] |
|
http = ["requests"] |
|
s3 = ["boto3"] |
|
test = ["boto3", "google-cloud-storage", "azure-storage-blob", "azure-common", "azure-core", "requests", "moto[server] (==1.3.14)", "pathlib2", "responses", "paramiko", "parameterizedtestcase", "pytest", "pytest-rerunfailures"] |
|
webhdfs = ["requests"] |
|
|
|
[[package]] |
|
name = "spacy" |
|
version = "3.4.1" |
|
description = "Industrial-strength Natural Language Processing (NLP) in Python" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.dependencies] |
|
catalogue = ">=2.0.6,<2.1.0" |
|
cymem = ">=2.0.2,<2.1.0" |
|
jinja2 = "*" |
|
langcodes = ">=3.2.0,<4.0.0" |
|
murmurhash = ">=0.28.0,<1.1.0" |
|
numpy = ">=1.15.0" |
|
packaging = ">=20.0" |
|
pathy = ">=0.3.5" |
|
preshed = ">=3.0.2,<3.1.0" |
|
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<1.10.0" |
|
requests = ">=2.13.0,<3.0.0" |
|
spacy-legacy = ">=3.0.9,<3.1.0" |
|
spacy-loggers = ">=1.0.0,<2.0.0" |
|
srsly = ">=2.4.3,<3.0.0" |
|
thinc = ">=8.1.0,<8.2.0" |
|
tqdm = ">=4.38.0,<5.0.0" |
|
typer = ">=0.3.0,<0.5.0" |
|
wasabi = ">=0.9.1,<1.1.0" |
|
|
|
[package.extras] |
|
apple = ["thinc-apple-ops (>=0.1.0.dev0,<1.0.0)"] |
|
cuda = ["cupy (>=5.0.0b4,<11.0.0)"] |
|
cuda100 = ["cupy-cuda100 (>=5.0.0b4,<11.0.0)"] |
|
cuda101 = ["cupy-cuda101 (>=5.0.0b4,<11.0.0)"] |
|
cuda102 = ["cupy-cuda102 (>=5.0.0b4,<11.0.0)"] |
|
cuda110 = ["cupy-cuda110 (>=5.0.0b4,<11.0.0)"] |
|
cuda111 = ["cupy-cuda111 (>=5.0.0b4,<11.0.0)"] |
|
cuda112 = ["cupy-cuda112 (>=5.0.0b4,<11.0.0)"] |
|
cuda113 = ["cupy-cuda113 (>=5.0.0b4,<11.0.0)"] |
|
cuda114 = ["cupy-cuda114 (>=5.0.0b4,<11.0.0)"] |
|
cuda115 = ["cupy-cuda115 (>=5.0.0b4,<11.0.0)"] |
|
cuda116 = ["cupy-cuda116 (>=5.0.0b4,<11.0.0)"] |
|
cuda117 = ["cupy-cuda117 (>=5.0.0b4,<11.0.0)"] |
|
cuda80 = ["cupy-cuda80 (>=5.0.0b4,<11.0.0)"] |
|
cuda90 = ["cupy-cuda90 (>=5.0.0b4,<11.0.0)"] |
|
cuda91 = ["cupy-cuda91 (>=5.0.0b4,<11.0.0)"] |
|
cuda92 = ["cupy-cuda92 (>=5.0.0b4,<11.0.0)"] |
|
ja = ["sudachipy (>=0.5.2,!=0.6.1)", "sudachidict-core (>=20211220)"] |
|
ko = ["natto-py (==0.9.0)"] |
|
lookups = ["spacy-lookups-data (>=1.0.3,<1.1.0)"] |
|
ray = ["spacy-ray (>=0.1.0,<1.0.0)"] |
|
th = ["pythainlp (>=2.0)"] |
|
transformers = ["spacy-transformers (>=1.1.2,<1.2.0)"] |
|
|
|
[[package]] |
|
name = "spacy-legacy" |
|
version = "3.0.10" |
|
description = "Legacy registered functions for spaCy backwards compatibility" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[[package]] |
|
name = "spacy-loggers" |
|
version = "1.0.3" |
|
description = "Logging utilities for SpaCy" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.dependencies] |
|
wasabi = ">=0.8.1,<1.1.0" |
|
|
|
[[package]] |
|
name = "srsly" |
|
version = "2.4.4" |
|
description = "Modern high-performance serialization utilities for Python" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.dependencies] |
|
catalogue = ">=2.0.3,<2.1.0" |
|
|
|
[[package]] |
|
name = "thinc" |
|
version = "8.1.3" |
|
description = "A refreshing functional take on deep learning, compatible with your favorite libraries" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.dependencies] |
|
blis = ">=0.7.8,<0.8.0" |
|
catalogue = ">=2.0.4,<2.1.0" |
|
confection = ">=0.0.1,<1.0.0" |
|
cymem = ">=2.0.2,<2.1.0" |
|
murmurhash = ">=1.0.2,<1.1.0" |
|
numpy = ">=1.15.0" |
|
preshed = ">=3.0.2,<3.1.0" |
|
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<1.11.0" |
|
srsly = ">=2.4.0,<3.0.0" |
|
wasabi = ">=0.8.1,<1.1.0" |
|
|
|
[package.extras] |
|
cuda = ["cupy (>=5.0.0b4)"] |
|
cuda-autodetect = ["cupy-wheel (>=11.0.0)"] |
|
cuda100 = ["cupy-cuda100 (>=5.0.0b4)"] |
|
cuda101 = ["cupy-cuda101 (>=5.0.0b4)"] |
|
cuda102 = ["cupy-cuda102 (>=5.0.0b4)"] |
|
cuda110 = ["cupy-cuda110 (>=5.0.0b4)"] |
|
cuda111 = ["cupy-cuda111 (>=5.0.0b4)"] |
|
cuda112 = ["cupy-cuda112 (>=5.0.0b4)"] |
|
cuda113 = ["cupy-cuda113 (>=5.0.0b4)"] |
|
cuda114 = ["cupy-cuda114 (>=5.0.0b4)"] |
|
cuda115 = ["cupy-cuda115 (>=5.0.0b4)"] |
|
cuda116 = ["cupy-cuda116 (>=5.0.0b4)"] |
|
cuda117 = ["cupy-cuda117 (>=5.0.0b4)"] |
|
cuda11x = ["cupy-cuda11x (>=11.0.0)"] |
|
cuda80 = ["cupy-cuda80 (>=5.0.0b4)"] |
|
cuda90 = ["cupy-cuda90 (>=5.0.0b4)"] |
|
cuda91 = ["cupy-cuda91 (>=5.0.0b4)"] |
|
cuda92 = ["cupy-cuda92 (>=5.0.0b4)"] |
|
datasets = ["ml-datasets (>=0.2.0,<0.3.0)"] |
|
mxnet = ["mxnet (>=1.5.1,<1.6.0)"] |
|
tensorflow = ["tensorflow (>=2.0.0,<2.6.0)"] |
|
torch = ["torch (>=1.6.0)"] |
|
|
|
[[package]] |
|
name = "threadpoolctl" |
|
version = "3.1.0" |
|
description = "threadpoolctl" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[[package]] |
|
name = "tokenizers" |
|
version = "0.13.1" |
|
description = "Fast and Customizable Tokenizers" |
|
category = "main" |
|
optional = false |
|
python-versions = "*" |
|
|
|
[package.extras] |
|
dev = ["pytest", "requests", "numpy", "datasets"] |
|
docs = ["sphinx", "sphinx-rtd-theme", "setuptools-rust"] |
|
testing = ["pytest", "requests", "numpy", "datasets"] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.10.2" |
|
description = "Python Library for Tom's Obvious, Minimal Language" |
|
category = "dev" |
|
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 = "torch" |
|
version = "1.12.1" |
|
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7.0" |
|
|
|
[package.dependencies] |
|
typing-extensions = "*" |
|
|
|
[[package]] |
|
name = "torchvision" |
|
version = "0.13.1" |
|
description = "image and video datasets and models for torch deep learning" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
numpy = "*" |
|
pillow = ">=5.3.0,<8.3.0 || >=8.4.0" |
|
requests = "*" |
|
torch = "1.12.1" |
|
typing-extensions = "*" |
|
|
|
[package.extras] |
|
scipy = ["scipy"] |
|
|
|
[[package]] |
|
name = "tqdm" |
|
version = "4.64.1" |
|
description = "Fast, Extensible Progress Meter" |
|
category = "main" |
|
optional = false |
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.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 = "transformers" |
|
version = "4.23.0" |
|
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.10.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] |
|
dev = ["psutil", "datasets (!=2.5.0)", "tensorflow (>=2.4)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "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.3.0)", "phonemizer", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)", "accelerate (>=0.10.0)", "pytest", "pytest-xdist", "timeout-decorator", "parameterized", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (==22.3)", "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)", "flake8 (>=3.8.3)", "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)", "pyknp (>=0.6.1)", "hf-doc-builder", "scikit-learn"] |
|
accelerate = ["accelerate (>=0.10.0)"] |
|
all = ["tensorflow (>=2.4)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "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.3.0)", "phonemizer", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)", "accelerate (>=0.10.0)"] |
|
audio = ["librosa", "pyctcdecode (>=0.3.0)", "phonemizer"] |
|
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 (==22.3)", "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"] |
|
dev-tensorflow = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (==22.3)", "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)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "sentencepiece (>=0.1.91,!=0.1.92)", "tokenizers (>=0.11.1,!=0.11.3,<0.14)", "pillow", "isort (>=5.5.4)", "flake8 (>=3.8.3)", "hf-doc-builder", "scikit-learn", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)", "librosa", "pyctcdecode (>=0.3.0)", "phonemizer"] |
|
dev-torch = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (==22.3)", "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.3.0)", "phonemizer", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)", "isort (>=5.5.4)", "flake8 (>=3.8.3)", "fugashi (>=1.0)", "ipadic (>=1.0.0,<2.0)", "unidic-lite (>=1.0.7)", "unidic (>=1.0.2)", "sudachipy (>=0.6.6)", "sudachidict-core (>=20220729)", "pyknp (>=0.6.1)", "hf-doc-builder", "scikit-learn", "onnxruntime (>=1.4.0)", "onnxruntime-tools (>=1.4.2)"] |
|
docs = ["tensorflow (>=2.4)", "onnxconverter-common", "tf2onnx", "tensorflow-text", "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.3.0)", "phonemizer", "pillow", "optuna", "ray", "sigopt", "timm", "codecarbon (==1.2.0)", "accelerate (>=0.10.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.3.0)", "phonemizer"] |
|
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)", "pyknp (>=0.6.1)"] |
|
modelcreation = ["cookiecutter (==1.7.3)"] |
|
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 (==22.3)", "datasets (!=2.5.0)", "isort (>=5.5.4)", "flake8 (>=3.8.3)", "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.3.0)", "phonemizer"] |
|
testing = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil", "datasets (!=2.5.0)", "dill (<0.3.5)", "evaluate (>=0.2.0)", "pytest-timeout", "black (==22.3)", "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)", "onnxconverter-common", "tf2onnx", "tensorflow-text"] |
|
tf-cpu = ["tensorflow-cpu (>=2.3)", "onnxconverter-common", "tf2onnx", "tensorflow-text"] |
|
tf-speech = ["librosa", "pyctcdecode (>=0.3.0)", "phonemizer"] |
|
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.3.0)", "phonemizer"] |
|
torchhub = ["filelock", "huggingface-hub (>=0.10.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)"] |
|
vision = ["pillow"] |
|
|
|
[[package]] |
|
name = "typer" |
|
version = "0.4.2" |
|
description = "Typer, build great CLIs. Easy to code. Based on Python type hints." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[package.dependencies] |
|
click = ">=7.1.1,<9.0.0" |
|
|
|
[package.extras] |
|
test = ["isort (>=5.0.6,<6.0.0)", "black (>=22.3.0,<23.0.0)", "mypy (==0.910)", "pytest-sugar (>=0.9.4,<0.10.0)", "pytest-xdist (>=1.32.0,<2.0.0)", "coverage (>=5.2,<6.0)", "pytest-cov (>=2.10.0,<3.0.0)", "pytest (>=4.4.0,<5.4.0)", "shellingham (>=1.3.0,<2.0.0)"] |
|
doc = ["mdx-include (>=1.4.1,<2.0.0)", "mkdocs-material (>=8.1.4,<9.0.0)", "mkdocs (>=1.1.2,<2.0.0)"] |
|
dev = ["pre-commit (>=2.17.0,<3.0.0)", "flake8 (>=3.8.3,<4.0.0)", "autoflake (>=1.3.1,<2.0.0)"] |
|
all = ["shellingham (>=1.3.0,<2.0.0)", "colorama (>=0.4.3,<0.5.0)"] |
|
|
|
[[package]] |
|
name = "typing-extensions" |
|
version = "3.10.0.2" |
|
description = "Backported and Experimental Type Hints for Python 3.5+" |
|
category = "main" |
|
optional = false |
|
python-versions = "*" |
|
|
|
[[package]] |
|
name = "ujson" |
|
version = "5.5.0" |
|
description = "Ultra fast JSON encoder and decoder for Python" |
|
category = "dev" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[[package]] |
|
name = "urllib3" |
|
version = "1.26.12" |
|
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.*, <4" |
|
|
|
[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 = "wasabi" |
|
version = "0.10.1" |
|
description = "A lightweight console printing and formatting toolkit" |
|
category = "main" |
|
optional = false |
|
python-versions = "*" |
|
|
|
[[package]] |
|
name = "werkzeug" |
|
version = "2.2.2" |
|
description = "The comprehensive WSGI web application library." |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
MarkupSafe = ">=2.1.1" |
|
|
|
[package.extras] |
|
watchdog = ["watchdog"] |
|
|
|
[[package]] |
|
name = "whatthepatch" |
|
version = "1.0.2" |
|
description = "A patch parsing and application library." |
|
category = "dev" |
|
optional = false |
|
python-versions = "*" |
|
|
|
[[package]] |
|
name = "xxhash" |
|
version = "3.0.0" |
|
description = "Python binding for xxHash" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.6" |
|
|
|
[[package]] |
|
name = "yapf" |
|
version = "0.32.0" |
|
description = "A formatter for Python code." |
|
category = "dev" |
|
optional = false |
|
python-versions = "*" |
|
|
|
[[package]] |
|
name = "yarl" |
|
version = "1.8.1" |
|
description = "Yet another URL library" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.dependencies] |
|
idna = ">=2.0" |
|
multidict = ">=4.0" |
|
|
|
[[package]] |
|
name = "zipp" |
|
version = "3.8.1" |
|
description = "Backport of pathlib-compatible object wrapper for zip files" |
|
category = "main" |
|
optional = false |
|
python-versions = ">=3.7" |
|
|
|
[package.extras] |
|
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"] |
|
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"] |
|
|
|
[metadata] |
|
lock-version = "1.1" |
|
python-versions = ">=3.8.0,<3.9" |
|
content-hash = "fcaa41546e1b00734121921eae5e9360e24897a2353e2e682e7860333e037de0" |
|
|
|
[metadata.files] |
|
aiohttp = [] |
|
aiosignal = [] |
|
async-timeout = [] |
|
attrs = [] |
|
blis = [] |
|
catalogue = [] |
|
certifi = [] |
|
charset-normalizer = [] |
|
click = [] |
|
colorama = [] |
|
confection = [] |
|
contourpy = [] |
|
cycler = [] |
|
cymem = [] |
|
datasets = [] |
|
debugpy = [] |
|
dill = [] |
|
fastai = [] |
|
fastbook = [] |
|
fastcore = [] |
|
fastdownload = [] |
|
fastprogress = [] |
|
filelock = [] |
|
flask = [] |
|
fonttools = [] |
|
frozenlist = [] |
|
fsspec = [] |
|
graphviz = [] |
|
huggingface-hub = [] |
|
idna = [] |
|
importlib-metadata = [] |
|
itsdangerous = [] |
|
jedi = [] |
|
jinja2 = [] |
|
joblib = [] |
|
kiwisolver = [] |
|
langcodes = [] |
|
markupsafe = [] |
|
matplotlib = [] |
|
multidict = [] |
|
multiprocess = [] |
|
murmurhash = [] |
|
numpy = [] |
|
packaging = [] |
|
pandas = [] |
|
parso = [] |
|
pathy = [] |
|
pillow = [] |
|
pluggy = [] |
|
preshed = [] |
|
pyarrow = [] |
|
pydantic = [] |
|
pyflakes = [] |
|
pyparsing = [] |
|
python-dateutil = [] |
|
python-lsp-jsonrpc = [] |
|
pytoolconfig = [] |
|
pytz = [] |
|
pyyaml = [] |
|
regex = [] |
|
replit = [] |
|
replit-python-lsp-server = [] |
|
requests = [] |
|
responses = [] |
|
rope = [] |
|
scikit-learn = [] |
|
scipy = [] |
|
sentencepiece = [] |
|
six = [] |
|
smart-open = [] |
|
spacy = [] |
|
spacy-legacy = [] |
|
spacy-loggers = [] |
|
srsly = [] |
|
thinc = [] |
|
threadpoolctl = [] |
|
tokenizers = [] |
|
toml = [] |
|
tomli = [] |
|
torch = [] |
|
torchvision = [] |
|
tqdm = [] |
|
transformers = [] |
|
typer = [] |
|
typing-extensions = [] |
|
ujson = [] |
|
urllib3 = [] |
|
wasabi = [] |
|
werkzeug = [] |
|
whatthepatch = [] |
|
xxhash = [] |
|
yapf = [] |
|
yarl = [] |
|
zipp = [] |
|
|