2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "albumentations"
version = "1.1.0"
description = "Fast image augmentation library and easy to use wrapper around other libraries"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
numpy = ">=1.11.1"
opencv-python-headless = ">=4.1.1"
PyYAML = "*"
qudida = ">=0.0.4"
scikit-image = ">=0.16.1"
scipy = "*"
[ package . extras ]
develop = [ "pytest" , "imgaug (>=0.4.0)" ]
imgaug = [ "imgaug (>=0.4.0)" ]
tests = [ "pytest" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "appnope"
2022-04-06 19:12:13 +02:00
version = "0.1.3"
2022-03-21 16:16:44 +01:00
description = "Disable App Nap on macOS >= 10.9"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "argon2-cffi"
version = "21.3.0"
description = "The secure Argon2 password hashing algorithm."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
argon2-cffi-bindings = "*"
[ package . extras ]
dev = [ "pre-commit" , "cogapp" , "tomli" , "coverage[toml] (>=5.0.2)" , "hypothesis" , "pytest" , "sphinx" , "sphinx-notfound-page" , "furo" ]
docs = [ "sphinx" , "sphinx-notfound-page" , "furo" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pytest" ]
[ [ package ] ]
name = "argon2-cffi-bindings"
version = "21.2.0"
description = "Low-level CFFI bindings for Argon2"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cffi = ">=1.0.1"
[ package . extras ]
dev = [ "pytest" , "cogapp" , "pre-commit" , "wheel" ]
tests = [ "pytest" ]
[ [ package ] ]
name = "asteval"
version = "0.9.26"
description = "Safe, minimalistic evaluator of python expression using ast module"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "asttokens"
version = "2.0.5"
description = "Annotate AST trees with source code positions"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
six = "*"
[ package . extras ]
test = [ "astroid" , "pytest" ]
2022-03-23 14:39:32 +01:00
[ [ package ] ]
name = "async-timeout"
version = "4.0.2"
description = "Timeout context manager for asyncio programs"
category = "main"
optional = false
python-versions = ">=3.6"
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "attrs"
version = "21.4.0"
description = "Classes Without Boilerplate"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ package . extras ]
dev = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "furo" , "sphinx" , "sphinx-notfound-page" , "pre-commit" , "cloudpickle" ]
docs = [ "furo" , "sphinx" , "zope.interface" , "sphinx-notfound-page" ]
tests = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "zope.interface" , "cloudpickle" ]
tests_no_zope = [ "coverage[toml] (>=5.0.2)" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "six" , "mypy" , "pytest-mypy-plugins" , "cloudpickle" ]
[ [ package ] ]
name = "backcall"
version = "0.2.0"
description = "Specifications for callback functions passed in to an API"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "beartype"
version = "0.10.4"
description = "Unbearably fast runtime type checking in pure Python."
category = "main"
optional = false
python-versions = ">=3.6.0"
[ package . extras ]
all = [ "typing-extensions (>=3.10.0.0)" ]
dev = [ "coverage (>=5.5)" , "sphinx" , "pytest (>=4.0.0)" , "tox (>=3.20.1)" , "sphinx (>=4.1.0)" , "mypy (>=0.800)" , "typing-extensions" , "numpy" ]
doc-rtd = [ "sphinx (==4.1.0)" , "sphinx-rtd-theme (==0.5.1)" ]
test-tox = [ "sphinx" , "pytest (>=4.0.0)" , "mypy (>=0.800)" , "typing-extensions" , "numpy" ]
test-tox-coverage = [ "coverage (>=5.5)" ]
[ [ package ] ]
name = "beautifulsoup4"
2022-04-11 15:47:25 +02:00
version = "4.11.1"
2022-03-21 16:16:44 +01:00
description = "Screen-scraping library"
category = "main"
optional = false
2022-04-11 15:47:25 +02:00
python-versions = ">=3.6.0"
2022-03-21 16:16:44 +01:00
[ package . dependencies ]
soupsieve = ">1.2"
[ package . extras ]
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
[ [ package ] ]
name = "binfootprint"
version = "0.1.0"
description = "binary representation for simple data structures"
category = "main"
optional = false
python-versions = ">=3.9,<3.11"
develop = false
[ package . dependencies ]
numpy = "^1.5.1"
[ package . source ]
type = "git"
url = "https://github.com/vale981/binfootprint"
2022-03-24 16:39:21 +01:00
reference = "master"
2022-03-21 16:16:44 +01:00
resolved_reference = "f30a9691a5dab1c288b0fafb95ce35c686e1aa29"
[ [ package ] ]
name = "black"
version = "21.12b0"
description = "The uncompromising code formatter."
category = "dev"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
click = ">=7.1.2"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.9.0,<1"
platformdirs = ">=2"
tomli = ">=0.2.6,<2.0.0"
typing-extensions = [
{ version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" } ,
2022-03-24 16:39:21 +01:00
{ version = "!=3.10.0.1" , markers = "python_version >= \"3.10\"" } ,
2022-03-21 16:16:44 +01:00
]
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
d = [ "aiohttp (>=3.7.4)" ]
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
python2 = [ "typed-ast (>=1.4.3)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
[ [ package ] ]
name = "bleach"
2022-04-11 15:47:25 +02:00
version = "5.0.0"
2022-03-21 16:16:44 +01:00
description = "An easy safelist-based HTML-sanitizing tool."
category = "main"
optional = false
2022-04-11 15:47:25 +02:00
python-versions = ">=3.7"
2022-03-21 16:16:44 +01:00
[ package . dependencies ]
six = ">=1.9.0"
webencodings = "*"
2022-04-11 15:47:25 +02:00
[ package . extras ]
css = [ "tinycss2 (>=1.1.0)" ]
dev = [ "pip-tools (==6.5.1)" , "pytest (==7.1.1)" , "flake8 (==4.0.1)" , "tox (==3.24.5)" , "sphinx (==4.3.2)" , "twine (==4.0.0)" , "wheel (==0.37.1)" , "hashin (==0.17.0)" , "black (==22.3.0)" , "mypy (==0.942)" ]
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "certifi"
version = "2021.10.8"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = "*"
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "cffi"
version = "1.15.0"
description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
pycparser = "*"
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "chardet"
version = "4.0.0"
description = "Universal encoding detector for Python 2 and 3"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "charset-normalizer"
version = "2.0.12"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
python-versions = ">=3.5.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "click"
2022-03-31 17:06:46 +02:00
version = "8.0.4"
2022-03-21 16:16:44 +01:00
description = "Composable command line interface toolkit"
category = "main"
optional = false
2022-03-31 17:06:46 +02:00
python-versions = ">=3.6"
2022-03-21 16:16:44 +01:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ package ] ]
name = "click-spinner"
version = "0.1.10"
description = "Spinner for Click"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
test = [ "click" , "pytest" , "six" ]
[ [ package ] ]
name = "colorama"
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "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)" ]
[ [ package ] ]
name = "cycler"
version = "0.11.0"
description = "Composable style cycles"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "debugpy"
2022-03-28 17:23:04 +02:00
version = "1.6.0"
2022-03-21 16:16:44 +01:00
description = "An implementation of the Debug Adapter Protocol for Python"
category = "main"
optional = false
2022-03-28 17:23:04 +02:00
python-versions = ">=3.7"
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "decorator"
version = "5.1.1"
description = "Decorators for Humans"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "defusedxml"
version = "0.7.1"
description = "XML bomb protection for Python stdlib modules"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "deprecated"
version = "1.2.13"
description = "Python @deprecated decorator to deprecate old python classes, functions or methods."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . dependencies ]
wrapt = ">=1.10,<2"
[ package . extras ]
dev = [ "tox" , "bump2version (<1)" , "sphinx (<2)" , "importlib-metadata (<3)" , "importlib-resources (<4)" , "configparser (<5)" , "sphinxcontrib-websupport (<2)" , "zipp (<2)" , "PyTest (<5)" , "PyTest-Cov (<2.6)" , "pytest" , "pytest-cov" ]
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "einops"
version = "0.4.1"
description = "A new flavour of deep learning operations"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "entmax"
version = "1.0"
description = "The entmax mapping and its loss, a family of sparse alternatives to softmax."
category = "main"
optional = false
python-versions = "*"
2022-03-21 16:16:44 +01:00
[ [ 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 = "executing"
version = "0.8.3"
description = "Get the currently executing AST node of a frame, and other information"
category = "main"
optional = false
python-versions = "*"
2022-04-06 19:12:13 +02:00
[ [ package ] ]
name = "fastjsonschema"
version = "2.15.3"
description = "Fastest Python implementation of JSON schema"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
devel = [ "colorama" , "jsonschema" , "json-spec" , "pylint" , "pytest" , "pytest-benchmark" , "pytest-cache" , "validictory" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "fcspline"
version = "0.1"
description = "A fast cubic spline interpolator for real and complex data."
category = "main"
optional = false
python-versions = ">=3.9,<3.11"
develop = false
[ package . dependencies ]
numpy = "^1.20.3"
scipy = "^1.7.3"
[ package . source ]
type = "git"
url = "https://github.com/vale981/fcSpline"
2022-03-24 16:39:21 +01:00
reference = "master"
2022-03-21 16:16:44 +01:00
resolved_reference = "c979361a3e7d3d0eb7f16b99cb58b424156fd788"
[ [ package ] ]
name = "filelock"
version = "3.6.0"
description = "A platform independent file lock."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "furo (>=2021.8.17b43)" , "sphinx (>=4.1)" , "sphinx-autodoc-typehints (>=1.12)" ]
testing = [ "covdefaults (>=1.2.0)" , "coverage (>=4)" , "pytest (>=4)" , "pytest-cov" , "pytest-timeout (>=1.4.2)" ]
[ [ package ] ]
name = "fonttools"
2022-04-11 15:47:25 +02:00
version = "4.32.0"
2022-03-21 16:16:44 +01:00
description = "Tools to manipulate font files"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
all = [ "fs (>=2.2.0,<3)" , "lxml (>=4.0,<5)" , "zopfli (>=0.1.4)" , "lz4 (>=1.7.4.2)" , "matplotlib" , "sympy" , "skia-pathops (>=0.5.0)" , "brotlicffi (>=0.8.0)" , "scipy" , "brotli (>=1.0.1)" , "munkres" , "unicodedata2 (>=14.0.0)" , "xattr" ]
graphite = [ "lz4 (>=1.7.4.2)" ]
interpolatable = [ "scipy" , "munkres" ]
lxml = [ "lxml (>=4.0,<5)" ]
pathops = [ "skia-pathops (>=0.5.0)" ]
plot = [ "matplotlib" ]
symfont = [ "sympy" ]
type1 = [ "xattr" ]
ufo = [ "fs (>=2.2.0,<3)" ]
unicode = [ "unicodedata2 (>=14.0.0)" ]
woff = [ "zopfli (>=0.1.4)" , "brotlicffi (>=0.8.0)" , "brotli (>=1.0.1)" ]
[ [ package ] ]
name = "future"
version = "0.18.2"
description = "Clean single-source support for Python 3 and 2"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[ [ package ] ]
name = "grpcio"
version = "1.43.0"
description = "HTTP/2-based RPC framework"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
six = ">=1.5.2"
[ package . extras ]
protobuf = [ "grpcio-tools (>=1.43.0)" ]
[ [ package ] ]
name = "h5py"
version = "3.6.0"
description = "Read and write HDF5 files from Python"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
numpy = ">=1.14.5"
2022-03-23 13:28:16 +01:00
[ [ package ] ]
name = "hiro-models"
2022-04-03 17:27:33 +02:00
version = "1.2.1"
2022-03-23 13:28:16 +01:00
description = "Operators for a general model of two interacting qubits coupled to two baths."
category = "main"
optional = false
python-versions = ">=3.9,<3.11"
develop = false
[ package . dependencies ]
beartype = "^0.10.1"
filelock = "^3.6.0"
2022-04-06 19:12:13 +02:00
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git" , branch = "time_dep_coupling" }
2022-03-23 13:28:16 +01:00
hopsflow = { git = "https://github.com/vale981/hopsflow" , branch = "main" }
numpy = "^1.20.0"
qutip = "^4.6.3"
[ package . source ]
type = "git"
url = "git@github.com:vale981/two_qubit_model.git"
reference = "main"
2022-04-13 14:00:00 +02:00
resolved_reference = "90afb3b525d0f52e25bda6baa22bdb7f2a0ccdf5"
2022-03-23 13:28:16 +01:00
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "hops"
2022-03-28 18:40:56 +02:00
version = "2.1.0"
2022-03-21 16:16:44 +01:00
description = "HOPS implementation of the TU-Dresden Theoretical Quantum Optics Group"
category = "main"
optional = false
python-versions = ">=3.9,<3.11"
develop = false
[ package . dependencies ]
beartype = "^0.10.1"
2022-03-24 16:39:21 +01:00
binfootprint = { git = "https://github.com/vale981/binfootprint" , branch = "master" }
2022-03-21 16:16:44 +01:00
click-spinner = "^0.1.10"
coloredlogs = "^15.0.1"
h5py = "^3.6.0"
ipython = "^8.0.1"
matplotlib = "^3.5.0"
numpy = "^1.22.2"
prettytable = "^3.0.0"
ray = "^1.9.2"
scipy = "^1.7.3"
2022-03-24 16:39:21 +01:00
stocproc = { git = "https://github.com/vale981/stocproc" , branch = "master" }
2022-03-21 16:16:44 +01:00
tqdm = "^4.62.3"
typer = "^0.4.0"
[ package . source ]
type = "git"
url = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git"
2022-04-06 19:12:13 +02:00
reference = "time_dep_coupling"
2022-04-13 15:00:08 +02:00
resolved_reference = "f3a7d8b58686bc0ba0ac58a39d530407f743413e"
2022-03-23 13:28:16 +01:00
[ [ package ] ]
name = "hopsflow"
2022-04-12 18:18:22 +02:00
version = "1.3.0"
2022-03-23 13:28:16 +01:00
description = "Calculating open system bath energy changes with HOPS and analytically."
category = "main"
optional = false
python-versions = ">=3.9,<3.11"
develop = false
[ package . dependencies ]
2022-04-06 19:12:13 +02:00
hops = { git = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git" , branch = "time_dep_coupling" }
2022-03-23 13:28:16 +01:00
lmfit = "^1.0.3"
numpy = "^1.20.0"
2022-04-06 19:12:13 +02:00
opt-einsum = "^3.3.0"
2022-03-29 19:07:02 +02:00
ray = "^1.11.0"
2022-03-23 13:28:16 +01:00
scipy = "^1.7.3"
sqlitedict = "^1.7.0"
2022-03-24 16:39:21 +01:00
stocproc = { git = "https://github.com/vale981/stocproc" , branch = "master" }
2022-03-23 13:28:16 +01:00
tqdm = "^4.62.3"
[ package . source ]
type = "git"
url = "https://github.com/vale981/hopsflow"
reference = "main"
2022-04-13 20:27:55 +02:00
resolved_reference = "8971ce4363eebe76ae966cb9a47b4f710594afb2"
2022-03-21 16:16:44 +01:00
[ [ 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-04-21 16:18:08 +02:00
[ [ package ] ]
name = "idna"
version = "3.3"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "imageio"
version = "2.16.2"
description = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
numpy = ">=1.20.0"
pillow = ">=8.3.2"
[ package . extras ]
build = [ "wheel" ]
dev = [ "invoke" , "pytest" , "pytest-cov" , "fsspec" , "black" , "flake8" ]
docs = [ "sphinx" , "numpydoc" , "pydata-sphinx-theme" ]
ffmpeg = [ "imageio-ffmpeg" , "psutil" ]
fits = [ "astropy" ]
full = [ "astropy" , "black" , "flake8" , "fsspec" , "gdal" , "imageio-ffmpeg" , "invoke" , "itk" , "numpydoc" , "psutil" , "pydata-sphinx-theme" , "pytest" , "pytest-cov" , "sphinx" , "tifffile" , "wheel" ]
gdal = [ "gdal" ]
itk = [ "itk" ]
linting = [ "black" , "flake8" ]
test = [ "invoke" , "pytest" , "pytest-cov" , "fsspec" ]
tifffile = [ "tifffile" ]
[ [ package ] ]
name = "imagesize"
version = "1.3.0"
description = "Getting image size from png/jpeg/jpeg2000/gif file"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "ipykernel"
2022-04-11 15:47:25 +02:00
version = "6.13.0"
2022-03-21 16:16:44 +01:00
description = "IPython Kernel for Jupyter"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
appnope = { version = "*" , markers = "platform_system == \"Darwin\"" }
2022-03-31 17:50:12 +02:00
debugpy = ">=1.0"
2022-03-21 16:16:44 +01:00
ipython = ">=7.23.1"
2022-03-31 17:50:12 +02:00
jupyter-client = ">=6.1.12"
matplotlib-inline = ">=0.1"
2022-03-21 16:16:44 +01:00
nest-asyncio = "*"
2022-04-06 19:12:13 +02:00
packaging = "*"
2022-03-21 16:16:44 +01:00
psutil = "*"
2022-03-31 17:50:12 +02:00
tornado = ">=6.1"
traitlets = ">=5.1.0"
2022-03-21 16:16:44 +01:00
[ package . extras ]
2022-03-31 17:50:12 +02:00
test = [ "pytest (>=6.0)" , "pytest-cov" , "flaky" , "ipyparallel" , "pre-commit" , "pytest-timeout" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "ipython"
2022-03-28 17:23:04 +02:00
version = "8.2.0"
2022-03-21 16:16:44 +01:00
description = "IPython: Productive Interactive Computing"
category = "main"
optional = false
python-versions = ">=3.8"
[ package . dependencies ]
appnope = { version = "*" , markers = "sys_platform == \"darwin\"" }
backcall = "*"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
decorator = "*"
jedi = ">=0.16"
matplotlib-inline = "*"
pexpect = { version = ">4.3" , markers = "sys_platform != \"win32\"" }
pickleshare = "*"
prompt-toolkit = ">=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-03-28 17:23:04 +02: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-03-21 16:16:44 +01:00
black = [ "black" ]
doc = [ "Sphinx (>=1.3)" ]
kernel = [ "ipykernel" ]
nbconvert = [ "nbconvert" ]
nbformat = [ "nbformat" ]
notebook = [ "ipywidgets" , "notebook" ]
parallel = [ "ipyparallel" ]
qtconsole = [ "qtconsole" ]
2022-03-28 17:23:04 +02:00
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-03-21 16:16:44 +01:00
[ [ package ] ]
name = "ipython-genutils"
version = "0.2.0"
description = "Vestigial utilities from IPython"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "ipywidgets"
version = "7.7.0"
description = "IPython HTML widgets for Jupyter"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
ipykernel = ">=4.5.1"
ipython = { version = ">=4.0.0" , markers = "python_version >= \"3.3\"" }
ipython-genutils = ">=0.2.0,<0.3.0"
jupyterlab-widgets = { version = ">=1.0.0" , markers = "python_version >= \"3.6\"" }
nbformat = ">=4.2.0"
traitlets = ">=4.3.1"
widgetsnbextension = ">=3.6.0,<3.7.0"
[ package . extras ]
test = [ "pytest (>=3.6.0)" , "pytest-cov" , "mock" ]
[ [ package ] ]
name = "jedi"
version = "0.18.1"
description = "An autocompletion tool for Python that can be used for text editors."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
parso = ">=0.8.0,<0.9.0"
[ package . extras ]
qa = [ "flake8 (==3.8.3)" , "mypy (==0.782)" ]
testing = [ "Django (<3.1)" , "colorama" , "docopt" , "pytest (<7.0.0)" ]
[ [ package ] ]
name = "jinja2"
2022-03-28 17:23:04 +02:00
version = "3.1.1"
2022-03-21 16:16:44 +01:00
description = "A very fast and expressive template engine."
category = "main"
optional = false
2022-03-24 16:39:21 +01:00
python-versions = ">=3.7"
2022-03-21 16:16:44 +01:00
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "joblib"
version = "1.1.0"
description = "Lightweight pipelining with Python functions"
category = "main"
optional = false
python-versions = ">=3.6"
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "jsonschema"
version = "4.4.0"
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 = "jupyter"
version = "1.0.0"
description = "Jupyter metapackage. Install all the Jupyter components in one go."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
ipykernel = "*"
ipywidgets = "*"
jupyter-console = "*"
nbconvert = "*"
notebook = "*"
qtconsole = "*"
[ [ package ] ]
name = "jupyter-client"
2022-04-07 14:33:39 +02:00
version = "7.2.2"
2022-03-21 16:16:44 +01:00
description = "Jupyter protocol implementation and client libraries"
category = "main"
optional = false
2022-03-29 19:07:02 +02:00
python-versions = ">=3.7"
2022-03-21 16:16:44 +01:00
[ package . dependencies ]
entrypoints = "*"
2022-03-29 19:07:02 +02:00
jupyter-core = ">=4.9.2"
2022-03-31 17:06:46 +02:00
nest-asyncio = ">=1.5.4"
python-dateutil = ">=2.8.2"
pyzmq = ">=22.3"
tornado = ">=6.0"
2022-03-21 16:16:44 +01:00
traitlets = "*"
[ package . extras ]
2022-03-29 19:07:02 +02:00
doc = [ "ipykernel" , "myst-parser" , "sphinx (>=1.3.6)" , "sphinx-rtd-theme" , "sphinxcontrib-github-alt" ]
2022-03-31 17:06:46 +02:00
test = [ "codecov" , "coverage" , "ipykernel (>=6.5)" , "ipython" , "mypy" , "pre-commit" , "pytest" , "pytest-asyncio (>=0.18)" , "pytest-cov" , "pytest-timeout" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "jupyter-console"
version = "6.4.3"
description = "Jupyter terminal console"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
ipykernel = "*"
ipython = "*"
jupyter-client = ">=7.0.0"
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
pygments = "*"
[ package . extras ]
test = [ "pexpect" ]
[ [ package ] ]
name = "jupyter-core"
version = "4.9.2"
description = "Jupyter core package. A base package on which Jupyter projects rely."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pywin32 = { version = ">=1.0" , markers = "sys_platform == \"win32\" and platform_python_implementation != \"PyPy\"" }
traitlets = "*"
[ [ package ] ]
name = "jupyterlab-pygments"
2022-04-12 18:18:22 +02:00
version = "0.2.1"
2022-03-21 16:16:44 +01:00
description = "Pygments theme using JupyterLab CSS variables"
category = "main"
optional = false
2022-04-11 15:47:25 +02:00
python-versions = ">=3.7"
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "jupyterlab-widgets"
version = "1.1.0"
description = "A JupyterLab extension."
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "kiwisolver"
2022-03-29 19:07:02 +02:00
version = "1.4.2"
2022-03-21 16:16:44 +01:00
description = "A fast implementation of the Cassowary constraint solver"
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "lmfit"
version = "1.0.3"
description = "Least-Squares Minimization with Bounds and Constraints"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
asteval = ">=0.9.22"
numpy = ">=1.18"
scipy = ">=1.4"
uncertainties = ">=3.0.1"
[ [ package ] ]
name = "markupsafe"
version = "2.1.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "matplotlib"
version = "3.5.1"
description = "Python plotting package"
category = "main"
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"
setuptools_scm = ">=4"
[ [ package ] ]
name = "matplotlib-inline"
version = "0.1.3"
description = "Inline Matplotlib backend for Jupyter"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
traitlets = "*"
[ [ package ] ]
name = "mistune"
version = "0.8.4"
description = "The fastest markdown parser in pure Python"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "mpmath"
version = "1.2.1"
description = "Python library for arbitrary-precision floating-point arithmetic"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
develop = [ "pytest (>=4.6)" , "pycodestyle" , "pytest-cov" , "codecov" , "wheel" ]
tests = [ "pytest (>=4.6)" ]
[ [ package ] ]
name = "msgpack"
version = "1.0.3"
description = "MessagePack (de)serializer."
category = "main"
optional = false
python-versions = "*"
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "munch"
version = "2.5.0"
description = "A dot-accessible dictionary (a la JavaScript objects)"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
six = "*"
[ package . extras ]
testing = [ "pytest" , "coverage" , "astroid (>=1.5.3,<1.6.0)" , "pylint (>=1.7.2,<1.8.0)" , "astroid (>=2.0)" , "pylint (>=2.3.1,<2.4.0)" ]
yaml = [ "PyYAML (>=5.1.0)" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
optional = false
python-versions = "*"
[ [ package ] ]
name = "nbclient"
2022-04-12 18:18:22 +02:00
version = "0.6.0"
2022-03-21 16:16:44 +01:00
description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor."
category = "main"
optional = false
python-versions = ">=3.7.0"
[ package . dependencies ]
jupyter-client = ">=6.1.5"
nbformat = ">=5.0"
nest-asyncio = "*"
traitlets = ">=5.0.0"
[ package . extras ]
2022-04-12 18:18:22 +02:00
sphinx = [ "mock" , "moto" , "myst-parser" , "Sphinx (>=1.7)" , "sphinx-book-theme" ]
test = [ "black" , "check-manifest" , "flake8" , "ipykernel" , "ipython (<8.0.0)" , "ipywidgets (<8.0.0)" , "mypy" , "pip (>=18.1)" , "pre-commit" , "pytest (>=4.1)" , "pytest-asyncio" , "pytest-cov (>=2.6.1)" , "setuptools (>=60.0)" , "testpath" , "twine (>=1.11.0)" , "xmltodict" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "nbconvert"
2022-04-11 15:47:25 +02:00
version = "6.5.0"
2022-03-21 16:16:44 +01:00
description = "Converting Jupyter Notebooks"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
beautifulsoup4 = "*"
bleach = "*"
defusedxml = "*"
entrypoints = ">=0.2.2"
2022-04-11 15:47:25 +02:00
jinja2 = ">=3.0"
jupyter-core = ">=4.7"
2022-03-21 16:16:44 +01:00
jupyterlab-pygments = "*"
2022-03-28 17:23:04 +02:00
MarkupSafe = ">=2.0"
2022-03-21 16:16:44 +01:00
mistune = ">=0.8.1,<2"
2022-04-11 15:47:25 +02:00
nbclient = ">=0.5.0"
nbformat = ">=5.1"
packaging = "*"
2022-03-21 16:16:44 +01:00
pandocfilters = ">=1.4.1"
pygments = ">=2.4.1"
2022-04-11 15:47:25 +02:00
tinycss2 = "*"
2022-03-21 16:16:44 +01:00
traitlets = ">=5.0"
[ package . extras ]
2022-04-11 15:47:25 +02:00
all = [ "pytest" , "pytest-cov" , "pytest-dependency" , "ipykernel" , "ipywidgets (>=7)" , "pre-commit" , "pyppeteer (>=1,<1.1)" , "tornado (>=6.1)" , "sphinx (>=1.5.1)" , "sphinx-rtd-theme" , "nbsphinx (>=0.2.12)" , "ipython" ]
2022-03-21 16:16:44 +01:00
docs = [ "sphinx (>=1.5.1)" , "sphinx-rtd-theme" , "nbsphinx (>=0.2.12)" , "ipython" ]
2022-04-11 15:47:25 +02:00
serve = [ "tornado (>=6.1)" ]
test = [ "pytest" , "pytest-cov" , "pytest-dependency" , "ipykernel" , "ipywidgets (>=7)" , "pre-commit" , "pyppeteer (>=1,<1.1)" ]
2022-03-21 16:16:44 +01:00
webpdf = [ "pyppeteer (>=1,<1.1)" ]
[ [ package ] ]
name = "nbformat"
2022-04-06 19:12:13 +02:00
version = "5.3.0"
2022-03-21 16:16:44 +01:00
description = "The Jupyter Notebook format"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
2022-04-06 19:12:13 +02:00
fastjsonschema = "*"
jsonschema = ">=2.6"
2022-03-21 16:16:44 +01:00
jupyter-core = "*"
traitlets = ">=4.1"
[ package . extras ]
2022-04-06 19:12:13 +02:00
test = [ "check-manifest" , "testpath" , "pytest" , "pre-commit" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "nest-asyncio"
2022-04-03 17:27:33 +02:00
version = "1.5.5"
2022-03-21 16:16:44 +01:00
description = "Patch asyncio to allow nested event loops"
category = "main"
optional = false
python-versions = ">=3.5"
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "networkx"
version = "2.8"
description = "Python package for creating and manipulating graphs and networks"
category = "main"
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.18)" , "mypy (>=0.942)" ]
doc = [ "sphinx (>=4.5)" , "pydata-sphinx-theme (>=0.8.1)" , "sphinx-gallery (>=0.10)" , "numpydoc (>=1.2)" , "pillow (>=9.1)" , "nb2plots (>=0.6)" , "texext (>=0.6.6)" ]
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)" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "notebook"
version = "6.4.10"
description = "A web-based notebook environment for interactive computing"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
argon2-cffi = "*"
ipykernel = "*"
ipython-genutils = "*"
jinja2 = "*"
jupyter-client = ">=5.3.4"
jupyter-core = ">=4.6.1"
nbconvert = ">=5"
nbformat = "*"
nest-asyncio = ">=1.5"
prometheus-client = "*"
pyzmq = ">=17"
Send2Trash = ">=1.8.0"
terminado = ">=0.8.3"
tornado = ">=6.1"
traitlets = ">=4.2.1"
[ package . extras ]
docs = [ "sphinx" , "nbsphinx" , "sphinxcontrib-github-alt" , "sphinx-rtd-theme" , "myst-parser" ]
json-logging = [ "json-logging" ]
test = [ "pytest" , "coverage" , "requests" , "nbval" , "selenium" , "pytest-cov" , "requests-unixsocket" ]
[ [ package ] ]
name = "numpy"
version = "1.22.3"
description = "NumPy is the fundamental package for array computing with Python."
category = "main"
optional = false
python-versions = ">=3.8"
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "opencv-python-headless"
version = "4.5.5.64"
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\" or python_version >= \"3.6\" and platform_system == \"Darwin\" and platform_machine == \"arm64\"" } ,
{ version = ">=1.19.3" , markers = "python_version >= \"3.6\" and platform_system == \"Linux\" and platform_machine == \"aarch64\" or python_version >= \"3.9\"" } ,
{ version = ">=1.14.5" , markers = "python_version >= \"3.7\"" } ,
{ version = ">=1.17.3" , markers = "python_version >= \"3.8\"" } ,
]
2022-04-06 19:12:13 +02:00
[ [ package ] ]
name = "opt-einsum"
version = "3.3.0"
description = "Optimizing numpys einsum function"
category = "main"
optional = false
python-versions = ">=3.5"
[ package . dependencies ]
numpy = ">=1.7"
[ package . extras ]
docs = [ "sphinx (==1.2.3)" , "sphinxcontrib-napoleon" , "sphinx-rtd-theme" , "numpydoc" ]
tests = [ "pytest" , "pytest-cov" , "pytest-pep8" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "packaging"
version = "21.3"
description = "Core utilities for Python packages"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "pandas"
version = "1.4.2"
description = "Powerful data structures for data analysis, time series, and statistics"
category = "main"
optional = false
python-versions = ">=3.8"
[ package . dependencies ]
numpy = [
{ version = ">=1.18.5" , markers = "platform_machine != \"aarch64\" and platform_machine != \"arm64\" and python_version < \"3.10\"" } ,
{ version = ">=1.19.2" , markers = "platform_machine == \"aarch64\" and python_version < \"3.10\"" } ,
{ version = ">=1.20.0" , markers = "platform_machine == \"arm64\" and python_version < \"3.10\"" } ,
{ version = ">=1.21.0" , markers = "python_version >= \"3.10\"" } ,
]
python-dateutil = ">=2.8.1"
pytz = ">=2020.1"
[ package . extras ]
test = [ "hypothesis (>=5.5.3)" , "pytest (>=6.0)" , "pytest-xdist (>=1.31)" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "pandocfilters"
version = "1.5.0"
description = "Utilities for writing pandoc filters in python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "parso"
version = "0.8.3"
description = "A Python Parser"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
qa = [ "flake8 (==3.8.3)" , "mypy (==0.782)" ]
testing = [ "docopt" , "pytest (<6.0.0)" ]
[ [ package ] ]
name = "pathspec"
version = "0.9.0"
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[ [ package ] ]
name = "pexpect"
version = "4.8.0"
description = "Pexpect allows easy control of interactive console applications."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
ptyprocess = ">=0.5"
[ [ package ] ]
name = "pickleshare"
version = "0.7.5"
description = "Tiny 'shelve'-like database with concurrency support"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pillow"
2022-04-03 17:27:33 +02:00
version = "9.1.0"
2022-03-21 16:16:44 +01:00
description = "Python Imaging Library (Fork)"
category = "main"
optional = false
python-versions = ">=3.7"
2022-04-03 17:27:33 +02:00
[ package . extras ]
docs = [ "olefile" , "sphinx (>=2.4)" , "sphinx-copybutton" , "sphinx-issues (>=3.0.1)" , "sphinx-removed-in" , "sphinx-rtd-theme (>=1.0)" , "sphinxext-opengraph" ]
tests = [ "check-manifest" , "coverage" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" ]
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "pix2tex"
version = "0.0.9"
description = "pix2tex: Using a ViT to convert images of equations into LaTeX code."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
albumentations = ">=0.5.2"
chardet = ">=3.0.4"
einops = ">=0.3.0"
imagesize = ">=1.2.0"
munch = ">=2.5.0"
numpy = ">=1.19.5"
opencv-python-headless = ">=4.1.1.26"
pandas = ">=1.0.0"
Pillow = ">=8.1.0"
python-Levenshtein = ">=0.12.2"
PyYAML = ">=5.4.1"
requests = ">=2.22.0"
timm = "*"
tokenizers = "0.9.4"
torch = ">=1.7.1"
torchtext = ">=0.6.0"
torchvision = ">=0.8.1"
tqdm = ">=4.47.0"
transformers = "4.2.2"
x-transformers = "0.15.0"
[ package . extras ]
gui = [ "pyqt5" , "pyqtwebengine" , "pynput" , "screeninfo" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "platformdirs"
version = "2.5.1"
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"
[ package . extras ]
docs = [ "Sphinx (>=4)" , "furo (>=2021.7.5b38)" , "proselint (>=0.10.2)" , "sphinx-autodoc-typehints (>=1.12)" ]
test = [ "appdirs (==1.4.4)" , "pytest (>=6)" , "pytest-cov (>=2.7)" , "pytest-mock (>=3.6)" ]
[ [ package ] ]
name = "prettytable"
version = "3.2.0"
description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
wcwidth = "*"
[ package . extras ]
tests = [ "pytest" , "pytest-cov" , "pytest-lazy-fixture" ]
[ [ package ] ]
name = "prometheus-client"
2022-04-11 15:47:25 +02:00
version = "0.14.1"
2022-03-21 16:16:44 +01:00
description = "Python client for the Prometheus monitoring system."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . extras ]
twisted = [ "twisted" ]
[ [ package ] ]
name = "prompt-toolkit"
2022-04-06 19:12:13 +02:00
version = "3.0.29"
2022-03-21 16:16:44 +01:00
description = "Library for building powerful interactive command lines in Python"
category = "main"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
wcwidth = "*"
[ [ package ] ]
name = "protobuf"
2022-04-03 17:27:33 +02:00
version = "3.20.0"
2022-03-21 16:16:44 +01:00
description = "Protocol Buffers"
category = "main"
optional = false
2022-04-03 17:27:33 +02:00
python-versions = ">=3.7"
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "psutil"
version = "5.9.0"
description = "Cross-platform lib for process and system monitoring in Python."
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ package . extras ]
test = [ "ipaddress" , "mock" , "unittest2" , "enum34" , "pywin32" , "wmi" ]
[ [ package ] ]
name = "ptyprocess"
version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pure-eval"
version = "0.2.2"
description = "Safely evaluate AST nodes without side effects"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
tests = [ "pytest" ]
[ [ package ] ]
name = "py"
version = "1.11.0"
description = "library with cross-python path, ini-parsing, io, code, log facilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[ [ package ] ]
name = "pycparser"
version = "2.21"
description = "C parser in Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[ [ package ] ]
name = "pygments"
version = "2.11.2"
description = "Pygments is a syntax highlighting package written in Python."
category = "main"
optional = false
python-versions = ">=3.5"
[ [ package ] ]
name = "pyparsing"
2022-04-11 15:47:25 +02:00
version = "3.0.8"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
2022-03-21 16:16:44 +01:00
category = "main"
optional = false
2022-04-11 15:47:25 +02:00
python-versions = ">=3.6.8"
2022-03-21 16:16:44 +01:00
[ package . extras ]
2022-04-11 15:47:25 +02:00
diagrams = [ "railroad-diagrams" , "jinja2" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "pyreadline3"
version = "3.4.1"
description = "A python implementation of GNU readline."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pyrsistent"
version = "0.18.1"
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"
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "python-levenshtein"
version = "0.12.2"
description = "Python extension for computing string edit distances and similarities."
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pytz"
version = "2022.1"
description = "World timezone definitions, modern and historical"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pywavelets"
version = "1.3.0"
description = "PyWavelets, wavelet transform module"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
numpy = ">=1.17.3"
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "pywin32"
version = "303"
description = "Python for Window Extensions"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "pywinpty"
version = "2.0.5"
description = "Pseudo terminal support for Windows from Python."
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "pyyaml"
version = "6.0"
description = "YAML parser and emitter for Python"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "pyzmq"
version = "22.3.0"
description = "Python bindings for 0MQ"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
cffi = { version = "*" , markers = "implementation_name == \"pypy\"" }
py = { version = "*" , markers = "implementation_name == \"pypy\"" }
[ [ package ] ]
name = "qtconsole"
2022-03-29 19:07:02 +02:00
version = "5.3.0"
2022-03-21 16:16:44 +01:00
description = "Jupyter Qt console"
category = "main"
optional = false
2022-03-29 19:07:02 +02:00
python-versions = ">= 3.7"
2022-03-21 16:16:44 +01:00
[ package . dependencies ]
ipykernel = ">=4.1"
ipython-genutils = "*"
jupyter-client = ">=4.1"
jupyter-core = "*"
pygments = "*"
pyzmq = ">=17.1"
2022-03-29 19:07:02 +02:00
qtpy = ">=2.0.1"
2022-03-21 16:16:44 +01:00
traitlets = "*"
[ package . extras ]
doc = [ "Sphinx (>=1.3)" ]
test = [ "flaky" , "pytest" , "pytest-qt" ]
[ [ package ] ]
name = "qtpy"
version = "2.0.1"
description = "Provides an abstraction layer on top of the various Qt bindings (PyQt5/6 and PySide2/6)."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
packaging = "*"
[ package . extras ]
test = [ "pytest (>=6.0.0)" , "pytest-cov (>=3.0.0)" , "pytest-qt" ]
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "qudida"
version = "0.0.4"
description = "QUick and DIrty Domain Adaptation"
category = "main"
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 = "*"
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "qutip"
2022-04-13 20:27:55 +02:00
version = "4.7.0"
2022-03-21 16:16:44 +01:00
description = "QuTiP: The Quantum Toolbox in Python"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
numpy = ">=1.16.6"
packaging = "*"
scipy = ">=1.0"
[ package . extras ]
full = [ "matplotlib (>=1.2.1)" , "cython (>=0.29.20)" , "cvxpy (>=1.0)" , "cvxopt" , "pytest (>=5.2)" , "pytest-rerunfailures" ]
graphics = [ "matplotlib (>=1.2.1)" ]
runtime_compilation = [ "cython (>=0.29.20)" ]
semidefinite = [ "cvxpy (>=1.0)" , "cvxopt" ]
tests = [ "pytest (>=5.2)" , "pytest-rerunfailures" ]
[ [ package ] ]
name = "ray"
version = "1.11.0"
description = "Ray provides a simple, universal API for building distributed applications."
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
attrs = "*"
click = ">=7.0"
filelock = "*"
grpcio = ">=1.28.1,<=1.43.0"
jsonschema = "*"
msgpack = ">=1.0.0,<2.0.0"
numpy = { version = ">=1.19.3" , markers = "python_version >= \"3.9\"" }
protobuf = ">=3.15.3"
pyyaml = "*"
redis = ">=3.5.0"
[ package . extras ]
all = [ "prometheus-client (>=0.7.1)" , "aiorwlock" , "gym (<0.22)" , "aiohttp-cors" , "urllib3" , "pyarrow (>=4.0.1,<7.0.0)" , "starlette" , "aiosignal" , "opentelemetry-api (==1.1.0)" , "pandas" , "smart-open" , "lz4" , "colorful" , "opentelemetry-exporter-otlp (==1.1.0)" , "tabulate" , "scipy" , "py-spy (>=0.2.0)" , "opencensus" , "pyyaml" , "aioredis (<2)" , "scikit-image" , "gpustat (>=1.0.0b1)" , "fsspec" , "fastapi" , "kubernetes" , "opentelemetry-sdk (==1.1.0)" , "matplotlib (!=3.4.3)" , "numpy (>=1.19)" , "aiohttp (>=3.7)" , "frozenlist" , "requests" , "ray-cpp (==1.11.0)" , "tensorboardX (>=1.9)" , "dm-tree" , "uvicorn (==0.16.0)" ]
cpp = [ "ray-cpp (==1.11.0)" ]
data = [ "pandas" , "pyarrow (>=4.0.1,<7.0.0)" , "fsspec" , "numpy (>=1.19)" ]
default = [ "aiohttp (>=3.7)" , "aiosignal" , "aiohttp-cors" , "aioredis (<2)" , "colorful" , "frozenlist" , "py-spy (>=0.2.0)" , "requests" , "gpustat (>=1.0.0b1)" , "opencensus" , "prometheus-client (>=0.7.1)" , "smart-open" ]
k8s = [ "kubernetes" , "urllib3" ]
observability = [ "opentelemetry-api (==1.1.0)" , "opentelemetry-sdk (==1.1.0)" , "opentelemetry-exporter-otlp (==1.1.0)" ]
rllib = [ "pandas" , "tabulate" , "tensorboardX (>=1.9)" , "requests" , "dm-tree" , "gym (<0.22)" , "lz4" , "matplotlib (!=3.4.3)" , "scikit-image" , "pyyaml" , "scipy" ]
serve = [ "fastapi" , "starlette" , "prometheus-client (>=0.7.1)" , "aiosignal" , "py-spy (>=0.2.0)" , "aiohttp (>=3.7)" , "requests" , "frozenlist" , "opencensus" , "smart-open" , "aiorwlock" , "aioredis (<2)" , "colorful" , "gpustat (>=1.0.0b1)" , "uvicorn (==0.16.0)" , "aiohttp-cors" ]
tune = [ "pandas" , "tabulate" , "tensorboardX (>=1.9)" , "requests" ]
[ [ package ] ]
name = "redis"
2022-04-06 19:12:13 +02:00
version = "4.2.2"
2022-03-21 16:16:44 +01:00
description = "Python client for Redis database and key-value store"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
2022-03-23 14:39:32 +01:00
async-timeout = ">=4.0.2"
2022-03-21 16:16:44 +01:00
deprecated = ">=1.2.3"
packaging = ">=20.4"
[ package . extras ]
hiredis = [ "hiredis (>=1.0.0)" ]
ocsp = [ "cryptography (>=36.0.1)" , "pyopenssl (==20.0.1)" , "requests (>=2.26.0)" ]
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "regex"
version = "2022.3.15"
description = "Alternative regular expression module, to replace re."
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "requests"
version = "2.27.1"
description = "Python HTTP for Humans."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
[ package . dependencies ]
certifi = ">=2017.4.17"
charset-normalizer = { version = ">=2.0.0,<2.1.0" , markers = "python_version >= \"3\"" }
idna = { version = ">=2.5,<4" , markers = "python_version >= \"3\"" }
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" , "win-inet-pton" ]
use_chardet_on_py3 = [ "chardet (>=3.0.2,<5)" ]
[ [ package ] ]
name = "sacremoses"
version = "0.0.49"
description = "SacreMoses"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
click = "*"
joblib = "*"
regex = "*"
six = "*"
tqdm = "*"
[ [ package ] ]
name = "scikit-image"
version = "0.19.2"
description = "Image processing in Python"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
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"
PyWavelets = ">=1.1.1"
scipy = ">=1.4.1"
tifffile = ">=2019.7.26"
[ package . extras ]
data = [ "pooch (>=1.3.0)" ]
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" ]
[ [ package ] ]
name = "scikit-learn"
version = "1.0.2"
description = "A set of python modules for machine learning and data mining"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
joblib = ">=0.11"
numpy = ">=1.14.6"
scipy = ">=1.1.0"
threadpoolctl = ">=2.0.0"
[ package . extras ]
benchmark = [ "matplotlib (>=2.2.3)" , "pandas (>=0.25.0)" , "memory-profiler (>=0.57.0)" ]
docs = [ "matplotlib (>=2.2.3)" , "scikit-image (>=0.14.5)" , "pandas (>=0.25.0)" , "seaborn (>=0.9.0)" , "memory-profiler (>=0.57.0)" , "sphinx (>=4.0.1)" , "sphinx-gallery (>=0.7.0)" , "numpydoc (>=1.0.0)" , "Pillow (>=7.1.2)" , "sphinx-prompt (>=1.3.0)" , "sphinxext-opengraph (>=0.4.2)" ]
examples = [ "matplotlib (>=2.2.3)" , "scikit-image (>=0.14.5)" , "pandas (>=0.25.0)" , "seaborn (>=0.9.0)" ]
tests = [ "matplotlib (>=2.2.3)" , "scikit-image (>=0.14.5)" , "pandas (>=0.25.0)" , "pytest (>=5.0.1)" , "pytest-cov (>=2.9.0)" , "flake8 (>=3.8.2)" , "black (>=21.6b0)" , "mypy (>=0.770)" , "pyamg (>=4.0.0)" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "scipy"
version = "1.8.0"
description = "SciPy: Scientific Library for Python"
category = "main"
optional = false
python-versions = ">=3.8,<3.11"
[ package . dependencies ]
numpy = ">=1.17.3,<1.25.0"
[ [ package ] ]
name = "send2trash"
version = "1.8.0"
description = "Send file to trash natively under Mac OS X, Windows and Linux."
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
nativelib = [ "pyobjc-framework-cocoa" , "pywin32" ]
objc = [ "pyobjc-framework-cocoa" ]
win32 = [ "pywin32" ]
[ [ package ] ]
name = "setuptools-scm"
version = "6.4.2"
description = "the blessed package to manage your versions by scm tags"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
packaging = ">=20.0"
tomli = ">=1.0.0"
[ 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 = "soupsieve"
2022-04-06 19:12:13 +02:00
version = "2.3.2"
2022-03-21 16:16:44 +01:00
description = "A modern CSS selector implementation for Beautiful Soup."
category = "main"
optional = false
python-versions = ">=3.6"
2022-03-23 13:28:16 +01:00
[ [ package ] ]
name = "sqlitedict"
version = "1.7.0"
description = "Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe."
category = "main"
optional = false
python-versions = "*"
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "stack-data"
version = "0.2.0"
description = "Extract data from python stack frames and tracebacks for informative displays"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
asttokens = "*"
executing = "*"
pure-eval = "*"
[ package . extras ]
tests = [ "pytest" , "typeguard" , "pygments" , "littleutils" , "cython" ]
[ [ package ] ]
name = "stocproc"
version = "1.0.5"
description = "Generate continuous time stationary stochastic processes from a given auto correlation function."
category = "main"
optional = false
python-versions = ">=3.9,<3.11"
develop = false
[ package . dependencies ]
2022-03-24 16:39:21 +01:00
fcSpline = { git = "https://github.com/vale981/fcSpline" , branch = "master" }
2022-03-21 16:16:44 +01:00
mpmath = "^1.2.1"
numpy = "^1.22.2"
scipy = "^1.7.3"
[ package . source ]
type = "git"
url = "https://github.com/vale981/stocproc"
2022-03-24 16:39:21 +01:00
reference = "master"
2022-03-23 13:28:16 +01:00
resolved_reference = "20dee534d76db6f9b9656250dd594db36c5542aa"
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "terminado"
version = "0.13.3"
description = "Tornado websocket backend for the Xterm.js Javascript terminal emulator library."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
ptyprocess = { version = "*" , markers = "os_name != \"nt\"" }
pywinpty = { version = ">=1.1.0" , markers = "os_name == \"nt\"" }
tornado = ">=4"
[ package . extras ]
test = [ "pytest" ]
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "threadpoolctl"
version = "3.1.0"
description = "threadpoolctl"
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "tifffile"
version = "2022.4.8"
description = "Read and write TIFF files"
category = "main"
optional = false
python-versions = ">=3.8"
[ package . dependencies ]
numpy = ">=1.19.2"
[ package . extras ]
all = [ "imagecodecs (>=2021.11.20)" , "matplotlib (>=3.3)" , "lxml" ]
[ [ package ] ]
name = "timm"
version = "0.5.4"
description = "(Unofficial) PyTorch Image Models"
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
torch = ">=1.4"
torchvision = "*"
2022-03-21 16:16:44 +01:00
[ [ package ] ]
2022-04-11 15:47:25 +02:00
name = "tinycss2"
version = "1.1.1"
description = "A tiny CSS parser"
2022-03-21 16:16:44 +01:00
category = "main"
optional = false
2022-04-11 15:47:25 +02:00
python-versions = ">=3.6"
[ package . dependencies ]
webencodings = ">=0.4"
2022-03-21 16:16:44 +01:00
[ package . extras ]
2022-04-11 15:47:25 +02:00
doc = [ "sphinx" , "sphinx-rtd-theme" ]
test = [ "pytest" , "pytest-cov" , "pytest-flake8" , "pytest-isort" , "coverage" ]
2022-03-21 16:16:44 +01:00
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "tokenizers"
version = "0.9.4"
description = "Fast and Customizable Tokenizers"
category = "main"
optional = false
python-versions = "*"
[ package . extras ]
testing = [ "pytest" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "tomli"
version = "1.2.3"
description = "A lil' TOML parser"
category = "main"
optional = false
python-versions = ">=3.6"
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "torch"
version = "1.11.0"
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
category = "main"
optional = false
python-versions = ">=3.7.0"
[ package . dependencies ]
typing-extensions = "*"
[ [ package ] ]
name = "torchtext"
version = "0.12.0"
description = "Text utilities and datasets for PyTorch"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
numpy = "*"
requests = "*"
torch = "*"
tqdm = "*"
[ [ package ] ]
name = "torchvision"
version = "0.12.0"
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 = "*"
typing-extensions = "*"
[ package . extras ]
scipy = [ "scipy" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "tornado"
version = "6.1"
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category = "main"
optional = false
python-versions = ">= 3.5"
[ [ package ] ]
name = "tqdm"
2022-04-06 19:12:13 +02:00
version = "4.64.0"
2022-03-21 16:16:44 +01:00
description = "Fast, Extensible Progress Meter"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
dev = [ "py-make (>=0.1.0)" , "twine" , "wheel" ]
notebook = [ "ipywidgets (>=6)" ]
2022-04-06 19:12:13 +02:00
slack = [ "slack-sdk" ]
2022-03-21 16:16:44 +01:00
telegram = [ "requests" ]
[ [ package ] ]
name = "traitlets"
version = "5.1.1"
description = "Traitlets Python configuration system"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
test = [ "pytest" ]
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "transformers"
version = "4.2.2"
description = "State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch"
category = "main"
optional = false
python-versions = ">=3.6.0"
[ package . dependencies ]
filelock = "*"
numpy = "*"
packaging = "*"
regex = "!=2019.12.17"
requests = "*"
sacremoses = "*"
tokenizers = "0.9.4"
tqdm = ">=4.27"
[ package . extras ]
all = [ "tensorflow (>=2.3)" , "onnxconverter-common" , "keras2onnx" , "torch (>=1.0)" , "jax (>=0.2.0)" , "jaxlib (==0.1.55)" , "flax (>=0.2.2)" , "sentencepiece (==0.1.91)" , "protobuf" , "tokenizers (==0.9.4)" ]
dev = [ "tensorflow (>=2.3)" , "onnxconverter-common" , "keras2onnx" , "torch (>=1.0)" , "jax (>=0.2.0)" , "jaxlib (==0.1.55)" , "flax (>=0.2.2)" , "sentencepiece (==0.1.91)" , "protobuf" , "tokenizers (==0.9.4)" , "pytest" , "pytest-xdist" , "timeout-decorator" , "parameterized" , "psutil" , "faiss-cpu" , "datasets" , "cookiecutter (==1.7.2)" , "black (>=20.8b1)" , "isort (>=5.5.4)" , "flake8 (>=3.8.3)" , "fugashi (>=1.0)" , "ipadic (>=1.0.0,<2.0)" , "unidic-lite (>=1.0.7)" , "unidic (>=1.0.2)" , "recommonmark" , "sphinx (==3.2.1)" , "sphinx-markdown-tables" , "sphinx-rtd-theme (==0.4.3)" , "sphinx-copybutton" , "scikit-learn" ]
docs = [ "recommonmark" , "sphinx (==3.2.1)" , "sphinx-markdown-tables" , "sphinx-rtd-theme (==0.4.3)" , "sphinx-copybutton" ]
flax = [ "jax (>=0.2.0)" , "jaxlib (==0.1.55)" , "flax (>=0.2.2)" ]
ja = [ "fugashi (>=1.0)" , "ipadic (>=1.0.0,<2.0)" , "unidic-lite (>=1.0.7)" , "unidic (>=1.0.2)" ]
modelcreation = [ "cookiecutter (==1.7.2)" ]
onnxruntime = [ "onnxruntime (>=1.4.0)" , "onnxruntime-tools (>=1.4.2)" ]
quality = [ "black (>=20.8b1)" , "isort (>=5.5.4)" , "flake8 (>=3.8.3)" ]
retrieval = [ "faiss-cpu" , "datasets" ]
sentencepiece = [ "sentencepiece (==0.1.91)" , "protobuf" ]
serving = [ "pydantic" , "uvicorn" , "fastapi" , "starlette" ]
sklearn = [ "scikit-learn" ]
testing = [ "pytest" , "pytest-xdist" , "timeout-decorator" , "parameterized" , "psutil" , "faiss-cpu" , "datasets" , "cookiecutter (==1.7.2)" ]
tf = [ "tensorflow (>=2.3)" , "onnxconverter-common" , "keras2onnx" ]
tf-cpu = [ "tensorflow-cpu (>=2.3)" , "onnxconverter-common" , "keras2onnx" ]
tokenizers = [ "tokenizers (==0.9.4)" ]
torch = [ "torch (>=1.0)" ]
torchhub = [ "filelock" , "importlib-metadata" , "numpy" , "packaging" , "protobuf" , "regex (!=2019.12.17)" , "requests" , "sacremoses" , "sentencepiece (==0.1.91)" , "torch (>=1.0)" , "tokenizers (==0.9.4)" , "tqdm (>=4.27)" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "typer"
2022-03-31 17:06:46 +02:00
version = "0.4.1"
2022-03-21 16:16:44 +01:00
description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
category = "main"
optional = false
python-versions = ">=3.6"
[ package . dependencies ]
click = ">=7.1.1,<9.0.0"
[ package . extras ]
all = [ "colorama (>=0.4.3,<0.5.0)" , "shellingham (>=1.3.0,<2.0.0)" ]
dev = [ "autoflake (>=1.3.1,<2.0.0)" , "flake8 (>=3.8.3,<4.0.0)" ]
2022-03-31 17:06:46 +02:00
doc = [ "mkdocs (>=1.1.2,<2.0.0)" , "mkdocs-material (>=8.1.4,<9.0.0)" , "mdx-include (>=1.4.1,<2.0.0)" ]
test = [ "shellingham (>=1.3.0,<2.0.0)" , "pytest (>=4.4.0,<5.4.0)" , "pytest-cov (>=2.10.0,<3.0.0)" , "coverage (>=5.2,<6.0)" , "pytest-xdist (>=1.32.0,<2.0.0)" , "pytest-sugar (>=0.9.4,<0.10.0)" , "mypy (==0.910)" , "black (>=22.3.0,<23.0.0)" , "isort (>=5.0.6,<6.0.0)" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "typing-extensions"
version = "4.1.1"
description = "Backported and Experimental Type Hints for Python 3.6+"
2022-04-21 16:18:08 +02:00
category = "main"
2022-03-21 16:16:44 +01:00
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "uncertainties"
version = "3.1.6"
description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
future = "*"
[ package . extras ]
all = [ "numpy" , "sphinx" , "nose" ]
docs = [ "sphinx" ]
optional = [ "numpy" ]
tests = [ "nose" , "numpy" ]
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "urllib3"
version = "1.26.9"
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.*, <4"
[ package . extras ]
brotli = [ "brotlicffi (>=0.8.0)" , "brotli (>=1.0.9)" , "brotlipy (>=0.6.0)" ]
secure = [ "pyOpenSSL (>=0.14)" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "certifi" , "ipaddress" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
2022-03-21 16:16:44 +01:00
[ [ package ] ]
name = "wcwidth"
version = "0.2.5"
description = "Measures the displayed width of unicode strings in a terminal"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
category = "main"
optional = false
python-versions = "*"
[ [ package ] ]
name = "widgetsnbextension"
version = "3.6.0"
description = "IPython HTML widgets for Jupyter"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
notebook = ">=4.4.1"
[ [ package ] ]
name = "wrapt"
version = "1.14.0"
description = "Module for decorators, wrappers and monkey patching."
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
2022-04-21 16:18:08 +02:00
[ [ package ] ]
name = "x-transformers"
version = "0.15.0"
description = "X-Transformers - Pytorch"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
einops = ">=0.3"
entmax = "*"
torch = ">=1.6"
2022-03-21 16:16:44 +01:00
[ metadata ]
lock-version = "1.1"
python-versions = ">=3.9,<3.11"
2022-04-21 16:18:08 +02:00
content-hash = "ed5c33b506de16654dbf2fed62364bcf67f67630576f6048b87e98f723593c70"
2022-03-21 16:16:44 +01:00
[ metadata . files ]
2022-04-21 16:18:08 +02:00
albumentations = [
{ file = "albumentations-1.1.0-py3-none-any.whl" , hash = "sha256:6acf78a5f9504bd36c4a8e18eed29f7103c2fa6a7ba5be399c6088820cc88a8a" } ,
{ file = "albumentations-1.1.0.tar.gz" , hash = "sha256:60b067b3093908bcc52adb2aa5d44f57ebdbb8ab57a47b0b42f3dc1d3b1ce824" } ,
]
2022-03-21 16:16:44 +01:00
appnope = [
2022-04-06 19:12:13 +02:00
{ file = "appnope-0.1.3-py2.py3-none-any.whl" , hash = "sha256:265a455292d0bd8a72453494fa24df5a11eb18373a60c7c0430889f22548605e" } ,
{ file = "appnope-0.1.3.tar.gz" , hash = "sha256:02bd91c4de869fbb1e1c50aafc4098827a7a54ab2f39d9dcba6c9547ed920e24" } ,
2022-03-21 16:16:44 +01:00
]
argon2-cffi = [
{ file = "argon2-cffi-21.3.0.tar.gz" , hash = "sha256:d384164d944190a7dd7ef22c6aa3ff197da12962bd04b17f64d4e93d934dba5b" } ,
{ file = "argon2_cffi-21.3.0-py3-none-any.whl" , hash = "sha256:8c976986f2c5c0e5000919e6de187906cfd81fb1c72bf9d88c01177e77da7f80" } ,
]
argon2-cffi-bindings = [
{ file = "argon2-cffi-bindings-21.2.0.tar.gz" , hash = "sha256:bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:ccb949252cb2ab3a08c02024acb77cfb179492d5701c7cbdbfd776124d4d2367" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9524464572e12979364b7d600abf96181d3541da11e23ddf565a32e70bd4dc0d" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b746dba803a79238e925d9046a63aa26bf86ab2a2fe74ce6b009a1c3f5c8f2ae" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:58ed19212051f49a523abb1dbe954337dc82d947fb6e5a0da60f7c8471a8476c" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:bd46088725ef7f58b5a1ef7ca06647ebaf0eb4baff7d1d0d177c6cc8744abd86" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_i686.whl" , hash = "sha256:8cd69c07dd875537a824deec19f978e0f2078fdda07fd5c42ac29668dda5f40f" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:f1152ac548bd5b8bcecfb0b0371f082037e47128653df2e8ba6e914d384f3c3e" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-win32.whl" , hash = "sha256:603ca0aba86b1349b147cab91ae970c63118a0f30444d4bc80355937c950c082" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl" , hash = "sha256:b2ef1c30440dbbcba7a5dc3e319408b59676e2e039e2ae11a8775ecf482b192f" } ,
{ file = "argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl" , hash = "sha256:e415e3f62c8d124ee16018e491a009937f8cf7ebf5eb430ffc5de21b900dad93" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:3e385d1c39c520c08b53d63300c3ecc28622f076f4c2b0e6d7e796e9f6502194" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2c3e3cc67fdb7d82c4718f19b4e7a87123caf8a93fde7e23cf66ac0337d3cb3f" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6a22ad9800121b71099d0fb0a65323810a15f2e292f2ba450810a7316e128ee5" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f9f8b450ed0547e3d473fdc8612083fd08dd2120d6ac8f73828df9b7d45bb351" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:93f9bf70084f97245ba10ee36575f0c3f1e7d7724d67d8e5b08e61787c320ed7" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:3b9ef65804859d335dc6b31582cad2c5166f0c3e7975f324d9ffaa34ee7e6583" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4966ef5848d820776f5f562a7d45fdd70c2f330c961d0d745b784034bd9f48d" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:20ef543a89dee4db46a1a6e206cd015360e5a75822f76df533845c3cbaf72670" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ed2937d286e2ad0cc79a7087d3c272832865f779430e0cc2b4f3718d3159b0cb" } ,
{ file = "argon2_cffi_bindings-21.2.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:5e00316dabdaea0b2dd82d141cc66889ced0cdcbfa599e8b471cf22c620c329a" } ,
]
asteval = [
{ file = "asteval-0.9.26.tar.gz" , hash = "sha256:36125613ec21ed3e33e370ca8960a1f1e8a2324d78a8016bfa5ad76f1e16ef05" } ,
]
asttokens = [
{ file = "asttokens-2.0.5-py2.py3-none-any.whl" , hash = "sha256:0844691e88552595a6f4a4281a9f7f79b8dd45ca4ccea82e5e05b4bbdb76705c" } ,
{ file = "asttokens-2.0.5.tar.gz" , hash = "sha256:9a54c114f02c7a9480d56550932546a3f1fe71d8a02f1bc7ccd0ee3ee35cf4d5" } ,
]
2022-03-23 14:39:32 +01:00
async-timeout = [
{ file = "async-timeout-4.0.2.tar.gz" , hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15" } ,
{ file = "async_timeout-4.0.2-py3-none-any.whl" , hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c" } ,
]
2022-03-21 16:16:44 +01:00
attrs = [
{ file = "attrs-21.4.0-py2.py3-none-any.whl" , hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4" } ,
{ file = "attrs-21.4.0.tar.gz" , hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd" } ,
]
backcall = [
{ file = "backcall-0.2.0-py2.py3-none-any.whl" , hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255" } ,
{ file = "backcall-0.2.0.tar.gz" , hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e" } ,
]
beartype = [
{ file = "beartype-0.10.4-py3-none-any.whl" , hash = "sha256:1a65453bc25b39979bf5ad65fe5e73350551282956456d828fb5783468649e3e" } ,
{ file = "beartype-0.10.4.tar.gz" , hash = "sha256:24ec69f6a7f4e6e97af403d08de270def3248518060327095d23b1c4df64bf2a" } ,
]
beautifulsoup4 = [
2022-04-11 15:47:25 +02:00
{ file = "beautifulsoup4-4.11.1-py3-none-any.whl" , hash = "sha256:58d5c3d29f5a36ffeb94f02f0d786cd53014cf9b3b3951d42e0080d8a9498d30" } ,
{ file = "beautifulsoup4-4.11.1.tar.gz" , hash = "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693" } ,
2022-03-21 16:16:44 +01:00
]
binfootprint = [ ]
black = [
{ file = "black-21.12b0-py3-none-any.whl" , hash = "sha256:a615e69ae185e08fdd73e4715e260e2479c861b5740057fde6e8b4e3b7dd589f" } ,
{ file = "black-21.12b0.tar.gz" , hash = "sha256:77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3" } ,
]
bleach = [
2022-04-11 15:47:25 +02:00
{ file = "bleach-5.0.0-py3-none-any.whl" , hash = "sha256:08a1fe86d253b5c88c92cc3d810fd8048a16d15762e1e5b74d502256e5926aa1" } ,
{ file = "bleach-5.0.0.tar.gz" , hash = "sha256:c6d6cc054bdc9c83b48b8083e236e5f00f238428666d2ce2e083eaa5fd568565" } ,
2022-03-21 16:16:44 +01:00
]
2022-04-21 16:18:08 +02:00
certifi = [
{ file = "certifi-2021.10.8-py2.py3-none-any.whl" , hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569" } ,
{ file = "certifi-2021.10.8.tar.gz" , hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872" } ,
]
2022-03-21 16:16:44 +01:00
cffi = [
{ file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962" } ,
{ file = "cffi-1.15.0-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:23cfe892bd5dd8941608f93348c0737e369e51c100d03718f108bf1add7bd6d0" } ,
{ file = "cffi-1.15.0-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:41d45de54cd277a7878919867c0f08b0cf817605e4eb94093e7516505d3c8d14" } ,
{ file = "cffi-1.15.0-cp27-cp27m-win32.whl" , hash = "sha256:4a306fa632e8f0928956a41fa8e1d6243c71e7eb59ffbd165fc0b41e316b2474" } ,
{ file = "cffi-1.15.0-cp27-cp27m-win_amd64.whl" , hash = "sha256:e7022a66d9b55e93e1a845d8c9eba2a1bebd4966cd8bfc25d9cd07d515b33fa6" } ,
{ file = "cffi-1.15.0-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:14cd121ea63ecdae71efa69c15c5543a4b5fbcd0bbe2aad864baca0063cecf27" } ,
{ file = "cffi-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:d4d692a89c5cf08a8557fdeb329b82e7bf609aadfaed6c0d79f5a449a3c7c023" } ,
{ file = "cffi-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:0104fb5ae2391d46a4cb082abdd5c69ea4eab79d8d44eaaf79f1b1fd806ee4c2" } ,
{ file = "cffi-1.15.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:91ec59c33514b7c7559a6acda53bbfe1b283949c34fe7440bcf917f96ac0723e" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f5c7150ad32ba43a07c4479f40241756145a1f03b43480e058cfd862bf5041c7" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:00c878c90cb53ccfaae6b8bc18ad05d2036553e6d9d1d9dbcf323bbe83854ca3" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:abb9a20a72ac4e0fdb50dae135ba5e77880518e742077ced47eb1499e29a443c" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a5263e363c27b653a90078143adb3d076c1a748ec9ecc78ea2fb916f9b861962" } ,
{ file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f54a64f8b0c8ff0b64d18aa76675262e1700f3995182267998c31ae974fbc382" } ,
{ file = "cffi-1.15.0-cp310-cp310-win32.whl" , hash = "sha256:c21c9e3896c23007803a875460fb786118f0cdd4434359577ea25eb556e34c55" } ,
{ file = "cffi-1.15.0-cp310-cp310-win_amd64.whl" , hash = "sha256:5e069f72d497312b24fcc02073d70cb989045d1c91cbd53979366077959933e0" } ,
{ file = "cffi-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:64d4ec9f448dfe041705426000cc13e34e6e5bb13736e9fd62e34a0b0c41566e" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2756c88cbb94231c7a147402476be2c4df2f6078099a6f4a480d239a8817ae39" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3b96a311ac60a3f6be21d2572e46ce67f09abcf4d09344c49274eb9e0bf345fc" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:75e4024375654472cc27e91cbe9eaa08567f7fbdf822638be2814ce059f58032" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:59888172256cac5629e60e72e86598027aca6bf01fa2465bdb676d37636573e8" } ,
{ file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:27c219baf94952ae9d50ec19651a687b826792055353d07648a5695413e0c605" } ,
{ file = "cffi-1.15.0-cp36-cp36m-win32.whl" , hash = "sha256:4958391dbd6249d7ad855b9ca88fae690783a6be9e86df65865058ed81fc860e" } ,
{ file = "cffi-1.15.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:f6f824dc3bce0edab5f427efcfb1d63ee75b6fcb7282900ccaf925be84efb0fc" } ,
{ file = "cffi-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:06c48159c1abed75c2e721b1715c379fa3200c7784271b3c46df01383b593636" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:c2051981a968d7de9dd2d7b87bcb9c939c74a34626a6e2f8181455dd49ed69e4" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:fd8a250edc26254fe5b33be00402e6d287f562b6a5b2152dec302fa15bb3e997" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:91d77d2a782be4274da750752bb1650a97bfd8f291022b379bb8e01c66b4e96b" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:45db3a33139e9c8f7c09234b5784a5e33d31fd6907800b316decad50af323ff2" } ,
{ file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:263cc3d821c4ab2213cbe8cd8b355a7f72a8324577dc865ef98487c1aeee2bc7" } ,
{ file = "cffi-1.15.0-cp37-cp37m-win32.whl" , hash = "sha256:17771976e82e9f94976180f76468546834d22a7cc404b17c22df2a2c81db0c66" } ,
{ file = "cffi-1.15.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:3415c89f9204ee60cd09b235810be700e993e343a408693e80ce7f6a40108029" } ,
{ file = "cffi-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:4238e6dab5d6a8ba812de994bbb0a79bddbdf80994e4ce802b6f6f3142fcc880" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0808014eb713677ec1292301ea4c81ad277b6cdf2fdd90fd540af98c0b101d20" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8b6c2ea03845c9f501ed1313e78de148cd3f6cad741a75d43a29b43da27f2e1e" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:10dffb601ccfb65262a27233ac273d552ddc4d8ae1bf93b21c94b8511bffe728" } ,
{ file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:786902fb9ba7433aae840e0ed609f45c7bcd4e225ebb9c753aa39725bb3e6ad6" } ,
{ file = "cffi-1.15.0-cp38-cp38-win32.whl" , hash = "sha256:da5db4e883f1ce37f55c667e5c0de439df76ac4cb55964655906306918e7363c" } ,
{ file = "cffi-1.15.0-cp38-cp38-win_amd64.whl" , hash = "sha256:181dee03b1170ff1969489acf1c26533710231c58f95534e3edac87fff06c443" } ,
{ file = "cffi-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:45e8636704eacc432a206ac7345a5d3d2c62d95a507ec70d62f23cd91770482a" } ,
{ file = "cffi-1.15.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:31fb708d9d7c3f49a60f04cf5b119aeefe5644daba1cd2a0fe389b674fd1de37" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:6dc2737a3674b3e344847c8686cf29e500584ccad76204efea14f451d4cc669a" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:74fdfdbfdc48d3f47148976f49fab3251e550a8720bebc99bf1483f5bfb5db3e" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ffaa5c925128e29efbde7301d8ecaf35c8c60ffbcd6a1ffd3a552177c8e5e796" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3f7d084648d77af029acb79a0ff49a0ad7e9d09057a9bf46596dac9514dc07df" } ,
{ file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:ef1f279350da2c586a69d32fc8733092fd32cc8ac95139a00377841f59a3f8d8" } ,
{ file = "cffi-1.15.0-cp39-cp39-win32.whl" , hash = "sha256:2a23af14f408d53d5e6cd4e3d9a24ff9e05906ad574822a10563efcef137979a" } ,
{ file = "cffi-1.15.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3773c4d81e6e818df2efbc7dd77325ca0dcb688116050fb2b3011218eda36139" } ,
{ file = "cffi-1.15.0.tar.gz" , hash = "sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954" } ,
]
2022-04-21 16:18:08 +02:00
chardet = [
{ file = "chardet-4.0.0-py2.py3-none-any.whl" , hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5" } ,
{ file = "chardet-4.0.0.tar.gz" , hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa" } ,
]
charset-normalizer = [
{ file = "charset-normalizer-2.0.12.tar.gz" , hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597" } ,
{ file = "charset_normalizer-2.0.12-py3-none-any.whl" , hash = "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df" } ,
]
2022-03-21 16:16:44 +01:00
click = [
2022-03-31 17:06:46 +02:00
{ file = "click-8.0.4-py3-none-any.whl" , hash = "sha256:6a7a62563bbfabfda3a38f3023a1db4a35978c0abd76f6c9605ecd6554d6d9b1" } ,
{ file = "click-8.0.4.tar.gz" , hash = "sha256:8458d7b1287c5fb128c90e23381cf99dcde74beaf6c7ff6384ce84d6fe090adb" } ,
2022-03-21 16:16:44 +01:00
]
click-spinner = [
{ file = "click-spinner-0.1.10.tar.gz" , hash = "sha256:87eacf9d7298973a25d7615ef57d4782aebf913a532bba4b28a37e366e975daf" } ,
{ file = "click_spinner-0.1.10-py2.py3-none-any.whl" , hash = "sha256:d1ffcff1fdad9882396367f15fb957bcf7f5c64ab91927dee2127e0d2991ee84" } ,
]
colorama = [
{ file = "colorama-0.4.4-py2.py3-none-any.whl" , hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2" } ,
{ file = "colorama-0.4.4.tar.gz" , hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b" } ,
]
coloredlogs = [
{ file = "coloredlogs-15.0.1-py2.py3-none-any.whl" , hash = "sha256:612ee75c546f53e92e70049c9dbfcc18c935a2b9a53b66085ce9ef6a6e5c0934" } ,
{ file = "coloredlogs-15.0.1.tar.gz" , hash = "sha256:7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0" } ,
]
cycler = [
{ file = "cycler-0.11.0-py3-none-any.whl" , hash = "sha256:3a27e95f763a428a739d2add979fa7494c912a32c17c4c38c4d5f082cad165a3" } ,
{ file = "cycler-0.11.0.tar.gz" , hash = "sha256:9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f" } ,
]
debugpy = [
2022-03-28 17:23:04 +02:00
{ file = "debugpy-1.6.0-cp310-cp310-macosx_10_15_x86_64.whl" , hash = "sha256:eb1946efac0c0c3d411cea0b5ac772fbde744109fd9520fb0c5a51979faf05ad" } ,
{ file = "debugpy-1.6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e3513399177dd37af4c1332df52da5da1d0c387e5927dc4c0709e26ee7302e8f" } ,
{ file = "debugpy-1.6.0-cp310-cp310-win32.whl" , hash = "sha256:5c492235d6b68f879df3bdbdb01f25c15be15682665517c2c7d0420e5658d71f" } ,
{ file = "debugpy-1.6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:40de9ba137d355538432209d05e0f5fe5d0498dce761c39119ad4b950b51db31" } ,
{ file = "debugpy-1.6.0-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:0d383b91efee57dbb923ba20801130cf60450a0eda60bce25bccd937de8e323a" } ,
{ file = "debugpy-1.6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1ff853e60e77e1c16f85a31adb8360bb2d98ca588d7ed645b7f0985b240bdb5e" } ,
{ file = "debugpy-1.6.0-cp37-cp37m-win32.whl" , hash = "sha256:8e972c717d95f56b6a3a7a29a5ede1ee8f2c3802f6f0e678203b0778eb322bf1" } ,
{ file = "debugpy-1.6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:a8aaeb53e87225141fda7b9081bd87155c1debc13e2f5a532d341112d1983b65" } ,
{ file = "debugpy-1.6.0-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:132defb585b518955358321d0f42f6aa815aa15b432be27db654807707c70b2f" } ,
{ file = "debugpy-1.6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8ee75844242b4537beb5899f3e60a578454d1f136b99e8d57ac424573797b94a" } ,
{ file = "debugpy-1.6.0-cp38-cp38-win32.whl" , hash = "sha256:a65a2499761d47df3e9ea9567109be6e73d412e00ac3ffcf74839f3ddfcdf028" } ,
{ file = "debugpy-1.6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:bd980d533d0ddfc451e03a3bb32acb2900049fec39afc3425b944ebf0889be62" } ,
{ file = "debugpy-1.6.0-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:245c7789a012f86210847ec7ee9f38c30a30d4c2223c3e111829a76c9006a5d0" } ,
{ file = "debugpy-1.6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0e3aa2368883e83e7b689ddff3cafb595f7b711f6a065886b46a96a7fef874e7" } ,
{ file = "debugpy-1.6.0-cp39-cp39-win32.whl" , hash = "sha256:72bcfa97f3afa0064afc77ab811f48ad4a06ac330f290b675082c24437730366" } ,
{ file = "debugpy-1.6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:30abefefd2ff5a5481162d613cb70e60e2fa80a5eb4c994717c0f008ed25d2e1" } ,
{ file = "debugpy-1.6.0-py2.py3-none-any.whl" , hash = "sha256:4de7777842da7e08652f2776c552070bbdd758557fdec73a15d7be0e4aab95ce" } ,
{ file = "debugpy-1.6.0.zip" , hash = "sha256:7b79c40852991f7b6c3ea65845ed0f5f6b731c37f4f9ad9c61e2ab4bd48a9275" } ,
2022-03-21 16:16:44 +01:00
]
decorator = [
{ file = "decorator-5.1.1-py3-none-any.whl" , hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186" } ,
{ file = "decorator-5.1.1.tar.gz" , hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330" } ,
]
defusedxml = [
{ file = "defusedxml-0.7.1-py2.py3-none-any.whl" , hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61" } ,
{ file = "defusedxml-0.7.1.tar.gz" , hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" } ,
]
deprecated = [
{ file = "Deprecated-1.2.13-py2.py3-none-any.whl" , hash = "sha256:64756e3e14c8c5eea9795d93c524551432a0be75629f8f29e67ab8caf076c76d" } ,
{ file = "Deprecated-1.2.13.tar.gz" , hash = "sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d" } ,
]
2022-04-21 16:18:08 +02:00
einops = [
{ file = "einops-0.4.1-py3-none-any.whl" , hash = "sha256:932b12bb3176caef629cc513fc8a442338fdbfe1e560794a6e7306dcee65a8af" } ,
{ file = "einops-0.4.1.tar.gz" , hash = "sha256:65ede824fa54ce99ba969c61152f9948eb8cad08d5f0ca97c95e3804bafcce48" } ,
]
entmax = [
{ file = "entmax-1.0.tar.gz" , hash = "sha256:1cd9721c34935824e071c8c20900711cad60c3d84bc9e4668f3b7a8873bf62cf" } ,
]
2022-03-21 16:16:44 +01:00
entrypoints = [
{ file = "entrypoints-0.4-py3-none-any.whl" , hash = "sha256:f174b5ff827504fd3cd97cc3f8649f3693f51538c7e4bdf3ef002c8429d42f9f" } ,
{ file = "entrypoints-0.4.tar.gz" , hash = "sha256:b706eddaa9218a19ebcd67b56818f05bb27589b1ca9e8d797b74affad4ccacd4" } ,
]
executing = [
{ file = "executing-0.8.3-py2.py3-none-any.whl" , hash = "sha256:d1eef132db1b83649a3905ca6dd8897f71ac6f8cac79a7e58a1a09cf137546c9" } ,
{ file = "executing-0.8.3.tar.gz" , hash = "sha256:c6554e21c6b060590a6d3be4b82fb78f8f0194d809de5ea7df1c093763311501" } ,
]
2022-04-06 19:12:13 +02:00
fastjsonschema = [
{ file = "fastjsonschema-2.15.3-py3-none-any.whl" , hash = "sha256:ddb0b1d8243e6e3abb822bd14e447a89f4ab7439342912d590444831fa00b6a0" } ,
{ file = "fastjsonschema-2.15.3.tar.gz" , hash = "sha256:0a572f0836962d844c1fc435e200b2e4f4677e4e6611a2e3bdd01ba697c275ec" } ,
]
2022-03-21 16:16:44 +01:00
fcspline = [ ]
filelock = [
{ file = "filelock-3.6.0-py3-none-any.whl" , hash = "sha256:f8314284bfffbdcfa0ff3d7992b023d4c628ced6feb957351d4c48d059f56bc0" } ,
{ file = "filelock-3.6.0.tar.gz" , hash = "sha256:9cd540a9352e432c7246a48fe4e8712b10acb1df2ad1f30e8c070b82ae1fed85" } ,
]
fonttools = [
2022-04-11 15:47:25 +02:00
{ file = "fonttools-4.32.0-py3-none-any.whl" , hash = "sha256:b038d1a0dee0079de7ade57071e2e2aced6e35bd697de244ac62938b2b1628c1" } ,
{ file = "fonttools-4.32.0.zip" , hash = "sha256:59a90de72149893167e3d552ae2402c6874e006b9adc3feaf5f6d706fe20d392" } ,
2022-03-21 16:16:44 +01:00
]
future = [
{ file = "future-0.18.2.tar.gz" , hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d" } ,
]
grpcio = [
{ file = "grpcio-1.43.0-cp310-cp310-linux_armv7l.whl" , hash = "sha256:a4e786a8ee8b30b25d70ee52cda6d1dbba2a8ca2f1208d8e20ed8280774f15c8" } ,
{ file = "grpcio-1.43.0-cp310-cp310-macosx_10_10_universal2.whl" , hash = "sha256:af9c3742f6c13575c0d4147a8454da0ff5308c4d9469462ff18402c6416942fe" } ,
{ file = "grpcio-1.43.0-cp310-cp310-manylinux_2_17_aarch64.whl" , hash = "sha256:fdac966699707b5554b815acc272d81e619dd0999f187cd52a61aef075f870ee" } ,
{ file = "grpcio-1.43.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6e463b4aa0a6b31cf2e57c4abc1a1b53531a18a570baeed39d8d7b65deb16b7e" } ,
{ file = "grpcio-1.43.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f11d05402e0ac3a284443d8a432d3dfc76a6bd3f7b5858cddd75617af2d7bd9b" } ,
{ file = "grpcio-1.43.0-cp310-cp310-win32.whl" , hash = "sha256:c36f418c925a41fccada8f7ae9a3d3e227bfa837ddbfddd3d8b0ac252d12dda9" } ,
{ file = "grpcio-1.43.0-cp310-cp310-win_amd64.whl" , hash = "sha256:772b943f34374744f70236bbbe0afe413ed80f9ae6303503f85e2b421d4bca92" } ,
{ file = "grpcio-1.43.0-cp36-cp36m-linux_armv7l.whl" , hash = "sha256:cbc9b83211d905859dcf234ad39d7193ff0f05bfc3269c364fb0d114ee71de59" } ,
{ file = "grpcio-1.43.0-cp36-cp36m-macosx_10_10_x86_64.whl" , hash = "sha256:fb7229fa2a201a0c377ff3283174ec966da8f9fd7ffcc9a92f162d2e7fc9025b" } ,
{ file = "grpcio-1.43.0-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:17b75f220ee6923338155b4fcef4c38802b9a57bc57d112c9599a13a03e99f8d" } ,
{ file = "grpcio-1.43.0-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:6620a5b751b099b3b25553cfc03dfcd873cda06f9bb2ff7e9948ac7090e20f05" } ,
{ file = "grpcio-1.43.0-cp36-cp36m-manylinux_2_17_aarch64.whl" , hash = "sha256:1898f999383baac5fcdbdef8ea5b1ef204f38dc211014eb6977ac6e55944d738" } ,
{ file = "grpcio-1.43.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:47b6821238d8978014d23b1132713dac6c2d72cbb561cf257608b1673894f90a" } ,
{ file = "grpcio-1.43.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:80398e9fb598060fa41050d1220f5a2440fe74ff082c36dda41ac3215ebb5ddd" } ,
{ file = "grpcio-1.43.0-cp36-cp36m-win32.whl" , hash = "sha256:0110310eff07bb69782f53b7a947490268c4645de559034c43c0a635612e250f" } ,
{ file = "grpcio-1.43.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:45401d00f2ee46bde75618bf33e9df960daa7980e6e0e7328047191918c98504" } ,
{ file = "grpcio-1.43.0-cp37-cp37m-linux_armv7l.whl" , hash = "sha256:af78ac55933811e6a25141336b1f2d5e0659c2f568d44d20539b273792563ca7" } ,
{ file = "grpcio-1.43.0-cp37-cp37m-macosx_10_10_x86_64.whl" , hash = "sha256:8b2b9dc4d7897566723b77422e11c009a0ebd397966b165b21b89a62891a9fdf" } ,
{ file = "grpcio-1.43.0-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:77ef653f966934b3bfdd00e4f2064b68880eb40cf09b0b99edfa5ee22a44f559" } ,
{ file = "grpcio-1.43.0-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:e95b5d62ec26d0cd0b90c202d73e7cb927c369c3358e027225239a4e354967dc" } ,
{ file = "grpcio-1.43.0-cp37-cp37m-manylinux_2_17_aarch64.whl" , hash = "sha256:04239e8f71db832c26bbbedb4537b37550a39d77681d748ab4678e58dd6455d6" } ,
{ file = "grpcio-1.43.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4b4a7152187a49767a47d1413edde2304c96f41f7bc92cc512e230dfd0fba095" } ,
{ file = "grpcio-1.43.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b8cc936a29c65ab39714e1ba67a694c41218f98b6e2a64efb83f04d9abc4386b" } ,
{ file = "grpcio-1.43.0-cp37-cp37m-win32.whl" , hash = "sha256:577e024c8dd5f27cd98ba850bc4e890f07d4b5942e5bc059a3d88843a2f48f66" } ,
{ file = "grpcio-1.43.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:138f57e3445d4a48d9a8a5af1538fdaafaa50a0a3c243f281d8df0edf221dc02" } ,
{ file = "grpcio-1.43.0-cp38-cp38-linux_armv7l.whl" , hash = "sha256:08cf25f2936629db062aeddbb594bd76b3383ab0ede75ef0461a3b0bc3a2c150" } ,
{ file = "grpcio-1.43.0-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:01f4b887ed703fe82ebe613e1d2dadea517891725e17e7a6134dcd00352bd28c" } ,
{ file = "grpcio-1.43.0-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:0aa8285f284338eb68962fe1a830291db06f366ea12f213399b520c062b01f65" } ,
{ file = "grpcio-1.43.0-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:0edbfeb6729aa9da33ce7e28fb7703b3754934115454ae45e8cc1db601756fd3" } ,
{ file = "grpcio-1.43.0-cp38-cp38-manylinux_2_17_aarch64.whl" , hash = "sha256:c354017819201053d65212befd1dcb65c2d91b704d8977e696bae79c47cd2f82" } ,
{ file = "grpcio-1.43.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:50cfb7e1067ee5e00b8ab100a6b7ea322d37ec6672c0455106520b5891c4b5f5" } ,
{ file = "grpcio-1.43.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:57f1aeb65ed17dfb2f6cd717cc109910fe395133af7257a9c729c0b9604eac10" } ,
{ file = "grpcio-1.43.0-cp38-cp38-win32.whl" , hash = "sha256:fa26a8bbb3fe57845acb1329ff700d5c7eaf06414c3e15f4cb8923f3a466ef64" } ,
{ file = "grpcio-1.43.0-cp38-cp38-win_amd64.whl" , hash = "sha256:ade8b79a6b6aea68adb9d4bfeba5d647667d842202c5d8f3ba37ac1dc8e5c09c" } ,
{ file = "grpcio-1.43.0-cp39-cp39-linux_armv7l.whl" , hash = "sha256:124e718faf96fe44c98b05f3f475076be8b5198bb4c52a13208acf88a8548ba9" } ,
{ file = "grpcio-1.43.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:2f96142d0abc91290a63ba203f01649e498302b1b6007c67bad17f823ecde0cf" } ,
{ file = "grpcio-1.43.0-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:31e6e489ccd8f08884b9349a39610982df48535881ec34f05a11c6e6b6ebf9d0" } ,
{ file = "grpcio-1.43.0-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:0e731f660e1e68238f56f4ce11156f02fd06dc58bc7834778d42c0081d4ef5ad" } ,
{ file = "grpcio-1.43.0-cp39-cp39-manylinux_2_17_aarch64.whl" , hash = "sha256:1f16725a320460435a8a5339d8b06c4e00d307ab5ad56746af2e22b5f9c50932" } ,
{ file = "grpcio-1.43.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a4b4543e13acb4806917d883d0f70f21ba93b29672ea81f4aaba14821aaf9bb0" } ,
{ file = "grpcio-1.43.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:594aaa0469f4fca7773e80d8c27bf1298e7bbce5f6da0f084b07489a708f16ab" } ,
{ file = "grpcio-1.43.0-cp39-cp39-win32.whl" , hash = "sha256:5449ae564349e7a738b8c38583c0aad954b0d5d1dd3cea68953bfc32eaee11e3" } ,
{ file = "grpcio-1.43.0-cp39-cp39-win_amd64.whl" , hash = "sha256:bdf41550815a831384d21a498b20597417fd31bd084deb17d31ceb39ad9acc79" } ,
{ file = "grpcio-1.43.0.tar.gz" , hash = "sha256:735d9a437c262ab039d02defddcb9f8f545d7009ae61c0114e19dda3843febe5" } ,
]
h5py = [
{ file = "h5py-3.6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:a5320837c60870911645e9a935099bdb2be6a786fcf0dac5c860f3b679e2de55" } ,
{ file = "h5py-3.6.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98646e659bf8591a2177e12a4461dced2cad72da0ba4247643fd118db88880d2" } ,
{ file = "h5py-3.6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:5996ff5adefd2d68c330a4265b6ef92e51b2fc674834a5990add5033bf109e20" } ,
{ file = "h5py-3.6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:c9a5529343a619fea777b7caa27d493595b28b5af8b005e8d1817559fcccf493" } ,
{ file = "h5py-3.6.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e2b49c48df05e19bb20b400b7ff7dc6f1ee36b84dc717c3771c468b33697b466" } ,
{ file = "h5py-3.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cd9447633b0bafaf82190d9a8d56f3cb2e8d30169483aee67d800816e028190a" } ,
{ file = "h5py-3.6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:1c5acc660c458421e88c4c5fe092ce15923adfac4c732af1ac4fced683a5ea97" } ,
{ file = "h5py-3.6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:35ab552c6f0a93365b3cb5664a5305f3920daa0a43deb5b2c547c52815ec46b9" } ,
{ file = "h5py-3.6.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:542781d50e1182b8fb619b1265dfe1c765e18215f818b0ab28b2983c28471325" } ,
{ file = "h5py-3.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9f39242960b8d7f86f3056cc2546aa3047ff4835985f6483229af8f029e9c8db" } ,
{ file = "h5py-3.6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:8ecedf16c613973622a334701f67edcc0249469f9daa0576e994fb20ac0405db" } ,
{ file = "h5py-3.6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d8cacad89aa7daf3626fce106f7f2662ac35b14849df22d252d0d8fab9dc1c0b" } ,
{ file = "h5py-3.6.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:dbaa1ed9768bf9ff04af0919acc55746e62b28333644f0251f38768313f31745" } ,
{ file = "h5py-3.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:954c5c39a09b5302f69f752c3bbf165d368a65c8d200f7d5655e0fa6368a75e6" } ,
{ file = "h5py-3.6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:9fd8a14236fdd092a20c0bdf25c3aba3777718d266fabb0fdded4fcf252d1630" } ,
{ file = "h5py-3.6.0.tar.gz" , hash = "sha256:8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29" } ,
]
2022-03-23 13:28:16 +01:00
hiro-models = [ ]
2022-03-21 16:16:44 +01:00
hops = [ ]
2022-03-23 13:28:16 +01:00
hopsflow = [ ]
2022-03-21 16:16:44 +01:00
humanfriendly = [
{ file = "humanfriendly-10.0-py2.py3-none-any.whl" , hash = "sha256:1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477" } ,
{ file = "humanfriendly-10.0.tar.gz" , hash = "sha256:6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc" } ,
]
2022-04-21 16:18:08 +02:00
idna = [
{ file = "idna-3.3-py3-none-any.whl" , hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff" } ,
{ file = "idna-3.3.tar.gz" , hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" } ,
]
imageio = [
{ file = "imageio-2.16.2-py3-none-any.whl" , hash = "sha256:4757b5bc41158feb89529721bc14b738c3a0e17284dbdfc3f09ac4ad9dc00a08" } ,
{ file = "imageio-2.16.2.tar.gz" , hash = "sha256:8fea761d51a53c150cabd82ed36011252c17580c752216b8222f078630dfb9ba" } ,
]
imagesize = [
{ file = "imagesize-1.3.0-py2.py3-none-any.whl" , hash = "sha256:1db2f82529e53c3e929e8926a1fa9235aa82d0bd0c580359c67ec31b2fddaa8c" } ,
{ file = "imagesize-1.3.0.tar.gz" , hash = "sha256:cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d" } ,
]
2022-03-21 16:16:44 +01:00
ipykernel = [
2022-04-11 15:47:25 +02:00
{ file = "ipykernel-6.13.0-py3-none-any.whl" , hash = "sha256:2b0987af43c0d4b62cecb13c592755f599f96f29aafe36c01731aaa96df30d39" } ,
{ file = "ipykernel-6.13.0.tar.gz" , hash = "sha256:0e28273e290858393e86e152b104e5506a79c13d25b951ac6eca220051b4be60" } ,
2022-03-21 16:16:44 +01:00
]
ipython = [
2022-03-28 17:23:04 +02:00
{ file = "ipython-8.2.0-py3-none-any.whl" , hash = "sha256:1b672bfd7a48d87ab203d9af8727a3b0174a4566b4091e9447c22fb63ea32857" } ,
{ file = "ipython-8.2.0.tar.gz" , hash = "sha256:70e5eb132cac594a34b5f799bd252589009905f05104728aea6a403ec2519dc1" } ,
2022-03-21 16:16:44 +01:00
]
ipython-genutils = [
{ file = "ipython_genutils-0.2.0-py2.py3-none-any.whl" , hash = "sha256:72dd37233799e619666c9f639a9da83c34013a73e8bbc79a7a6348d93c61fab8" } ,
{ file = "ipython_genutils-0.2.0.tar.gz" , hash = "sha256:eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8" } ,
]
ipywidgets = [
{ file = "ipywidgets-7.7.0-py2.py3-none-any.whl" , hash = "sha256:e58ff58bc94d481e91ecb6e13a5cb96a87b6b8ade135e055603d0ca24593df38" } ,
{ file = "ipywidgets-7.7.0.tar.gz" , hash = "sha256:ab4a5596855a88b83761921c768707d65e5847068139bc1729ddfe834703542a" } ,
]
jedi = [
{ file = "jedi-0.18.1-py2.py3-none-any.whl" , hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d" } ,
{ file = "jedi-0.18.1.tar.gz" , hash = "sha256:74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab" } ,
]
jinja2 = [
2022-03-28 17:23:04 +02:00
{ file = "Jinja2-3.1.1-py3-none-any.whl" , hash = "sha256:539835f51a74a69f41b848a9645dbdc35b4f20a3b601e2d9a7e22947b15ff119" } ,
{ file = "Jinja2-3.1.1.tar.gz" , hash = "sha256:640bed4bb501cbd17194b3cace1dc2126f5b619cf068a726b98192a0fde74ae9" } ,
2022-03-21 16:16:44 +01:00
]
2022-04-21 16:18:08 +02:00
joblib = [
{ file = "joblib-1.1.0-py2.py3-none-any.whl" , hash = "sha256:f21f109b3c7ff9d95f8387f752d0d9c34a02aa2f7060c2135f465da0e5160ff6" } ,
{ file = "joblib-1.1.0.tar.gz" , hash = "sha256:4158fcecd13733f8be669be0683b96ebdbbd38d23559f54dca7205aea1bf1e35" } ,
]
2022-03-21 16:16:44 +01:00
jsonschema = [
{ file = "jsonschema-4.4.0-py3-none-any.whl" , hash = "sha256:77281a1f71684953ee8b3d488371b162419767973789272434bbc3f29d9c8823" } ,
{ file = "jsonschema-4.4.0.tar.gz" , hash = "sha256:636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83" } ,
]
jupyter = [
{ file = "jupyter-1.0.0-py2.py3-none-any.whl" , hash = "sha256:5b290f93b98ffbc21c0c7e749f054b3267782166d72fa5e3ed1ed4eaf34a2b78" } ,
{ file = "jupyter-1.0.0.tar.gz" , hash = "sha256:d9dc4b3318f310e34c82951ea5d6683f67bed7def4b259fafbfe4f1beb1d8e5f" } ,
{ file = "jupyter-1.0.0.zip" , hash = "sha256:3e1f86076bbb7c8c207829390305a2b1fe836d471ed54be66a3b8c41e7f46cc7" } ,
]
jupyter-client = [
2022-04-07 14:33:39 +02:00
{ file = "jupyter_client-7.2.2-py3-none-any.whl" , hash = "sha256:44045448eadc12493d819d965eb1dc9d10d1927698adbb9b14eb9a3a4a45ba53" } ,
{ file = "jupyter_client-7.2.2.tar.gz" , hash = "sha256:8fdbad344a8baa6a413d86d25bbf87ce21cb2b4aa5a8e0413863b9754eb8eb8a" } ,
2022-03-21 16:16:44 +01:00
]
jupyter-console = [
{ file = "jupyter_console-6.4.3-py3-none-any.whl" , hash = "sha256:e630bcb682c0088dda45688ad7c2424d4a825c8acf494cb036ced03ed0424841" } ,
{ file = "jupyter_console-6.4.3.tar.gz" , hash = "sha256:55f32626b0be647a85e3217ddcdb22db69efc79e8b403b9771eb9ecc696019b5" } ,
]
jupyter-core = [
{ file = "jupyter_core-4.9.2-py3-none-any.whl" , hash = "sha256:f875e4d27e202590311d468fa55f90c575f201490bd0c18acabe4e318db4a46d" } ,
{ file = "jupyter_core-4.9.2.tar.gz" , hash = "sha256:d69baeb9ffb128b8cd2657fcf2703f89c769d1673c851812119e3a2a0e93ad9a" } ,
]
jupyterlab-pygments = [
2022-04-12 18:18:22 +02:00
{ file = "jupyterlab_pygments-0.2.1-py2.py3-none-any.whl" , hash = "sha256:05f8056a18fec9ebef01f705443d81edb16bb03d27371f23c0ae135a85a76029" } ,
{ file = "jupyterlab_pygments-0.2.1.tar.gz" , hash = "sha256:121da770930e348895f89d6bdfce7e7e6a8bb574162923f9c9ef5a20c61619c6" } ,
2022-03-21 16:16:44 +01:00
]
jupyterlab-widgets = [
{ file = "jupyterlab_widgets-1.1.0-py3-none-any.whl" , hash = "sha256:c2a9bd3789f120f64d73268c066ed3b000c56bc1dda217be5cdc43e7b4ebad3f" } ,
{ file = "jupyterlab_widgets-1.1.0.tar.gz" , hash = "sha256:d5f41bc1713795385f718d44dcba47e1e1473c6289f28a95aa6b2c0782ee372a" } ,
]
kiwisolver = [
2022-03-29 19:07:02 +02:00
{ file = "kiwisolver-1.4.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:6e395ece147f0692ca7cdb05a028d31b83b72c369f7b4a2c1798f4b96af1e3d8" } ,
{ file = "kiwisolver-1.4.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:0b7f50a1a25361da3440f07c58cd1d79957c2244209e4f166990e770256b6b0b" } ,
{ file = "kiwisolver-1.4.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:3c032c41ae4c3a321b43a3650e6ecc7406b99ff3e5279f24c9b310f41bc98479" } ,
{ file = "kiwisolver-1.4.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:1dcade8f6fe12a2bb4efe2cbe22116556e3b6899728d3b2a0d3b367db323eacc" } ,
{ file = "kiwisolver-1.4.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0e45e780a74416ef2f173189ef4387e44b5494f45e290bcb1f03735faa6779bf" } ,
{ file = "kiwisolver-1.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9d2bb56309fb75a811d81ed55fbe2208aa77a3a09ff5f546ca95e7bb5fac6eff" } ,
{ file = "kiwisolver-1.4.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:69b2d6c12f2ad5f55104a36a356192cfb680c049fe5e7c1f6620fc37f119cdc2" } ,
{ file = "kiwisolver-1.4.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:262c248c60f22c2b547683ad521e8a3db5909c71f679b93876921549107a0c24" } ,
{ file = "kiwisolver-1.4.2-cp310-cp310-win32.whl" , hash = "sha256:1008346a7741620ab9cc6c96e8ad9b46f7a74ce839dbb8805ddf6b119d5fc6c2" } ,
{ file = "kiwisolver-1.4.2-cp310-cp310-win_amd64.whl" , hash = "sha256:6ece2e12e4b57bc5646b354f436416cd2a6f090c1dadcd92b0ca4542190d7190" } ,
{ file = "kiwisolver-1.4.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b978afdb913ca953cf128d57181da2e8798e8b6153be866ae2a9c446c6162f40" } ,
{ file = "kiwisolver-1.4.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7f88c4b8e449908eeddb3bbd4242bd4dc2c7a15a7aa44bb33df893203f02dc2d" } ,
{ file = "kiwisolver-1.4.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e348f1904a4fab4153407f7ccc27e43b2a139752e8acf12e6640ba683093dd96" } ,
{ file = "kiwisolver-1.4.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c839bf28e45d7ddad4ae8f986928dbf5a6d42ff79760d54ec8ada8fb263e097c" } ,
{ file = "kiwisolver-1.4.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:8ae5a071185f1a93777c79a9a1e67ac46544d4607f18d07131eece08d415083a" } ,
{ file = "kiwisolver-1.4.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:c222f91a45da9e01a9bc4f760727ae49050f8e8345c4ff6525495f7a164c8973" } ,
{ file = "kiwisolver-1.4.2-cp37-cp37m-win32.whl" , hash = "sha256:a4e8f072db1d6fb7a7cc05a6dbef8442c93001f4bb604f1081d8c2db3ca97159" } ,
{ file = "kiwisolver-1.4.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:be9a650890fb60393e60aacb65878c4a38bb334720aa5ecb1c13d0dac54dd73b" } ,
{ file = "kiwisolver-1.4.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:8ec2e55bf31b43aabe32089125dca3b46fdfe9f50afbf0756ae11e14c97b80ca" } ,
{ file = "kiwisolver-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1d1078ba770d6165abed3d9a1be1f9e79b61515de1dd00d942fa53bba79f01ae" } ,
{ file = "kiwisolver-1.4.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:cbb5eb4a2ea1ffec26268d49766cafa8f957fe5c1b41ad00733763fae77f9436" } ,
{ file = "kiwisolver-1.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2e6cda72db409eefad6b021e8a4f964965a629f577812afc7860c69df7bdb84a" } ,
{ file = "kiwisolver-1.4.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b1605c7c38cc6a85212dfd6a641f3905a33412e49f7c003f35f9ac6d71f67720" } ,
{ file = "kiwisolver-1.4.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:81237957b15469ea9151ec8ca08ce05656090ffabc476a752ef5ad7e2644c526" } ,
{ file = "kiwisolver-1.4.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:240009fdf4fa87844f805e23f48995537a8cb8f8c361e35fda6b5ac97fcb906f" } ,
{ file = "kiwisolver-1.4.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:240c2d51d098395c012ddbcb9bd7b3ba5de412a1d11840698859f51d0e643c4f" } ,
{ file = "kiwisolver-1.4.2-cp38-cp38-win32.whl" , hash = "sha256:8b6086aa6936865962b2cee0e7aaecf01ab6778ce099288354a7229b4d9f1408" } ,
{ file = "kiwisolver-1.4.2-cp38-cp38-win_amd64.whl" , hash = "sha256:0d98dca86f77b851350c250f0149aa5852b36572514d20feeadd3c6b1efe38d0" } ,
{ file = "kiwisolver-1.4.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:91eb4916271655dfe3a952249cb37a5c00b6ba68b4417ee15af9ba549b5ba61d" } ,
{ file = "kiwisolver-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:fa4d97d7d2b2c082e67907c0b8d9f31b85aa5d3ba0d33096b7116f03f8061261" } ,
{ file = "kiwisolver-1.4.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:71469b5845b9876b8d3d252e201bef6f47bf7456804d2fbe9a1d6e19e78a1e65" } ,
{ file = "kiwisolver-1.4.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:8ff3033e43e7ca1389ee59fb7ecb8303abb8713c008a1da49b00869e92e3dd7c" } ,
{ file = "kiwisolver-1.4.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:89b57c2984f4464840e4b768affeff6b6809c6150d1166938ade3e22fbe22db8" } ,
{ file = "kiwisolver-1.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ffbdb9a96c536f0405895b5e21ee39ec579cb0ed97bdbd169ae2b55f41d73219" } ,
{ file = "kiwisolver-1.4.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8a830a03970c462d1a2311c90e05679da56d3bd8e78a4ba9985cb78ef7836c9f" } ,
{ file = "kiwisolver-1.4.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f74f2a13af201559e3d32b9ddfc303c94ae63d63d7f4326d06ce6fe67e7a8255" } ,
{ file = "kiwisolver-1.4.2-cp39-cp39-win32.whl" , hash = "sha256:e677cc3626287f343de751e11b1e8a5b915a6ac897e8aecdbc996cd34de753a0" } ,
{ file = "kiwisolver-1.4.2-cp39-cp39-win_amd64.whl" , hash = "sha256:b3e251e5c38ac623c5d786adb21477f018712f8c6fa54781bd38aa1c60b60fc2" } ,
{ file = "kiwisolver-1.4.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:0c380bb5ae20d829c1a5473cfcae64267b73aaa4060adc091f6df1743784aae0" } ,
{ file = "kiwisolver-1.4.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:484f2a5f0307bc944bc79db235f41048bae4106ffa764168a068d88b644b305d" } ,
{ file = "kiwisolver-1.4.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0e8afdf533b613122e4bbaf3c1e42c2a5e9e2d1dd3a0a017749a7658757cb377" } ,
{ file = "kiwisolver-1.4.2-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:42f6ef9b640deb6f7d438e0a371aedd8bef6ddfde30683491b2e6f568b4e884e" } ,
{ file = "kiwisolver-1.4.2.tar.gz" , hash = "sha256:7f606d91b8a8816be476513a77fd30abe66227039bd6f8b406c348cb0247dcc9" } ,
2022-03-21 16:16:44 +01:00
]
lmfit = [
{ file = "lmfit-1.0.3.tar.gz" , hash = "sha256:d067c3ea501f035af5d3c079e6e6e35dc3cc1ac7d439429a425b0aeb5a7858a2" } ,
]
markupsafe = [
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl" , hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6" } ,
{ file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl" , hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl" , hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff" } ,
{ file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl" , hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1" } ,
{ file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl" , hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl" , hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c" } ,
{ file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl" , hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247" } ,
{ file = "MarkupSafe-2.1.1.tar.gz" , hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b" } ,
]
matplotlib = [
{ file = "matplotlib-3.5.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:456cc8334f6d1124e8ff856b42d2cc1c84335375a16448189999496549f7182b" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:8a77906dc2ef9b67407cec0bdbf08e3971141e535db888974a915be5e1e3efc6" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:8e70ae6475cfd0fad3816dcbf6cac536dc6f100f7474be58d59fa306e6e768a4" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:53273c5487d1c19c3bc03b9eb82adaf8456f243b97ed79d09dded747abaf1235" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e3b6f3fd0d8ca37861c31e9a7cab71a0ef14c639b4c95654ea1dd153158bf0df" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e8c87cdaf06fd7b2477f68909838ff4176f105064a72ca9d24d3f2a29f73d393" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-win32.whl" , hash = "sha256:e2f28a07b4f82abb40267864ad7b3a4ed76f1b1663e81c7efc84a9b9248f672f" } ,
{ file = "matplotlib-3.5.1-cp310-cp310-win_amd64.whl" , hash = "sha256:d70a32ee1f8b55eed3fd4e892f0286df8cccc7e0475c11d33b5d0a148f5c7599" } ,
{ file = "matplotlib-3.5.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:68fa30cec89b6139dc559ed6ef226c53fd80396da1919a1b5ef672c911aaa767" } ,
{ file = "matplotlib-3.5.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2e3484d8455af3fdb0424eae1789af61f6a79da0c80079125112fd5c1b604218" } ,
{ file = "matplotlib-3.5.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e293b16cf303fe82995e41700d172a58a15efc5331125d08246b520843ef21ee" } ,
{ file = "matplotlib-3.5.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:e3520a274a0e054e919f5b3279ee5dbccf5311833819ccf3399dab7c83e90a25" } ,
{ file = "matplotlib-3.5.1-cp37-cp37m-win32.whl" , hash = "sha256:2252bfac85cec7af4a67e494bfccf9080bcba8a0299701eab075f48847cca907" } ,
{ file = "matplotlib-3.5.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:abf67e05a1b7f86583f6ebd01f69b693b9c535276f4e943292e444855870a1b8" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:6c094e4bfecd2fa7f9adffd03d8abceed7157c928c2976899de282f3600f0a3d" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:506b210cc6e66a0d1c2bb765d055f4f6bc2745070fb1129203b67e85bbfa5c18" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:b04fc29bcef04d4e2d626af28d9d892be6aba94856cb46ed52bcb219ceac8943" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:577ed20ec9a18d6bdedb4616f5e9e957b4c08563a9f985563a31fd5b10564d2a" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e486f60db0cd1c8d68464d9484fd2a94011c1ac8593d765d0211f9daba2bd535" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-win32.whl" , hash = "sha256:d24e5bb8028541ce25e59390122f5e48c8506b7e35587e5135efcb6471b4ac6c" } ,
{ file = "matplotlib-3.5.1-cp38-cp38-win_amd64.whl" , hash = "sha256:778d398c4866d8e36ee3bf833779c940b5f57192fa0a549b3ad67bc4c822771b" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:bb1c613908f11bac270bc7494d68b1ef6e7c224b7a4204d5dacf3522a41e2bc3" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:edf5e4e1d5fb22c18820e8586fb867455de3b109c309cb4fce3aaed85d9468d1" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:40e0d7df05e8efe60397c69b467fc8f87a2affeb4d562fe92b72ff8937a2b511" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7a350ca685d9f594123f652ba796ee37219bf72c8e0fc4b471473d87121d6d34" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:3e66497cd990b1a130e21919b004da2f1dc112132c01ac78011a90a0f9229778" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:87900c67c0f1728e6db17c6809ec05c025c6624dcf96a8020326ea15378fe8e7" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-win32.whl" , hash = "sha256:b8a4fb2a0c5afbe9604f8a91d7d0f27b1832c3e0b5e365f95a13015822b4cd65" } ,
{ file = "matplotlib-3.5.1-cp39-cp39-win_amd64.whl" , hash = "sha256:fe8d40c434a8e2c68d64c6d6a04e77f21791a93ff6afe0dce169597c110d3079" } ,
{ file = "matplotlib-3.5.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:34a1fc29f8f96e78ec57a5eff5e8d8b53d3298c3be6df61e7aa9efba26929522" } ,
{ file = "matplotlib-3.5.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:b19a761b948e939a9e20173aaae76070025f0024fc8f7ba08bef22a5c8573afc" } ,
{ file = "matplotlib-3.5.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6803299cbf4665eca14428d9e886de62e24f4223ac31ab9c5d6d5339a39782c7" } ,
{ file = "matplotlib-3.5.1-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:14334b9902ec776461c4b8c6516e26b450f7ebe0b3ef8703bf5cdfbbaecf774a" } ,
{ file = "matplotlib-3.5.1.tar.gz" , hash = "sha256:b2e9810e09c3a47b73ce9cab5a72243a1258f61e7900969097a817232246ce1c" } ,
]
matplotlib-inline = [
{ file = "matplotlib-inline-0.1.3.tar.gz" , hash = "sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee" } ,
{ file = "matplotlib_inline-0.1.3-py3-none-any.whl" , hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c" } ,
]
mistune = [
{ file = "mistune-0.8.4-py2.py3-none-any.whl" , hash = "sha256:88a1051873018da288eee8538d476dffe1262495144b33ecb586c4ab266bb8d4" } ,
{ file = "mistune-0.8.4.tar.gz" , hash = "sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e" } ,
]
mpmath = [
{ file = "mpmath-1.2.1-py3-none-any.whl" , hash = "sha256:604bc21bd22d2322a177c73bdb573994ef76e62edd595d17e00aff24b0667e5c" } ,
{ file = "mpmath-1.2.1.tar.gz" , hash = "sha256:79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a" } ,
]
msgpack = [
{ file = "msgpack-1.0.3-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:96acc674bb9c9be63fa8b6dabc3248fdc575c4adc005c440ad02f87ca7edd079" } ,
{ file = "msgpack-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:2c3ca57c96c8e69c1a0d2926a6acf2d9a522b41dc4253a8945c4c6cd4981a4e3" } ,
{ file = "msgpack-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b0a792c091bac433dfe0a70ac17fc2087d4595ab835b47b89defc8bbabcf5c73" } ,
{ file = "msgpack-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1c58cdec1cb5fcea8c2f1771d7b5fec79307d056874f746690bd2bdd609ab147" } ,
{ file = "msgpack-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2f97c0f35b3b096a330bb4a1a9247d0bd7e1f3a2eba7ab69795501504b1c2c39" } ,
{ file = "msgpack-1.0.3-cp310-cp310-win32.whl" , hash = "sha256:36a64a10b16c2ab31dcd5f32d9787ed41fe68ab23dd66957ca2826c7f10d0b85" } ,
{ file = "msgpack-1.0.3-cp310-cp310-win_amd64.whl" , hash = "sha256:c1ba333b4024c17c7591f0f372e2daa3c31db495a9b2af3cf664aef3c14354f7" } ,
{ file = "msgpack-1.0.3-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:c2140cf7a3ec475ef0938edb6eb363fa704159e0bf71dde15d953bacc1cf9d7d" } ,
{ file = "msgpack-1.0.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6f4c22717c74d44bcd7af353024ce71c6b55346dad5e2cc1ddc17ce8c4507c6b" } ,
{ file = "msgpack-1.0.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:47d733a15ade190540c703de209ffbc42a3367600421b62ac0c09fde594da6ec" } ,
{ file = "msgpack-1.0.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c7e03b06f2982aa98d4ddd082a210c3db200471da523f9ac197f2828e80e7770" } ,
{ file = "msgpack-1.0.3-cp36-cp36m-win32.whl" , hash = "sha256:3d875631ecab42f65f9dce6f55ce6d736696ced240f2634633188de2f5f21af9" } ,
{ file = "msgpack-1.0.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:40fb89b4625d12d6027a19f4df18a4de5c64f6f3314325049f219683e07e678a" } ,
{ file = "msgpack-1.0.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:6eef0cf8db3857b2b556213d97dd82de76e28a6524853a9beb3264983391dc1a" } ,
{ file = "msgpack-1.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0d8c332f53ffff01953ad25131272506500b14750c1d0ce8614b17d098252fbc" } ,
{ file = "msgpack-1.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9c0903bd93cbd34653dd63bbfcb99d7539c372795201f39d16fdfde4418de43a" } ,
{ file = "msgpack-1.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bf1e6bfed4860d72106f4e0a1ab519546982b45689937b40257cfd820650b920" } ,
{ file = "msgpack-1.0.3-cp37-cp37m-win32.whl" , hash = "sha256:d02cea2252abc3756b2ac31f781f7a98e89ff9759b2e7450a1c7a0d13302ff50" } ,
{ file = "msgpack-1.0.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:2f30dd0dc4dfe6231ad253b6f9f7128ac3202ae49edd3f10d311adc358772dba" } ,
{ file = "msgpack-1.0.3-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:f201d34dc89342fabb2a10ed7c9a9aaaed9b7af0f16a5923f1ae562b31258dea" } ,
{ file = "msgpack-1.0.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:bb87f23ae7d14b7b3c21009c4b1705ec107cb21ee71975992f6aca571fb4a42a" } ,
{ file = "msgpack-1.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8a3a5c4b16e9d0edb823fe54b59b5660cc8d4782d7bf2c214cb4b91a1940a8ef" } ,
{ file = "msgpack-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f74da1e5fcf20ade12c6bf1baa17a2dc3604958922de8dc83cbe3eff22e8b611" } ,
{ file = "msgpack-1.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:73a80bd6eb6bcb338c1ec0da273f87420829c266379c8c82fa14c23fb586cfa1" } ,
{ file = "msgpack-1.0.3-cp38-cp38-win32.whl" , hash = "sha256:9fce00156e79af37bb6db4e7587b30d11e7ac6a02cb5bac387f023808cd7d7f4" } ,
{ file = "msgpack-1.0.3-cp38-cp38-win_amd64.whl" , hash = "sha256:9b6f2d714c506e79cbead331de9aae6837c8dd36190d02da74cb409b36162e8a" } ,
{ file = "msgpack-1.0.3-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:89908aea5f46ee1474cc37fbc146677f8529ac99201bc2faf4ef8edc023c2bf3" } ,
{ file = "msgpack-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:973ad69fd7e31159eae8f580f3f707b718b61141838321c6fa4d891c4a2cca52" } ,
{ file = "msgpack-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:da24375ab4c50e5b7486c115a3198d207954fe10aaa5708f7b65105df09109b2" } ,
{ file = "msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a598d0685e4ae07a0672b59792d2cc767d09d7a7f39fd9bd37ff84e060b1a996" } ,
{ file = "msgpack-1.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e4c309a68cb5d6bbd0c50d5c71a25ae81f268c2dc675c6f4ea8ab2feec2ac4e2" } ,
{ file = "msgpack-1.0.3-cp39-cp39-win32.whl" , hash = "sha256:494471d65b25a8751d19c83f1a482fd411d7ca7a3b9e17d25980a74075ba0e88" } ,
{ file = "msgpack-1.0.3-cp39-cp39-win_amd64.whl" , hash = "sha256:f01b26c2290cbd74316990ba84a14ac3d599af9cebefc543d241a66e785cf17d" } ,
{ file = "msgpack-1.0.3.tar.gz" , hash = "sha256:51fdc7fb93615286428ee7758cecc2f374d5ff363bdd884c7ea622a7a327a81e" } ,
]
2022-04-21 16:18:08 +02:00
munch = [
{ file = "munch-2.5.0-py2.py3-none-any.whl" , hash = "sha256:6f44af89a2ce4ed04ff8de41f70b226b984db10a91dcc7b9ac2efc1c77022fdd" } ,
{ file = "munch-2.5.0.tar.gz" , hash = "sha256:2d735f6f24d4dba3417fa448cae40c6e896ec1fdab6cdb5e6510999758a4dbd2" } ,
]
2022-03-21 16:16:44 +01:00
mypy-extensions = [
{ file = "mypy_extensions-0.4.3-py2.py3-none-any.whl" , hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d" } ,
{ file = "mypy_extensions-0.4.3.tar.gz" , hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" } ,
]
nbclient = [
2022-04-12 18:18:22 +02:00
{ file = "nbclient-0.6.0-py3-none-any.whl" , hash = "sha256:2eed35fc954716cdf0a01ea8cbdd9f9316761479008570059e2f5de29e139423" } ,
{ file = "nbclient-0.6.0.tar.gz" , hash = "sha256:3f89a403c6badf24d2855a455b69a80985b3b27e04111243fdb6a88a28d27031" } ,
2022-03-21 16:16:44 +01:00
]
nbconvert = [
2022-04-11 15:47:25 +02:00
{ file = "nbconvert-6.5.0-py3-none-any.whl" , hash = "sha256:c56dd0b8978a1811a5654f74c727ff16ca87dd5a43abd435a1c49b840fcd8360" } ,
{ file = "nbconvert-6.5.0.tar.gz" , hash = "sha256:223e46e27abe8596b8aed54301fadbba433b7ffea8196a68fd7b1ff509eee99d" } ,
2022-03-21 16:16:44 +01:00
]
nbformat = [
2022-04-06 19:12:13 +02:00
{ file = "nbformat-5.3.0-py3-none-any.whl" , hash = "sha256:38856d97de49e8292e2d5d8f595e9d26f02abfd87e075d450af4511870b40538" } ,
{ file = "nbformat-5.3.0.tar.gz" , hash = "sha256:fcc5ab8cb74e20b19570b5be809e2dba9b82836fd2761a89066ad43394ba29f5" } ,
2022-03-21 16:16:44 +01:00
]
nest-asyncio = [
2022-04-03 17:27:33 +02:00
{ file = "nest_asyncio-1.5.5-py3-none-any.whl" , hash = "sha256:b98e3ec1b246135e4642eceffa5a6c23a3ab12c82ff816a92c612d68205813b2" } ,
{ file = "nest_asyncio-1.5.5.tar.gz" , hash = "sha256:e442291cd942698be619823a17a86a5759eabe1f8613084790de189fe9e16d65" } ,
2022-03-21 16:16:44 +01:00
]
2022-04-21 16:18:08 +02:00
networkx = [
{ file = "networkx-2.8-py3-none-any.whl" , hash = "sha256:1a1e8fe052cc1b4e0339b998f6795099562a264a13a5af7a32cad45ab9d4e126" } ,
{ file = "networkx-2.8.tar.gz" , hash = "sha256:4a52cf66aed221955420e11b3e2e05ca44196b4829aab9576d4d439212b0a14f" } ,
]
2022-03-21 16:16:44 +01:00
notebook = [
{ file = "notebook-6.4.10-py3-none-any.whl" , hash = "sha256:49cead814bff0945fcb2ee07579259418672ac175d3dc3d8102a4b0a656ed4df" } ,
{ file = "notebook-6.4.10.tar.gz" , hash = "sha256:2408a76bc6289283a8eecfca67e298ec83c67db51a4c2e1b713dd180bb39e90e" } ,
]
numpy = [
{ file = "numpy-1.22.3-cp310-cp310-macosx_10_14_x86_64.whl" , hash = "sha256:92bfa69cfbdf7dfc3040978ad09a48091143cffb778ec3b03fa170c494118d75" } ,
{ file = "numpy-1.22.3-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:8251ed96f38b47b4295b1ae51631de7ffa8260b5b087808ef09a39a9d66c97ab" } ,
{ file = "numpy-1.22.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:48a3aecd3b997bf452a2dedb11f4e79bc5bfd21a1d4cc760e703c31d57c84b3e" } ,
{ file = "numpy-1.22.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a3bae1a2ed00e90b3ba5f7bd0a7c7999b55d609e0c54ceb2b076a25e345fa9f4" } ,
{ file = "numpy-1.22.3-cp310-cp310-win32.whl" , hash = "sha256:f950f8845b480cffe522913d35567e29dd381b0dc7e4ce6a4a9f9156417d2430" } ,
{ file = "numpy-1.22.3-cp310-cp310-win_amd64.whl" , hash = "sha256:08d9b008d0156c70dc392bb3ab3abb6e7a711383c3247b410b39962263576cd4" } ,
{ file = "numpy-1.22.3-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:201b4d0552831f7250a08d3b38de0d989d6f6e4658b709a02a73c524ccc6ffce" } ,
{ file = "numpy-1.22.3-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:f8c1f39caad2c896bc0018f699882b345b2a63708008be29b1f355ebf6f933fe" } ,
{ file = "numpy-1.22.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:568dfd16224abddafb1cbcce2ff14f522abe037268514dd7e42c6776a1c3f8e5" } ,
{ file = "numpy-1.22.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3ca688e1b9b95d80250bca34b11a05e389b1420d00e87a0d12dc45f131f704a1" } ,
{ file = "numpy-1.22.3-cp38-cp38-win32.whl" , hash = "sha256:e7927a589df200c5e23c57970bafbd0cd322459aa7b1ff73b7c2e84d6e3eae62" } ,
{ file = "numpy-1.22.3-cp38-cp38-win_amd64.whl" , hash = "sha256:07a8c89a04997625236c5ecb7afe35a02af3896c8aa01890a849913a2309c676" } ,
{ file = "numpy-1.22.3-cp39-cp39-macosx_10_14_x86_64.whl" , hash = "sha256:2c10a93606e0b4b95c9b04b77dc349b398fdfbda382d2a39ba5a822f669a0123" } ,
{ file = "numpy-1.22.3-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:fade0d4f4d292b6f39951b6836d7a3c7ef5b2347f3c420cd9820a1d90d794802" } ,
{ file = "numpy-1.22.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5bfb1bb598e8229c2d5d48db1860bcf4311337864ea3efdbe1171fb0c5da515d" } ,
{ file = "numpy-1.22.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:97098b95aa4e418529099c26558eeb8486e66bd1e53a6b606d684d0c3616b168" } ,
{ file = "numpy-1.22.3-cp39-cp39-win32.whl" , hash = "sha256:fdf3c08bce27132395d3c3ba1503cac12e17282358cb4bddc25cc46b0aca07aa" } ,
{ file = "numpy-1.22.3-cp39-cp39-win_amd64.whl" , hash = "sha256:639b54cdf6aa4f82fe37ebf70401bbb74b8508fddcf4797f9fe59615b8c5813a" } ,
{ file = "numpy-1.22.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c34ea7e9d13a70bf2ab64a2532fe149a9aced424cd05a2c4ba662fd989e3e45f" } ,
{ file = "numpy-1.22.3.zip" , hash = "sha256:dbc7601a3b7472d559dc7b933b18b4b66f9aa7452c120e87dfb33d02008c8a18" } ,
]
2022-04-21 16:18:08 +02:00
opencv-python-headless = [
{ file = "opencv-python-headless-4.5.5.64.tar.gz" , hash = "sha256:c3c2dda44d601757a508b07d628537c49f31223ad4edd0f747a70d4c852a7b98" } ,
{ file = "opencv_python_headless-4.5.5.64-cp36-abi3-macosx_10_15_x86_64.whl" , hash = "sha256:62e31878641a8f96e773118d1eea9f34bdda87c9990a0faab04ebaafb5ae015c" } ,
{ file = "opencv_python_headless-4.5.5.64-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:567a54c1919bcf5b3d20a9830e3c511e57134de8def286ce137c3544a892f98c" } ,
{ file = "opencv_python_headless-4.5.5.64-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3f330468c29882dbbec5af25695c5e575572c6b855cb0f9fe53e14116fd46bfc" } ,
{ file = "opencv_python_headless-4.5.5.64-cp36-abi3-win32.whl" , hash = "sha256:4bdf982574bf2fefc5f82c86df7cb42e56ad627874c7c0f4d94ecf4ae8885304" } ,
{ file = "opencv_python_headless-4.5.5.64-cp36-abi3-win_amd64.whl" , hash = "sha256:a60e9ff48854ec37be391e19dd634883cc26c2f0f814e5325b3deca33420912c" } ,
{ file = "opencv_python_headless-4.5.5.64-cp37-abi3-macosx_11_0_arm64.whl" , hash = "sha256:ca4f013fa958f60fb2327fe87e6127c1ac0ab536890b1d4b00847f417b7af1ba" } ,
]
2022-04-06 19:12:13 +02:00
opt-einsum = [
{ file = "opt_einsum-3.3.0-py3-none-any.whl" , hash = "sha256:2455e59e3947d3c275477df7f5205b30635e266fe6dc300e3d9f9646bfcea147" } ,
{ file = "opt_einsum-3.3.0.tar.gz" , hash = "sha256:59f6475f77bbc37dcf7cd748519c0ec60722e91e63ca114e68821c0c54a46549" } ,
]
2022-03-21 16:16:44 +01:00
packaging = [
{ file = "packaging-21.3-py3-none-any.whl" , hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522" } ,
{ file = "packaging-21.3.tar.gz" , hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" } ,
]
2022-04-21 16:18:08 +02:00
pandas = [
{ file = "pandas-1.4.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:be67c782c4f1b1f24c2f16a157e12c2693fd510f8df18e3287c77f33d124ed07" } ,
{ file = "pandas-1.4.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5a206afa84ed20e07603f50d22b5f0db3fb556486d8c2462d8bc364831a4b417" } ,
{ file = "pandas-1.4.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:0010771bd9223f7afe5f051eb47c4a49534345dfa144f2f5470b27189a4dd3b5" } ,
{ file = "pandas-1.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3228198333dd13c90b6434ddf61aa6d57deaca98cf7b654f4ad68a2db84f8cfe" } ,
{ file = "pandas-1.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5b79af3a69e5175c6fa7b4e046b21a646c8b74e92c6581a9d825687d92071b51" } ,
{ file = "pandas-1.4.2-cp310-cp310-win_amd64.whl" , hash = "sha256:5586cc95692564b441f4747c47c8a9746792e87b40a4680a2feb7794defb1ce3" } ,
{ file = "pandas-1.4.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:061609334a8182ab500a90fe66d46f6f387de62d3a9cb9aa7e62e3146c712167" } ,
{ file = "pandas-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b8134651258bce418cb79c71adeff0a44090c98d955f6953168ba16cc285d9f7" } ,
{ file = "pandas-1.4.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:df82739e00bb6daf4bba4479a40f38c718b598a84654cbd8bb498fd6b0aa8c16" } ,
{ file = "pandas-1.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:385c52e85aaa8ea6a4c600a9b2821181a51f8be0aee3af6f2dcb41dafc4fc1d0" } ,
{ file = "pandas-1.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:295872bf1a09758aba199992c3ecde455f01caf32266d50abc1a073e828a7b9d" } ,
{ file = "pandas-1.4.2-cp38-cp38-win32.whl" , hash = "sha256:95c1e422ced0199cf4a34385ff124b69412c4bc912011ce895582bee620dfcaa" } ,
{ file = "pandas-1.4.2-cp38-cp38-win_amd64.whl" , hash = "sha256:5c54ea4ef3823108cd4ec7fb27ccba4c3a775e0f83e39c5e17f5094cb17748bc" } ,
{ file = "pandas-1.4.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:c072c7f06b9242c855ed8021ff970c0e8f8b10b35e2640c657d2a541c5950f59" } ,
{ file = "pandas-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f549097993744ff8c41b5e8f2f0d3cbfaabe89b4ae32c8c08ead6cc535b80139" } ,
{ file = "pandas-1.4.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:ff08a14ef21d94cdf18eef7c569d66f2e24e0bc89350bcd7d243dd804e3b5eb2" } ,
{ file = "pandas-1.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8c5bf555b6b0075294b73965adaafb39cf71c312e38c5935c93d78f41c19828a" } ,
{ file = "pandas-1.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:51649ef604a945f781105a6d2ecf88db7da0f4868ac5d45c51cb66081c4d9c73" } ,
{ file = "pandas-1.4.2-cp39-cp39-win32.whl" , hash = "sha256:d0d4f13e4be7ce89d7057a786023c461dd9370040bdb5efa0a7fe76b556867a0" } ,
{ file = "pandas-1.4.2-cp39-cp39-win_amd64.whl" , hash = "sha256:09d8be7dd9e1c4c98224c4dfe8abd60d145d934e9fc1f5f411266308ae683e6a" } ,
{ file = "pandas-1.4.2.tar.gz" , hash = "sha256:92bc1fc585f1463ca827b45535957815b7deb218c549b7c18402c322c7549a12" } ,
]
2022-03-21 16:16:44 +01:00
pandocfilters = [
{ file = "pandocfilters-1.5.0-py2.py3-none-any.whl" , hash = "sha256:33aae3f25fd1a026079f5d27bdd52496f0e0803b3469282162bafdcbdf6ef14f" } ,
{ file = "pandocfilters-1.5.0.tar.gz" , hash = "sha256:0b679503337d233b4339a817bfc8c50064e2eff681314376a47cb582305a7a38" } ,
]
parso = [
{ file = "parso-0.8.3-py2.py3-none-any.whl" , hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75" } ,
{ file = "parso-0.8.3.tar.gz" , hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0" } ,
]
pathspec = [
{ file = "pathspec-0.9.0-py2.py3-none-any.whl" , hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a" } ,
{ file = "pathspec-0.9.0.tar.gz" , hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1" } ,
]
pexpect = [
{ file = "pexpect-4.8.0-py2.py3-none-any.whl" , hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937" } ,
{ file = "pexpect-4.8.0.tar.gz" , hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c" } ,
]
pickleshare = [
{ file = "pickleshare-0.7.5-py2.py3-none-any.whl" , hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56" } ,
{ file = "pickleshare-0.7.5.tar.gz" , hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca" } ,
]
pillow = [
2022-04-03 17:27:33 +02:00
{ file = "Pillow-9.1.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:af79d3fde1fc2e33561166d62e3b63f0cc3e47b5a3a2e5fea40d4917754734ea" } ,
{ file = "Pillow-9.1.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:55dd1cf09a1fd7c7b78425967aacae9b0d70125f7d3ab973fadc7b5abc3de652" } ,
{ file = "Pillow-9.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:66822d01e82506a19407d1afc104c3fcea3b81d5eb11485e593ad6b8492f995a" } ,
{ file = "Pillow-9.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a5eaf3b42df2bcda61c53a742ee2c6e63f777d0e085bbc6b2ab7ed57deb13db7" } ,
{ file = "Pillow-9.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:01ce45deec9df310cbbee11104bae1a2a43308dd9c317f99235b6d3080ddd66e" } ,
{ file = "Pillow-9.1.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:aea7ce61328e15943d7b9eaca87e81f7c62ff90f669116f857262e9da4057ba3" } ,
{ file = "Pillow-9.1.0-cp310-cp310-win32.whl" , hash = "sha256:7a053bd4d65a3294b153bdd7724dce864a1d548416a5ef61f6d03bf149205160" } ,
{ file = "Pillow-9.1.0-cp310-cp310-win_amd64.whl" , hash = "sha256:97bda660702a856c2c9e12ec26fc6d187631ddfd896ff685814ab21ef0597033" } ,
{ file = "Pillow-9.1.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:21dee8466b42912335151d24c1665fcf44dc2ee47e021d233a40c3ca5adae59c" } ,
{ file = "Pillow-9.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6b6d4050b208c8ff886fd3db6690bf04f9a48749d78b41b7a5bf24c236ab0165" } ,
{ file = "Pillow-9.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5cfca31ab4c13552a0f354c87fbd7f162a4fafd25e6b521bba93a57fe6a3700a" } ,
{ file = "Pillow-9.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ed742214068efa95e9844c2d9129e209ed63f61baa4d54dbf4cf8b5e2d30ccf2" } ,
{ file = "Pillow-9.1.0-cp37-cp37m-win32.whl" , hash = "sha256:c9efef876c21788366ea1f50ecb39d5d6f65febe25ad1d4c0b8dff98843ac244" } ,
{ file = "Pillow-9.1.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:de344bcf6e2463bb25179d74d6e7989e375f906bcec8cb86edb8b12acbc7dfef" } ,
{ file = "Pillow-9.1.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:17869489de2fce6c36690a0c721bd3db176194af5f39249c1ac56d0bb0fcc512" } ,
{ file = "Pillow-9.1.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:25023a6209a4d7c42154073144608c9a71d3512b648a2f5d4465182cb93d3477" } ,
{ file = "Pillow-9.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8782189c796eff29dbb37dd87afa4ad4d40fc90b2742704f94812851b725964b" } ,
{ file = "Pillow-9.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:463acf531f5d0925ca55904fa668bb3461c3ef6bc779e1d6d8a488092bdee378" } ,
{ file = "Pillow-9.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3f42364485bfdab19c1373b5cd62f7c5ab7cc052e19644862ec8f15bb8af289e" } ,
{ file = "Pillow-9.1.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:3fddcdb619ba04491e8f771636583a7cc5a5051cd193ff1aa1ee8616d2a692c5" } ,
{ file = "Pillow-9.1.0-cp38-cp38-win32.whl" , hash = "sha256:4fe29a070de394e449fd88ebe1624d1e2d7ddeed4c12e0b31624561b58948d9a" } ,
{ file = "Pillow-9.1.0-cp38-cp38-win_amd64.whl" , hash = "sha256:c24f718f9dd73bb2b31a6201e6db5ea4a61fdd1d1c200f43ee585fc6dcd21b34" } ,
{ file = "Pillow-9.1.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:fb89397013cf302f282f0fc998bb7abf11d49dcff72c8ecb320f76ea6e2c5717" } ,
{ file = "Pillow-9.1.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:c870193cce4b76713a2b29be5d8327c8ccbe0d4a49bc22968aa1e680930f5581" } ,
{ file = "Pillow-9.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:69e5ddc609230d4408277af135c5b5c8fe7a54b2bdb8ad7c5100b86b3aab04c6" } ,
{ file = "Pillow-9.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:35be4a9f65441d9982240e6966c1eaa1c654c4e5e931eaf580130409e31804d4" } ,
{ file = "Pillow-9.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:82283af99c1c3a5ba1da44c67296d5aad19f11c535b551a5ae55328a317ce331" } ,
{ file = "Pillow-9.1.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:a325ac71914c5c043fa50441b36606e64a10cd262de12f7a179620f579752ff8" } ,
{ file = "Pillow-9.1.0-cp39-cp39-win32.whl" , hash = "sha256:a598d8830f6ef5501002ae85c7dbfcd9c27cc4efc02a1989369303ba85573e58" } ,
{ file = "Pillow-9.1.0-cp39-cp39-win_amd64.whl" , hash = "sha256:0c51cb9edac8a5abd069fd0758ac0a8bfe52c261ee0e330f363548aca6893595" } ,
{ file = "Pillow-9.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:a336a4f74baf67e26f3acc4d61c913e378e931817cd1e2ef4dfb79d3e051b481" } ,
{ file = "Pillow-9.1.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:eb1b89b11256b5b6cad5e7593f9061ac4624f7651f7a8eb4dfa37caa1dfaa4d0" } ,
{ file = "Pillow-9.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:255c9d69754a4c90b0ee484967fc8818c7ff8311c6dddcc43a4340e10cd1636a" } ,
{ file = "Pillow-9.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:5a3ecc026ea0e14d0ad7cd990ea7f48bfcb3eb4271034657dc9d06933c6629a7" } ,
{ file = "Pillow-9.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c5b0ff59785d93b3437c3703e3c64c178aabada51dea2a7f2c5eccf1bcf565a3" } ,
{ file = "Pillow-9.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c7110ec1701b0bf8df569a7592a196c9d07c764a0a74f65471ea56816f10e2c8" } ,
{ file = "Pillow-9.1.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:8d79c6f468215d1a8415aa53d9868a6b40c4682165b8cb62a221b1baa47db458" } ,
{ file = "Pillow-9.1.0.tar.gz" , hash = "sha256:f401ed2bbb155e1ade150ccc63db1a4f6c1909d3d378f7d1235a44e90d75fb97" } ,
2022-03-21 16:16:44 +01:00
]
2022-04-21 16:18:08 +02:00
pix2tex = [
{ file = "pix2tex-0.0.9-py3-none-any.whl" , hash = "sha256:d11d7a930cb7ed54557b855d641c5c555ba15aa973391693636aae82b74e697c" } ,
]
2022-03-21 16:16:44 +01:00
platformdirs = [
{ file = "platformdirs-2.5.1-py3-none-any.whl" , hash = "sha256:bcae7cab893c2d310a711b70b24efb93334febe65f8de776ee320b517471e227" } ,
{ file = "platformdirs-2.5.1.tar.gz" , hash = "sha256:7535e70dfa32e84d4b34996ea99c5e432fa29a708d0f4e394bbcb2a8faa4f16d" } ,
]
prettytable = [
{ file = "prettytable-3.2.0-py3-none-any.whl" , hash = "sha256:f6c5ec87c3ef9df5bba1d32d826c1b862ecad0344dddb6082e3562caf71fe085" } ,
{ file = "prettytable-3.2.0.tar.gz" , hash = "sha256:ae7d96c64100543dc61662b40a28f3b03c0f94a503ed121c6fca2782c5816f81" } ,
]
prometheus-client = [
2022-04-11 15:47:25 +02:00
{ file = "prometheus_client-0.14.1-py3-none-any.whl" , hash = "sha256:522fded625282822a89e2773452f42df14b5a8e84a86433e3f8a189c1d54dc01" } ,
{ file = "prometheus_client-0.14.1.tar.gz" , hash = "sha256:5459c427624961076277fdc6dc50540e2bacb98eebde99886e59ec55ed92093a" } ,
2022-03-21 16:16:44 +01:00
]
prompt-toolkit = [
2022-04-06 19:12:13 +02:00
{ file = "prompt_toolkit-3.0.29-py3-none-any.whl" , hash = "sha256:62291dad495e665fca0bda814e342c69952086afb0f4094d0893d357e5c78752" } ,
{ file = "prompt_toolkit-3.0.29.tar.gz" , hash = "sha256:bd640f60e8cecd74f0dc249713d433ace2ddc62b65ee07f96d358e0b152b6ea7" } ,
2022-03-21 16:16:44 +01:00
]
protobuf = [
2022-04-03 17:27:33 +02:00
{ file = "protobuf-3.20.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:9d0f3aca8ca51c8b5e204ab92bd8afdb2a8e3df46bd0ce0bd39065d79aabcaa4" } ,
{ file = "protobuf-3.20.0-cp310-cp310-manylinux2014_aarch64.whl" , hash = "sha256:001c2160c03b6349c04de39cf1a58e342750da3632f6978a1634a3dcca1ec10e" } ,
{ file = "protobuf-3.20.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:5b5860b790498f233cdc8d635a17fc08de62e59d4dcd8cdb6c6c0d38a31edf2b" } ,
{ file = "protobuf-3.20.0-cp310-cp310-win32.whl" , hash = "sha256:0b250c60256c8824219352dc2a228a6b49987e5bf94d3ffcf4c46585efcbd499" } ,
{ file = "protobuf-3.20.0-cp310-cp310-win_amd64.whl" , hash = "sha256:a1eebb6eb0653e594cb86cd8e536b9b083373fca9aba761ade6cd412d46fb2ab" } ,
{ file = "protobuf-3.20.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:bc14037281db66aa60856cd4ce4541a942040686d290e3f3224dd3978f88f554" } ,
{ file = "protobuf-3.20.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:47257d932de14a7b6c4ae1b7dbf592388153ee35ec7cae216b87ae6490ed39a3" } ,
{ file = "protobuf-3.20.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:fbcbb068ebe67c4ff6483d2e2aa87079c325f8470b24b098d6bf7d4d21d57a69" } ,
{ file = "protobuf-3.20.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:542f25a4adf3691a306dcc00bf9a73176554938ec9b98f20f929a044f80acf1b" } ,
{ file = "protobuf-3.20.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:fd7133b885e356fa4920ead8289bb45dc6f185a164e99e10279f33732ed5ce15" } ,
{ file = "protobuf-3.20.0-cp37-cp37m-win32.whl" , hash = "sha256:8d84453422312f8275455d1cb52d850d6a4d7d714b784e41b573c6f5bfc2a029" } ,
{ file = "protobuf-3.20.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:52bae32a147c375522ce09bd6af4d2949aca32a0415bc62df1456b3ad17c6001" } ,
{ file = "protobuf-3.20.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:25d2fcd6eef340082718ec9ad2c58d734429f2b1f7335d989523852f2bba220b" } ,
{ file = "protobuf-3.20.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:88c8be0558bdfc35e68c42ae5bf785eb9390d25915d4863bbc7583d23da77074" } ,
{ file = "protobuf-3.20.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:38fd9eb74b852e4ee14b16e9670cd401d147ee3f3ec0d4f7652e0c921d6227f8" } ,
{ file = "protobuf-3.20.0-cp38-cp38-win32.whl" , hash = "sha256:7dcd84dc31ebb35ade755e06d1561d1bd3b85e85dbdbf6278011fc97b22810db" } ,
{ file = "protobuf-3.20.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1eb13f5a5a59ca4973bcfa2fc8fff644bd39f2109c3f7a60bd5860cb6a49b679" } ,
{ file = "protobuf-3.20.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:1d24c81c2310f0063b8fc1c20c8ed01f3331be9374b4b5c2de846f69e11e21fb" } ,
{ file = "protobuf-3.20.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:8be43a91ab66fe995e85ccdbdd1046d9f0443d59e060c0840319290de25b7d33" } ,
{ file = "protobuf-3.20.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:7a53d4035427b9dbfbb397f46642754d294f131e93c661d056366f2a31438263" } ,
{ file = "protobuf-3.20.0-cp39-cp39-win32.whl" , hash = "sha256:32bf4a90c207a0b4e70ca6dd09d43de3cb9898f7d5b69c2e9e3b966a7f342820" } ,
{ file = "protobuf-3.20.0-cp39-cp39-win_amd64.whl" , hash = "sha256:6efe066a7135233f97ce51a1aa007d4fb0be28ef093b4f88dac4ad1b3a2b7b6f" } ,
{ file = "protobuf-3.20.0-py2.py3-none-any.whl" , hash = "sha256:4eda68bd9e2a4879385e6b1ea528c976f59cd9728382005cc54c28bcce8db983" } ,
{ file = "protobuf-3.20.0.tar.gz" , hash = "sha256:71b2c3d1cd26ed1ec7c8196834143258b2ad7f444efff26fdc366c6f5e752702" } ,
2022-03-21 16:16:44 +01:00
]
psutil = [
{ file = "psutil-5.9.0-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:55ce319452e3d139e25d6c3f85a1acf12d1607ddedea5e35fb47a552c051161b" } ,
{ file = "psutil-5.9.0-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:7336292a13a80eb93c21f36bde4328aa748a04b68c13d01dfddd67fc13fd0618" } ,
{ file = "psutil-5.9.0-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:cb8d10461c1ceee0c25a64f2dd54872b70b89c26419e147a05a10b753ad36ec2" } ,
{ file = "psutil-5.9.0-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:7641300de73e4909e5d148e90cc3142fb890079e1525a840cf0dfd39195239fd" } ,
{ file = "psutil-5.9.0-cp27-none-win32.whl" , hash = "sha256:ea42d747c5f71b5ccaa6897b216a7dadb9f52c72a0fe2b872ef7d3e1eacf3ba3" } ,
{ file = "psutil-5.9.0-cp27-none-win_amd64.whl" , hash = "sha256:ef216cc9feb60634bda2f341a9559ac594e2eeaadd0ba187a4c2eb5b5d40b91c" } ,
{ file = "psutil-5.9.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:90a58b9fcae2dbfe4ba852b57bd4a1dded6b990a33d6428c7614b7d48eccb492" } ,
{ file = "psutil-5.9.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ff0d41f8b3e9ebb6b6110057e40019a432e96aae2008951121ba4e56040b84f3" } ,
{ file = "psutil-5.9.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:742c34fff804f34f62659279ed5c5b723bb0195e9d7bd9907591de9f8f6558e2" } ,
{ file = "psutil-5.9.0-cp310-cp310-win32.whl" , hash = "sha256:8293942e4ce0c5689821f65ce6522ce4786d02af57f13c0195b40e1edb1db61d" } ,
{ file = "psutil-5.9.0-cp310-cp310-win_amd64.whl" , hash = "sha256:9b51917c1af3fa35a3f2dabd7ba96a2a4f19df3dec911da73875e1edaf22a40b" } ,
{ file = "psutil-5.9.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:e9805fed4f2a81de98ae5fe38b75a74c6e6ad2df8a5c479594c7629a1fe35f56" } ,
{ file = "psutil-5.9.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c51f1af02334e4b516ec221ee26b8fdf105032418ca5a5ab9737e8c87dafe203" } ,
{ file = "psutil-5.9.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:32acf55cb9a8cbfb29167cd005951df81b567099295291bcfd1027365b36591d" } ,
{ file = "psutil-5.9.0-cp36-cp36m-win32.whl" , hash = "sha256:e5c783d0b1ad6ca8a5d3e7b680468c9c926b804be83a3a8e95141b05c39c9f64" } ,
{ file = "psutil-5.9.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:d62a2796e08dd024b8179bd441cb714e0f81226c352c802fca0fd3f89eeacd94" } ,
{ file = "psutil-5.9.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:3d00a664e31921009a84367266b35ba0aac04a2a6cad09c550a89041034d19a0" } ,
{ file = "psutil-5.9.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7779be4025c540d1d65a2de3f30caeacc49ae7a2152108adeaf42c7534a115ce" } ,
{ file = "psutil-5.9.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:072664401ae6e7c1bfb878c65d7282d4b4391f1bc9a56d5e03b5a490403271b5" } ,
{ file = "psutil-5.9.0-cp37-cp37m-win32.whl" , hash = "sha256:df2c8bd48fb83a8408c8390b143c6a6fa10cb1a674ca664954de193fdcab36a9" } ,
{ file = "psutil-5.9.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:1d7b433519b9a38192dfda962dd8f44446668c009833e1429a52424624f408b4" } ,
{ file = "psutil-5.9.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:c3400cae15bdb449d518545cbd5b649117de54e3596ded84aacabfbb3297ead2" } ,
{ file = "psutil-5.9.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b2237f35c4bbae932ee98902a08050a27821f8f6dfa880a47195e5993af4702d" } ,
{ file = "psutil-5.9.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1070a9b287846a21a5d572d6dddd369517510b68710fca56b0e9e02fd24bed9a" } ,
{ file = "psutil-5.9.0-cp38-cp38-win32.whl" , hash = "sha256:76cebf84aac1d6da5b63df11fe0d377b46b7b500d892284068bacccf12f20666" } ,
{ file = "psutil-5.9.0-cp38-cp38-win_amd64.whl" , hash = "sha256:3151a58f0fbd8942ba94f7c31c7e6b310d2989f4da74fcbf28b934374e9bf841" } ,
{ file = "psutil-5.9.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:539e429da49c5d27d5a58e3563886057f8fc3868a5547b4f1876d9c0f007bccf" } ,
{ file = "psutil-5.9.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:58c7d923dc209225600aec73aa2c4ae8ea33b1ab31bc11ef8a5933b027476f07" } ,
{ file = "psutil-5.9.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3611e87eea393f779a35b192b46a164b1d01167c9d323dda9b1e527ea69d697d" } ,
{ file = "psutil-5.9.0-cp39-cp39-win32.whl" , hash = "sha256:4e2fb92e3aeae3ec3b7b66c528981fd327fb93fd906a77215200404444ec1845" } ,
{ file = "psutil-5.9.0-cp39-cp39-win_amd64.whl" , hash = "sha256:7d190ee2eaef7831163f254dc58f6d2e2a22e27382b936aab51c835fc080c3d3" } ,
{ file = "psutil-5.9.0.tar.gz" , hash = "sha256:869842dbd66bb80c3217158e629d6fceaecc3a3166d3d1faee515b05dd26ca25" } ,
]
ptyprocess = [
{ file = "ptyprocess-0.7.0-py2.py3-none-any.whl" , hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35" } ,
{ file = "ptyprocess-0.7.0.tar.gz" , hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220" } ,
]
pure-eval = [
{ file = "pure_eval-0.2.2-py3-none-any.whl" , hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350" } ,
{ file = "pure_eval-0.2.2.tar.gz" , hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3" } ,
]
py = [
{ file = "py-1.11.0-py2.py3-none-any.whl" , hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378" } ,
{ file = "py-1.11.0.tar.gz" , hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" } ,
]
pycparser = [
{ file = "pycparser-2.21-py2.py3-none-any.whl" , hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9" } ,
{ file = "pycparser-2.21.tar.gz" , hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" } ,
]
pygments = [
{ file = "Pygments-2.11.2-py3-none-any.whl" , hash = "sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65" } ,
{ file = "Pygments-2.11.2.tar.gz" , hash = "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a" } ,
]
pyparsing = [
2022-04-11 15:47:25 +02:00
{ file = "pyparsing-3.0.8-py3-none-any.whl" , hash = "sha256:ef7b523f6356f763771559412c0d7134753f037822dad1b16945b7b846f7ad06" } ,
{ file = "pyparsing-3.0.8.tar.gz" , hash = "sha256:7bf433498c016c4314268d95df76c81b842a4cb2b276fa3312cfb1e1d85f6954" } ,
2022-03-21 16:16:44 +01:00
]
pyreadline3 = [
{ file = "pyreadline3-3.4.1-py3-none-any.whl" , hash = "sha256:b0efb6516fd4fb07b45949053826a62fa4cb353db5be2bbb4a7aa1fdd1e345fb" } ,
{ file = "pyreadline3-3.4.1.tar.gz" , hash = "sha256:6f3d1f7b8a31ba32b73917cefc1f28cc660562f39aea8646d30bd6eff21f7bae" } ,
]
pyrsistent = [
{ file = "pyrsistent-0.18.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:df46c854f490f81210870e509818b729db4488e1f30f2a1ce1698b2295a878d1" } ,
{ file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5d45866ececf4a5fff8742c25722da6d4c9e180daa7b405dc0a2a2790d668c26" } ,
{ file = "pyrsistent-0.18.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4ed6784ceac462a7d6fcb7e9b663e93b9a6fb373b7f43594f9ff68875788e01e" } ,
{ file = "pyrsistent-0.18.1-cp310-cp310-win32.whl" , hash = "sha256:e4f3149fd5eb9b285d6bfb54d2e5173f6a116fe19172686797c056672689daf6" } ,
{ file = "pyrsistent-0.18.1-cp310-cp310-win_amd64.whl" , hash = "sha256:636ce2dc235046ccd3d8c56a7ad54e99d5c1cd0ef07d9ae847306c91d11b5fec" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:e92a52c166426efbe0d1ec1332ee9119b6d32fc1f0bbfd55d5c1088070e7fc1b" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d7a096646eab884bf8bed965bad63ea327e0d0c38989fc83c5ea7b8a87037bfc" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cdfd2c361b8a8e5d9499b9082b501c452ade8bbf42aef97ea04854f4a3f43b22" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-win32.whl" , hash = "sha256:7ec335fc998faa4febe75cc5268a9eac0478b3f681602c1f27befaf2a1abe1d8" } ,
{ file = "pyrsistent-0.18.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:6455fc599df93d1f60e1c5c4fe471499f08d190d57eca040c0ea182301321286" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:fd8da6d0124efa2f67d86fa70c851022f87c98e205f0594e1fae044e7119a5a6" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7bfe2388663fd18bd8ce7db2c91c7400bf3e1a9e8bd7d63bf7e77d39051b85ec" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0e3e1fcc45199df76053026a51cc59ab2ea3fc7c094c6627e93b7b44cdae2c8c" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-win32.whl" , hash = "sha256:b568f35ad53a7b07ed9b1b2bae09eb15cdd671a5ba5d2c66caee40dbf91c68ca" } ,
{ file = "pyrsistent-0.18.1-cp38-cp38-win_amd64.whl" , hash = "sha256:d1b96547410f76078eaf66d282ddca2e4baae8964364abb4f4dcdde855cd123a" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:f87cc2863ef33c709e237d4b5f4502a62a00fab450c9e020892e8e2ede5847f5" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6bc66318fb7ee012071b2792024564973ecc80e9522842eb4e17743604b5e045" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:914474c9f1d93080338ace89cb2acee74f4f666fb0424896fcfb8d86058bf17c" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-win32.whl" , hash = "sha256:1b34eedd6812bf4d33814fca1b66005805d3640ce53140ab8bbb1e2651b0d9bc" } ,
{ file = "pyrsistent-0.18.1-cp39-cp39-win_amd64.whl" , hash = "sha256:e24a828f57e0c337c8d8bb9f6b12f09dfdf0273da25fda9e314f0b684b415a07" } ,
{ file = "pyrsistent-0.18.1.tar.gz" , hash = "sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96" } ,
]
python-dateutil = [
{ file = "python-dateutil-2.8.2.tar.gz" , hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" } ,
{ file = "python_dateutil-2.8.2-py2.py3-none-any.whl" , hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" } ,
]
2022-04-21 16:18:08 +02:00
python-levenshtein = [
{ file = "python-Levenshtein-0.12.2.tar.gz" , hash = "sha256:dc2395fbd148a1ab31090dd113c366695934b9e85fe5a4b2a032745efd0346f6" } ,
]
pytz = [
{ file = "pytz-2022.1-py2.py3-none-any.whl" , hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c" } ,
{ file = "pytz-2022.1.tar.gz" , hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7" } ,
]
pywavelets = [
{ file = "PyWavelets-1.3.0-cp310-cp310-macosx_10_13_universal2.whl" , hash = "sha256:eebaa9c28600da336743fefd650332460c132792660e70eb09abf343b0664b87" } ,
{ file = "PyWavelets-1.3.0-cp310-cp310-macosx_10_13_x86_64.whl" , hash = "sha256:3eeffcf2f7eebae5cc27cb11a7d0d96118e2e9f75ac38ff1a05373d5fe75accb" } ,
{ file = "PyWavelets-1.3.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:35a945bea9da6db9755e42e06e871846514ae91bde3ae24a08a1d090b003a23b" } ,
{ file = "PyWavelets-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e8876764e349673ee8d48bc3cd0afd2f9f7b65378998e2665af12c277c8a56de" } ,
{ file = "PyWavelets-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c98ac1cee6276db05768e450dc3002033be6c2819c906103a974e0fb0d436f41" } ,
{ file = "PyWavelets-1.3.0-cp310-cp310-win32.whl" , hash = "sha256:6ecfe051ccb097c2dcdcb0977e0a684e76144d6694a202badf0780143d8536f0" } ,
{ file = "PyWavelets-1.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:437806465cfa5f2d91809ec13154be050b84a11025784a6b6ce04ac452872b36" } ,
{ file = "PyWavelets-1.3.0-cp37-cp37m-macosx_10_13_x86_64.whl" , hash = "sha256:3c4ebe7ff2c9092f6bdd1f8bf98ce2745f5d43a9936d6e342ee83fbcae548116" } ,
{ file = "PyWavelets-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4f9ed4f175c66c9b8646a93fd54c588fd8f4b2517f53c59aea5cdf370f9c9ba" } ,
{ file = "PyWavelets-1.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:41e4f0a3a6a088e955006513fe72f863cea3ce293033131cacb8a1a3068ed228" } ,
{ file = "PyWavelets-1.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:5b76731d2077242611b32f2e11c72adbf126b432ceae92e2ce8d0f693974c96d" } ,
{ file = "PyWavelets-1.3.0-cp37-cp37m-win32.whl" , hash = "sha256:3d3ecc2ee87be94fb2dc8c2d35bcae3f24708677196e80028d24ba0fd2f6a70a" } ,
{ file = "PyWavelets-1.3.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:91e1b220f0ddd4c127bab718363c2c4a07dbcd95b9c4bfed09a3cdae47dbba43" } ,
{ file = "PyWavelets-1.3.0-cp38-cp38-macosx_10_13_universal2.whl" , hash = "sha256:8a5941d1f4eb1bc9569c655b63ecb31aa15b3ef0fc9b57df275892c39bccc59e" } ,
{ file = "PyWavelets-1.3.0-cp38-cp38-macosx_10_13_x86_64.whl" , hash = "sha256:a555a7a85da01357d8258cb45f751881f69013f8920f8738718c60cf8a47b755" } ,
{ file = "PyWavelets-1.3.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:69e9a46facf89b51e5700d10f6d831f29745471c1ab42917f2f849a257b9fd77" } ,
{ file = "PyWavelets-1.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a51225d24811ba7ef5184c03bb7072db0aa9651c4370a115d4069dedfb8d2f7a" } ,
{ file = "PyWavelets-1.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d7369597e1b1d125eb4b458a36cef052beed188444e55ed21445c1196008e200" } ,
{ file = "PyWavelets-1.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:307ab8a4c3e5c2b8f7d3d371de4a5f019cf4b030b897c3394a4a7ad157369367" } ,
{ file = "PyWavelets-1.3.0-cp38-cp38-win32.whl" , hash = "sha256:27e99818d3c26481de3c68dbe880a7fcafe661cc031b22eff4a64237fe17a7ff" } ,
{ file = "PyWavelets-1.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:3383d106fa8da0c2df30401ad056cd7a11b76d885f4bfa16ca7bcc6b4ca2831c" } ,
{ file = "PyWavelets-1.3.0-cp39-cp39-macosx_10_13_universal2.whl" , hash = "sha256:84c58a179bdb9fc71039b1f68bcd0718a7d9814b5e3741d7681d3e027bb81b52" } ,
{ file = "PyWavelets-1.3.0-cp39-cp39-macosx_10_13_x86_64.whl" , hash = "sha256:fccf468c55427828a3c534b651311f2759210836491c1112e1548e1babe368a5" } ,
{ file = "PyWavelets-1.3.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:0ed3afbda88498b3ea3c861bf5b55e4feca41747730a71a22102ed5a74d1e453" } ,
{ file = "PyWavelets-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:38cc635c08a050e175a492e66c9b63a8e1f42254e6879e614b6c9d8d69e0887f" } ,
{ file = "PyWavelets-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a486160f83efd8517cd748796adbab7c445ee8a3e1d168b4b8b60ed0f5aee3a0" } ,
{ file = "PyWavelets-1.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f6e7d969a6ef64ae8be1766b0b0e32debb13424543d331911b8d7e967d60dd42" } ,
{ file = "PyWavelets-1.3.0-cp39-cp39-win32.whl" , hash = "sha256:de67deb275474094e160900ab7e07f2a721b9cd351cf3826c4a3ab89bb71d4b3" } ,
{ file = "PyWavelets-1.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:a354979e2ee8cd71a8952ded381f3d9f981692b73c6842bcc6c9f64047e0a5be" } ,
{ file = "PyWavelets-1.3.0.tar.gz" , hash = "sha256:cbaa9d62052d9daf8da765fc8e7c30c38ea2b8e9e1c18841913dfb4aec671ee5" } ,
]
2022-03-21 16:16:44 +01:00
pywin32 = [
{ file = "pywin32-303-cp310-cp310-win32.whl" , hash = "sha256:6fed4af057039f309263fd3285d7b8042d41507343cd5fa781d98fcc5b90e8bb" } ,
{ file = "pywin32-303-cp310-cp310-win_amd64.whl" , hash = "sha256:51cb52c5ec6709f96c3f26e7795b0bf169ee0d8395b2c1d7eb2c029a5008ed51" } ,
{ file = "pywin32-303-cp311-cp311-win32.whl" , hash = "sha256:d9b5d87ca944eb3aa4cd45516203ead4b37ab06b8b777c54aedc35975dec0dee" } ,
{ file = "pywin32-303-cp311-cp311-win_amd64.whl" , hash = "sha256:fcf44032f5b14fcda86028cdf49b6ebdaea091230eb0a757282aa656e4732439" } ,
{ file = "pywin32-303-cp36-cp36m-win32.whl" , hash = "sha256:aad484d52ec58008ca36bd4ad14a71d7dd0a99db1a4ca71072213f63bf49c7d9" } ,
{ file = "pywin32-303-cp36-cp36m-win_amd64.whl" , hash = "sha256:2a09632916b6bb231ba49983fe989f2f625cea237219530e81a69239cd0c4559" } ,
{ file = "pywin32-303-cp37-cp37m-win32.whl" , hash = "sha256:b1675d82bcf6dbc96363fca747bac8bff6f6e4a447a4287ac652aa4b9adc796e" } ,
{ file = "pywin32-303-cp37-cp37m-win_amd64.whl" , hash = "sha256:c268040769b48a13367221fced6d4232ed52f044ffafeda247bd9d2c6bdc29ca" } ,
{ file = "pywin32-303-cp38-cp38-win32.whl" , hash = "sha256:5f9ec054f5a46a0f4dfd72af2ce1372f3d5a6e4052af20b858aa7df2df7d355b" } ,
{ file = "pywin32-303-cp38-cp38-win_amd64.whl" , hash = "sha256:793bf74fce164bcffd9d57bb13c2c15d56e43c9542a7b9687b4fccf8f8a41aba" } ,
{ file = "pywin32-303-cp39-cp39-win32.whl" , hash = "sha256:7d3271c98434617a11921c5ccf74615794d97b079e22ed7773790822735cc352" } ,
{ file = "pywin32-303-cp39-cp39-win_amd64.whl" , hash = "sha256:79cbb862c11b9af19bcb682891c1b91942ec2ff7de8151e2aea2e175899cda34" } ,
]
pywinpty = [
{ file = "pywinpty-2.0.5-cp310-none-win_amd64.whl" , hash = "sha256:f86c76e2881c37e69678cbbf178109f8da1fa8584db24d58e1b9369b0276cfcb" } ,
{ file = "pywinpty-2.0.5-cp37-none-win_amd64.whl" , hash = "sha256:ff9b52f182650cfdf3db1b264a6fe0963eb9d996a7a1fa843ac406c1e32111f8" } ,
{ file = "pywinpty-2.0.5-cp38-none-win_amd64.whl" , hash = "sha256:651ee1467bd7eb6f64d44dbc954b7ab7d15ab6d8adacc4e13299692c67c5d5d2" } ,
{ file = "pywinpty-2.0.5-cp39-none-win_amd64.whl" , hash = "sha256:e59a508ae78374febada3e53b5bbc90b5ad07ae68cbfd72a2e965f9793ae04f3" } ,
{ file = "pywinpty-2.0.5.tar.gz" , hash = "sha256:e125d3f1804d8804952b13e33604ad2ca8b9b2cac92b27b521c005d1604794f8" } ,
]
pyyaml = [
{ file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53" } ,
{ file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5" } ,
{ file = "PyYAML-6.0-cp310-cp310-win32.whl" , hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513" } ,
{ file = "PyYAML-6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a" } ,
{ file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win32.whl" , hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57" } ,
{ file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win32.whl" , hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d" } ,
{ file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287" } ,
{ file = "PyYAML-6.0-cp38-cp38-win32.whl" , hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78" } ,
{ file = "PyYAML-6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0" } ,
{ file = "PyYAML-6.0-cp39-cp39-win32.whl" , hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb" } ,
{ file = "PyYAML-6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c" } ,
{ file = "PyYAML-6.0.tar.gz" , hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" } ,
]
pyzmq = [
{ file = "pyzmq-22.3.0-cp310-cp310-macosx_10_15_universal2.whl" , hash = "sha256:6b217b8f9dfb6628f74b94bdaf9f7408708cb02167d644edca33f38746ca12dd" } ,
{ file = "pyzmq-22.3.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:2841997a0d85b998cbafecb4183caf51fd19c4357075dfd33eb7efea57e4c149" } ,
{ file = "pyzmq-22.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f89468059ebc519a7acde1ee50b779019535db8dcf9b8c162ef669257fef7a93" } ,
{ file = "pyzmq-22.3.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:ea12133df25e3a6918718fbb9a510c6ee5d3fdd5a346320421aac3882f4feeea" } ,
{ file = "pyzmq-22.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:76c532fd68b93998aab92356be280deec5de8f8fe59cd28763d2cc8a58747b7f" } ,
{ file = "pyzmq-22.3.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:f907c7359ce8bf7f7e63c82f75ad0223384105f5126f313400b7e8004d9b33c3" } ,
{ file = "pyzmq-22.3.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:902319cfe23366595d3fa769b5b751e6ee6750a0a64c5d9f757d624b2ac3519e" } ,
{ file = "pyzmq-22.3.0-cp310-cp310-win32.whl" , hash = "sha256:67db33bea0a29d03e6eeec55a8190e033318cee3cbc732ba8fd939617cbf762d" } ,
{ file = "pyzmq-22.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:7661fc1d5cb73481cf710a1418a4e1e301ed7d5d924f91c67ba84b2a1b89defd" } ,
{ file = "pyzmq-22.3.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:79244b9e97948eaf38695f4b8e6fc63b14b78cc37f403c6642ba555517ac1268" } ,
{ file = "pyzmq-22.3.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ab888624ed68930442a3f3b0b921ad7439c51ba122dbc8c386e6487a658e4a4e" } ,
{ file = "pyzmq-22.3.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:18cd854b423fce44951c3a4d3e686bac8f1243d954f579e120a1714096637cc0" } ,
{ file = "pyzmq-22.3.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:de8df0684398bd74ad160afdc2a118ca28384ac6f5e234eb0508858d8d2d9364" } ,
{ file = "pyzmq-22.3.0-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:62bcade20813796c426409a3e7423862d50ff0639f5a2a95be4b85b09a618666" } ,
{ file = "pyzmq-22.3.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:ea5a79e808baef98c48c884effce05c31a0698c1057de8fc1c688891043c1ce1" } ,
{ file = "pyzmq-22.3.0-cp36-cp36m-win32.whl" , hash = "sha256:3c1895c95be92600233e476fe283f042e71cf8f0b938aabf21b7aafa62a8dac9" } ,
{ file = "pyzmq-22.3.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:851977788b9caa8ed011f5f643d3ee8653af02c5fc723fa350db5125abf2be7b" } ,
{ file = "pyzmq-22.3.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b4ebed0977f92320f6686c96e9e8dd29eed199eb8d066936bac991afc37cbb70" } ,
{ file = "pyzmq-22.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:42abddebe2c6a35180ca549fadc7228d23c1e1f76167c5ebc8a936b5804ea2df" } ,
{ file = "pyzmq-22.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:c1e41b32d6f7f9c26bc731a8b529ff592f31fc8b6ef2be9fa74abd05c8a342d7" } ,
{ file = "pyzmq-22.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:be4e0f229cf3a71f9ecd633566bd6f80d9fa6afaaff5489492be63fe459ef98c" } ,
{ file = "pyzmq-22.3.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:08c4e315a76ef26eb833511ebf3fa87d182152adf43dedee8d79f998a2162a0b" } ,
{ file = "pyzmq-22.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:badb868fff14cfd0e200eaa845887b1011146a7d26d579aaa7f966c203736b92" } ,
{ file = "pyzmq-22.3.0-cp37-cp37m-win32.whl" , hash = "sha256:7c58f598d9fcc52772b89a92d72bf8829c12d09746a6d2c724c5b30076c1f11d" } ,
{ file = "pyzmq-22.3.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:2b97502c16a5ec611cd52410bdfaab264997c627a46b0f98d3f666227fd1ea2d" } ,
{ file = "pyzmq-22.3.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d728b08448e5ac3e4d886b165385a262883c34b84a7fe1166277fe675e1c197a" } ,
{ file = "pyzmq-22.3.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:480b9931bfb08bf8b094edd4836271d4d6b44150da051547d8c7113bf947a8b0" } ,
{ file = "pyzmq-22.3.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7dc09198e4073e6015d9a8ea093fc348d4e59de49382476940c3dd9ae156fba8" } ,
{ file = "pyzmq-22.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0ca6cd58f62a2751728016d40082008d3b3412a7f28ddfb4a2f0d3c130f69e74" } ,
{ file = "pyzmq-22.3.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:468bd59a588e276961a918a3060948ae68f6ff5a7fa10bb2f9160c18fe341067" } ,
{ file = "pyzmq-22.3.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:c88fa7410e9fc471e0858638f403739ee869924dd8e4ae26748496466e27ac59" } ,
{ file = "pyzmq-22.3.0-cp38-cp38-win32.whl" , hash = "sha256:c0f84360dcca3481e8674393bdf931f9f10470988f87311b19d23cda869bb6b7" } ,
{ file = "pyzmq-22.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:f762442bab706fd874064ca218b33a1d8e40d4938e96c24dafd9b12e28017f45" } ,
{ file = "pyzmq-22.3.0-cp39-cp39-macosx_10_15_universal2.whl" , hash = "sha256:954e73c9cd4d6ae319f1c936ad159072b6d356a92dcbbabfd6e6204b9a79d356" } ,
{ file = "pyzmq-22.3.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f43b4a2e6218371dd4f41e547bd919ceeb6ebf4abf31a7a0669cd11cd91ea973" } ,
{ file = "pyzmq-22.3.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:acebba1a23fb9d72b42471c3771b6f2f18dcd46df77482612054bd45c07dfa36" } ,
{ file = "pyzmq-22.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:cf98fd7a6c8aaa08dbc699ffae33fd71175696d78028281bc7b832b26f00ca57" } ,
{ file = "pyzmq-22.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d072f7dfbdb184f0786d63bda26e8a0882041b1e393fbe98940395f7fab4c5e2" } ,
{ file = "pyzmq-22.3.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:53f4fd13976789ffafedd4d46f954c7bb01146121812b72b4ddca286034df966" } ,
{ file = "pyzmq-22.3.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:d1b5d457acbadcf8b27561deeaa386b0217f47626b29672fa7bd31deb6e91e1b" } ,
{ file = "pyzmq-22.3.0-cp39-cp39-win32.whl" , hash = "sha256:e6a02cf7271ee94674a44f4e62aa061d2d049001c844657740e156596298b70b" } ,
{ file = "pyzmq-22.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:d3dcb5548ead4f1123851a5ced467791f6986d68c656bc63bfff1bf9e36671e2" } ,
{ file = "pyzmq-22.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:3a4c9886d61d386b2b493377d980f502186cd71d501fffdba52bd2a0880cef4f" } ,
{ file = "pyzmq-22.3.0-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:80e043a89c6cadefd3a0712f8a1322038e819ebe9dbac7eca3bce1721bcb63bf" } ,
{ file = "pyzmq-22.3.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1621e7a2af72cced1f6ec8ca8ca91d0f76ac236ab2e8828ac8fe909512d566cb" } ,
{ file = "pyzmq-22.3.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:d6157793719de168b199194f6b6173f0ccd3bf3499e6870fac17086072e39115" } ,
{ file = "pyzmq-22.3.0.tar.gz" , hash = "sha256:8eddc033e716f8c91c6a2112f0a8ebc5e00532b4a6ae1eb0ccc48e027f9c671c" } ,
]
qtconsole = [
2022-03-29 19:07:02 +02:00
{ file = "qtconsole-5.3.0-py3-none-any.whl" , hash = "sha256:75f2ded876444454edcb5a53262149e33b53db3a4a53116b7c3df52830905b0f" } ,
{ file = "qtconsole-5.3.0.tar.gz" , hash = "sha256:8e3520fdc75e46abc4cc6cffeca16fa2652754109b8ae839fa28e27d1eba5625" } ,
2022-03-21 16:16:44 +01:00
]
qtpy = [
{ file = "QtPy-2.0.1-py3-none-any.whl" , hash = "sha256:d93f2c98e97387fcc9d623d509772af5b6c15ab9d8f9f4c5dfbad9a73ad34812" } ,
{ file = "QtPy-2.0.1.tar.gz" , hash = "sha256:adfd073ffbd2de81dc7aaa0b983499ef5c59c96adcfdcc9dea60d42ca885eb8f" } ,
]
2022-04-21 16:18:08 +02:00
qudida = [
{ file = "qudida-0.0.4-py3-none-any.whl" , hash = "sha256:4519714c40cd0f2e6c51e1735edae8f8b19f4efe1f33be13e9d644ca5f736dd6" } ,
{ file = "qudida-0.0.4.tar.gz" , hash = "sha256:db198e2887ab0c9aa0023e565afbff41dfb76b361f85fd5e13f780d75ba18cc8" } ,
]
2022-03-21 16:16:44 +01:00
qutip = [
2022-04-13 20:27:55 +02:00
{ file = "qutip-4.7.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:89694760b20b2d15246871ed0adeb84fa89a1d3f12a478159a82290ee1b51e6a" } ,
{ file = "qutip-4.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d3a8c1a7cc3c13914b82da470ac63292133466f79b71e8dad0d00664e7d9d078" } ,
{ file = "qutip-4.7.0-cp310-cp310-win_amd64.whl" , hash = "sha256:1be4021111d956461be6382cb19c999d1ff4e11c24ff97e6bb678e63ac9265f6" } ,
{ file = "qutip-4.7.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:2352d441ec9d5112275bcc73271dd125cc5140837cafd73c5c5e3cfa716f6b57" } ,
{ file = "qutip-4.7.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:68e1574d494f78c2f14000f1b8297b1a0001ce7ebc543bd52513c48a023a04a8" } ,
{ file = "qutip-4.7.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0a960492063be0cde0214538f8136191b3cf3aa7451579449e93068a83a38832" } ,
{ file = "qutip-4.7.0-cp36-cp36m-win32.whl" , hash = "sha256:ac7f8ec344d6dd42677d74dd7e89e987c382e8ab293bb4cadf3464c0251bb0b9" } ,
{ file = "qutip-4.7.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:508b0ab7c7c28ebefa011adceb296f3fd9e8dbcc5f69c6f05b6d4238b52866ef" } ,
{ file = "qutip-4.7.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:2ec5fb3cb67554bc244653a78852781967452800958a72f14ea9c27ce4e42896" } ,
{ file = "qutip-4.7.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:db28b4622d4fe0c9ca94ccfe2c4b12eb12ff6ed58cd7f6475b5dd80ab615228b" } ,
{ file = "qutip-4.7.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:40e6753ef59bca969723d0d22484b5f788ef00d2af66f655a875844190ae3799" } ,
{ file = "qutip-4.7.0-cp37-cp37m-win32.whl" , hash = "sha256:b40d9e62ad7425a35542db4fe30e144ea66651555c8acf45d0e6b29eabb81a71" } ,
{ file = "qutip-4.7.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:3e9c2e7261bed12413ed3b5b6a63d055ab4bbf11ac3f1b1380df45747b617cdf" } ,
{ file = "qutip-4.7.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:e0cf2c774442e34c8a7566e54c4c6d4aa7ba1532fea85612421d474348982369" } ,
{ file = "qutip-4.7.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:f9d50081d362470e2bd9b117c5be1ba7727e6859a34d89ed0c6380b90bb614c2" } ,
{ file = "qutip-4.7.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:25377ca203e44f199a8cd6d250996bc15961cfef38fe9e60453f4b6c72451cc5" } ,
{ file = "qutip-4.7.0-cp38-cp38-win32.whl" , hash = "sha256:b021ec82d68183d65d06f0283b659b451b6560e9153b4375d6a3d288857687e0" } ,
{ file = "qutip-4.7.0-cp38-cp38-win_amd64.whl" , hash = "sha256:b1d6f1779a80272f1f33c8b3b9531ad42f44dff84ed0a95f9c106ca90e841c5d" } ,
{ file = "qutip-4.7.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:e5e33faa7b99d3ba744a018a794cd8ab1664f0407d6a878d89fe5fa37481c3bd" } ,
{ file = "qutip-4.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:da52b22b04086a3b00134c0d9d83c081d104391dc72a22ececa26e94356fdce9" } ,
{ file = "qutip-4.7.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3d3340d83ff58a6b80dd4d93b70f5e5a28cc3564db06f1e805326ccc910c9c48" } ,
{ file = "qutip-4.7.0-cp39-cp39-win32.whl" , hash = "sha256:0cd06ee04afa79c7aa7956d608414cdf38b186d00688d1efc3ae80171d1f736b" } ,
{ file = "qutip-4.7.0-cp39-cp39-win_amd64.whl" , hash = "sha256:e6bf892445207f8da31f9eb0c9d7ce6289c400616c2bfbc422e6429800fc5f23" } ,
{ file = "qutip-4.7.0.tar.gz" , hash = "sha256:a9dde64457991ef1c5a7d4186b5348a16a71480a610f1c0902e4d656ddc12e31" } ,
2022-03-21 16:16:44 +01:00
]
ray = [
{ file = "ray-1.11.0-cp36-cp36m-macosx_10_15_intel.whl" , hash = "sha256:944b5845b80565fb85fbe554a09be4d5c9781a695c469bafe6f039b8489031bd" } ,
{ file = "ray-1.11.0-cp36-cp36m-manylinux2014_x86_64.whl" , hash = "sha256:63206bfa7c00eacd140e61e3e369e3db8174aef29fea07fe92a888549d75a081" } ,
{ file = "ray-1.11.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:bd127b40f3c6c0d9aa5e4423f440ba4bbbbe1405c73fc6b0f52b8e0a3f132182" } ,
{ file = "ray-1.11.0-cp37-cp37m-macosx_10_15_intel.whl" , hash = "sha256:827ed4b27e54625ab009cbf5f7d34e02825e31808048da0ab60865629f2103b5" } ,
{ file = "ray-1.11.0-cp37-cp37m-manylinux2014_x86_64.whl" , hash = "sha256:c3bddc9a1e2cfc7289dbfeedd8ab4a36277a8ec07906b27dd4bc56bd0f2e4bb4" } ,
{ file = "ray-1.11.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:c1245bff4280c0b950a6fb993d1ab1da2dae7663a52009a4e4c9e8bd4cb2060a" } ,
{ file = "ray-1.11.0-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:f2bcc2aebac230f7343698c06b7ccc02f15c6ae5f2b47cb06d6c9f1ed5efe6b7" } ,
{ file = "ray-1.11.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:2b538e70a6e7f5f7d6b5af21daed114acd26d348e3df053105cd664abfdab614" } ,
{ file = "ray-1.11.0-cp38-cp38-manylinux2014_x86_64.whl" , hash = "sha256:ccf0e111d3e08928d5217fcd37ef149b97fe05935cbe8ceee224219730e088b6" } ,
{ file = "ray-1.11.0-cp38-cp38-win_amd64.whl" , hash = "sha256:81241b495d807e4fa59d5f963d934ddb88bf552b25537fd230dd0a7cd67c2f86" } ,
{ file = "ray-1.11.0-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:d586fa699fbe7c26c4a2e4cc44d6e035b8061891245256a25f0d93e9a57aec09" } ,
{ file = "ray-1.11.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:67b655029dff5b42b1b4a757b7d58de34537aa5852f3fccec8e70df1c63f3e30" } ,
{ file = "ray-1.11.0-cp39-cp39-manylinux2014_x86_64.whl" , hash = "sha256:aaaf8f40718264b01466ad99fa52892a32447122b2438f1e16afdf661829ffae" } ,
{ file = "ray-1.11.0-cp39-cp39-win_amd64.whl" , hash = "sha256:534b18b39b8b1b44d48ca377b2819857bda89c8d2031eed0b280a7b493462a0c" } ,
]
redis = [
2022-04-06 19:12:13 +02:00
{ file = "redis-4.2.2-py3-none-any.whl" , hash = "sha256:4e95f4ec5f49e636efcf20061a5a9110c20852f607cfca6865c07aaa8a739ee2" } ,
{ file = "redis-4.2.2.tar.gz" , hash = "sha256:0107dc8e98a4f1d1d4aa00100e044287f77121a1e6d2085545c4b7fa94a7a27f" } ,
2022-03-21 16:16:44 +01:00
]
2022-04-21 16:18:08 +02:00
regex = [
{ file = "regex-2022.3.15-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:42eb13b93765c6698a5ab3bcd318d8c39bb42e5fa8a7fcf7d8d98923f3babdb1" } ,
{ file = "regex-2022.3.15-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9beb03ff6fe509d6455971c2489dceb31687b38781206bcec8e68bdfcf5f1db2" } ,
{ file = "regex-2022.3.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d0a5a1fdc9f148a8827d55b05425801acebeeefc9e86065c7ac8b8cc740a91ff" } ,
{ file = "regex-2022.3.15-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:cb374a2a4dba7c4be0b19dc7b1adc50e6c2c26c3369ac629f50f3c198f3743a4" } ,
{ file = "regex-2022.3.15-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c33ce0c665dd325200209340a88438ba7a470bd5f09f7424e520e1a3ff835b52" } ,
{ file = "regex-2022.3.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:04c09b9651fa814eeeb38e029dc1ae83149203e4eeb94e52bb868fadf64852bc" } ,
{ file = "regex-2022.3.15-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ab5d89cfaf71807da93c131bb7a19c3e19eaefd613d14f3bce4e97de830b15df" } ,
{ file = "regex-2022.3.15-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0e2630ae470d6a9f8e4967388c1eda4762706f5750ecf387785e0df63a4cc5af" } ,
{ file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:df037c01d68d1958dad3463e2881d3638a0d6693483f58ad41001aa53a83fcea" } ,
{ file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:940570c1a305bac10e8b2bc934b85a7709c649317dd16520471e85660275083a" } ,
{ file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:7f63877c87552992894ea1444378b9c3a1d80819880ae226bb30b04789c0828c" } ,
{ file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:3e265b388cc80c7c9c01bb4f26c9e536c40b2c05b7231fbb347381a2e1c8bf43" } ,
{ file = "regex-2022.3.15-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:058054c7a54428d5c3e3739ac1e363dc9347d15e64833817797dc4f01fb94bb8" } ,
{ file = "regex-2022.3.15-cp310-cp310-win32.whl" , hash = "sha256:76435a92e444e5b8f346aed76801db1c1e5176c4c7e17daba074fbb46cb8d783" } ,
{ file = "regex-2022.3.15-cp310-cp310-win_amd64.whl" , hash = "sha256:174d964bc683b1e8b0970e1325f75e6242786a92a22cedb2a6ec3e4ae25358bd" } ,
{ file = "regex-2022.3.15-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:6e1d8ed9e61f37881c8db383a124829a6e8114a69bd3377a25aecaeb9b3538f8" } ,
{ file = "regex-2022.3.15-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b52771f05cff7517f7067fef19ffe545b1f05959e440d42247a17cd9bddae11b" } ,
{ file = "regex-2022.3.15-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:673f5a393d603c34477dbad70db30025ccd23996a2d0916e942aac91cc42b31a" } ,
{ file = "regex-2022.3.15-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:8923e1c5231549fee78ff9b2914fad25f2e3517572bb34bfaa3aea682a758683" } ,
{ file = "regex-2022.3.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:764e66a0e382829f6ad3bbce0987153080a511c19eb3d2f8ead3f766d14433ac" } ,
{ file = "regex-2022.3.15-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cd00859291658fe1fda48a99559fb34da891c50385b0bfb35b808f98956ef1e7" } ,
{ file = "regex-2022.3.15-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:aa2ce79f3889720b46e0aaba338148a1069aea55fda2c29e0626b4db20d9fcb7" } ,
{ file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:34bb30c095342797608727baf5c8aa122406aa5edfa12107b8e08eb432d4c5d7" } ,
{ file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:25ecb1dffc5e409ca42f01a2b2437f93024ff1612c1e7983bad9ee191a5e8828" } ,
{ file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:aa5eedfc2461c16a092a2fabc5895f159915f25731740c9152a1b00f4bcf629a" } ,
{ file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_s390x.whl" , hash = "sha256:7d1a6e403ac8f1d91d8f51c441c3f99367488ed822bda2b40836690d5d0059f5" } ,
{ file = "regex-2022.3.15-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:3e4d710ff6539026e49f15a3797c6b1053573c2b65210373ef0eec24480b900b" } ,
{ file = "regex-2022.3.15-cp36-cp36m-win32.whl" , hash = "sha256:0100f0ded953b6b17f18207907159ba9be3159649ad2d9b15535a74de70359d3" } ,
{ file = "regex-2022.3.15-cp36-cp36m-win_amd64.whl" , hash = "sha256:f320c070dea3f20c11213e56dbbd7294c05743417cde01392148964b7bc2d31a" } ,
{ file = "regex-2022.3.15-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:fc8c7958d14e8270171b3d72792b609c057ec0fa17d507729835b5cff6b7f69a" } ,
{ file = "regex-2022.3.15-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6ca6dcd17f537e9f3793cdde20ac6076af51b2bd8ad5fe69fa54373b17b48d3c" } ,
{ file = "regex-2022.3.15-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:0214ff6dff1b5a4b4740cfe6e47f2c4c92ba2938fca7abbea1359036305c132f" } ,
{ file = "regex-2022.3.15-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a98ae493e4e80b3ded6503ff087a8492db058e9c68de371ac3df78e88360b374" } ,
{ file = "regex-2022.3.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8b1cc70e31aacc152a12b39245974c8fccf313187eead559ee5966d50e1b5817" } ,
{ file = "regex-2022.3.15-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b4829db3737480a9d5bfb1c0320c4ee13736f555f53a056aacc874f140e98f64" } ,
{ file = "regex-2022.3.15-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:303b15a3d32bf5fe5a73288c316bac5807587f193ceee4eb6d96ee38663789fa" } ,
{ file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:dc7b7c16a519d924c50876fb152af661a20749dcbf653c8759e715c1a7a95b18" } ,
{ file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:ce3057777a14a9a1399b81eca6a6bfc9612047811234398b84c54aeff6d536ea" } ,
{ file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:48081b6bff550fe10bcc20c01cf6c83dbca2ccf74eeacbfac240264775fd7ecf" } ,
{ file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:dcbb7665a9db9f8d7642171152c45da60e16c4f706191d66a1dc47ec9f820aed" } ,
{ file = "regex-2022.3.15-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:c155a1a80c5e7a8fa1d9bb1bf3c8a953532b53ab1196092749bafb9d3a7cbb60" } ,
{ file = "regex-2022.3.15-cp37-cp37m-win32.whl" , hash = "sha256:04b5ee2b6d29b4a99d38a6469aa1db65bb79d283186e8460542c517da195a8f6" } ,
{ file = "regex-2022.3.15-cp37-cp37m-win_amd64.whl" , hash = "sha256:797437e6024dc1589163675ae82f303103063a0a580c6fd8d0b9a0a6708da29e" } ,
{ file = "regex-2022.3.15-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:8afcd1c2297bc989dceaa0379ba15a6df16da69493635e53431d2d0c30356086" } ,
{ file = "regex-2022.3.15-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:0066a6631c92774391f2ea0f90268f0d82fffe39cb946f0f9c6b382a1c61a5e5" } ,
{ file = "regex-2022.3.15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b8248f19a878c72d8c0a785a2cd45d69432e443c9f10ab924c29adda77b324ae" } ,
{ file = "regex-2022.3.15-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8d1f3ea0d1924feb4cf6afb2699259f658a08ac6f8f3a4a806661c2dfcd66db1" } ,
{ file = "regex-2022.3.15-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:794a6bc66c43db8ed06698fc32aaeaac5c4812d9f825e9589e56f311da7becd9" } ,
{ file = "regex-2022.3.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4d1445824944e642ffa54c4f512da17a953699c563a356d8b8cbdad26d3b7598" } ,
{ file = "regex-2022.3.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f553a1190ae6cd26e553a79f6b6cfba7b8f304da2071052fa33469da075ea625" } ,
{ file = "regex-2022.3.15-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:75a5e6ce18982f0713c4bac0704bf3f65eed9b277edd3fb9d2b0ff1815943327" } ,
{ file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:f16cf7e4e1bf88fecf7f41da4061f181a6170e179d956420f84e700fb8a3fd6b" } ,
{ file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:dad3991f0678facca1a0831ec1ddece2eb4d1dd0f5150acb9440f73a3b863907" } ,
{ file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:491fc754428514750ab21c2d294486223ce7385446f2c2f5df87ddbed32979ae" } ,
{ file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:6504c22c173bb74075d7479852356bb7ca80e28c8e548d4d630a104f231e04fb" } ,
{ file = "regex-2022.3.15-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:01c913cf573d1da0b34c9001a94977273b5ee2fe4cb222a5d5b320f3a9d1a835" } ,
{ file = "regex-2022.3.15-cp38-cp38-win32.whl" , hash = "sha256:029e9e7e0d4d7c3446aa92474cbb07dafb0b2ef1d5ca8365f059998c010600e6" } ,
{ file = "regex-2022.3.15-cp38-cp38-win_amd64.whl" , hash = "sha256:947a8525c0a95ba8dc873191f9017d1b1e3024d4dc757f694e0af3026e34044a" } ,
{ file = "regex-2022.3.15-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:591d4fba554f24bfa0421ba040cd199210a24301f923ed4b628e1e15a1001ff4" } ,
{ file = "regex-2022.3.15-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:b9809404528a999cf02a400ee5677c81959bc5cb938fdc696b62eb40214e3632" } ,
{ file = "regex-2022.3.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f08a7e4d62ea2a45557f561eea87c907222575ca2134180b6974f8ac81e24f06" } ,
{ file = "regex-2022.3.15-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5a86cac984da35377ca9ac5e2e0589bd11b3aebb61801204bd99c41fac516f0d" } ,
{ file = "regex-2022.3.15-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:286908cbe86b1a0240a867aecfe26a439b16a1f585d2de133540549831f8e774" } ,
{ file = "regex-2022.3.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b7494df3fdcc95a1f76cf134d00b54962dd83189520fd35b8fcd474c0aa616d" } ,
{ file = "regex-2022.3.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5b1ceede92400b3acfebc1425937454aaf2c62cd5261a3fabd560c61e74f6da3" } ,
{ file = "regex-2022.3.15-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0317eb6331146c524751354ebef76a7a531853d7207a4d760dfb5f553137a2a4" } ,
{ file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:9c144405220c5ad3f5deab4c77f3e80d52e83804a6b48b6bed3d81a9a0238e4c" } ,
{ file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:5b2e24f3ae03af3d8e8e6d824c891fea0ca9035c5d06ac194a2700373861a15c" } ,
{ file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:f2c53f3af011393ab5ed9ab640fa0876757498aac188f782a0c620e33faa2a3d" } ,
{ file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:060f9066d2177905203516c62c8ea0066c16c7342971d54204d4e51b13dfbe2e" } ,
{ file = "regex-2022.3.15-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:530a3a16e57bd3ea0dff5ec2695c09632c9d6c549f5869d6cf639f5f7153fb9c" } ,
{ file = "regex-2022.3.15-cp39-cp39-win32.whl" , hash = "sha256:78ce90c50d0ec970bd0002462430e00d1ecfd1255218d52d08b3a143fe4bde18" } ,
{ file = "regex-2022.3.15-cp39-cp39-win_amd64.whl" , hash = "sha256:c5adc854764732dbd95a713f2e6c3e914e17f2ccdc331b9ecb777484c31f73b6" } ,
{ file = "regex-2022.3.15.tar.gz" , hash = "sha256:0a7b75cc7bb4cc0334380053e4671c560e31272c9d2d5a6c4b8e9ae2c9bd0f82" } ,
]
requests = [
{ file = "requests-2.27.1-py2.py3-none-any.whl" , hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d" } ,
{ file = "requests-2.27.1.tar.gz" , hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61" } ,
]
sacremoses = [
{ file = "sacremoses-0.0.49-py3-none-any.whl" , hash = "sha256:33ca6d4e125271b9201cc7fdf7f03f3ffdd358ee6dd8079c0432811d82da5377" } ,
{ file = "sacremoses-0.0.49.tar.gz" , hash = "sha256:c2ecd3a50d1c09a26253ad84b0b89e9e3a28a023455b72a2197cfeab27ff5141" } ,
]
scikit-image = [
{ file = "scikit-image-0.19.2.tar.gz" , hash = "sha256:d433b4642a6f8219e749dfbbe4b5e742d560996540c9749ede510274d061866d" } ,
{ file = "scikit_image-0.19.2-cp310-cp310-macosx_10_13_x86_64.whl" , hash = "sha256:935c95d207c9bcaff20b69164401089ef2efd7f89dbbbf13ab75a5f65ff695b5" } ,
{ file = "scikit_image-0.19.2-cp310-cp310-macosx_12_0_arm64.whl" , hash = "sha256:956cb8b60f6668974cadb70b0c4f5e13dd4673ffff3d5906d5d23333c76350e9" } ,
{ file = "scikit_image-0.19.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4ce41df8e06724f8fdb20c555988666520c322d47df7c898422330d4e3cd3900" } ,
{ file = "scikit_image-0.19.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a2a0a3df8ab2e862fda4363551801d630dc2fd7f1036f14479acde418315a38b" } ,
{ file = "scikit_image-0.19.2-cp310-cp310-win_amd64.whl" , hash = "sha256:0af44a48bb369be936303680511cea3c717b51218275ea5ea339a2aefa25c0ac" } ,
{ file = "scikit_image-0.19.2-cp37-cp37m-macosx_10_13_x86_64.whl" , hash = "sha256:9b88590c243692d21f2b772bc83ad1aacdc7d605fbf0be32ea60b1e96aac920e" } ,
{ file = "scikit_image-0.19.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:498d0e4fe70776238c7d1362dea7c2b41bf4a40617f6a742ffa3f59aa0392bb7" } ,
{ file = "scikit_image-0.19.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:66bb26ca1e9c0924557ef3e6aee9fd8c21da96c7d5ba2b8864868c53723b45df" } ,
{ file = "scikit_image-0.19.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:56ffd1394aacd994963774e927a16f1ba2c094a9254b230da2c50147c661362a" } ,
{ file = "scikit_image-0.19.2-cp37-cp37m-win32.whl" , hash = "sha256:1bba9378cd77e7ff57b0f7a60ca167a728cffcac56d3e283ca7423e0c7d5e4a0" } ,
{ file = "scikit_image-0.19.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:b98cfa8aa9aa31519d5510973362748753c5d420d5cc60112a65e000fe3d3068" } ,
{ file = "scikit_image-0.19.2-cp38-cp38-macosx_10_13_x86_64.whl" , hash = "sha256:5ab19b11bd5f836a3de07f087d24db5ea734365122956f53dc5c5c9e018e2ec0" } ,
{ file = "scikit_image-0.19.2-cp38-cp38-macosx_12_0_arm64.whl" , hash = "sha256:cabf07a7886861510d4a39ed64fc121708fb7d72a6fe601d87388d36240f4242" } ,
{ file = "scikit_image-0.19.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:aa40f84383961a1a4afebb92f373e42a3d86e2540f012a4f7d2661a417f9e995" } ,
{ file = "scikit_image-0.19.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d3d0a85c6f53f0d4f704e67b35b3e8c6570846ec37eaeb1ca0f47a1088708cb8" } ,
{ file = "scikit_image-0.19.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cd115a4412b4561d62036e309c8cb543bfc2ca6b7b184ac23a65f6350959a716" } ,
{ file = "scikit_image-0.19.2-cp38-cp38-win32.whl" , hash = "sha256:d2c022044eb762d3f03ed6e08a3e06c067953393036e4ca2bf16b0bffde36acb" } ,
{ file = "scikit_image-0.19.2-cp38-cp38-win_amd64.whl" , hash = "sha256:b0f294ed7f0ea1e90fb6c764d04b8c298096b3403fad7539b9c6f22777d879c6" } ,
{ file = "scikit_image-0.19.2-cp39-cp39-macosx_10_13_x86_64.whl" , hash = "sha256:ad89c6ddbcc4d8ea8b7ebe1ae587be2067dad7927276576fe4097e42e370dadc" } ,
{ file = "scikit_image-0.19.2-cp39-cp39-macosx_12_0_arm64.whl" , hash = "sha256:52c683e8615e28bfe5fe6fa2ac2563898d0c0b37f231d5b59e18abb8ed3805a2" } ,
{ file = "scikit_image-0.19.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a0025edbe1412c413d6b3251cc8ff94530cf45b31819daed1811340b93f51e38" } ,
{ file = "scikit_image-0.19.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:477d3166da104b4914920d6db84183dd3af46430d13a0a3451a92eb58b5c9259" } ,
{ file = "scikit_image-0.19.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f0e5c6e7c7c54c0b827e6288d9f44ae6d290c0aef979e7de1511d2f5fc6f9c0f" } ,
{ file = "scikit_image-0.19.2-cp39-cp39-win32.whl" , hash = "sha256:99696479cf6fd19bb06ea43269c0728bb75c2ce9cd3710829ac0f1590eecf0dc" } ,
{ file = "scikit_image-0.19.2-cp39-cp39-win_amd64.whl" , hash = "sha256:9d3fd65ec424de83e6fee22480db5431a9b91d280a34ab3e6bf83528e4289f5c" } ,
]
scikit-learn = [
{ file = "scikit-learn-1.0.2.tar.gz" , hash = "sha256:b5870959a5484b614f26d31ca4c17524b1b0317522199dc985c3b4256e030767" } ,
{ file = "scikit_learn-1.0.2-cp310-cp310-macosx_10_13_x86_64.whl" , hash = "sha256:da3c84694ff693b5b3194d8752ccf935a665b8b5edc33a283122f4273ca3e687" } ,
{ file = "scikit_learn-1.0.2-cp310-cp310-macosx_12_0_arm64.whl" , hash = "sha256:75307d9ea39236cad7eea87143155eea24d48f93f3a2f9389c817f7019f00705" } ,
{ file = "scikit_learn-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f14517e174bd7332f1cca2c959e704696a5e0ba246eb8763e6c24876d8710049" } ,
{ file = "scikit_learn-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d9aac97e57c196206179f674f09bc6bffcd0284e2ba95b7fe0b402ac3f986023" } ,
{ file = "scikit_learn-1.0.2-cp310-cp310-win_amd64.whl" , hash = "sha256:d93d4c28370aea8a7cbf6015e8a669cd5d69f856cc2aa44e7a590fb805bb5583" } ,
{ file = "scikit_learn-1.0.2-cp37-cp37m-macosx_10_13_x86_64.whl" , hash = "sha256:85260fb430b795d806251dd3bb05e6f48cdc777ac31f2bcf2bc8bbed3270a8f5" } ,
{ file = "scikit_learn-1.0.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:a053a6a527c87c5c4fa7bf1ab2556fa16d8345cf99b6c5a19030a4a7cd8fd2c0" } ,
{ file = "scikit_learn-1.0.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:245c9b5a67445f6f044411e16a93a554edc1efdcce94d3fc0bc6a4b9ac30b752" } ,
{ file = "scikit_learn-1.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:158faf30684c92a78e12da19c73feff9641a928a8024b4fa5ec11d583f3d8a87" } ,
{ file = "scikit_learn-1.0.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:08ef968f6b72033c16c479c966bf37ccd49b06ea91b765e1cc27afefe723920b" } ,
{ file = "scikit_learn-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:16455ace947d8d9e5391435c2977178d0ff03a261571e67f627c8fee0f9d431a" } ,
{ file = "scikit_learn-1.0.2-cp37-cp37m-win32.whl" , hash = "sha256:2f3b453e0b149898577e301d27e098dfe1a36943f7bb0ad704d1e548efc3b448" } ,
{ file = "scikit_learn-1.0.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:46f431ec59dead665e1370314dbebc99ead05e1c0a9df42f22d6a0e00044820f" } ,
{ file = "scikit_learn-1.0.2-cp38-cp38-macosx_10_13_x86_64.whl" , hash = "sha256:ff3fa8ea0e09e38677762afc6e14cad77b5e125b0ea70c9bba1992f02c93b028" } ,
{ file = "scikit_learn-1.0.2-cp38-cp38-macosx_12_0_arm64.whl" , hash = "sha256:9369b030e155f8188743eb4893ac17a27f81d28a884af460870c7c072f114243" } ,
{ file = "scikit_learn-1.0.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:7d6b2475f1c23a698b48515217eb26b45a6598c7b1840ba23b3c5acece658dbb" } ,
{ file = "scikit_learn-1.0.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:285db0352e635b9e3392b0b426bc48c3b485512d3b4ac3c7a44ec2a2ba061e66" } ,
{ file = "scikit_learn-1.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5cb33fe1dc6f73dc19e67b264dbb5dde2a0539b986435fdd78ed978c14654830" } ,
{ file = "scikit_learn-1.0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b1391d1a6e2268485a63c3073111fe3ba6ec5145fc957481cfd0652be571226d" } ,
{ file = "scikit_learn-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bc3744dabc56b50bec73624aeca02e0def06b03cb287de26836e730659c5d29c" } ,
{ file = "scikit_learn-1.0.2-cp38-cp38-win32.whl" , hash = "sha256:a999c9f02ff9570c783069f1074f06fe7386ec65b84c983db5aeb8144356a355" } ,
{ file = "scikit_learn-1.0.2-cp38-cp38-win_amd64.whl" , hash = "sha256:7626a34eabbf370a638f32d1a3ad50526844ba58d63e3ab81ba91e2a7c6d037e" } ,
{ file = "scikit_learn-1.0.2-cp39-cp39-macosx_10_13_x86_64.whl" , hash = "sha256:a90b60048f9ffdd962d2ad2fb16367a87ac34d76e02550968719eb7b5716fd10" } ,
{ file = "scikit_learn-1.0.2-cp39-cp39-macosx_12_0_arm64.whl" , hash = "sha256:7a93c1292799620df90348800d5ac06f3794c1316ca247525fa31169f6d25855" } ,
{ file = "scikit_learn-1.0.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:eabceab574f471de0b0eb3f2ecf2eee9f10b3106570481d007ed1c84ebf6d6a1" } ,
{ file = "scikit_learn-1.0.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:55f2f3a8414e14fbee03782f9fe16cca0f141d639d2b1c1a36779fa069e1db57" } ,
{ file = "scikit_learn-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:80095a1e4b93bd33261ef03b9bc86d6db649f988ea4dbcf7110d0cded8d7213d" } ,
{ file = "scikit_learn-1.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:fa38a1b9b38ae1fad2863eff5e0d69608567453fdfc850c992e6e47eb764e846" } ,
{ file = "scikit_learn-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ff746a69ff2ef25f62b36338c615dd15954ddc3ab8e73530237dd73235e76d62" } ,
{ file = "scikit_learn-1.0.2-cp39-cp39-win32.whl" , hash = "sha256:e174242caecb11e4abf169342641778f68e1bfaba80cd18acd6bc84286b9a534" } ,
{ file = "scikit_learn-1.0.2-cp39-cp39-win_amd64.whl" , hash = "sha256:b54a62c6e318ddbfa7d22c383466d38d2ee770ebdb5ddb668d56a099f6eaf75f" } ,
]
2022-03-21 16:16:44 +01:00
scipy = [
{ file = "scipy-1.8.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:87b01c7d5761e8a266a0fbdb9d88dcba0910d63c1c671bdb4d99d29f469e9e03" } ,
{ file = "scipy-1.8.0-cp310-cp310-macosx_12_0_arm64.whl" , hash = "sha256:ae3e327da323d82e918e593460e23babdce40d7ab21490ddf9fc06dec6b91a18" } ,
{ file = "scipy-1.8.0-cp310-cp310-macosx_12_0_universal2.macosx_10_9_x86_64.whl" , hash = "sha256:16e09ef68b352d73befa8bcaf3ebe25d3941fe1a58c82909d5589856e6bc8174" } ,
{ file = "scipy-1.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c17a1878d00a5dd2797ccd73623ceca9d02375328f6218ee6d921e1325e61aff" } ,
{ file = "scipy-1.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:937d28722f13302febde29847bbe554b89073fbb924a30475e5ed7b028898b5f" } ,
{ file = "scipy-1.8.0-cp310-cp310-win_amd64.whl" , hash = "sha256:8f4d059a97b29c91afad46b1737274cb282357a305a80bdd9e8adf3b0ca6a3f0" } ,
{ file = "scipy-1.8.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:38aa39b6724cb65271e469013aeb6f2ce66fd44f093e241c28a9c6bc64fd79ed" } ,
{ file = "scipy-1.8.0-cp38-cp38-macosx_12_0_arm64.whl" , hash = "sha256:559a8a4c03a5ba9fe3232f39ed24f86457e4f3f6c0abbeae1fb945029f092720" } ,
{ file = "scipy-1.8.0-cp38-cp38-macosx_12_0_universal2.macosx_10_9_x86_64.whl" , hash = "sha256:f4a6d3b9f9797eb2d43938ac2c5d96d02aed17ef170c8b38f11798717523ddba" } ,
{ file = "scipy-1.8.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:92b2c2af4183ed09afb595709a8ef5783b2baf7f41e26ece24e1329c109691a7" } ,
{ file = "scipy-1.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a279e27c7f4566ef18bab1b1e2c37d168e365080974758d107e7d237d3f0f484" } ,
{ file = "scipy-1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ad5be4039147c808e64f99c0e8a9641eb5d2fa079ff5894dcd8240e94e347af4" } ,
{ file = "scipy-1.8.0-cp38-cp38-win32.whl" , hash = "sha256:3d9dd6c8b93a22bf9a3a52d1327aca7e092b1299fb3afc4f89e8eba381be7b59" } ,
{ file = "scipy-1.8.0-cp38-cp38-win_amd64.whl" , hash = "sha256:5e73343c5e0d413c1f937302b2e04fb07872f5843041bcfd50699aef6e95e399" } ,
{ file = "scipy-1.8.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:de2e80ee1d925984c2504812a310841c241791c5279352be4707cdcd7c255039" } ,
{ file = "scipy-1.8.0-cp39-cp39-macosx_12_0_arm64.whl" , hash = "sha256:c2bae431d127bf0b1da81fc24e4bba0a84d058e3a96b9dd6475dfcb3c5e8761e" } ,
{ file = "scipy-1.8.0-cp39-cp39-macosx_12_0_universal2.macosx_10_9_x86_64.whl" , hash = "sha256:723b9f878095ed994756fa4ee3060c450e2db0139c5ba248ee3f9628bd64e735" } ,
{ file = "scipy-1.8.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:011d4386b53b933142f58a652aa0f149c9b9242abd4f900b9f4ea5fbafc86b89" } ,
{ file = "scipy-1.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e6f0cd9c0bd374ef834ee1e0f0999678d49dcc400ea6209113d81528958f97c7" } ,
{ file = "scipy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f3720d0124aced49f6f2198a6900304411dbbeed12f56951d7c66ebef05e3df6" } ,
{ file = "scipy-1.8.0-cp39-cp39-win32.whl" , hash = "sha256:3d573228c10a3a8c32b9037be982e6440e411b443a6267b067cac72f690b8d56" } ,
{ file = "scipy-1.8.0-cp39-cp39-win_amd64.whl" , hash = "sha256:bb7088e89cd751acf66195d2f00cf009a1ea113f3019664032d9075b1e727b6c" } ,
{ file = "scipy-1.8.0.tar.gz" , hash = "sha256:31d4f2d6b724bc9a98e527b5849b8a7e589bf1ea630c33aa563eda912c9ff0bd" } ,
]
send2trash = [
{ file = "Send2Trash-1.8.0-py3-none-any.whl" , hash = "sha256:f20eaadfdb517eaca5ce077640cb261c7d2698385a6a0f072a4a5447fd49fa08" } ,
{ file = "Send2Trash-1.8.0.tar.gz" , hash = "sha256:d2c24762fd3759860a0aff155e45871447ea58d2be6bdd39b5c8f966a0c99c2d" } ,
]
setuptools-scm = [
{ file = "setuptools_scm-6.4.2-py3-none-any.whl" , hash = "sha256:acea13255093849de7ccb11af9e1fb8bde7067783450cee9ef7a93139bddf6d4" } ,
{ file = "setuptools_scm-6.4.2.tar.gz" , hash = "sha256:6833ac65c6ed9711a4d5d2266f8024cfa07c533a0e55f4c12f6eff280a5a9e30" } ,
]
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
soupsieve = [
2022-04-06 19:12:13 +02:00
{ file = "soupsieve-2.3.2-py3-none-any.whl" , hash = "sha256:a714129d3021ec17ce5be346b1007300558b378332c289a1a20e7d4de6ff18a5" } ,
{ file = "soupsieve-2.3.2.tar.gz" , hash = "sha256:0bcc6d7432153063e3df09c3ac9442af3eba488715bfcad6a4c38ccb2a523124" } ,
2022-03-21 16:16:44 +01:00
]
2022-03-23 13:28:16 +01:00
sqlitedict = [
{ file = "sqlitedict-1.7.0.tar.gz" , hash = "sha256:2affcc301aacd4da7511692601ecbde392294205af418498f7d6d3ec0dbcad56" } ,
]
2022-03-21 16:16:44 +01:00
stack-data = [
{ file = "stack_data-0.2.0-py3-none-any.whl" , hash = "sha256:999762f9c3132308789affa03e9271bbbe947bf78311851f4d485d8402ed858e" } ,
{ file = "stack_data-0.2.0.tar.gz" , hash = "sha256:45692d41bd633a9503a5195552df22b583caf16f0b27c4e58c98d88c8b648e12" } ,
]
stocproc = [ ]
terminado = [
{ file = "terminado-0.13.3-py3-none-any.whl" , hash = "sha256:874d4ea3183536c1782d13c7c91342ef0cf4e5ee1d53633029cbc972c8760bd8" } ,
{ file = "terminado-0.13.3.tar.gz" , hash = "sha256:94d1cfab63525993f7d5c9b469a50a18d0cdf39435b59785715539dd41e36c0d" } ,
]
2022-04-21 16:18:08 +02:00
threadpoolctl = [
{ file = "threadpoolctl-3.1.0-py3-none-any.whl" , hash = "sha256:8b99adda265feb6773280df41eece7b2e6561b772d21ffd52e372f999024907b" } ,
{ file = "threadpoolctl-3.1.0.tar.gz" , hash = "sha256:a335baacfaa4400ae1f0d8e3a58d6674d2f8828e3716bb2802c44955ad391380" } ,
]
tifffile = [
{ file = "tifffile-2022.4.8-py3-none-any.whl" , hash = "sha256:00795738af6ebaf98da456eca2c637febde4fd467477c4ef2e09482883d44aed" } ,
{ file = "tifffile-2022.4.8.tar.gz" , hash = "sha256:d4a4057e5cb7afe6e24cf7bde42a163970b593afe44c17249894ede755cf3faa" } ,
]
timm = [
{ file = "timm-0.5.4-py3-none-any.whl" , hash = "sha256:0592c8fd2d46d0769c0b7e954b3dacea93769eee40dabb4bd7f2acb85243b588" } ,
{ file = "timm-0.5.4.tar.gz" , hash = "sha256:5d7b92e66a76c432009aba90d515ea7a882aae573415a7c5269e3617df901c1f" } ,
]
2022-04-11 15:47:25 +02:00
tinycss2 = [
{ file = "tinycss2-1.1.1-py3-none-any.whl" , hash = "sha256:fe794ceaadfe3cf3e686b22155d0da5780dd0e273471a51846d0a02bc204fec8" } ,
{ file = "tinycss2-1.1.1.tar.gz" , hash = "sha256:b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf" } ,
2022-03-21 16:16:44 +01:00
]
2022-04-21 16:18:08 +02:00
tokenizers = [
{ file = "tokenizers-0.9.4-cp35-cp35m-macosx_10_11_x86_64.whl" , hash = "sha256:082de5272363aee13f36641065a3dd2d78f5b51486e3ab7d6d34138905a46303" } ,
{ file = "tokenizers-0.9.4-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:543dcb31b8534cf3ad66817f925f50f4ccd182ed1433fcd07adaed5d389f682b" } ,
{ file = "tokenizers-0.9.4-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:89f816e5aa61c464e9d82025f2c4f1f66cd92f648ab9194a154ba2b0e180dc70" } ,
{ file = "tokenizers-0.9.4-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:768f36e743604f567f4e4817a76738ed1bcdaecfef5ae8c74bdf2277a7a1902d" } ,
{ file = "tokenizers-0.9.4-cp35-cp35m-manylinux2014_ppc64le.whl" , hash = "sha256:800917d7085245db0b55f88b2a12bd0ba4eb5966e8b88bd9f21aa46aadfa8204" } ,
{ file = "tokenizers-0.9.4-cp35-cp35m-manylinux2014_s390x.whl" , hash = "sha256:bce664d24c744387760beab14cc7bd4e405bbef93c333ba3ca4a93347949c3ba" } ,
{ file = "tokenizers-0.9.4-cp35-cp35m-win32.whl" , hash = "sha256:b57fc7f2003f1f7b873dcffd5d0ee7c71f01709c54c36f4d191e4a7911d49565" } ,
{ file = "tokenizers-0.9.4-cp35-cp35m-win_amd64.whl" , hash = "sha256:1313d63ce286c6c9812a51ea39ae84cf1b8f2887c8ce8cc813459fdfbf526c9b" } ,
{ file = "tokenizers-0.9.4-cp36-cp36m-macosx_10_11_x86_64.whl" , hash = "sha256:2dd1156815cf2ca2a0942c8efc72e0725b6cd4640a61e026c72bf5a330f4383a" } ,
{ file = "tokenizers-0.9.4-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:58e1904c3e75e37be379ee4b29b21b05189d54bfab0260b334cff6e5a44a4f45" } ,
{ file = "tokenizers-0.9.4-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:4fd1a765af0a7aff7dab58d7fcd63a2e4a860e829b931bdfd59e2c56ba1769b9" } ,
{ file = "tokenizers-0.9.4-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:3cf5b470b2e06aadee22771740d87a706216385f881308c70cb317476ec40904" } ,
{ file = "tokenizers-0.9.4-cp36-cp36m-manylinux2014_ppc64le.whl" , hash = "sha256:c83f7a26d6f0c765906440c7f2b726cbd18e5c7a63e0364095600c91e2905cc4" } ,
{ file = "tokenizers-0.9.4-cp36-cp36m-manylinux2014_s390x.whl" , hash = "sha256:427257e78b71e9310d0c035df9b054525d1da91cc46efbae95fee2d523b88eb9" } ,
{ file = "tokenizers-0.9.4-cp36-cp36m-win32.whl" , hash = "sha256:4a5ddd6689e18b6c5398b97134e79e948e1bbe7664f6962aa63f50fb05cae091" } ,
{ file = "tokenizers-0.9.4-cp36-cp36m-win_amd64.whl" , hash = "sha256:53395c4423e8309b208f1e973337c08a3cb68af5eb9dee8d8618428fd4579803" } ,
{ file = "tokenizers-0.9.4-cp37-cp37m-macosx_10_11_x86_64.whl" , hash = "sha256:d2824dedd9f26e3757159d99c743b287ebf78775ccf4a36a3e0ec7058ee66303" } ,
{ file = "tokenizers-0.9.4-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:b49f17c2ac2bf88875a74d63e8070fd5a69e8c3b2874dee47649826b603a3af1" } ,
{ file = "tokenizers-0.9.4-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:da361a88b21cd141441fb139d1ee05c815103d49d10b49bfb4218a240d0d5a84" } ,
{ file = "tokenizers-0.9.4-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:a03c101d8058c851a7647cc74c68d4db511d7a3db8a73f7ec715e4fe14281ed7" } ,
{ file = "tokenizers-0.9.4-cp37-cp37m-manylinux2014_ppc64le.whl" , hash = "sha256:8d8ca7daa2f2274ec9327961ac828c20fcadd76e88d07f611742f240a6c73abe" } ,
{ file = "tokenizers-0.9.4-cp37-cp37m-manylinux2014_s390x.whl" , hash = "sha256:9de00f951fa8c1cf5c54a5a813447c9bf810759822de6ba6cfa42d7f503ff799" } ,
{ file = "tokenizers-0.9.4-cp37-cp37m-win32.whl" , hash = "sha256:535cf3edfd0df2c1887ea388691dd8f614331f47b41cb40c0901a2ce070ff7e0" } ,
{ file = "tokenizers-0.9.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:f3351eef9187ba7b9ceb04ff74fcda535f26c4146fe40155c6ed6087302944fd" } ,
{ file = "tokenizers-0.9.4-cp38-cp38-macosx_10_11_x86_64.whl" , hash = "sha256:06e1a1c50c7600d8162d8f0eeed460ad9e9234ffee7d5c7bcd1308024d781647" } ,
{ file = "tokenizers-0.9.4-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:c60b8ba2d8a948bb40c39223a4b2553c7c1df9f732b0077722b91df5d63c5e37" } ,
{ file = "tokenizers-0.9.4-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:31184c4691aed1e84088d7a18c1000bbc59f7bedeec95774ec4027129ea16272" } ,
{ file = "tokenizers-0.9.4-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:abdbd169738c33e2e643e7701230f43c2f4e6e03d49283d4250f19159f6a6c71" } ,
{ file = "tokenizers-0.9.4-cp38-cp38-manylinux2014_ppc64le.whl" , hash = "sha256:ac4c0a2f052a83146c6475dc22f9eb740d352b29779ac6036459f00d897025b8" } ,
{ file = "tokenizers-0.9.4-cp38-cp38-manylinux2014_s390x.whl" , hash = "sha256:96879e21be25b63fb99fa7d65b50b05c2a0333f104ca003917df7433d6eb073e" } ,
{ file = "tokenizers-0.9.4-cp38-cp38-win32.whl" , hash = "sha256:1764a705be63fb61abcaa96637399f124528f9a01925c88efb438aefe315b61b" } ,
{ file = "tokenizers-0.9.4-cp38-cp38-win_amd64.whl" , hash = "sha256:a3180c8a1cb77eca8fe9c291e0f197aee202c93ffdea4f96d06ca154f319980c" } ,
{ file = "tokenizers-0.9.4-cp39-cp39-macosx_10_11_x86_64.whl" , hash = "sha256:d518ef8323690cd4d51979ff2f44edbac5862db8c8af125e815e41cf4517c638" } ,
{ file = "tokenizers-0.9.4-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:807f321731a3466b9e0230cbc8e6d9c5581d5ac6536d96360b5fe1ec457d837f" } ,
{ file = "tokenizers-0.9.4-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:3ea6d65a32c8b3236553e489573f42855af484d24bf96ab32a5d6d1a2c4b0ed0" } ,
{ file = "tokenizers-0.9.4-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:15440ba1db7c7b3eb7b5881b276555e25420ce14639926585837b7b60ddb55a8" } ,
{ file = "tokenizers-0.9.4-cp39-cp39-manylinux2014_ppc64le.whl" , hash = "sha256:bd46747f5c7d6e1721234d5ec1c0038bcfe0050c147c92171c3ef5b36d6fb2a9" } ,
{ file = "tokenizers-0.9.4-cp39-cp39-manylinux2014_s390x.whl" , hash = "sha256:9f79b57a4d6a1aa8379a931e8ee54cb155cc3f5f1ba5172bcdea504dbd4cb746" } ,
{ file = "tokenizers-0.9.4-cp39-cp39-win32.whl" , hash = "sha256:c496748853c0300b8b7be916e130f0de8224575ee72e8889405477f120bfe575" } ,
{ file = "tokenizers-0.9.4-cp39-cp39-win_amd64.whl" , hash = "sha256:2479ef9a30fe8a961cb49c8bf6a5c5e2ce8e1b87849374c9756f41cf06189bdf" } ,
{ file = "tokenizers-0.9.4.tar.gz" , hash = "sha256:3ea3038008f1f74c8a1e1e2e73728690eed2d7fa4db0a51bcea391e644672426" } ,
]
2022-03-21 16:16:44 +01:00
tomli = [
{ file = "tomli-1.2.3-py3-none-any.whl" , hash = "sha256:e3069e4be3ead9668e21cb9b074cd948f7b3113fd9c8bba083f48247aab8b11c" } ,
{ file = "tomli-1.2.3.tar.gz" , hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f" } ,
]
2022-04-21 16:18:08 +02:00
torch = [
{ file = "torch-1.11.0-cp310-cp310-manylinux1_x86_64.whl" , hash = "sha256:62052b50fffc29ca7afc0c04ef8206b6f1ca9d10629cb543077e12967e8d0398" } ,
{ file = "torch-1.11.0-cp310-cp310-manylinux2014_aarch64.whl" , hash = "sha256:866bfba29ac98dec35d893d8e17eaec149d0ac7a53be7baae5c98069897db667" } ,
{ file = "torch-1.11.0-cp310-cp310-win_amd64.whl" , hash = "sha256:951640fb8db308a59d9b510e7d1ad910aff92913323bbe4bc75435347ddd346d" } ,
{ file = "torch-1.11.0-cp310-none-macosx_10_9_x86_64.whl" , hash = "sha256:5d77b5ece78fdafa5c7f42995ff9474399d22571cd6b2de21a5d666306a2ff8c" } ,
{ file = "torch-1.11.0-cp310-none-macosx_11_0_arm64.whl" , hash = "sha256:b5a38682769b544c875ecc34bcb81fbad5c922139b61319aacffcfd8a32f528c" } ,
{ file = "torch-1.11.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:f82d77695a60626f2b7382d85bc566de8a6b3e50d32080755abc040db802e419" } ,
{ file = "torch-1.11.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:b96654d42566080a134e784705f33f8536b3b95b5dcde357ed7879b1692a5f78" } ,
{ file = "torch-1.11.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:8ee7c2e8d7f7020d5bfbc1bb91b9591044c26bbd0cee5e4f694cfd7ed8649260" } ,
{ file = "torch-1.11.0-cp37-none-macosx_10_9_x86_64.whl" , hash = "sha256:6860b1d1bf0bb0b67a6bd47f85a0e4c825b518eea13b5d6101999dbbcbd5bc0c" } ,
{ file = "torch-1.11.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:4322aa29f50da7f404db06cdf30896ea67b09f673af4a985afc7162bc897864d" } ,
{ file = "torch-1.11.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:e4d2e0ddd652f30e94cff750220324ec45705d4ecc69658f773b3cb1c7a28dd0" } ,
{ file = "torch-1.11.0-cp38-cp38-win_amd64.whl" , hash = "sha256:34ce5ea4d8d85da32cdbadb50d4585106901e9f8a3527991daa70c13a09de1f7" } ,
{ file = "torch-1.11.0-cp38-none-macosx_10_9_x86_64.whl" , hash = "sha256:0ccc85cd06227a3edf809e2c795fd5762c3d4e8a38b5c9f744c6e7cf841361bb" } ,
{ file = "torch-1.11.0-cp38-none-macosx_11_0_arm64.whl" , hash = "sha256:c1554e49d74f1b2c3e7202d77056ba2dd7465437585bac64062b580f714a44e9" } ,
{ file = "torch-1.11.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:58c7814502b1c129a650d7092033bbb0bbd64faf1a7941631aaa1aeaddc37570" } ,
{ file = "torch-1.11.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:831cf588f01dda9409e75576741d2823453990dee2983d670f2584b37a01adf7" } ,
{ file = "torch-1.11.0-cp39-cp39-win_amd64.whl" , hash = "sha256:44a1d02fd20f827f0f36dc26fdcfc45e793806a6ad52769a22260655a77a4369" } ,
{ file = "torch-1.11.0-cp39-none-macosx_10_9_x86_64.whl" , hash = "sha256:50fd9bf85c578c871c28f1cb0ace9dfc6024401c7f399b174fb0f370899f4454" } ,
{ file = "torch-1.11.0-cp39-none-macosx_11_0_arm64.whl" , hash = "sha256:0e48af66ad755f0f9c5f2664028a414f57c49d6adc37e77e06fe0004da4edb61" } ,
]
torchtext = [
{ file = "torchtext-0.12.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:66792b1e6d3929944a8d47ad371c71de07a4023f5692385ba7e50c61e111f2f2" } ,
{ file = "torchtext-0.12.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:af04961985c419579662e703243fa592d74fc44e2863a44c23214b377cf426d8" } ,
{ file = "torchtext-0.12.0-cp310-cp310-manylinux1_x86_64.whl" , hash = "sha256:174bc6b33d77d9eebbae473f98389183a0c269c68416372ca614b12cfa326969" } ,
{ file = "torchtext-0.12.0-cp310-cp310-manylinux2014_aarch64.whl" , hash = "sha256:36a8c9d6ddbfb70904f15caade91f8deb28b35c2693347853f1bea7f65f00b40" } ,
{ file = "torchtext-0.12.0-cp310-cp310-win_amd64.whl" , hash = "sha256:391dd25cc426ade637da7297e6d72eaf5efc5fa13a4e25cf2fa5d93119bb176b" } ,
{ file = "torchtext-0.12.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:63d9b6e94af6092c472c77e26cf466599eccc1e3a0facc59c87d7611b5afcda6" } ,
{ file = "torchtext-0.12.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:1db04814d0289429bebd776707ea58d251166f56cc8298956101534a20f0a5cd" } ,
{ file = "torchtext-0.12.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:21b6b5a00000ad9dfa09d984a1a7b7cdd79c8310c2a780e672cdf95a2bc26c1b" } ,
{ file = "torchtext-0.12.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:09a047a90615febb5280bb39f69e89de515212d8d0f75b85e5ad474221f1744a" } ,
{ file = "torchtext-0.12.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:87530abac557e9702d41edd89c94ccbc4871d43c0f479af97ae3342836e875ec" } ,
{ file = "torchtext-0.12.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:bce2a8f6f3a82974b950ee526640b3f747e7bade32b92d0747687bfe76af8d81" } ,
{ file = "torchtext-0.12.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:365e5f640e29d2fc924cc274f024ee02e49e680b5a6d10d4d7ccdd1665b73120" } ,
{ file = "torchtext-0.12.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:2ecd9a32064ea5caf78c7e4843719ecabe100066b32df8d228a6f2ba6bc5ea8b" } ,
{ file = "torchtext-0.12.0-cp38-cp38-win_amd64.whl" , hash = "sha256:24b34a1b857aeef8d0c6e7b3ed2d9230d0a36df5bdb9dd5262b018675b739306" } ,
{ file = "torchtext-0.12.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:2ea13e79b02d226adb122ecc8f9648c768e0b683e32fd8b3c0c0c22e8661ed6f" } ,
{ file = "torchtext-0.12.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:b7fa7557fe5542b58c09abb4bf14e0c6ed6afe653606e318080ba0718d3e1eda" } ,
{ file = "torchtext-0.12.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:8bbf5649e4dc691535920437c09017fcab7cfed7125ed0cfe1e1a3bbe792ab93" } ,
{ file = "torchtext-0.12.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:1845c480fe47c641816d770efac3a32fb927673d46b00c062a2ec377bc312cdc" } ,
{ file = "torchtext-0.12.0-cp39-cp39-win_amd64.whl" , hash = "sha256:59912472689e5734ccdd134a0352e46bb36cecd3d59b323e097474f4c4e4bf9a" } ,
]
torchvision = [
{ file = "torchvision-0.12.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:693656e6790b6ab21e4a6e87e81c2982bad9e455b5eb24e14bb672382ec6130f" } ,
{ file = "torchvision-0.12.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a0be4501ca0ba1b195644c9243f49a1c49a26e52a7f37924c4239d0bf5ecbd8d" } ,
{ file = "torchvision-0.12.0-cp310-cp310-manylinux1_x86_64.whl" , hash = "sha256:ebfb47adf65bf3926b990b2c4767e291f135e259e03232e0e1a30ecdb05eb087" } ,
{ file = "torchvision-0.12.0-cp310-cp310-manylinux2014_aarch64.whl" , hash = "sha256:9771231639afb5973cdaea1d449b451e2982e1ef5410ca67bbdc2b465565573a" } ,
{ file = "torchvision-0.12.0-cp310-cp310-win_amd64.whl" , hash = "sha256:894dacdc64b6e35e3f330722db51c76f4de016c7bf7bd79cf02ed2f4c106e625" } ,
{ file = "torchvision-0.12.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:36dfdf6451fe3072ab15118982853b848896c0fd3b26cb8135e1e7981dbb0916" } ,
{ file = "torchvision-0.12.0-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:aac76d52c5ce4229cb0eaebb762f3391fa736565eb35a4184fa0f7be30b705cd" } ,
{ file = "torchvision-0.12.0-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:926666f0b893dce6619759c19b0dd3884af7a9d7022b10395653659d28e43c48" } ,
{ file = "torchvision-0.12.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:c225f55c1bfce027a03f4ca46ddb9559c83f8087c2880bed3261a76c49bb7996" } ,
{ file = "torchvision-0.12.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d1ccb53836ba886320dcda12d00ee8b5f8f38b6c36d7906f141d25778cf74104" } ,
{ file = "torchvision-0.12.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:9f42420f7f0b29cd3d61776df3157827257a0cf16b2c02776dc16c96abb1256d" } ,
{ file = "torchvision-0.12.0-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:9017248c7e526c8cdcaaab8cf41d904a520a409d707398189a06d0757901d235" } ,
{ file = "torchvision-0.12.0-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:0744902f2265d4c3e83c44a06b567df312e4a9faf8c92620016c7bed7056b5a7" } ,
{ file = "torchvision-0.12.0-cp38-cp38-win_amd64.whl" , hash = "sha256:a91db01496932350bf9c0ee8607ac8ef31c3ebfdaedefe5c5cda0515317f8b8e" } ,
{ file = "torchvision-0.12.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:24d03fcaa28004c64a24124ac4a894c50f5948c8eb290e398d6c76fff2bc678f" } ,
{ file = "torchvision-0.12.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:69d82f47b67bad6ddcbb87833ba5950a6c271ba97baae4c0955610071bf034f5" } ,
{ file = "torchvision-0.12.0-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:49ed7886b93b80c9733462edd06a07f8d4c6ea4d5bd2894e7268f7a3774f4f7d" } ,
{ file = "torchvision-0.12.0-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:b93a767f44e3933cb3b01a6fe9727db54590f57b7dac09d5aaf15966c6c151dd" } ,
{ file = "torchvision-0.12.0-cp39-cp39-win_amd64.whl" , hash = "sha256:edab05f7ba9f648c00435b384ffdbd7bde79a3b8ea893813fb50f6ccf28b1e76" } ,
]
2022-03-21 16:16:44 +01:00
tornado = [
{ file = "tornado-6.1-cp35-cp35m-macosx_10_9_x86_64.whl" , hash = "sha256:d371e811d6b156d82aa5f9a4e08b58debf97c302a35714f6f45e35139c332e32" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:0d321a39c36e5f2c4ff12b4ed58d41390460f798422c4504e09eb5678e09998c" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9de9e5188a782be6b1ce866e8a51bc76a0fbaa0e16613823fc38e4fc2556ad05" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:61b32d06ae8a036a6607805e6720ef00a3c98207038444ba7fd3d169cd998910" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:3e63498f680547ed24d2c71e6497f24bca791aca2fe116dbc2bd0ac7f191691b" } ,
{ file = "tornado-6.1-cp35-cp35m-manylinux2014_aarch64.whl" , hash = "sha256:6c77c9937962577a6a76917845d06af6ab9197702a42e1346d8ae2e76b5e3675" } ,
{ file = "tornado-6.1-cp35-cp35m-win32.whl" , hash = "sha256:6286efab1ed6e74b7028327365cf7346b1d777d63ab30e21a0f4d5b275fc17d5" } ,
{ file = "tornado-6.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:fa2ba70284fa42c2a5ecb35e322e68823288a4251f9ba9cc77be04ae15eada68" } ,
{ file = "tornado-6.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:0a00ff4561e2929a2c37ce706cb8233b7907e0cdc22eab98888aca5dd3775feb" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:748290bf9112b581c525e6e6d3820621ff020ed95af6f17fedef416b27ed564c" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:e385b637ac3acaae8022e7e47dfa7b83d3620e432e3ecb9a3f7f58f150e50921" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2010_i686.whl" , hash = "sha256:25ad220258349a12ae87ede08a7b04aca51237721f63b1808d39bdb4b2164558" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:65d98939f1a2e74b58839f8c4dab3b6b3c1ce84972ae712be02845e65391ac7c" } ,
{ file = "tornado-6.1-cp36-cp36m-manylinux2014_aarch64.whl" , hash = "sha256:e519d64089b0876c7b467274468709dadf11e41d65f63bba207e04217f47c085" } ,
{ file = "tornado-6.1-cp36-cp36m-win32.whl" , hash = "sha256:b87936fd2c317b6ee08a5741ea06b9d11a6074ef4cc42e031bc6403f82a32575" } ,
{ file = "tornado-6.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:cc0ee35043162abbf717b7df924597ade8e5395e7b66d18270116f8745ceb795" } ,
{ file = "tornado-6.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:7250a3fa399f08ec9cb3f7b1b987955d17e044f1ade821b32e5f435130250d7f" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:ed3ad863b1b40cd1d4bd21e7498329ccaece75db5a5bf58cd3c9f130843e7102" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:dcef026f608f678c118779cd6591c8af6e9b4155c44e0d1bc0c87c036fb8c8c4" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2010_i686.whl" , hash = "sha256:70dec29e8ac485dbf57481baee40781c63e381bebea080991893cd297742b8fd" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:d3f7594930c423fd9f5d1a76bee85a2c36fd8b4b16921cae7e965f22575e9c01" } ,
{ file = "tornado-6.1-cp37-cp37m-manylinux2014_aarch64.whl" , hash = "sha256:3447475585bae2e77ecb832fc0300c3695516a47d46cefa0528181a34c5b9d3d" } ,
{ file = "tornado-6.1-cp37-cp37m-win32.whl" , hash = "sha256:e7229e60ac41a1202444497ddde70a48d33909e484f96eb0da9baf8dc68541df" } ,
{ file = "tornado-6.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:cb5ec8eead331e3bb4ce8066cf06d2dfef1bfb1b2a73082dfe8a161301b76e37" } ,
{ file = "tornado-6.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:20241b3cb4f425e971cb0a8e4ffc9b0a861530ae3c52f2b0434e6c1b57e9fd95" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:c77da1263aa361938476f04c4b6c8916001b90b2c2fdd92d8d535e1af48fba5a" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:fba85b6cd9c39be262fcd23865652920832b61583de2a2ca907dbd8e8a8c81e5" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2010_i686.whl" , hash = "sha256:1e8225a1070cd8eec59a996c43229fe8f95689cb16e552d130b9793cb570a288" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:d14d30e7f46a0476efb0deb5b61343b1526f73ebb5ed84f23dc794bdb88f9d9f" } ,
{ file = "tornado-6.1-cp38-cp38-manylinux2014_aarch64.whl" , hash = "sha256:8f959b26f2634a091bb42241c3ed8d3cedb506e7c27b8dd5c7b9f745318ddbb6" } ,
{ file = "tornado-6.1-cp38-cp38-win32.whl" , hash = "sha256:34ca2dac9e4d7afb0bed4677512e36a52f09caa6fded70b4e3e1c89dbd92c326" } ,
{ file = "tornado-6.1-cp38-cp38-win_amd64.whl" , hash = "sha256:6196a5c39286cc37c024cd78834fb9345e464525d8991c21e908cc046d1cc02c" } ,
{ file = "tornado-6.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f0ba29bafd8e7e22920567ce0d232c26d4d47c8b5cf4ed7b562b5db39fa199c5" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux1_i686.whl" , hash = "sha256:33892118b165401f291070100d6d09359ca74addda679b60390b09f8ef325ffe" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:7da13da6f985aab7f6f28debab00c67ff9cbacd588e8477034c0652ac141feea" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2010_i686.whl" , hash = "sha256:e0791ac58d91ac58f694d8d2957884df8e4e2f6687cdf367ef7eb7497f79eaa2" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:66324e4e1beede9ac79e60f88de548da58b1f8ab4b2f1354d8375774f997e6c0" } ,
{ file = "tornado-6.1-cp39-cp39-manylinux2014_aarch64.whl" , hash = "sha256:a48900ecea1cbb71b8c71c620dee15b62f85f7c14189bdeee54966fbd9a0c5bd" } ,
{ file = "tornado-6.1-cp39-cp39-win32.whl" , hash = "sha256:d3d20ea5782ba63ed13bc2b8c291a053c8d807a8fa927d941bd718468f7b950c" } ,
{ file = "tornado-6.1-cp39-cp39-win_amd64.whl" , hash = "sha256:548430be2740e327b3fe0201abe471f314741efcb0067ec4f2d7dcfb4825f3e4" } ,
{ file = "tornado-6.1.tar.gz" , hash = "sha256:33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791" } ,
]
tqdm = [
2022-04-06 19:12:13 +02:00
{ file = "tqdm-4.64.0-py2.py3-none-any.whl" , hash = "sha256:74a2cdefe14d11442cedf3ba4e21a3b84ff9a2dbdc6cfae2c34addb2a14a5ea6" } ,
{ file = "tqdm-4.64.0.tar.gz" , hash = "sha256:40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d" } ,
2022-03-21 16:16:44 +01:00
]
traitlets = [
{ file = "traitlets-5.1.1-py3-none-any.whl" , hash = "sha256:2d313cc50a42cd6c277e7d7dc8d4d7fedd06a2c215f78766ae7b1a66277e0033" } ,
{ file = "traitlets-5.1.1.tar.gz" , hash = "sha256:059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7" } ,
]
2022-04-21 16:18:08 +02:00
transformers = [
{ file = "transformers-4.2.2-py3-none-any.whl" , hash = "sha256:d0999ababcc3e416a51c42823b56f5116acc5c0913e44e829e83d0db2d475021" } ,
{ file = "transformers-4.2.2.tar.gz" , hash = "sha256:e151ee7a56e7649de567ad6f4d6a83245c564ca93a886ef0e025f058895cf9cc" } ,
]
2022-03-21 16:16:44 +01:00
typer = [
2022-03-31 17:06:46 +02:00
{ file = "typer-0.4.1-py3-none-any.whl" , hash = "sha256:e8467f0ebac0c81366c2168d6ad9f888efdfb6d4e1d3d5b4a004f46fa444b5c3" } ,
{ file = "typer-0.4.1.tar.gz" , hash = "sha256:5646aef0d936b2c761a10393f0384ee6b5c7fe0bb3e5cd710b17134ca1d99cff" } ,
2022-03-21 16:16:44 +01:00
]
typing-extensions = [
{ file = "typing_extensions-4.1.1-py3-none-any.whl" , hash = "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2" } ,
{ file = "typing_extensions-4.1.1.tar.gz" , hash = "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42" } ,
]
uncertainties = [
{ file = "uncertainties-3.1.6-py2.py3-none-any.whl" , hash = "sha256:cb4a66d5ceda006475ec845bf43ee8956c26138b08f93c41851c25a4ffe19a33" } ,
{ file = "uncertainties-3.1.6.tar.gz" , hash = "sha256:7c4db5aaafd227e95485b61fba5d235dc8133aeecd98f8fc1224c038ce063e2d" } ,
]
2022-04-21 16:18:08 +02:00
urllib3 = [
{ file = "urllib3-1.26.9-py2.py3-none-any.whl" , hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14" } ,
{ file = "urllib3-1.26.9.tar.gz" , hash = "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" } ,
]
2022-03-21 16:16:44 +01:00
wcwidth = [
{ file = "wcwidth-0.2.5-py2.py3-none-any.whl" , hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784" } ,
{ file = "wcwidth-0.2.5.tar.gz" , hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83" } ,
]
webencodings = [
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
widgetsnbextension = [
{ file = "widgetsnbextension-3.6.0-py2.py3-none-any.whl" , hash = "sha256:4fd321cad39fdcf8a8e248a657202d42917ada8e8ed5dd3f60f073e0d54ceabd" } ,
{ file = "widgetsnbextension-3.6.0.tar.gz" , hash = "sha256:e84a7a9fcb9baf3d57106e184a7389a8f8eb935bf741a5eb9d60aa18cc029a80" } ,
]
wrapt = [
{ file = "wrapt-1.14.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:5a9a1889cc01ed2ed5f34574c90745fab1dd06ec2eee663e8ebeefe363e8efd7" } ,
{ file = "wrapt-1.14.0-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:9a3ff5fb015f6feb78340143584d9f8a0b91b6293d6b5cf4295b3e95d179b88c" } ,
{ file = "wrapt-1.14.0-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:4b847029e2d5e11fd536c9ac3136ddc3f54bc9488a75ef7d040a3900406a91eb" } ,
{ file = "wrapt-1.14.0-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:9a5a544861b21e0e7575b6023adebe7a8c6321127bb1d238eb40d99803a0e8bd" } ,
{ file = "wrapt-1.14.0-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:88236b90dda77f0394f878324cfbae05ae6fde8a84d548cfe73a75278d760291" } ,
{ file = "wrapt-1.14.0-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:f0408e2dbad9e82b4c960274214af533f856a199c9274bd4aff55d4634dedc33" } ,
{ file = "wrapt-1.14.0-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:9d8c68c4145041b4eeae96239802cfdfd9ef927754a5be3f50505f09f309d8c6" } ,
{ file = "wrapt-1.14.0-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:22626dca56fd7f55a0733e604f1027277eb0f4f3d95ff28f15d27ac25a45f71b" } ,
{ file = "wrapt-1.14.0-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:65bf3eb34721bf18b5a021a1ad7aa05947a1767d1aa272b725728014475ea7d5" } ,
{ file = "wrapt-1.14.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:09d16ae7a13cff43660155383a2372b4aa09109c7127aa3f24c3cf99b891c330" } ,
{ file = "wrapt-1.14.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:debaf04f813ada978d7d16c7dfa16f3c9c2ec9adf4656efdc4defdf841fc2f0c" } ,
{ file = "wrapt-1.14.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:748df39ed634851350efa87690c2237a678ed794fe9ede3f0d79f071ee042561" } ,
{ file = "wrapt-1.14.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1807054aa7b61ad8d8103b3b30c9764de2e9d0c0978e9d3fc337e4e74bf25faa" } ,
{ file = "wrapt-1.14.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:763a73ab377390e2af26042f685a26787c402390f682443727b847e9496e4a2a" } ,
{ file = "wrapt-1.14.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:8529b07b49b2d89d6917cfa157d3ea1dfb4d319d51e23030664a827fe5fd2131" } ,
{ file = "wrapt-1.14.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:68aeefac31c1f73949662ba8affaf9950b9938b712fb9d428fa2a07e40ee57f8" } ,
{ file = "wrapt-1.14.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:59d7d92cee84a547d91267f0fea381c363121d70fe90b12cd88241bd9b0e1763" } ,
{ file = "wrapt-1.14.0-cp310-cp310-win32.whl" , hash = "sha256:3a88254881e8a8c4784ecc9cb2249ff757fd94b911d5df9a5984961b96113fff" } ,
{ file = "wrapt-1.14.0-cp310-cp310-win_amd64.whl" , hash = "sha256:9a242871b3d8eecc56d350e5e03ea1854de47b17f040446da0e47dc3e0b9ad4d" } ,
{ file = "wrapt-1.14.0-cp35-cp35m-manylinux1_i686.whl" , hash = "sha256:a65bffd24409454b889af33b6c49d0d9bcd1a219b972fba975ac935f17bdf627" } ,
{ file = "wrapt-1.14.0-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:9d9fcd06c952efa4b6b95f3d788a819b7f33d11bea377be6b8980c95e7d10775" } ,
{ file = "wrapt-1.14.0-cp35-cp35m-manylinux2010_i686.whl" , hash = "sha256:db6a0ddc1282ceb9032e41853e659c9b638789be38e5b8ad7498caac00231c23" } ,
{ file = "wrapt-1.14.0-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:14e7e2c5f5fca67e9a6d5f753d21f138398cad2b1159913ec9e9a67745f09ba3" } ,
{ file = "wrapt-1.14.0-cp35-cp35m-win32.whl" , hash = "sha256:6d9810d4f697d58fd66039ab959e6d37e63ab377008ef1d63904df25956c7db0" } ,
{ file = "wrapt-1.14.0-cp35-cp35m-win_amd64.whl" , hash = "sha256:d808a5a5411982a09fef6b49aac62986274ab050e9d3e9817ad65b2791ed1425" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:b77159d9862374da213f741af0c361720200ab7ad21b9f12556e0eb95912cd48" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:36a76a7527df8583112b24adc01748cd51a2d14e905b337a6fefa8b96fc708fb" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a0057b5435a65b933cbf5d859cd4956624df37b8bf0917c71756e4b3d9958b9e" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3a0a4ca02752ced5f37498827e49c414d694ad7cf451ee850e3ff160f2bee9d3" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:8c6be72eac3c14baa473620e04f74186c5d8f45d80f8f2b4eda6e1d18af808e8" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:21b1106bff6ece8cb203ef45b4f5778d7226c941c83aaaa1e1f0f4f32cc148cd" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:493da1f8b1bb8a623c16552fb4a1e164c0200447eb83d3f68b44315ead3f9036" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-win32.whl" , hash = "sha256:89ba3d548ee1e6291a20f3c7380c92f71e358ce8b9e48161401e087e0bc740f8" } ,
{ file = "wrapt-1.14.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:729d5e96566f44fccac6c4447ec2332636b4fe273f03da128fff8d5559782b06" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:891c353e95bb11abb548ca95c8b98050f3620a7378332eb90d6acdef35b401d4" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:23f96134a3aa24cc50614920cc087e22f87439053d886e474638c68c8d15dc80" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6807bcee549a8cb2f38f73f469703a1d8d5d990815c3004f21ddb68a567385ce" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6915682f9a9bc4cf2908e83caf5895a685da1fbd20b6d485dafb8e218a338279" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:f2f3bc7cd9c9fcd39143f11342eb5963317bd54ecc98e3650ca22704b69d9653" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:3a71dbd792cc7a3d772ef8cd08d3048593f13d6f40a11f3427c000cf0a5b36a0" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:5a0898a640559dec00f3614ffb11d97a2666ee9a2a6bad1259c9facd01a1d4d9" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-win32.whl" , hash = "sha256:167e4793dc987f77fd476862d32fa404d42b71f6a85d3b38cbce711dba5e6b68" } ,
{ file = "wrapt-1.14.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d066ffc5ed0be00cd0352c95800a519cf9e4b5dd34a028d301bdc7177c72daf3" } ,
{ file = "wrapt-1.14.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d9bdfa74d369256e4218000a629978590fd7cb6cf6893251dad13d051090436d" } ,
{ file = "wrapt-1.14.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:2498762814dd7dd2a1d0248eda2afbc3dd9c11537bc8200a4b21789b6df6cd38" } ,
{ file = "wrapt-1.14.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5f24ca7953f2643d59a9c87d6e272d8adddd4a53bb62b9208f36db408d7aafc7" } ,
{ file = "wrapt-1.14.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5b835b86bd5a1bdbe257d610eecab07bf685b1af2a7563093e0e69180c1d4af1" } ,
{ file = "wrapt-1.14.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b21650fa6907e523869e0396c5bd591cc326e5c1dd594dcdccac089561cacfb8" } ,
{ file = "wrapt-1.14.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:354d9fc6b1e44750e2a67b4b108841f5f5ea08853453ecbf44c81fdc2e0d50bd" } ,
{ file = "wrapt-1.14.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:1f83e9c21cd5275991076b2ba1cd35418af3504667affb4745b48937e214bafe" } ,
{ file = "wrapt-1.14.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:61e1a064906ccba038aa3c4a5a82f6199749efbbb3cef0804ae5c37f550eded0" } ,
{ file = "wrapt-1.14.0-cp38-cp38-win32.whl" , hash = "sha256:28c659878f684365d53cf59dc9a1929ea2eecd7ac65da762be8b1ba193f7e84f" } ,
{ file = "wrapt-1.14.0-cp38-cp38-win_amd64.whl" , hash = "sha256:b0ed6ad6c9640671689c2dbe6244680fe8b897c08fd1fab2228429b66c518e5e" } ,
{ file = "wrapt-1.14.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:b3f7e671fb19734c872566e57ce7fc235fa953d7c181bb4ef138e17d607dc8a1" } ,
{ file = "wrapt-1.14.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:87fa943e8bbe40c8c1ba4086971a6fefbf75e9991217c55ed1bcb2f1985bd3d4" } ,
{ file = "wrapt-1.14.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4775a574e9d84e0212f5b18886cace049a42e13e12009bb0491562a48bb2b758" } ,
{ file = "wrapt-1.14.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9d57677238a0c5411c76097b8b93bdebb02eb845814c90f0b01727527a179e4d" } ,
{ file = "wrapt-1.14.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:00108411e0f34c52ce16f81f1d308a571df7784932cc7491d1e94be2ee93374b" } ,
{ file = "wrapt-1.14.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:d332eecf307fca852d02b63f35a7872de32d5ba8b4ec32da82f45df986b39ff6" } ,
{ file = "wrapt-1.14.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:01f799def9b96a8ec1ef6b9c1bbaf2bbc859b87545efbecc4a78faea13d0e3a0" } ,
{ file = "wrapt-1.14.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:47045ed35481e857918ae78b54891fac0c1d197f22c95778e66302668309336c" } ,
{ file = "wrapt-1.14.0-cp39-cp39-win32.whl" , hash = "sha256:2eca15d6b947cfff51ed76b2d60fd172c6ecd418ddab1c5126032d27f74bc350" } ,
{ file = "wrapt-1.14.0-cp39-cp39-win_amd64.whl" , hash = "sha256:bb36fbb48b22985d13a6b496ea5fb9bb2a076fea943831643836c9f6febbcfdc" } ,
{ file = "wrapt-1.14.0.tar.gz" , hash = "sha256:8323a43bd9c91f62bb7d4be74cc9ff10090e7ef820e27bfe8815c57e68261311" } ,
]
2022-04-21 16:18:08 +02:00
x-transformers = [
{ file = "x-transformers-0.15.0.tar.gz" , hash = "sha256:968021a5df401b41b6ca649a0a0aceadd56f232bfad9880ea0b19e1571f0b168" } ,
{ file = "x_transformers-0.15.0-py3-none-any.whl" , hash = "sha256:7feefcf32f46005c2b9141d7dc0b08a0a472e4a7f4ea1f95e9e8dd4e79227309" } ,
]