2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "absl-py"
2022-08-23 11:09:44 +00:00
version = "1.2.0"
2022-07-10 15:29:50 +00:00
description = "Abseil Python Common Libraries, see https://github.com/abseil/abseil-py."
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.6"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "aiohttp"
2022-07-10 15:29:50 +00:00
version = "3.8.1"
description = "Async http client/server framework (asyncio)"
category = "main"
2022-07-04 13:43:54 +00:00
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 ]
2022-08-23 11:09:44 +00:00
speedups = [ "cchardet" , "brotli" , "aiodns" ]
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "aiosignal"
2022-07-10 15:29:50 +00:00
version = "1.2.0"
description = "aiosignal: a list of registered asynchronous callbacks"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
frozenlist = ">=1.1.0"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "albumentations"
2022-08-23 11:09:44 +00:00
version = "1.2.1"
2022-07-10 15:29:50 +00:00
description = "Fast image augmentation library and easy to use wrapper around other libraries"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
numpy = ">=1.11.1"
opencv-python-headless = ">=4.1.1"
2022-07-10 15:29:50 +00:00
PyYAML = "*"
2022-06-27 13:28:28 +00:00
qudida = ">=0.0.4"
2022-08-23 11:09:44 +00:00
scikit-image = ">=0.16.1"
2022-06-27 13:28:28 +00:00
scipy = "*"
[ package . extras ]
tests = [ "pytest" ]
2022-08-23 11:09:44 +00:00
imgaug = [ "imgaug (>=0.4.0)" ]
develop = [ "imgaug (>=0.4.0)" , "pytest" ]
2022-06-27 13:28:28 +00:00
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "appnope"
2022-07-10 15:29:50 +00:00
version = "0.1.3"
description = "Disable App Nap on macOS >= 10.9"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "asttokens"
2022-08-23 11:09:44 +00:00
version = "2.0.8"
2022-07-10 15:29:50 +00:00
description = "Annotate AST trees with source code positions"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
six = "*"
[ package . extras ]
2022-08-23 11:09:44 +00:00
test = [ "pytest" , "astroid (<=2.5.3)" ]
2022-06-28 07:36:21 +00:00
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "async-timeout"
2022-07-10 15:29:50 +00:00
version = "4.0.2"
description = "Timeout context manager for asyncio programs"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.6"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "attrs"
2022-08-23 11:09:44 +00:00
version = "22.1.0"
2022-07-10 15:29:50 +00:00
description = "Classes Without Boilerplate"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
2022-08-23 11:09:44 +00:00
python-versions = ">=3.5"
2022-07-04 13:43:54 +00:00
[ package . extras ]
2022-08-23 11:09:44 +00:00
tests_no_zope = [ "cloudpickle" , "pytest-mypy-plugins" , "mypy (>=0.900,!=0.940)" , "pytest (>=4.3.0)" , "pympler" , "hypothesis" , "coverage[toml] (>=5.0.2)" ]
tests = [ "cloudpickle" , "zope.interface" , "pytest-mypy-plugins" , "mypy (>=0.900,!=0.940)" , "pytest (>=4.3.0)" , "pympler" , "hypothesis" , "coverage[toml] (>=5.0.2)" ]
docs = [ "sphinx-notfound-page" , "zope.interface" , "sphinx" , "furo" ]
dev = [ "cloudpickle" , "pre-commit" , "sphinx-notfound-page" , "sphinx" , "furo" , "zope.interface" , "pytest-mypy-plugins" , "mypy (>=0.900,!=0.940)" , "pytest (>=4.3.0)" , "pympler" , "hypothesis" , "coverage[toml] (>=5.0.2)" ]
2022-07-04 13:43:54 +00:00
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "backcall"
2022-07-10 15:29:50 +00:00
version = "0.2.0"
description = "Specifications for callback functions passed in to an API"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = "*"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "black"
2022-08-23 11:09:44 +00:00
version = "22.6.0"
2022-07-10 15:29:50 +00:00
description = "The uncompromising code formatter."
category = "dev"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
click = ">=8.0.0"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.9.0"
platformdirs = ">=2"
2022-08-23 11:09:44 +00:00
tomli = { version = ">=1.1.0" , markers = "python_full_version < \"3.11.0a7\"" }
2022-06-27 13:28:28 +00:00
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
d = [ "aiohttp (>=3.7.4)" ]
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "cachetools"
2022-07-10 15:29:50 +00:00
version = "5.2.0"
description = "Extensible memoizing collections and decorators"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = "~=3.7"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "certifi"
2022-07-10 15:29:50 +00:00
version = "2022.6.15"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.6"
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "cffi"
2022-08-23 11:09:44 +00:00
version = "1.15.1"
2022-07-10 15:29:50 +00:00
description = "Foreign Function Interface for Python calling C code."
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "charset-normalizer"
2022-08-23 11:09:44 +00:00
version = "2.1.1"
2022-07-10 15:29:50 +00:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
2022-08-23 11:09:44 +00:00
python-versions = ">=3.6.0"
2022-06-27 13:28:28 +00:00
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "click"
2022-07-10 15:29:50 +00:00
version = "8.1.3"
description = "Composable command line interface toolkit"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ package ] ]
name = "colorama"
2022-07-10 15:29:50 +00:00
version = "0.4.5"
description = "Cross-platform colored terminal text."
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2022-08-23 11:09:44 +00:00
[ [ package ] ]
name = "coloredlogs"
version = "15.0.1"
description = "Colored terminal output for Python's logging module"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
humanfriendly = ">=9.1"
[ package . extras ]
cron = [ "capturer (>=2.4)" ]
2022-07-05 13:18:31 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "commonmark"
2022-07-10 15:29:50 +00:00
version = "0.9.1"
description = "Python parser for the CommonMark Markdown spec"
category = "main"
2022-07-05 13:18:31 +00:00
optional = false
python-versions = "*"
[ package . extras ]
2022-08-23 11:09:44 +00:00
test = [ "hypothesis (==3.55.3)" , "flake8 (==3.7.8)" ]
2022-07-05 13:18:31 +00:00
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "cycler"
2022-07-10 15:29:50 +00:00
version = "0.11.0"
description = "Composable style cycles"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.6"
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "debugpy"
2022-08-23 11:09:44 +00:00
version = "1.6.3"
2022-07-10 15:29:50 +00:00
description = "An implementation of the Debug Adapter Protocol for Python"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.7"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "decorator"
2022-07-10 15:29:50 +00:00
version = "5.1.1"
description = "Decorators for Humans"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.5"
2022-06-27 13:39:44 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "docker-pycreds"
2022-07-10 15:29:50 +00:00
version = "0.4.0"
description = "Python bindings for the docker credentials store API"
category = "main"
2022-06-27 13:39:44 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
six = ">=1.4.0"
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "entrypoints"
2022-07-10 15:29:50 +00:00
version = "0.4"
description = "Discover and load entry points from installed packages."
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "executing"
2022-08-23 11:09:44 +00:00
version = "0.10.0"
2022-07-10 15:29:50 +00:00
description = "Get the currently executing AST node of a frame, and other information"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = "*"
2022-07-05 10:17:32 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "flatbuffers"
2022-07-10 15:29:50 +00:00
version = "2.0"
description = "The FlatBuffers serialization format for Python"
category = "main"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = "*"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "fonttools"
2022-08-23 11:09:44 +00:00
version = "4.36.0"
2022-07-10 15:29:50 +00:00
description = "Tools to manipulate font files"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-07-10 15:29:50 +00:00
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" ]
2022-06-27 13:28:28 +00:00
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)" ]
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "frozenlist"
2022-08-23 11:09:44 +00:00
version = "1.3.1"
2022-07-10 15:29:50 +00:00
description = "A list-like structure which implements collections.abc.MutableSequence"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.7"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "fsspec"
2022-08-23 11:09:44 +00:00
version = "2022.7.1"
2022-07-10 15:29:50 +00:00
description = "File-system specification"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
aiohttp = { version = "*" , optional = true , markers = "extra == \"http\"" }
requests = { version = "*" , optional = true , markers = "extra == \"http\"" }
[ package . extras ]
tqdm = [ "tqdm" ]
2022-08-23 11:09:44 +00:00
ssh = [ "paramiko" ]
smb = [ "smbprotocol" ]
sftp = [ "paramiko" ]
s3 = [ "s3fs" ]
oci = [ "ocifs" ]
libarchive = [ "libarchive-c" ]
http = [ "aiohttp" , "requests" ]
hdfs = [ "pyarrow (>=1)" ]
gui = [ "panel" ]
gs = [ "gcsfs" ]
github = [ "requests" ]
git = [ "pygit2" ]
gcs = [ "gcsfs" ]
fuse = [ "fusepy" ]
entrypoints = [ "importlib-metadata" ]
dropbox = [ "dropbox" , "requests" , "dropboxdrivefs" ]
dask = [ "distributed" , "dask" ]
arrow = [ "pyarrow (>=1)" ]
adl = [ "adlfs" ]
abfs = [ "adlfs" ]
2022-07-04 13:43:54 +00:00
2022-06-27 13:39:44 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "gitdb"
2022-07-10 15:29:50 +00:00
version = "4.0.9"
description = "Git Object Database"
category = "main"
2022-06-27 13:39:44 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
smmap = ">=3.0.1,<6"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "gitpython"
2022-07-10 15:29:50 +00:00
version = "3.1.27"
description = "GitPython is a python library used to interact with Git repositories"
category = "main"
2022-06-27 13:39:44 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
gitdb = ">=4.0.1,<5"
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "google-auth"
2022-08-23 11:09:44 +00:00
version = "2.11.0"
2022-07-10 15:29:50 +00:00
description = "Google Authentication Library"
category = "main"
2022-07-04 13:43:54 +00:00
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)" ]
reauth = [ "pyu2f (>=0.1.5)" ]
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "google-auth-oauthlib"
2022-07-10 15:29:50 +00:00
version = "0.4.6"
description = "Google Authentication Library"
category = "main"
2022-07-04 13:43:54 +00:00
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 ] ]
2022-07-08 09:07:26 +00:00
name = "grpcio"
2022-08-23 11:09:44 +00:00
version = "1.48.0"
2022-07-10 15:29:50 +00:00
description = "HTTP/2-based RPC framework"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
six = ">=1.5.2"
[ package . extras ]
2022-08-23 11:09:44 +00:00
protobuf = [ "grpcio-tools (>=1.48.0)" ]
[ [ package ] ]
name = "humanfriendly"
version = "10.0"
description = "Human friendly output for text interfaces using Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . dependencies ]
pyreadline3 = { version = "*" , markers = "sys_platform == \"win32\" and python_version >= \"3.8\"" }
2022-07-04 13:43:54 +00:00
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "idna"
2022-07-10 15:29:50 +00:00
version = "3.3"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.5"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "imageio"
2022-08-23 11:09:44 +00:00
version = "2.21.1"
2022-07-10 15:29:50 +00:00
description = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats."
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
numpy = "*"
pillow = ">=8.3.2"
[ package . extras ]
tifffile = [ "tifffile" ]
2022-08-23 11:09:44 +00:00
test = [ "fsspec" , "pytest-cov" , "pytest" , "invoke" ]
pyav = [ "av" ]
opencv = [ "opencv-python" ]
linting = [ "flake8" , "black" ]
itk = [ "itk" ]
gdal = [ "gdal" ]
full = [ "wheel" , "tifffile" , "sphinx" , "pytest-cov" , "pytest" , "pydata-sphinx-theme" , "psutil" , "opencv-python" , "numpydoc" , "itk" , "invoke" , "imageio-ffmpeg" , "gdal" , "fsspec" , "flake8" , "black" , "av" , "astropy" ]
fits = [ "astropy" ]
ffmpeg = [ "psutil" , "imageio-ffmpeg" ]
docs = [ "pydata-sphinx-theme" , "numpydoc" , "sphinx" ]
dev = [ "flake8" , "black" , "fsspec" , "pytest-cov" , "pytest" , "invoke" ]
build = [ "wheel" ]
all-plugins-pypy = [ "tifffile" , "psutil" , "imageio-ffmpeg" , "av" ]
all-plugins = [ "tifffile" , "psutil" , "opencv-python" , "imageio-ffmpeg" , "av" , "astropy" ]
2022-06-27 13:28:28 +00:00
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "importlib-metadata"
2022-07-10 15:29:50 +00:00
version = "4.12.0"
description = "Read metadata from Python packages"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2022-08-23 11:09:44 +00:00
testing = [ "importlib-resources (>=1.3)" , "pytest-mypy (>=0.9.1)" , "pytest-black (>=0.3.7)" , "pytest-perf (>=0.9.2)" , "flufl.flake8" , "pyfakefs" , "packaging" , "pytest-enabler (>=1.3)" , "pytest-cov" , "pytest-flake8" , "pytest-checkdocs (>=2.4)" , "pytest (>=6)" ]
2022-07-04 13:43:54 +00:00
perf = [ "ipython" ]
2022-08-23 11:09:44 +00:00
docs = [ "rst.linker (>=1.9)" , "jaraco.packaging (>=9)" , "sphinx" ]
2022-07-04 13:43:54 +00:00
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "ipykernel"
2022-08-23 11:09:44 +00:00
version = "6.15.1"
2022-07-10 15:29:50 +00:00
description = "IPython Kernel for Jupyter"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
appnope = { version = "*" , markers = "platform_system == \"Darwin\"" }
debugpy = ">=1.0"
ipython = ">=7.23.1"
jupyter-client = ">=6.1.12"
matplotlib-inline = ">=0.1"
nest-asyncio = "*"
packaging = "*"
psutil = "*"
pyzmq = ">=17"
tornado = ">=6.1"
traitlets = ">=5.1.0"
[ package . extras ]
2022-08-23 11:09:44 +00:00
test = [ "pytest (>=6.0)" , "pytest-timeout" , "pytest-cov" , "pre-commit" , "ipyparallel" , "flaky" ]
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "ipython"
2022-07-10 15:29:50 +00:00
version = "8.4.0"
description = "IPython: Productive Interactive Computing"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.8"
[ package . dependencies ]
appnope = { version = "*" , markers = "sys_platform == \"darwin\"" }
backcall = "*"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
decorator = "*"
jedi = ">=0.16"
matplotlib-inline = "*"
pexpect = { version = ">4.3" , markers = "sys_platform != \"win32\"" }
pickleshare = "*"
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
pygments = ">=2.4.0"
stack-data = "*"
traitlets = ">=5"
[ package . extras ]
2022-07-10 15:29:50 +00:00
all = [ "black" , "Sphinx (>=1.3)" , "ipykernel" , "nbconvert" , "nbformat" , "ipywidgets" , "notebook" , "ipyparallel" , "qtconsole" , "pytest (<7.1)" , "pytest-asyncio" , "testpath" , "curio" , "matplotlib (!=3.2.0)" , "numpy (>=1.19)" , "pandas" , "trio" ]
2022-06-28 07:36:21 +00:00
black = [ "black" ]
doc = [ "Sphinx (>=1.3)" ]
kernel = [ "ipykernel" ]
nbconvert = [ "nbconvert" ]
nbformat = [ "nbformat" ]
notebook = [ "ipywidgets" , "notebook" ]
parallel = [ "ipyparallel" ]
qtconsole = [ "qtconsole" ]
test = [ "pytest (<7.1)" , "pytest-asyncio" , "testpath" ]
test_extra = [ "pytest (<7.1)" , "pytest-asyncio" , "testpath" , "curio" , "matplotlib (!=3.2.0)" , "nbformat" , "numpy (>=1.19)" , "pandas" , "trio" ]
2022-06-27 13:39:44 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "isort"
2022-07-10 15:29:50 +00:00
version = "5.10.1"
description = "A Python utility / library to sort Python imports."
category = "dev"
2022-06-27 13:39:44 +00:00
optional = false
python-versions = ">=3.6.1,<4.0"
[ package . extras ]
2022-07-10 15:29:50 +00:00
plugins = [ "setuptools" ]
2022-08-23 11:09:44 +00:00
colors = [ "colorama (>=0.4.3,<0.5.0)" ]
requirements_deprecated_finder = [ "pip-api" , "pipreqs" ]
pipfile_deprecated_finder = [ "requirementslib" , "pipreqs" ]
2022-06-27 13:39:44 +00:00
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "jedi"
2022-07-10 15:29:50 +00:00
version = "0.18.1"
description = "An autocompletion tool for Python that can be used for text editors."
category = "dev"
2022-06-28 07:36:21 +00:00
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)" ]
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "joblib"
2022-07-10 15:29:50 +00:00
version = "1.1.0"
description = "Lightweight pipelining with Python functions"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.6"
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "jupyter-client"
2022-07-10 15:29:50 +00:00
version = "7.3.4"
description = "Jupyter protocol implementation and client libraries"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
entrypoints = "*"
jupyter-core = ">=4.9.2"
nest-asyncio = ">=1.5.4"
python-dateutil = ">=2.8.2"
pyzmq = ">=23.0"
tornado = ">=6.0"
traitlets = "*"
[ package . extras ]
2022-08-23 11:09:44 +00:00
test = [ "pytest-timeout" , "pytest-cov" , "pytest-asyncio (>=0.18)" , "pytest" , "pre-commit" , "mypy" , "ipython" , "ipykernel (>=6.5)" , "coverage" , "codecov" ]
doc = [ "sphinxcontrib-github-alt" , "sphinx (>=1.3.6)" , "sphinx-rtd-theme" , "myst-parser" , "ipykernel" ]
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "jupyter-core"
2022-08-23 11:09:44 +00:00
version = "4.11.1"
2022-07-10 15:29:50 +00:00
description = "Jupyter core package. A base package on which Jupyter projects rely."
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
pywin32 = { version = ">=1.0" , markers = "sys_platform == \"win32\" and platform_python_implementation != \"PyPy\"" }
traitlets = "*"
[ package . extras ]
2022-08-23 11:09:44 +00:00
test = [ "pytest-timeout" , "pytest-cov" , "pytest" , "pre-commit" , "ipykernel" ]
2022-06-28 07:36:21 +00:00
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "kiwisolver"
2022-08-23 11:09:44 +00:00
version = "1.4.4"
2022-07-10 15:29:50 +00:00
description = "A fast implementation of the Cassowary constraint solver"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.7"
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "markdown"
2022-08-23 11:09:44 +00:00
version = "3.4.1"
2022-07-10 15:29:50 +00:00
description = "Python implementation of Markdown."
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
2022-08-23 11:09:44 +00:00
python-versions = ">=3.7"
2022-07-04 13:43:54 +00:00
[ package . dependencies ]
importlib-metadata = { version = ">=4.4" , markers = "python_version < \"3.10\"" }
[ package . extras ]
testing = [ "coverage" , "pyyaml" ]
2022-08-23 11:09:44 +00:00
[ [ package ] ]
name = "markupsafe"
version = "2.1.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false
python-versions = ">=3.7"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "matplotlib"
2022-08-23 11:09:44 +00:00
version = "3.5.3"
2022-07-10 15:29:50 +00:00
description = "Python plotting package"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
cycler = ">=0.10"
fonttools = ">=4.22.0"
kiwisolver = ">=1.0.1"
numpy = ">=1.17"
packaging = ">=20.0"
pillow = ">=6.2.0"
pyparsing = ">=2.2.1"
python-dateutil = ">=2.7"
2022-08-23 11:09:44 +00:00
setuptools_scm = ">=4,<7"
2022-06-27 13:28:28 +00:00
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "matplotlib-inline"
2022-08-23 11:09:44 +00:00
version = "0.1.6"
2022-07-10 15:29:50 +00:00
description = "Inline Matplotlib backend for Jupyter"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
traitlets = "*"
2022-08-23 11:09:44 +00:00
[ [ package ] ]
name = "mpmath"
version = "1.2.1"
description = "Python library for arbitrary-precision floating-point arithmetic"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
tests = [ "pytest (>=4.6)" ]
develop = [ "wheel" , "codecov" , "pytest-cov" , "pycodestyle" , "pytest (>=4.6)" ]
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "multidict"
2022-07-10 15:29:50 +00:00
version = "6.0.2"
description = "multidict implementation"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.7"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "mypy-extensions"
2022-07-10 15:29:50 +00:00
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = "*"
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "nest-asyncio"
2022-07-10 15:29:50 +00:00
version = "1.5.5"
description = "Patch asyncio to allow nested event loops"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.5"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "networkx"
2022-08-23 11:09:44 +00:00
version = "2.8.5"
2022-07-10 15:29:50 +00:00
description = "Python package for creating and manipulating graphs and networks"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.8"
[ package . extras ]
default = [ "numpy (>=1.19)" , "scipy (>=1.8)" , "matplotlib (>=3.4)" , "pandas (>=1.3)" ]
developer = [ "pre-commit (>=2.19)" , "mypy (>=0.960)" ]
2022-07-10 15:29:50 +00:00
doc = [ "sphinx (>=5)" , "pydata-sphinx-theme (>=0.9)" , "sphinx-gallery (>=0.10)" , "numpydoc (>=1.4)" , "pillow (>=9.1)" , "nb2plots (>=0.6)" , "texext (>=0.6.6)" ]
2022-06-27 13:28:28 +00:00
extra = [ "lxml (>=4.6)" , "pygraphviz (>=1.9)" , "pydot (>=1.4.2)" , "sympy (>=1.10)" ]
test = [ "pytest (>=7.1)" , "pytest-cov (>=3.0)" , "codecov (>=2.1)" ]
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "numpy"
2022-08-23 11:09:44 +00:00
version = "1.23.2"
2022-07-10 15:29:50 +00:00
description = "NumPy is the fundamental package for array computing with Python."
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.8"
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "oauthlib"
2022-07-10 15:29:50 +00:00
version = "3.2.0"
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.6"
[ package . extras ]
2022-08-23 11:09:44 +00:00
signedtoken = [ "pyjwt (>=2.0.0,<3)" , "cryptography (>=3.0.0)" ]
2022-07-04 13:43:54 +00:00
signals = [ "blinker (>=1.4.0)" ]
2022-08-23 11:09:44 +00:00
rsa = [ "cryptography (>=3.0.0)" ]
2022-07-04 13:43:54 +00:00
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "onnx"
2022-07-10 15:29:50 +00:00
version = "1.12.0"
description = "Open Neural Network Exchange"
category = "main"
2022-07-05 10:17:32 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
numpy = ">=1.16.6"
protobuf = ">=3.12.2,<=3.20.1"
typing-extensions = ">=3.6.2.1"
[ package . extras ]
2022-08-23 11:09:44 +00:00
lint = [ "types-protobuf (==3.18.4)" , "mypy (==0.782)" , "flake8" , "clang-format (==13.0.0)" ]
2022-07-05 10:17:32 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "onnxruntime"
2022-08-23 11:09:44 +00:00
version = "1.12.1"
2022-07-10 15:29:50 +00:00
description = "ONNX Runtime is a runtime accelerator for Machine Learning models"
category = "main"
2022-07-05 10:17:32 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
2022-08-23 11:09:44 +00:00
coloredlogs = "*"
2022-07-05 10:17:32 +00:00
flatbuffers = "*"
2022-08-23 11:09:44 +00:00
numpy = ">=1.21.0"
packaging = "*"
2022-07-05 10:17:32 +00:00
protobuf = "*"
2022-08-23 11:09:44 +00:00
sympy = "*"
2022-07-05 10:17:32 +00:00
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "opencv-python-headless"
2022-07-10 15:29:50 +00:00
version = "4.6.0.66"
description = "Wrapper package for OpenCV python bindings."
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
numpy = [
2022-08-23 11:09:44 +00:00
{ version = ">=1.19.3" , markers = "python_version >= \"3.9\" or python_version >= \"3.6\" and platform_system == \"Linux\" and platform_machine == \"aarch64\"" } ,
2022-07-10 15:29:50 +00:00
{ version = ">=1.17.3" , markers = "python_version >= \"3.8\"" } ,
2022-08-23 11:09:44 +00:00
{ version = ">=1.14.5" , markers = "python_version >= \"3.7\"" } ,
{ version = ">=1.21.2" , markers = "python_version >= \"3.6\" and platform_system == \"Darwin\" and platform_machine == \"arm64\" or python_version >= \"3.10\"" } ,
2022-06-27 13:28:28 +00:00
]
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "packaging"
2022-07-10 15:29:50 +00:00
version = "21.3"
description = "Core utilities for Python packages"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "parso"
2022-07-10 15:29:50 +00:00
version = "0.8.3"
description = "A Python Parser"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.6"
[ package . extras ]
2022-08-23 11:09:44 +00:00
testing = [ "pytest (<6.0.0)" , "docopt" ]
qa = [ "mypy (==0.782)" , "flake8 (==3.8.3)" ]
2022-06-28 07:36:21 +00:00
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pathspec"
2022-07-10 15:29:50 +00:00
version = "0.9.0"
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2022-06-27 13:39:44 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pathtools"
2022-07-10 15:29:50 +00:00
version = "0.1.2"
description = "File system general utilities"
category = "main"
2022-06-27 13:39:44 +00:00
optional = false
python-versions = "*"
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pexpect"
2022-07-10 15:29:50 +00:00
version = "4.8.0"
description = "Pexpect allows easy control of interactive console applications."
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
ptyprocess = ">=0.5"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pickleshare"
2022-07-10 15:29:50 +00:00
version = "0.7.5"
description = "Tiny 'shelve'-like database with concurrency support"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = "*"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pillow"
2022-08-23 11:09:44 +00:00
version = "9.2.0"
2022-07-10 15:29:50 +00:00
description = "Python Imaging Library (Fork)"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-08-23 11:09:44 +00:00
docs = [ "furo" , "olefile" , "sphinx (>=2.4)" , "sphinx-copybutton" , "sphinx-issues (>=3.0.1)" , "sphinx-removed-in" , "sphinxext-opengraph" ]
2022-06-27 13:28:28 +00:00
tests = [ "check-manifest" , "coverage" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" ]
2022-07-10 15:29:50 +00:00
[ [ package ] ]
name = "platformdirs"
2022-07-08 09:07:26 +00:00
version = "2.5.2"
2022-07-10 15:29:50 +00:00
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "dev"
optional = false
python-versions = ">=3.7"
2022-06-27 13:28:28 +00:00
[ package . extras ]
2022-08-23 11:09:44 +00:00
test = [ "pytest (>=6)" , "pytest-mock (>=3.6)" , "pytest-cov (>=2.7)" , "appdirs (==1.4.4)" ]
docs = [ "sphinx (>=4)" , "sphinx-autodoc-typehints (>=1.12)" , "proselint (>=0.10.2)" , "furo (>=2021.7.5b38)" ]
2022-06-27 13:28:28 +00:00
2022-06-27 13:39:44 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "promise"
2022-07-10 15:29:50 +00:00
version = "2.3"
description = "Promises/A+ implementation for Python"
category = "main"
2022-06-27 13:39:44 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
six = "*"
[ package . extras ]
test = [ "pytest (>=2.7.3)" , "pytest-cov" , "coveralls" , "futures" , "pytest-benchmark" , "mock" ]
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "prompt-toolkit"
2022-07-10 15:29:50 +00:00
version = "3.0.30"
description = "Library for building powerful interactive command lines in Python"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
wcwidth = "*"
2022-06-27 13:39:44 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "protobuf"
2022-08-23 11:09:44 +00:00
version = "3.19.4"
2022-07-10 15:29:50 +00:00
description = "Protocol Buffers"
category = "main"
2022-06-27 13:39:44 +00:00
optional = false
2022-08-23 11:09:44 +00:00
python-versions = ">=3.5"
2022-06-27 13:39:44 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "psutil"
2022-07-10 15:29:50 +00:00
version = "5.9.1"
description = "Cross-platform lib for process and system monitoring in Python."
category = "main"
2022-06-27 13:39:44 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
2022-08-23 11:09:44 +00:00
test = [ "wmi" , "pywin32" , "enum34" , "mock" , "ipaddress" ]
2022-06-27 13:39:44 +00:00
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "ptyprocess"
2022-07-10 15:29:50 +00:00
version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pure-eval"
2022-07-10 15:29:50 +00:00
version = "0.2.2"
description = "Safely evaluate AST nodes without side effects"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = "*"
[ package . extras ]
tests = [ "pytest" ]
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "py"
2022-07-10 15:29:50 +00:00
version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pyasn1"
2022-07-10 15:29:50 +00:00
version = "0.4.8"
description = "ASN.1 types and codecs"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = "*"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pyasn1-modules"
2022-07-10 15:29:50 +00:00
version = "0.2.8"
description = "A collection of ASN.1-based protocols modules."
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
pyasn1 = ">=0.4.6,<0.5.0"
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pycparser"
2022-07-10 15:29:50 +00:00
version = "2.21"
description = "C parser in Python"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pydeprecate"
2022-07-10 15:29:50 +00:00
version = "0.3.2"
description = "Deprecation tooling"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.6"
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pygments"
2022-08-23 11:09:44 +00:00
version = "2.13.0"
2022-07-10 15:29:50 +00:00
description = "Pygments is a syntax highlighting package written in Python."
category = "main"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.6"
2022-08-23 11:09:44 +00:00
[ package . extras ]
plugins = [ "importlib-metadata" ]
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pyparsing"
2022-07-10 15:29:50 +00:00
version = "3.0.9"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.6.8"
[ package . extras ]
2022-08-23 11:09:44 +00:00
diagrams = [ "jinja2" , "railroad-diagrams" ]
[ [ package ] ]
name = "pyreadline3"
version = "3.4.1"
description = "A python implementation of GNU readline."
category = "main"
optional = false
python-versions = "*"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "python-dateutil"
2022-07-10 15:29:50 +00:00
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[ package . dependencies ]
six = ">=1.5"
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pytorch-lightning"
2022-08-23 11:09:44 +00:00
version = "1.7.2"
2022-07-10 15:29:50 +00:00
description = "PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate."
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
fsspec = { version = ">=2021.05.0,<2021.06.0 || >2021.06.0" , extras = [ "http" ] }
numpy = ">=1.17.2"
packaging = ">=17.0"
pyDeprecate = ">=0.3.1"
2022-07-10 15:29:50 +00:00
PyYAML = ">=5.4"
2022-08-23 11:09:44 +00:00
tensorboard = ">=2.9.1"
torch = ">=1.9"
torchmetrics = ">=0.7.0"
2022-07-04 13:43:54 +00:00
tqdm = ">=4.57.0"
typing-extensions = ">=4.0.0"
[ package . extras ]
2022-08-23 11:09:44 +00:00
all = [ "matplotlib (>3.1)" , "torchtext (>=0.10)" , "omegaconf (>=2.0.5)" , "hydra-core (>=1.0.5)" , "jsonargparse[signatures] (>=4.12.0)" , "gcsfs (>=2021.5.0)" , "rich (>=10.14.0,!=10.15.0.a)" , "neptune-client (>=0.10.0)" , "comet-ml (>=3.1.12)" , "mlflow (>=1.0.0)" , "test-tube (>=0.7.5)" , "wandb (>=0.10.22)" , "coverage (>=6.4)" , "codecov (>=2.1)" , "pytest (>=7.0)" , "pytest-cov" , "pytest-forked" , "pytest-rerunfailures (>=10.2)" , "pre-commit (>=1.0)" , "mypy (==0.971)" , "cloudpickle (>=1.3)" , "scikit-learn (>0.22.1)" , "onnxruntime" , "psutil" , "pandas (>1.0)" , "fastapi" , "uvicorn" , "torchvision (>=0.10)" , "gym[classic_control] (>=0.17.0)" , "ipython" , "fairscale (>=0.4.5)" , "deepspeed (>=0.6.0)" , "horovod (>=0.21.2,!=0.24.0)" , "hivemind (>=1.0.1)" ]
deepspeed = [ "deepspeed (>=0.6.0)" ]
dev = [ "matplotlib (>3.1)" , "torchtext (>=0.10)" , "omegaconf (>=2.0.5)" , "hydra-core (>=1.0.5)" , "jsonargparse[signatures] (>=4.12.0)" , "gcsfs (>=2021.5.0)" , "rich (>=10.14.0,!=10.15.0.a)" , "neptune-client (>=0.10.0)" , "comet-ml (>=3.1.12)" , "mlflow (>=1.0.0)" , "test-tube (>=0.7.5)" , "wandb (>=0.10.22)" , "coverage (>=6.4)" , "codecov (>=2.1)" , "pytest (>=7.0)" , "pytest-cov" , "pytest-forked" , "pytest-rerunfailures (>=10.2)" , "pre-commit (>=1.0)" , "mypy (==0.971)" , "cloudpickle (>=1.3)" , "scikit-learn (>0.22.1)" , "onnxruntime" , "psutil" , "pandas (>1.0)" , "fastapi" , "uvicorn" ]
examples = [ "torchvision (>=0.10)" , "gym[classic_control] (>=0.17.0)" , "ipython" ]
extra = [ "matplotlib (>3.1)" , "torchtext (>=0.10)" , "omegaconf (>=2.0.5)" , "hydra-core (>=1.0.5)" , "jsonargparse[signatures] (>=4.12.0)" , "gcsfs (>=2021.5.0)" , "rich (>=10.14.0,!=10.15.0.a)" ]
2022-07-04 13:43:54 +00:00
fairscale = [ "fairscale (>=0.4.5)" ]
hivemind = [ "hivemind (>=1.0.1)" ]
horovod = [ "horovod (>=0.21.2,!=0.24.0)" ]
2022-08-23 11:09:44 +00:00
loggers = [ "neptune-client (>=0.10.0)" , "comet-ml (>=3.1.12)" , "mlflow (>=1.0.0)" , "test-tube (>=0.7.5)" , "wandb (>=0.10.22)" ]
strategies = [ "fairscale (>=0.4.5)" , "deepspeed (>=0.6.0)" , "horovod (>=0.21.2,!=0.24.0)" , "hivemind (>=1.0.1)" ]
test = [ "coverage (>=6.4)" , "codecov (>=2.1)" , "pytest (>=7.0)" , "pytest-cov" , "pytest-forked" , "pytest-rerunfailures (>=10.2)" , "pre-commit (>=1.0)" , "mypy (==0.971)" , "cloudpickle (>=1.3)" , "scikit-learn (>0.22.1)" , "onnxruntime" , "psutil" , "pandas (>1.0)" , "fastapi" , "uvicorn" ]
2022-07-04 13:43:54 +00:00
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pywavelets"
2022-07-10 15:29:50 +00:00
version = "1.3.0"
description = "PyWavelets, wavelet transform module"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
numpy = ">=1.17.3"
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pywin32"
2022-07-10 15:29:50 +00:00
version = "304"
description = "Python for Window Extensions"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = "*"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pyyaml"
2022-07-10 15:29:50 +00:00
version = "6.0"
description = "YAML parser and emitter for Python"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.6"
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "pyzmq"
2022-08-23 11:09:44 +00:00
version = "23.2.1"
2022-07-10 15:29:50 +00:00
description = "Python bindings for 0MQ"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cffi = { version = "*" , markers = "implementation_name == \"pypy\"" }
py = { version = "*" , markers = "implementation_name == \"pypy\"" }
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "qudida"
2022-07-10 15:29:50 +00:00
version = "0.0.4"
description = "QUick and DIrty Domain Adaptation"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.5.0"
[ package . dependencies ]
numpy = ">=0.18.0"
opencv-python-headless = ">=4.0.1"
scikit-learn = ">=0.19.1"
typing-extensions = "*"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "requests"
2022-08-23 11:09:44 +00:00
version = "2.28.1"
2022-07-10 15:29:50 +00:00
description = "Python HTTP for Humans."
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.7, <4"
[ package . dependencies ]
certifi = ">=2017.4.17"
2022-08-23 11:09:44 +00:00
charset-normalizer = ">=2,<3"
2022-06-27 13:28:28 +00:00
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
2022-08-23 11:09:44 +00:00
use_chardet_on_py3 = [ "chardet (>=3.0.2,<6)" ]
2022-06-27 13:28:28 +00:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "requests-oauthlib"
2022-07-10 15:29:50 +00:00
version = "1.3.1"
description = "OAuthlib authentication support for Requests."
category = "main"
2022-07-04 13:43:54 +00:00
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)" ]
2022-07-05 13:18:31 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "rich"
2022-08-23 11:09:44 +00:00
version = "12.5.1"
2022-07-10 15:29:50 +00:00
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
category = "main"
2022-07-05 13:18:31 +00:00
optional = false
python-versions = ">=3.6.3,<4.0.0"
[ package . dependencies ]
commonmark = ">=0.9.0,<0.10.0"
pygments = ">=2.6.0,<3.0.0"
typing-extensions = { version = ">=4.0.0,<5.0" , markers = "python_version < \"3.9\"" }
[ package . extras ]
jupyter = [ "ipywidgets (>=7.5.1,<8.0.0)" ]
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "rsa"
2022-08-23 11:09:44 +00:00
version = "4.9"
2022-07-10 15:29:50 +00:00
description = "Pure-Python RSA implementation"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.6,<4"
[ package . dependencies ]
pyasn1 = ">=0.1.3"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "scikit-image"
2022-08-23 11:09:44 +00:00
version = "0.19.3"
2022-07-10 15:29:50 +00:00
description = "Image processing in Python"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-08-23 11:09:44 +00:00
imageio = ">=2.4.1"
networkx = ">=2.2"
numpy = ">=1.17.0"
packaging = ">=20.0"
pillow = ">=6.1.0,<7.1.0 || >7.1.0,<7.1.1 || >7.1.1,<8.3.0 || >8.3.0"
2022-07-10 15:29:50 +00:00
PyWavelets = ">=1.1.1"
2022-08-23 11:09:44 +00:00
scipy = ">=1.4.1"
2022-06-27 13:28:28 +00:00
tifffile = ">=2019.7.26"
[ package . extras ]
data = [ "pooch (>=1.3.0)" ]
2022-08-23 11:09:44 +00:00
docs = [ "sphinx (>=1.8)" , "sphinx-gallery (>=0.10.1)" , "numpydoc (>=1.0)" , "sphinx-copybutton" , "pytest-runner" , "scikit-learn" , "matplotlib (>=3.3)" , "dask[array] (>=0.15.0,!=2.17.0)" , "cloudpickle (>=0.2.1)" , "pandas (>=0.23.0)" , "seaborn (>=0.7.1)" , "pooch (>=1.3.0)" , "tifffile (>=2020.5.30)" , "myst-parser" , "ipywidgets" , "plotly (>=4.14.0)" , "kaleido" ]
optional = [ "simpleitk" , "astropy (>=3.1.2)" , "cloudpickle (>=0.2.1)" , "dask[array] (>=1.0.0,!=2.17.0)" , "matplotlib (>=3.0.3)" , "pooch (>=1.3.0)" , "pyamg" , "qtpy" ]
test = [ "asv" , "codecov" , "flake8" , "matplotlib (>=3.0.3)" , "pooch (>=1.3.0)" , "pytest (>=5.2.0)" , "pytest-cov (>=2.7.0)" , "pytest-localserver" , "pytest-faulthandler" ]
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "scikit-learn"
2022-08-23 11:09:44 +00:00
version = "1.1.2"
2022-07-10 15:29:50 +00:00
description = "A set of python modules for machine learning and data mining"
category = "main"
2022-06-27 13:28:28 +00:00
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 ]
2022-08-23 11:09:44 +00:00
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)" ]
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "scipy"
2022-08-23 11:09:44 +00:00
version = "1.9.0"
2022-07-10 15:29:50 +00:00
description = "SciPy: Scientific Library for Python"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
2022-08-23 11:09:44 +00:00
python-versions = ">=3.8,<3.12"
2022-06-27 13:28:28 +00:00
[ package . dependencies ]
2022-08-23 11:09:44 +00:00
numpy = ">=1.18.5,<1.25.0"
2022-06-27 13:28:28 +00:00
2022-06-27 13:39:44 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "sentry-sdk"
2022-08-23 11:09:44 +00:00
version = "1.9.5"
2022-07-10 15:29:50 +00:00
description = "Python client for Sentry (https://sentry.io)"
category = "main"
2022-06-27 13:39:44 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
certifi = "*"
2022-08-23 11:09:44 +00:00
urllib3 = [
{ version = ">=1.26.9" , markers = "python_version >= \"3.5\"" } ,
{ version = ">=1.26.11" , markers = "python_version >= \"3.6\"" } ,
]
2022-06-27 13:39:44 +00:00
[ package . extras ]
aiohttp = [ "aiohttp (>=3.5)" ]
beam = [ "apache-beam (>=2.12)" ]
bottle = [ "bottle (>=0.12.13)" ]
celery = [ "celery (>=3)" ]
chalice = [ "chalice (>=1.16.0)" ]
django = [ "django (>=1.8)" ]
falcon = [ "falcon (>=1.4)" ]
2022-08-23 11:09:44 +00:00
fastapi = [ "fastapi (>=0.79.0)" ]
2022-06-27 13:39:44 +00:00
flask = [ "flask (>=0.11)" , "blinker (>=1.1)" ]
httpx = [ "httpx (>=0.16.0)" ]
pure_eval = [ "pure-eval" , "executing" , "asttokens" ]
pyspark = [ "pyspark (>=2.4.4)" ]
quart = [ "quart (>=0.16.1)" , "blinker (>=1.1)" ]
rq = [ "rq (>=0.6)" ]
sanic = [ "sanic (>=0.8)" ]
sqlalchemy = [ "sqlalchemy (>=1.2)" ]
2022-08-23 11:09:44 +00:00
starlette = [ "starlette (>=0.19.1)" ]
2022-06-27 13:39:44 +00:00
tornado = [ "tornado (>=5)" ]
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "setproctitle"
2022-08-23 11:09:44 +00:00
version = "1.3.2"
2022-07-10 15:29:50 +00:00
description = "A Python module to customize the process title"
category = "main"
2022-06-27 13:39:44 +00:00
optional = false
2022-08-23 11:09:44 +00:00
python-versions = ">=3.7"
2022-06-27 13:39:44 +00:00
[ package . extras ]
test = [ "pytest" ]
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "setuptools-scm"
2022-08-23 11:09:44 +00:00
version = "6.4.2"
2022-07-10 15:29:50 +00:00
description = "the blessed package to manage your versions by scm tags"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
2022-08-23 11:09:44 +00:00
python-versions = ">=3.6"
2022-06-27 13:28:28 +00:00
[ package . dependencies ]
packaging = ">=20.0"
tomli = ">=1.0.0"
[ package . extras ]
toml = [ "setuptools (>=42)" ]
2022-08-23 11:09:44 +00:00
test = [ "virtualenv (>20)" , "pytest (>=6.2)" ]
2022-06-27 13:28:28 +00:00
2022-06-27 13:39:44 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "shortuuid"
2022-07-10 15:29:50 +00:00
version = "1.0.9"
description = "A generator library for concise, unambiguous and URL-safe UUIDs."
category = "main"
2022-06-27 13:39:44 +00:00
optional = false
python-versions = ">=3.5"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "six"
2022-07-10 15:29:50 +00:00
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2022-06-27 13:39:44 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "smmap"
2022-07-10 15:29:50 +00:00
version = "5.0.0"
description = "A pure Python implementation of a sliding window memory map manager"
category = "main"
2022-06-27 13:39:44 +00:00
optional = false
python-versions = ">=3.6"
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "stack-data"
2022-08-23 11:09:44 +00:00
version = "0.4.0"
2022-07-10 15:29:50 +00:00
description = "Extract data from python stack frames and tracebacks for informative displays"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = "*"
[ package . dependencies ]
asttokens = "*"
executing = "*"
pure-eval = "*"
[ package . extras ]
2022-08-23 11:09:44 +00:00
tests = [ "cython" , "littleutils" , "pygments" , "typeguard" , "pytest" ]
[ [ package ] ]
name = "sympy"
version = "1.10.1"
description = "Computer algebra system (CAS) in Python"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
mpmath = ">=0.19"
2022-06-28 07:36:21 +00:00
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "tensorboard"
2022-08-23 11:09:44 +00:00
version = "2.10.0"
2022-07-10 15:29:50 +00:00
description = "TensorBoard lets you watch Tensors Flow"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.6"
[ 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"
2022-08-23 11:09:44 +00:00
protobuf = ">=3.9.2,<3.20"
2022-07-04 13:43:54 +00:00
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 ] ]
2022-07-08 09:07:26 +00:00
name = "tensorboard-data-server"
2022-07-10 15:29:50 +00:00
version = "0.6.1"
description = "Fast data loading for TensorBoard"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.6"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "tensorboard-plugin-wit"
2022-07-10 15:29:50 +00:00
version = "1.8.1"
description = "What-If Tool TensorBoard plugin."
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = "*"
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "threadpoolctl"
2022-07-10 15:29:50 +00:00
version = "3.1.0"
description = "threadpoolctl"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.6"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "tifffile"
2022-08-23 11:09:44 +00:00
version = "2022.8.12"
2022-07-10 15:29:50 +00:00
description = "Read and write TIFF files"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.8"
[ package . dependencies ]
numpy = ">=1.19.2"
[ package . extras ]
2022-08-23 11:09:44 +00:00
all = [ "imagecodecs (>=2022.2.22)" , "matplotlib (>=3.3)" , "lxml" ]
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "tomli"
2022-07-10 15:29:50 +00:00
version = "2.0.1"
description = "A lil' TOML parser"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.7"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "torch"
2022-07-10 15:29:50 +00:00
version = "1.11.0"
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.7.0"
[ package . dependencies ]
typing-extensions = "*"
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "torchmetrics"
2022-08-23 11:09:44 +00:00
version = "0.9.3"
2022-07-10 15:29:50 +00:00
description = "PyTorch native Metrics"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
numpy = ">=1.17.2"
packaging = "*"
torch = ">=1.3.1"
[ package . extras ]
2022-08-23 11:09:44 +00:00
test = [ "pycocotools" , "codecov (>=2.1)" , "check-manifest" , "torch-complex" , "scikit-learn (>1.0,<1.1.1)" , "cloudpickle (>=1.3)" , "mir-eval (>=0.6)" , "pytest-cov (>2.10)" , "pytest-timeout" , "scikit-image (>0.17.1)" , "pytest (>=6.0.0,<7.0.0)" , "pypesq" , "transformers (>=4.0)" , "pre-commit (>=1.0)" , "fire" , "bert-score (==0.3.10)" , "pytorch-msssim" , "psutil" , "coverage (>5.2)" , "huggingface-hub (<0.7)" , "pytest-doctestplus (>=0.9.0)" , "requests" , "rouge-score (==0.0.4)" , "jiwer (>=2.3.0)" , "twine (>=3.2)" , "sacrebleu (>=2.0.0)" , "fast-bss-eval (>=0.1.0)" , "phmdoctest (>=1.1.1)" , "mypy (>=0.790)" ]
all = [ "pystoi" , "pycocotools" , "torchvision (>=0.8)" , "sphinx (>=4.0,<5.0)" , "sphinxcontrib-fulltoc (>=1.0)" , "sphinxcontrib-mockautodoc" , "sphinx-autodoc-typehints (>=1.0)" , "sphinx-copybutton (>=0.3)" , "docutils (>=0.16)" , "pandoc (>=1.0)" , "nbsphinx (>=0.8)" , "sphinx-togglebutton (>=0.2)" , "sphinx-paramlinks (>=0.5.1)" , "myst-parser" , "lpips" , "torch-fidelity" , "scipy" , "torchvision" , "pytorch-lightning (>=1.5)" , "codecov (>=2.1)" , "check-manifest" , "torch-complex" , "scikit-learn (>1.0,<1.1.1)" , "cloudpickle (>=1.3)" , "mir-eval (>=0.6)" , "pytest-cov (>2.10)" , "pytest-timeout" , "scikit-image (>0.17.1)" , "pytest (>=6.0.0,<7.0.0)" , "pypesq" , "transformers (>=4.0)" , "pre-commit (>=1.0)" , "fire" , "bert-score (==0.3.10)" , "pytorch-msssim" , "psutil" , "coverage (>5.2)" , "huggingface-hub (<0.7)" , "pytest-doctestplus (>=0.9.0)" , "requests" , "rouge-score (==0.0.4)" , "jiwer (>=2.3.0)" , "twine (>=3.2)" , "sacrebleu (>=2.0.0)" , "fast-bss-eval (>=0.1.0)" , "phmdoctest (>=1.1.1)" , "mypy (>=0.790)" , "nltk (>=3.6)" , "regex (>=2021.9.24)" , "tqdm (>=4.41.0)" ]
2022-07-04 13:43:54 +00:00
audio = [ "pystoi" ]
2022-08-23 11:09:44 +00:00
detection = [ "pycocotools" , "torchvision (>=0.8)" ]
docs = [ "sphinx (>=4.0,<5.0)" , "sphinxcontrib-fulltoc (>=1.0)" , "sphinxcontrib-mockautodoc" , "sphinx-autodoc-typehints (>=1.0)" , "sphinx-copybutton (>=0.3)" , "docutils (>=0.16)" , "pandoc (>=1.0)" , "nbsphinx (>=0.8)" , "sphinx-togglebutton (>=0.2)" , "sphinx-paramlinks (>=0.5.1)" , "myst-parser" ]
image = [ "lpips" , "torch-fidelity" , "scipy" , "torchvision" ]
2022-07-04 13:43:54 +00:00
integrate = [ "pytorch-lightning (>=1.5)" ]
text = [ "nltk (>=3.6)" , "regex (>=2021.9.24)" , "tqdm (>=4.41.0)" ]
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "torchvision"
2022-07-10 15:29:50 +00:00
version = "0.12.0"
description = "image and video datasets and models for torch deep learning"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
numpy = "*"
pillow = ">=5.3.0,<8.3.0 || >=8.4.0"
requests = "*"
torch = "*"
typing-extensions = "*"
[ package . extras ]
scipy = [ "scipy" ]
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "tornado"
2022-08-23 11:09:44 +00:00
version = "6.2"
2022-07-10 15:29:50 +00:00
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
2022-08-23 11:09:44 +00:00
python-versions = ">= 3.7"
2022-06-28 07:36:21 +00:00
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "tqdm"
2022-07-10 15:29:50 +00:00
version = "4.64.0"
description = "Fast, Extensible Progress Meter"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
telegram = [ "requests" ]
2022-08-23 11:09:44 +00:00
slack = [ "slack-sdk" ]
notebook = [ "ipywidgets (>=6)" ]
dev = [ "wheel" , "twine" , "py-make (>=0.1.0)" ]
2022-06-27 13:28:28 +00:00
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "traitlets"
2022-07-10 15:29:50 +00:00
version = "5.3.0"
description = ""
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = ">=3.7"
[ package . extras ]
test = [ "pre-commit" , "pytest" ]
2022-06-27 13:28:28 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "typing-extensions"
2022-08-23 11:09:44 +00:00
version = "4.3.0"
2022-07-10 15:29:50 +00:00
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
python-versions = ">=3.7"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "urllib3"
2022-08-23 11:09:44 +00:00
version = "1.26.11"
2022-07-10 15:29:50 +00:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
2022-06-27 13:28:28 +00:00
optional = false
2022-08-23 11:09:44 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
2022-06-27 13:28:28 +00:00
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2022-08-23 11:09:44 +00:00
secure = [ "ipaddress" , "certifi" , "idna (>=2.0.0)" , "cryptography (>=1.3.4)" , "pyOpenSSL (>=0.14)" ]
brotli = [ "brotlipy (>=0.6.0)" , "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" ]
2022-06-27 13:28:28 +00:00
2022-06-27 13:39:44 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "wandb"
2022-08-23 11:09:44 +00:00
version = "0.12.21"
2022-07-10 15:29:50 +00:00
description = "A CLI and library for interacting with the Weights and Biases API."
category = "main"
2022-06-27 13:39:44 +00:00
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
Click = ">=7.0,<8.0.0 || >8.0.0"
2022-07-08 09:07:26 +00:00
docker-pycreds = ">=0.4.0"
2022-07-10 15:29:50 +00:00
GitPython = ">=1.0.0"
2022-06-27 13:39:44 +00:00
pathtools = "*"
promise = ">=2.0,<3"
protobuf = ">=3.12.0,<4.0dev"
psutil = ">=5.0.0"
2022-07-10 15:29:50 +00:00
PyYAML = "*"
2022-06-27 13:39:44 +00:00
requests = ">=2.0.0,<3"
sentry-sdk = ">=1.0.0"
setproctitle = "*"
shortuuid = ">=0.5.0"
six = ">=1.13.0"
[ package . extras ]
aws = [ "boto3" ]
azure = [ "azure-storage-blob" ]
gcp = [ "google-cloud-storage" ]
grpc = [ "grpcio (>=1.27.2)" ]
kubeflow = [ "kubernetes" , "minio" , "google-cloud-storage" , "sh" ]
launch = [ "nbconvert" , "nbformat" , "chardet" , "iso8601" , "typing-extensions" , "boto3" , "google-cloud-storage" , "kubernetes" ]
media = [ "numpy" , "moviepy" , "pillow" , "bokeh" , "soundfile" , "plotly" , "rdkit-pypi" ]
2022-08-23 11:09:44 +00:00
models = [ "cloudpickle" ]
2022-06-27 13:39:44 +00:00
sweeps = [ "sweeps (>=0.1.0)" ]
2022-06-28 07:36:21 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "wcwidth"
2022-07-10 15:29:50 +00:00
version = "0.2.5"
description = "Measures the displayed width of unicode strings in a terminal"
category = "dev"
2022-06-28 07:36:21 +00:00
optional = false
python-versions = "*"
2022-07-04 13:43:54 +00:00
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "werkzeug"
2022-08-23 11:09:44 +00:00
version = "2.2.2"
2022-07-10 15:29:50 +00:00
description = "The comprehensive WSGI web application library."
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.7"
2022-08-23 11:09:44 +00:00
[ package . dependencies ]
MarkupSafe = ">=2.1.1"
2022-07-04 13:43:54 +00:00
[ package . extras ]
watchdog = [ "watchdog" ]
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "yarl"
2022-08-23 11:09:44 +00:00
version = "1.8.1"
2022-07-10 15:29:50 +00:00
description = "Yet another URL library"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
2022-08-23 11:09:44 +00:00
python-versions = ">=3.7"
2022-07-04 13:43:54 +00:00
[ package . dependencies ]
idna = ">=2.0"
multidict = ">=4.0"
[ [ package ] ]
2022-07-08 09:07:26 +00:00
name = "zipp"
2022-08-23 11:09:44 +00:00
version = "3.8.1"
2022-07-10 15:29:50 +00:00
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
2022-07-04 13:43:54 +00:00
optional = false
python-versions = ">=3.7"
[ package . extras ]
2022-08-23 11:09:44 +00:00
testing = [ "pytest-mypy (>=0.9.1)" , "pytest-black (>=0.3.7)" , "func-timeout" , "jaraco.itertools" , "pytest-enabler (>=1.3)" , "pytest-cov" , "pytest-flake8" , "pytest-checkdocs (>=2.4)" , "pytest (>=6)" ]
docs = [ "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "jaraco.packaging (>=9)" , "sphinx" ]
2022-07-04 13:43:54 +00:00
2022-06-27 13:28:28 +00:00
[ metadata ]
lock-version = "1.1"
python-versions = ">=3.8,<3.11"
2022-08-23 11:09:44 +00:00
content-hash = "8ed0ab94a69d2aa7890daf455566ebee27e23dfd932f1562ac7eb7b691ba1195"
2022-06-27 13:28:28 +00:00
[ metadata . files ]
2022-08-23 11:09:44 +00:00
absl-py = [ ]
aiohttp = [ ]
aiosignal = [ ]
albumentations = [ ]
appnope = [ ]
asttokens = [ ]
async-timeout = [ ]
attrs = [ ]
backcall = [ ]
black = [ ]
cachetools = [ ]
certifi = [ ]
cffi = [ ]
charset-normalizer = [ ]
click = [ ]
colorama = [ ]
coloredlogs = [ ]
commonmark = [ ]
cycler = [ ]
debugpy = [ ]
decorator = [ ]
docker-pycreds = [ ]
entrypoints = [ ]
executing = [ ]
flatbuffers = [ ]
fonttools = [ ]
frozenlist = [ ]
fsspec = [ ]
gitdb = [ ]
gitpython = [ ]
google-auth = [ ]
google-auth-oauthlib = [ ]
grpcio = [ ]
humanfriendly = [ ]
idna = [ ]
imageio = [ ]
importlib-metadata = [ ]
ipykernel = [ ]
ipython = [ ]
isort = [ ]
jedi = [ ]
joblib = [ ]
jupyter-client = [ ]
jupyter-core = [ ]
kiwisolver = [ ]
markdown = [ ]
markupsafe = [ ]
matplotlib = [ ]
matplotlib-inline = [ ]
mpmath = [ ]
multidict = [ ]
mypy-extensions = [ ]
nest-asyncio = [ ]
networkx = [ ]
numpy = [ ]
oauthlib = [ ]
onnx = [ ]
onnxruntime = [ ]
opencv-python-headless = [ ]
packaging = [ ]
parso = [ ]
pathspec = [ ]
pathtools = [ ]
pexpect = [ ]
pickleshare = [ ]
pillow = [ ]
platformdirs = [ ]
promise = [ ]
prompt-toolkit = [ ]
protobuf = [ ]
psutil = [ ]
ptyprocess = [ ]
pure-eval = [ ]
py = [ ]
pyasn1 = [ ]
pyasn1-modules = [ ]
pycparser = [ ]
pydeprecate = [ ]
pygments = [ ]
pyparsing = [ ]
pyreadline3 = [ ]
python-dateutil = [ ]
pytorch-lightning = [ ]
pywavelets = [ ]
pywin32 = [ ]
pyyaml = [ ]
pyzmq = [ ]
qudida = [ ]
requests = [ ]
requests-oauthlib = [ ]
rich = [ ]
rsa = [ ]
scikit-image = [ ]
scikit-learn = [ ]
scipy = [ ]
sentry-sdk = [ ]
setproctitle = [ ]
setuptools-scm = [ ]
shortuuid = [ ]
six = [ ]
smmap = [ ]
stack-data = [ ]
sympy = [ ]
tensorboard = [ ]
tensorboard-data-server = [ ]
tensorboard-plugin-wit = [ ]
threadpoolctl = [ ]
tifffile = [ ]
tomli = [ ]
torch = [ ]
torchmetrics = [ ]
torchvision = [ ]
tornado = [ ]
tqdm = [ ]
traitlets = [ ]
typing-extensions = [ ]
urllib3 = [ ]
wandb = [ ]
wcwidth = [ ]
werkzeug = [ ]
yarl = [ ]
zipp = [ ]