Spaces:
Runtime error
Runtime error
[[package]] | |
name = "absl-py" | |
version = "1.4.0" | |
description = "Abseil Python Common Libraries, see https://github.com/abseil/abseil-py." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[package]] | |
name = "aiofiles" | |
version = "23.1.0" | |
description = "File support for asyncio." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7,<4.0" | |
[[package]] | |
name = "aiohttp" | |
version = "3.8.4" | |
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,<4.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.3.1" | |
description = "aiosignal: a list of registered asynchronous callbacks" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
frozenlist = ">=1.1.0" | |
[[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 = "antlr4-python3-runtime" | |
version = "4.9.3" | |
description = "ANTLR 4.9.3 runtime for Python 3.7" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[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 = "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 = "19.3.0" | |
description = "Classes Without Boilerplate" | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
[package.extras] | |
azure-pipelines = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "pytest-azurepipelines"] | |
dev = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "sphinx", "pre-commit"] | |
docs = ["sphinx", "zope.interface"] | |
tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"] | |
[[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 = "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 = "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 = "contourpy" | |
version = "1.0.7" | |
description = "Python library for calculating contours of 2D quadrilateral grids" | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[package.dependencies] | |
numpy = ">=1.16" | |
[package.extras] | |
bokeh = ["bokeh", "chromedriver", "selenium"] | |
docs = ["furo", "sphinx-copybutton"] | |
mypy = ["contourpy", "docutils-stubs", "mypy (==0.991)", "types-pillow"] | |
test = ["matplotlib", "pillow", "pytest"] | |
test-no-images = ["pytest"] | |
[[package]] | |
name = "cycler" | |
version = "0.11.0" | |
description = "Composable style cycles" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[package]] | |
name = "earthengine-api" | |
version = "0.1.338" | |
description = "Earth Engine Python API" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
google-api-python-client = ">=1.12.1" | |
google-auth = ">=1.4.1" | |
google-auth-httplib2 = ">=0.0.3" | |
google-cloud-storage = "*" | |
httplib2 = ">=0.9.2,<1dev" | |
requests = "*" | |
[[package]] | |
name = "ee-extra" | |
version = "0.0.15" | |
description = "A ninja Python package behind rgee, rgeeExtra and eemont." | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
earthengine-api = "*" | |
[[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 = "fastapi" | |
version = "0.95.1" | |
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
pydantic = ">=1.6.2,<1.7 || >1.7,<1.7.1 || >1.7.1,<1.7.2 || >1.7.2,<1.7.3 || >1.7.3,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0" | |
starlette = ">=0.26.1,<0.27.0" | |
[package.extras] | |
all = ["email-validator (>=1.1.1)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)", "jinja2 (>=2.11.2)", "orjson (>=3.2.1)", "python-multipart (>=0.0.5)", "pyyaml (>=5.3.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)", "uvicorn[standard] (>=0.12.0)"] | |
dev = ["pre-commit (>=2.17.0,<3.0.0)", "ruff (==0.0.138)", "uvicorn[standard] (>=0.12.0,<0.21.0)"] | |
doc = ["mdx-include (>=1.4.1,<2.0.0)", "mkdocs-markdownextradata-plugin (>=0.1.7,<0.3.0)", "mkdocs-material (>=8.1.4,<9.0.0)", "mkdocs (>=1.1.2,<2.0.0)", "pyyaml (>=5.3.1,<7.0.0)", "typer-cli (>=0.0.13,<0.0.14)", "typer[all] (>=0.6.1,<0.8.0)"] | |
test = ["anyio[trio] (>=3.2.1,<4.0.0)", "black (==23.1.0)", "coverage[toml] (>=6.5.0,<8.0)", "databases[sqlite] (>=0.3.2,<0.7.0)", "email-validator (>=1.1.1,<2.0.0)", "flask (>=1.1.2,<3.0.0)", "httpx (>=0.23.0,<0.24.0)", "isort (>=5.0.6,<6.0.0)", "mypy (==0.982)", "orjson (>=3.2.1,<4.0.0)", "passlib[bcrypt] (>=1.7.2,<2.0.0)", "peewee (>=3.13.3,<4.0.0)", "pytest (>=7.1.3,<8.0.0)", "python-jose[cryptography] (>=3.3.0,<4.0.0)", "python-multipart (>=0.0.5,<0.0.7)", "pyyaml (>=5.3.1,<7.0.0)", "ruff (==0.0.138)", "sqlalchemy (>=1.3.18,<1.4.43)", "types-orjson (==3.6.2)", "types-ujson (==5.7.0.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0)"] | |
[[package]] | |
name = "ffmpy" | |
version = "0.3.0" | |
description = "A simple Python wrapper for ffmpeg" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "filelock" | |
version = "3.11.0" | |
description = "A platform independent file lock." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.extras] | |
docs = ["furo (>=2023.3.27)", "sphinx-autodoc-typehints (>=1.22,!=1.23.4)", "sphinx (>=6.1.3)"] | |
testing = ["covdefaults (>=2.3)", "coverage (>=7.2.2)", "diff-cover (>=7.5)", "pytest-cov (>=4)", "pytest-mock (>=3.10)", "pytest-timeout (>=2.1)", "pytest (>=7.2.2)"] | |
[[package]] | |
name = "fonttools" | |
version = "4.39.3" | |
description = "Tools to manipulate font files" | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[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 (>=15.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 (>=15.0.0)"] | |
woff = ["zopfli (>=0.1.4)", "brotlicffi (>=0.8.0)", "brotli (>=1.0.1)"] | |
[[package]] | |
name = "frozenlist" | |
version = "1.3.3" | |
description = "A list-like structure which implements collections.abc.MutableSequence" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "fsspec" | |
version = "2023.4.0" | |
description = "File-system specification" | |
category = "main" | |
optional = false | |
python-versions = ">=3.8" | |
[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"] | |
devel = ["pytest", "pytest-cov"] | |
dropbox = ["dropboxdrivefs", "requests", "dropbox"] | |
full = ["adlfs", "aiohttp (!=4.0.0a0,!=4.0.0a1)", "dask", "distributed", "dropbox", "dropboxdrivefs", "fusepy", "gcsfs", "libarchive-c", "ocifs", "panel", "paramiko", "pyarrow (>=1)", "pygit2", "requests", "s3fs", "smbprotocol", "tqdm"] | |
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 = "google-api-core" | |
version = "2.11.0" | |
description = "Google API client core library" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
google-auth = ">=2.14.1,<3.0dev" | |
googleapis-common-protos = ">=1.56.2,<2.0dev" | |
protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<5.0.0dev" | |
requests = ">=2.18.0,<3.0.0dev" | |
[package.extras] | |
grpc = ["grpcio (>=1.33.2,<2.0dev)", "grpcio-status (>=1.33.2,<2.0dev)", "grpcio (>=1.49.1,<2.0dev)", "grpcio-status (>=1.49.1,<2.0dev)"] | |
grpcgcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"] | |
grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0dev)"] | |
[[package]] | |
name = "google-api-python-client" | |
version = "2.85.0" | |
description = "Google API Client Library for Python" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
google-api-core = ">=1.31.5,<2.0.0 || >2.3.0,<3.0.0dev" | |
google-auth = ">=1.19.0,<3.0.0dev" | |
google-auth-httplib2 = ">=0.1.0" | |
httplib2 = ">=0.15.0,<1dev" | |
uritemplate = ">=3.0.1,<5" | |
[[package]] | |
name = "google-auth" | |
version = "2.17.3" | |
description = "Google Authentication Library" | |
category = "main" | |
optional = false | |
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*" | |
[package.dependencies] | |
cachetools = ">=2.0.0,<6.0" | |
pyasn1-modules = ">=0.2.1" | |
rsa = {version = ">=3.1.4,<5", markers = "python_version >= \"3.6\""} | |
six = ">=1.9.0" | |
[package.extras] | |
aiohttp = ["requests (>=2.20.0,<3.0.0dev)", "aiohttp (>=3.6.2,<4.0.0dev)"] | |
enterprise_cert = ["cryptography (==36.0.2)", "pyopenssl (==22.0.0)"] | |
pyopenssl = ["pyopenssl (>=20.0.0)", "cryptography (>=38.0.3)"] | |
reauth = ["pyu2f (>=0.1.5)"] | |
requests = ["requests (>=2.20.0,<3.0.0dev)"] | |
[[package]] | |
name = "google-auth-httplib2" | |
version = "0.1.0" | |
description = "Google Authentication Library: httplib2 transport" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
google-auth = "*" | |
httplib2 = ">=0.15.0" | |
six = "*" | |
[[package]] | |
name = "google-auth-oauthlib" | |
version = "0.4.6" | |
description = "Google Authentication Library" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.dependencies] | |
google-auth = ">=1.0.0" | |
requests-oauthlib = ">=0.7.0" | |
[package.extras] | |
tool = ["click (>=6.0.0)"] | |
[[package]] | |
name = "google-cloud-core" | |
version = "2.3.2" | |
description = "Google Cloud API client core library" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
google-api-core = ">=1.31.6,<2.0.0 || >2.3.0,<3.0.0dev" | |
google-auth = ">=1.25.0,<3.0dev" | |
[package.extras] | |
grpc = ["grpcio (>=1.38.0,<2.0dev)"] | |
[[package]] | |
name = "google-cloud-storage" | |
version = "2.8.0" | |
description = "Google Cloud Storage API client library" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
google-api-core = ">=1.31.5,<2.0.0 || >2.3.0,<3.0.0dev" | |
google-auth = ">=1.25.0,<3.0dev" | |
google-cloud-core = ">=2.3.0,<3.0dev" | |
google-resumable-media = ">=2.3.2" | |
requests = ">=2.18.0,<3.0.0dev" | |
[package.extras] | |
protobuf = ["protobuf (<5.0.0dev)"] | |
[[package]] | |
name = "google-crc32c" | |
version = "1.5.0" | |
description = "A python wrapper of the C library 'Google CRC32C'" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.extras] | |
testing = ["pytest"] | |
[[package]] | |
name = "google-resumable-media" | |
version = "2.4.1" | |
description = "Utilities for Google Media Downloads and Resumable Uploads" | |
category = "main" | |
optional = false | |
python-versions = ">= 3.7" | |
[package.dependencies] | |
google-crc32c = ">=1.0,<2.0dev" | |
[package.extras] | |
aiohttp = ["aiohttp (>=3.6.2,<4.0.0dev)"] | |
requests = ["requests (>=2.18.0,<3.0.0dev)"] | |
[[package]] | |
name = "googleapis-common-protos" | |
version = "1.59.0" | |
description = "Common protobufs used in Google APIs" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<5.0.0dev" | |
[package.extras] | |
grpc = ["grpcio (>=1.44.0,<2.0.0dev)"] | |
[[package]] | |
name = "gradio" | |
version = "3.27.0" | |
description = "Python library for easily interacting with trained machine learning models" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
aiofiles = "*" | |
aiohttp = "*" | |
altair = ">=4.2.0" | |
fastapi = "*" | |
ffmpy = "*" | |
gradio-client = ">=0.1.3" | |
httpx = "*" | |
huggingface-hub = ">=0.13.0" | |
jinja2 = "*" | |
markdown-it-py = {version = ">=2.0.0", extras = ["linkify"]} | |
markupsafe = "*" | |
matplotlib = "*" | |
mdit-py-plugins = "<=0.3.3" | |
numpy = "*" | |
orjson = "*" | |
pandas = "*" | |
pillow = "*" | |
pydantic = "*" | |
pydub = "*" | |
python-multipart = "*" | |
pyyaml = "*" | |
requests = "*" | |
semantic-version = "*" | |
typing-extensions = "*" | |
uvicorn = "*" | |
websockets = ">=10.0" | |
[[package]] | |
name = "gradio-client" | |
version = "0.1.3" | |
description = "Python library for easily interacting with trained machine learning models" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
fsspec = "*" | |
httpx = "*" | |
huggingface-hub = ">=0.13.0" | |
packaging = "*" | |
requests = "*" | |
typing-extensions = "*" | |
websockets = "*" | |
[[package]] | |
name = "grpcio" | |
version = "1.53.0" | |
description = "HTTP/2-based RPC framework" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.extras] | |
protobuf = ["grpcio-tools (>=1.53.0)"] | |
[[package]] | |
name = "h11" | |
version = "0.14.0" | |
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "httpcore" | |
version = "0.17.0" | |
description = "A minimal low-level HTTP client." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
anyio = ">=3.0,<5.0" | |
certifi = "*" | |
h11 = ">=0.13,<0.15" | |
sniffio = ">=1.0.0,<2.0.0" | |
[package.extras] | |
http2 = ["h2 (>=3,<5)"] | |
socks = ["socksio (>=1.0.0,<2.0.0)"] | |
[[package]] | |
name = "httplib2" | |
version = "0.22.0" | |
description = "A comprehensive HTTP client library." | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
[package.dependencies] | |
pyparsing = {version = ">=2.4.2,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0.2,<3.0.3 || >3.0.3,<4", markers = "python_version > \"3.0\""} | |
[[package]] | |
name = "httpx" | |
version = "0.24.0" | |
description = "The next generation HTTP client." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
certifi = "*" | |
httpcore = ">=0.15.0,<0.18.0" | |
idna = "*" | |
sniffio = "*" | |
[package.extras] | |
brotli = ["brotli", "brotlicffi"] | |
cli = ["click (>=8.0.0,<9.0.0)", "pygments (>=2.0.0,<3.0.0)", "rich (>=10,<14)"] | |
http2 = ["h2 (>=3,<5)"] | |
socks = ["socksio (>=1.0.0,<2.0.0)"] | |
[[package]] | |
name = "huggingface-hub" | |
version = "0.13.4" | |
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 = "hydra-client" | |
version = "0.5.1" | |
description = "Client library for ORY Hydra (OAuth2 and OpenID Connect provider)" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7,<4.0" | |
[package.dependencies] | |
attrs = ">=19.2,<20.0" | |
python-dateutil = ">=2.8,<3.0" | |
requests = ">=2.21,<3.0" | |
requests-oauthlib = ">=1.0,<2.0" | |
[[package]] | |
name = "hydra-core" | |
version = "1.3.1" | |
description = "A framework for elegantly configuring complex applications" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
antlr4-python3-runtime = ">=4.9.0,<4.10.0" | |
omegaconf = ">=2.2,<2.4" | |
packaging = "*" | |
[[package]] | |
name = "idna" | |
version = "3.4" | |
description = "Internationalized Domain Names in Applications (IDNA)" | |
category = "main" | |
optional = false | |
python-versions = ">=3.5" | |
[[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 = "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" | |
pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2" | |
[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 = "kiwisolver" | |
version = "1.4.4" | |
description = "A fast implementation of the Cassowary constraint solver" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "lightning-utilities" | |
version = "0.8.0" | |
description = "PyTorch Lightning Sample project." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
packaging = ">=17.1" | |
typing-extensions = "*" | |
[package.extras] | |
cli = ["fire"] | |
docs = ["sphinx (>=4.0,<5.0)"] | |
test = ["coverage (==6.5.0)"] | |
typing = ["mypy (>=1.0.0)"] | |
[[package]] | |
name = "linkify-it-py" | |
version = "2.0.0" | |
description = "Links recognition library with FULL unicode support." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.dependencies] | |
uc-micro-py = "*" | |
[package.extras] | |
benchmark = ["pytest", "pytest-benchmark"] | |
dev = ["pre-commit", "isort", "flake8", "black"] | |
doc = ["sphinx", "sphinx-book-theme", "myst-parser"] | |
test = ["coverage", "pytest", "pytest-cov"] | |
[[package]] | |
name = "markdown" | |
version = "3.4.3" | |
description = "Python implementation of John Gruber's Markdown." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.extras] | |
testing = ["coverage", "pyyaml"] | |
[[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] | |
linkify-it-py = {version = ">=1,<3", optional = true, markers = "extra == \"linkify\""} | |
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" | |
version = "3.7.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.20" | |
packaging = ">=20.0" | |
pillow = ">=6.2.0" | |
pyparsing = ">=2.3.1" | |
python-dateutil = ">=2.7" | |
setuptools_scm = ">=7" | |
[[package]] | |
name = "mdit-py-plugins" | |
version = "0.3.3" | |
description = "Collection of plugins for markdown-it-py" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
markdown-it-py = ">=1.0.0,<3.0.0" | |
[package.extras] | |
code_style = ["pre-commit"] | |
rtd = ["attrs", "myst-parser (>=0.16.1,<0.17.0)", "sphinx-book-theme (>=0.1.0,<0.2.0)"] | |
testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] | |
[[package]] | |
name = "mdurl" | |
version = "0.1.2" | |
description = "Markdown URL utilities" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "multidict" | |
version = "6.0.4" | |
description = "multidict implementation" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[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-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 = "oauthlib" | |
version = "3.2.2" | |
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.extras] | |
rsa = ["cryptography (>=3.0.0)"] | |
signals = ["blinker (>=1.4.0)"] | |
signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"] | |
[[package]] | |
name = "omegaconf" | |
version = "2.3.0" | |
description = "A flexible configuration library" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.dependencies] | |
antlr4-python3-runtime = ">=4.9.0,<4.10.0" | |
PyYAML = ">=5.1.0" | |
[[package]] | |
name = "opencv-python" | |
version = "4.7.0.72" | |
description = "Wrapper package for OpenCV python bindings." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.dependencies] | |
numpy = [ | |
{version = ">=1.21.2", markers = "python_version >= \"3.10\""}, | |
{version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\""}, | |
{version = ">=1.22.0", markers = "python_version >= \"3.11\""}, | |
{version = ">=1.19.3", markers = "python_version >= \"3.6\" and platform_system == \"Linux\" and platform_machine == \"aarch64\" or python_version >= \"3.9\""}, | |
{version = ">=1.17.0", markers = "python_version >= \"3.7\""}, | |
{version = ">=1.17.3", markers = "python_version >= \"3.8\""}, | |
] | |
[[package]] | |
name = "orjson" | |
version = "3.8.10" | |
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy" | |
category = "main" | |
optional = false | |
python-versions = ">= 3.7" | |
[[package]] | |
name = "packaging" | |
version = "23.1" | |
description = "Core utilities for Python packages" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "pandas" | |
version = "2.0.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.21.0", markers = "python_version >= \"3.10\""}, | |
{version = ">=1.23.2", markers = "python_version >= \"3.11\""}, | |
] | |
python-dateutil = ">=2.8.2" | |
pytz = ">=2020.1" | |
tzdata = ">=2022.1" | |
[package.extras] | |
all = ["beautifulsoup4 (>=4.9.3)", "bottleneck (>=1.3.2)", "brotlipy (>=0.7.0)", "fastparquet (>=0.6.3)", "fsspec (>=2021.07.0)", "gcsfs (>=2021.07.0)", "html5lib (>=1.1)", "hypothesis (>=6.34.2)", "jinja2 (>=3.0.0)", "lxml (>=4.6.3)", "matplotlib (>=3.6.1)", "numba (>=0.53.1)", "numexpr (>=2.7.3)", "odfpy (>=1.4.1)", "openpyxl (>=3.0.7)", "pandas-gbq (>=0.15.0)", "psycopg2 (>=2.8.6)", "pyarrow (>=7.0.0)", "pymysql (>=1.0.2)", "PyQt5 (>=5.15.1)", "pyreadstat (>=1.1.2)", "pytest (>=7.0.0)", "pytest-xdist (>=2.2.0)", "pytest-asyncio (>=0.17.0)", "python-snappy (>=0.6.0)", "pyxlsb (>=1.0.8)", "qtpy (>=2.2.0)", "scipy (>=1.7.1)", "s3fs (>=2021.08.0)", "SQLAlchemy (>=1.4.16)", "tables (>=3.6.1)", "tabulate (>=0.8.9)", "xarray (>=0.21.0)", "xlrd (>=2.0.1)", "xlsxwriter (>=1.4.3)", "zstandard (>=0.15.2)"] | |
aws = ["s3fs (>=2021.08.0)"] | |
clipboard = ["PyQt5 (>=5.15.1)", "qtpy (>=2.2.0)"] | |
compression = ["brotlipy (>=0.7.0)", "python-snappy (>=0.6.0)", "zstandard (>=0.15.2)"] | |
computation = ["scipy (>=1.7.1)", "xarray (>=0.21.0)"] | |
excel = ["odfpy (>=1.4.1)", "openpyxl (>=3.0.7)", "pyxlsb (>=1.0.8)", "xlrd (>=2.0.1)", "xlsxwriter (>=1.4.3)"] | |
feather = ["pyarrow (>=7.0.0)"] | |
fss = ["fsspec (>=2021.07.0)"] | |
gcp = ["gcsfs (>=2021.07.0)", "pandas-gbq (>=0.15.0)"] | |
hdf5 = ["tables (>=3.6.1)"] | |
html = ["beautifulsoup4 (>=4.9.3)", "html5lib (>=1.1)", "lxml (>=4.6.3)"] | |
mysql = ["SQLAlchemy (>=1.4.16)", "pymysql (>=1.0.2)"] | |
output_formatting = ["jinja2 (>=3.0.0)", "tabulate (>=0.8.9)"] | |
parquet = ["pyarrow (>=7.0.0)"] | |
performance = ["bottleneck (>=1.3.2)", "numba (>=0.53.1)", "numexpr (>=2.7.1)"] | |
plot = ["matplotlib (>=3.6.1)"] | |
postgresql = ["SQLAlchemy (>=1.4.16)", "psycopg2 (>=2.8.6)"] | |
spss = ["pyreadstat (>=1.1.2)"] | |
sql-other = ["SQLAlchemy (>=1.4.16)"] | |
test = ["hypothesis (>=6.34.2)", "pytest (>=7.0.0)", "pytest-xdist (>=2.2.0)", "pytest-asyncio (>=0.17.0)"] | |
xml = ["lxml (>=4.6.3)"] | |
[[package]] | |
name = "pillow" | |
version = "8.4.0" | |
description = "Python Imaging Library (Fork)" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[package]] | |
name = "plotly" | |
version = "5.14.1" | |
description = "An open-source, interactive data visualization library for Python" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.dependencies] | |
packaging = "*" | |
tenacity = ">=6.2.0" | |
[[package]] | |
name = "protobuf" | |
version = "3.20.3" | |
description = "Protocol Buffers" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "pyasn1" | |
version = "0.4.8" | |
description = "ASN.1 types and codecs" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "pyasn1-modules" | |
version = "0.2.8" | |
description = "A collection of ASN.1-based protocols modules." | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[package.dependencies] | |
pyasn1 = ">=0.4.6,<0.5.0" | |
[[package]] | |
name = "pydantic" | |
version = "1.10.7" | |
description = "Data validation and settings management using python type hints" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
typing-extensions = ">=4.2.0" | |
[package.extras] | |
dotenv = ["python-dotenv (>=0.10.4)"] | |
email = ["email-validator (>=1.0.3)"] | |
[[package]] | |
name = "pydub" | |
version = "0.25.1" | |
description = "Manipulate audio with an simple and easy high level interface" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[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 = "pyrsistent" | |
version = "0.19.3" | |
description = "Persistent/Functional/Immutable data structures" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[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-multipart" | |
version = "0.0.6" | |
description = "A streaming multipart parser for Python" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.extras] | |
dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==1.7.3)", "more-itertools (==4.3.0)", "pbr (==4.3.0)", "pluggy (==1.0.0)", "py (==1.11.0)", "pytest-cov (==4.0.0)", "pytest-timeout (==2.1.0)", "pytest (==7.2.0)", "pyyaml (==5.1)"] | |
[[package]] | |
name = "pytorch-lightning" | |
version = "1.9.0" | |
description = "PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
fsspec = {version = ">2021.06.0", extras = ["http"]} | |
lightning-utilities = ">=0.4.2" | |
numpy = ">=1.17.2" | |
packaging = ">=17.1" | |
PyYAML = ">=5.4" | |
torch = ">=1.10.0" | |
torchmetrics = ">=0.7.0" | |
tqdm = ">=4.57.0" | |
typing-extensions = ">=4.0.0" | |
[package.extras] | |
all = ["matplotlib (>3.1)", "omegaconf (>=2.0.5)", "hydra-core (>=1.0.5)", "jsonargparse[signatures] (>=4.18.0)", "rich (>=10.14.0,!=10.15.0.a)", "tensorboardX (>=2.2)", "fairscale (>=0.4.5)", "deepspeed (>=0.6.0)", "horovod (>=0.21.2,!=0.24.0)", "torchvision (>=0.11.1)", "gym[classic_control] (>=0.17.0)", "ipython[all] (<8.7.1)", "hivemind (==1.1.5)"] | |
deepspeed = ["deepspeed (>=0.6.0)"] | |
dev = ["matplotlib (>3.1)", "omegaconf (>=2.0.5)", "hydra-core (>=1.0.5)", "jsonargparse[signatures] (>=4.18.0)", "rich (>=10.14.0,!=10.15.0.a)", "tensorboardX (>=2.2)", "fairscale (>=0.4.5)", "deepspeed (>=0.6.0)", "horovod (>=0.21.2,!=0.24.0)", "torchvision (>=0.11.1)", "gym[classic_control] (>=0.17.0)", "ipython[all] (<8.7.1)", "coverage (==6.5.0)", "codecov (==2.1.12)", "pytest (==7.2.0)", "pytest-cov (==4.0.0)", "pytest-forked (==1.4.0)", "pytest-rerunfailures (==10.3)", "pre-commit (==2.20.0)", "cloudpickle (>=1.3)", "scikit-learn (>0.22.1)", "onnxruntime (<1.14.0)", "psutil (<5.9.5)", "pandas (>1.0)", "fastapi (<0.87.0)", "uvicorn (<0.19.1)", "tensorboard (>=2.9.1)", "protobuf (<=3.20.1)", "hivemind (==1.1.5)"] | |
examples = ["torchvision (>=0.11.1)", "gym[classic_control] (>=0.17.0)", "ipython[all] (<8.7.1)"] | |
extra = ["matplotlib (>3.1)", "omegaconf (>=2.0.5)", "hydra-core (>=1.0.5)", "jsonargparse[signatures] (>=4.18.0)", "rich (>=10.14.0,!=10.15.0.a)", "tensorboardX (>=2.2)"] | |
fairscale = ["fairscale (>=0.4.5)"] | |
hivemind = ["hivemind (==1.1.5)"] | |
horovod = ["horovod (>=0.21.2,!=0.24.0)"] | |
strategies = ["fairscale (>=0.4.5)", "deepspeed (>=0.6.0)", "horovod (>=0.21.2,!=0.24.0)", "hivemind (==1.1.5)"] | |
test = ["coverage (==6.5.0)", "codecov (==2.1.12)", "pytest (==7.2.0)", "pytest-cov (==4.0.0)", "pytest-forked (==1.4.0)", "pytest-rerunfailures (==10.3)", "pre-commit (==2.20.0)", "cloudpickle (>=1.3)", "scikit-learn (>0.22.1)", "onnxruntime (<1.14.0)", "psutil (<5.9.5)", "pandas (>1.0)", "fastapi (<0.87.0)", "uvicorn (<0.19.1)", "tensorboard (>=2.9.1)", "protobuf (<=3.20.1)"] | |
[[package]] | |
name = "pytz" | |
version = "2023.3" | |
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 = "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 = "requests-oauthlib" | |
version = "1.3.1" | |
description = "OAuthlib authentication support for Requests." | |
category = "main" | |
optional = false | |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
[package.dependencies] | |
oauthlib = ">=3.0.0" | |
requests = ">=2.0.0" | |
[package.extras] | |
rsa = ["oauthlib[signedtoken] (>=3.0.0)"] | |
[[package]] | |
name = "rsa" | |
version = "4.9" | |
description = "Pure-Python RSA implementation" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6,<4" | |
[package.dependencies] | |
pyasn1 = ">=0.1.3" | |
[[package]] | |
name = "scipy" | |
version = "1.10.1" | |
description = "Fundamental algorithms for scientific computing in Python" | |
category = "main" | |
optional = false | |
python-versions = "<3.12,>=3.8" | |
[package.dependencies] | |
numpy = ">=1.19.5,<1.27.0" | |
[package.extras] | |
test = ["pytest", "pytest-cov", "pytest-timeout", "pytest-xdist", "asv", "mpmath", "gmpy2", "threadpoolctl", "scikit-umfpack", "pooch"] | |
doc = ["sphinx (!=4.1.0)", "pydata-sphinx-theme (==0.9.0)", "sphinx-design (>=0.2.0)", "matplotlib (>2)", "numpydoc"] | |
dev = ["mypy", "typing-extensions", "pycodestyle", "flake8", "rich-click", "click", "doit (>=0.36.0)", "pydevtool"] | |
[[package]] | |
name = "seaborn" | |
version = "0.12.2" | |
description = "Statistical data visualization" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
matplotlib = ">=3.1,<3.6.1 || >3.6.1" | |
numpy = ">=1.17,<1.24.0 || >1.24.0" | |
pandas = ">=0.25" | |
[package.extras] | |
dev = ["pytest", "pytest-cov", "pytest-xdist", "flake8", "mypy", "pandas-stubs", "pre-commit", "flit"] | |
docs = ["numpydoc", "nbconvert", "ipykernel", "sphinx-copybutton", "sphinx-issues", "sphinx-design", "pyyaml", "pydata_sphinx_theme (==0.10.0rc2)"] | |
stats = ["scipy (>=1.3)", "statsmodels (>=0.10)"] | |
[[package]] | |
name = "semantic-version" | |
version = "2.10.0" | |
description = "A library implementing the 'SemVer' scheme." | |
category = "main" | |
optional = false | |
python-versions = ">=2.7" | |
[package.extras] | |
dev = ["Django (>=1.11)", "nose2", "tox", "check-manifest", "coverage", "flake8", "wheel", "zest.releaser", "readme-renderer (<25.0)", "colorama (<=0.4.1)"] | |
doc = ["sphinx", "sphinx-rtd-theme"] | |
[[package]] | |
name = "setuptools-scm" | |
version = "7.1.0" | |
description = "the blessed package to manage your versions by scm tags" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
packaging = ">=20.0" | |
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} | |
typing-extensions = "*" | |
[package.extras] | |
test = ["pytest (>=6.2)", "virtualenv (>20)"] | |
toml = ["setuptools (>=42)"] | |
[[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 = "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 = "starlette" | |
version = "0.26.1" | |
description = "The little ASGI library that shines." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
anyio = ">=3.4.0,<5" | |
[package.extras] | |
full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyaml"] | |
[[package]] | |
name = "tenacity" | |
version = "8.2.2" | |
description = "Retry code until it succeeds" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.extras] | |
doc = ["reno", "sphinx", "tornado (>=4.5)"] | |
[[package]] | |
name = "tensorboard" | |
version = "2.11.2" | |
description = "TensorBoard lets you watch Tensors Flow" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
absl-py = ">=0.4" | |
google-auth = ">=1.6.3,<3" | |
google-auth-oauthlib = ">=0.4.1,<0.5" | |
grpcio = ">=1.24.3" | |
markdown = ">=2.6.8" | |
numpy = ">=1.12.0" | |
protobuf = ">=3.9.2,<4" | |
requests = ">=2.21.0,<3" | |
tensorboard-data-server = ">=0.6.0,<0.7.0" | |
tensorboard-plugin-wit = ">=1.6.0" | |
werkzeug = ">=1.0.1" | |
[[package]] | |
name = "tensorboard-data-server" | |
version = "0.6.1" | |
description = "Fast data loading for TensorBoard" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[package]] | |
name = "tensorboard-plugin-wit" | |
version = "1.8.1" | |
description = "What-If Tool TensorBoard plugin." | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "tomli" | |
version = "2.0.1" | |
description = "A lil' TOML parser" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[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 = "1.13.1" | |
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7.0" | |
[package.dependencies] | |
nvidia-cublas-cu11 = {version = "11.10.3.66", markers = "platform_system == \"Linux\""} | |
nvidia-cuda-nvrtc-cu11 = {version = "11.7.99", markers = "platform_system == \"Linux\""} | |
nvidia-cuda-runtime-cu11 = {version = "11.7.99", markers = "platform_system == \"Linux\""} | |
nvidia-cudnn-cu11 = {version = "8.5.0.96", markers = "platform_system == \"Linux\""} | |
typing-extensions = "*" | |
[package.extras] | |
opt-einsum = ["opt-einsum (>=3.3)"] | |
[[package]] | |
name = "torchmetrics" | |
version = "0.11.0" | |
description = "PyTorch native Metrics" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
numpy = ">=1.17.2" | |
packaging = "*" | |
torch = ">=1.8.1" | |
[package.extras] | |
all = ["pystoi", "torchvision (>=0.8)", "pycocotools", "scipy", "torch-fidelity", "torchvision", "lpips", "pytorch-lightning (>=1.5)", "transformers (>=4.10.0)", "regex (>=2021.9.24)", "nltk (>=3.6)", "tqdm (>=4.41.0)"] | |
audio = ["pystoi"] | |
detection = ["torchvision (>=0.8)", "pycocotools"] | |
docs = ["sphinx-autodoc-typehints (>=1.0)", "nbsphinx (>=0.8)", "docutils (>=0.16)", "sphinx-togglebutton (>=0.2)", "pandoc (>=1.0)", "myst-parser", "sphinx-paramlinks (>=0.5.1)", "sphinxcontrib-fulltoc (>=1.0)", "sphinxcontrib-mockautodoc", "sphinx-copybutton (>=0.3)", "sphinx (>=4.0,<5.0)"] | |
image = ["scipy", "torch-fidelity", "torchvision", "lpips"] | |
integrate = ["pytorch-lightning (>=1.5)"] | |
multimodal = ["transformers (>=4.10.0)"] | |
test = ["types-protobuf", "rouge-score (>=0.0.4)", "bert-score (==0.3.10)", "requests", "mir-eval (>=0.6)", "jiwer (>=2.3.0)", "scikit-learn (>1.0,<1.1.1)", "check-manifest", "types-tabulate", "pytest-timeout", "types-emoji", "pycocotools", "coverage (>5.2)", "pytest (>=6.0.0,<7.0.0)", "types-six", "kornia (>=0.6.7)", "phmdoctest (>=1.1.1)", "pandas", "pytest-cov (>2.10)", "cloudpickle (>=1.3)", "pre-commit (>=1.0)", "scipy", "psutil", "mypy (==0.982)", "types-requests", "pytest-rerunfailures (>=10.0)", "types-pyyaml", "types-setuptools", "sacrebleu (>=2.0.0)", "netcal", "pytorch-msssim (==0.2.1)", "transformers (>4.4.0)", "fast-bss-eval (>=0.1.0)", "fire", "scikit-image (>0.17.1)", "dython", "torch-complex", "pytest-doctestplus (>=0.9.0)", "huggingface-hub (<0.7)", "pypesq (>1.2)"] | |
text = ["regex (>=2021.9.24)", "nltk (>=3.6)", "tqdm (>=4.41.0)"] | |
[[package]] | |
name = "torchvision" | |
version = "0.14.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.13.1" | |
typing-extensions = "*" | |
[package.extras] | |
scipy = ["scipy"] | |
[[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 = "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 = "2023.3" | |
description = "Provider of IANA time zone data" | |
category = "main" | |
optional = false | |
python-versions = ">=2" | |
[[package]] | |
name = "uc-micro-py" | |
version = "1.0.1" | |
description = "Micro subset of unicode data files for linkify-it-py projects." | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[package.extras] | |
test = ["coverage", "pytest", "pytest-cov"] | |
[[package]] | |
name = "uritemplate" | |
version = "4.1.1" | |
description = "Implementation of RFC 6570 URI Templates" | |
category = "main" | |
optional = false | |
python-versions = ">=3.6" | |
[[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 = "uvicorn" | |
version = "0.21.1" | |
description = "The lightning-fast ASGI server." | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
click = ">=7.0" | |
h11 = ">=0.8" | |
[package.extras] | |
standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] | |
[[package]] | |
name = "websockets" | |
version = "11.0.1" | |
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[[package]] | |
name = "werkzeug" | |
version = "2.2.3" | |
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 = "wget" | |
version = "3.2" | |
description = "pure python download utility" | |
category = "main" | |
optional = false | |
python-versions = "*" | |
[[package]] | |
name = "yarl" | |
version = "1.8.2" | |
description = "Yet another URL library" | |
category = "main" | |
optional = false | |
python-versions = ">=3.7" | |
[package.dependencies] | |
idna = ">=2.0" | |
multidict = ">=4.0" | |
[metadata] | |
lock-version = "1.1" | |
python-versions = ">=3.10,<3.12" | |
content-hash = "17cec1f61fed3b070c0b744eeecc9dbaed1ea06d758238ac84f108545ab14a21" | |
[metadata.files] | |
absl-py = [] | |
aiofiles = [] | |
aiohttp = [] | |
aiosignal = [] | |
altair = [] | |
antlr4-python3-runtime = [] | |
anyio = [] | |
async-timeout = [] | |
attrs = [] | |
cachetools = [] | |
certifi = [] | |
charset-normalizer = [] | |
click = [] | |
colorama = [] | |
contourpy = [] | |
cycler = [] | |
earthengine-api = [] | |
ee-extra = [] | |
entrypoints = [] | |
fastapi = [] | |
ffmpy = [] | |
filelock = [] | |
fonttools = [] | |
frozenlist = [] | |
fsspec = [] | |
google-api-core = [] | |
google-api-python-client = [] | |
google-auth = [] | |
google-auth-httplib2 = [] | |
google-auth-oauthlib = [] | |
google-cloud-core = [] | |
google-cloud-storage = [] | |
google-crc32c = [] | |
google-resumable-media = [] | |
googleapis-common-protos = [] | |
gradio = [] | |
gradio-client = [] | |
grpcio = [] | |
h11 = [] | |
httpcore = [] | |
httplib2 = [] | |
httpx = [] | |
huggingface-hub = [] | |
hydra-client = [] | |
hydra-core = [] | |
idna = [] | |
jinja2 = [] | |
jsonschema = [] | |
kiwisolver = [] | |
lightning-utilities = [] | |
linkify-it-py = [] | |
markdown = [] | |
markdown-it-py = [] | |
markupsafe = [] | |
matplotlib = [] | |
mdit-py-plugins = [] | |
mdurl = [] | |
multidict = [] | |
numpy = [] | |
nvidia-cublas-cu11 = [] | |
nvidia-cuda-nvrtc-cu11 = [] | |
nvidia-cuda-runtime-cu11 = [] | |
nvidia-cudnn-cu11 = [] | |
oauthlib = [] | |
omegaconf = [] | |
opencv-python = [] | |
orjson = [] | |
packaging = [] | |
pandas = [] | |
pillow = [] | |
plotly = [] | |
protobuf = [] | |
pyasn1 = [] | |
pyasn1-modules = [] | |
pydantic = [] | |
pydub = [] | |
pyparsing = [] | |
pyrsistent = [] | |
python-dateutil = [] | |
python-multipart = [] | |
pytorch-lightning = [] | |
pytz = [] | |
pyyaml = [] | |
requests = [] | |
requests-oauthlib = [] | |
rsa = [] | |
scipy = [] | |
seaborn = [] | |
semantic-version = [] | |
setuptools-scm = [] | |
six = [] | |
sniffio = [] | |
starlette = [] | |
tenacity = [] | |
tensorboard = [] | |
tensorboard-data-server = [] | |
tensorboard-plugin-wit = [] | |
tomli = [] | |
toolz = [] | |
torch = [] | |
torchmetrics = [] | |
torchvision = [] | |
tqdm = [] | |
typing-extensions = [] | |
tzdata = [] | |
uc-micro-py = [] | |
uritemplate = [] | |
urllib3 = [] | |
uvicorn = [] | |
websockets = [] | |
werkzeug = [] | |
wget = [] | |
yarl = [] | |