This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/freeze-dependencies in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 282e9ba773b2d41bbd3ea2301f41026d6dfe0b3a Author: Andrew Reusch <[email protected]> AuthorDate: Wed Jun 29 13:02:12 2022 -0700 poetry 1.2.0b2 lockfile --- docker/python/build/poetry.lock | 311 +++++++++++++++++++++++++--------------- 1 file changed, 199 insertions(+), 112 deletions(-) diff --git a/docker/python/build/poetry.lock b/docker/python/build/poetry.lock index 2a7b85dea7..f15aeb1f0c 100644 --- a/docker/python/build/poetry.lock +++ b/docker/python/build/poetry.lock @@ -2,7 +2,7 @@ name = "absl-py" version = "1.1.0" description = "Abseil Python Common Libraries, see https://github.com/abseil/abseil-py." -category = "main" +category = "dev" optional = true python-versions = ">=3.6" @@ -66,12 +66,13 @@ reference = "custom-pypi" name = "astunparse" version = "1.6.3" description = "An AST unparser for Python" -category = "main" +category = "dev" optional = true python-versions = "*" [package.dependencies] six = ">=1.6.1,<2.0" +wheel = ">=0.23.0,<1.0" [package.source] type = "legacy" @@ -82,14 +83,14 @@ reference = "custom-pypi" name = "attrs" version = "21.4.0" description = "Classes Without Boilerplate" -category = "main" +category = "dev" 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"] +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.source] @@ -177,7 +178,7 @@ reference = "custom-pypi" name = "cachetools" version = "5.2.0" description = "Extensible memoizing collections and decorators" -category = "main" +category = "dev" optional = true python-versions = "~=3.7" @@ -190,8 +191,8 @@ reference = "custom-pypi" name = "certifi" version = "2022.6.15" description = "Python package for providing Mozilla's CA Bundle." -category = "main" -optional = false +category = "dev" +optional = true python-versions = ">=3.6" [package.source] @@ -201,11 +202,11 @@ reference = "custom-pypi" [[package]] name = "charset-normalizer" -version = "2.0.12" +version = "2.1.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" -optional = false -python-versions = ">=3.5.0" +category = "dev" +optional = true +python-versions = ">=3.6.0" [package.extras] unicode_backport = ["unicodedata2"] @@ -236,7 +237,7 @@ reference = "custom-pypi" name = "cloudpickle" version = "2.1.0" description = "Extended pickling support for Python objects" -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -249,7 +250,7 @@ reference = "custom-pypi" name = "colorama" version = "0.4.5" description = "Cross-platform colored terminal text." -category = "main" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" @@ -262,7 +263,7 @@ reference = "custom-pypi" name = "commonmark" version = "0.9.1" description = "Python parser for the CommonMark Markdown spec" -category = "main" +category = "dev" optional = false python-versions = "*" @@ -278,7 +279,7 @@ reference = "custom-pypi" name = "coremltools" version = "5.2.0" description = "Community Tools for Core ML" -category = "main" +category = "dev" optional = true python-versions = "*" @@ -328,7 +329,7 @@ reference = "custom-pypi" name = "decorator" version = "5.1.1" description = "Decorators for Humans" -category = "main" +category = "dev" optional = false python-versions = ">=3.5" @@ -376,7 +377,7 @@ reference = "custom-pypi" name = "ethos-u-vela" version = "3.2.0" description = "Neural network model compiler for Arm Ethos-U NPUs" -category = "main" +category = "dev" optional = true python-versions = "~=3.6" @@ -416,7 +417,7 @@ reference = "custom-pypi" name = "flatbuffers" version = "1.12" description = "The FlatBuffers serialization format for Python" -category = "main" +category = "dev" optional = true python-versions = "*" @@ -429,7 +430,7 @@ reference = "custom-pypi" name = "flowvision" version = "0.1.0" description = "oneflow vision codebase" -category = "main" +category = "dev" optional = true python-versions = "*" @@ -476,7 +477,7 @@ reference = "custom-pypi" name = "future" version = "0.18.2" description = "Clean single-source support for Python 3 and 2" -category = "main" +category = "dev" optional = true python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" @@ -489,7 +490,7 @@ reference = "custom-pypi" name = "gast" version = "0.4.0" description = "Python AST that abstracts the underlying Python version" -category = "main" +category = "dev" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" @@ -500,9 +501,9 @@ reference = "custom-pypi" [[package]] name = "google-auth" -version = "2.8.0" +version = "2.9.0" description = "Google Authentication Library" -category = "main" +category = "dev" optional = true python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*" @@ -527,7 +528,7 @@ reference = "custom-pypi" name = "google-auth-oauthlib" version = "0.4.6" description = "Google Authentication Library" -category = "main" +category = "dev" optional = true python-versions = ">=3.6" @@ -547,7 +548,7 @@ reference = "custom-pypi" name = "google-pasta" version = "0.2.0" description = "pasta is an AST-based Python refactoring library" -category = "main" +category = "dev" optional = true python-versions = "*" @@ -563,7 +564,7 @@ reference = "custom-pypi" name = "graphviz" version = "0.8.4" description = "Simple Python interface for Graphviz" -category = "main" +category = "dev" optional = true python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" @@ -581,7 +582,7 @@ reference = "custom-pypi" name = "grpcio" version = "1.47.0" description = "HTTP/2-based RPC framework" -category = "main" +category = "dev" optional = true python-versions = ">=3.6" @@ -600,7 +601,7 @@ reference = "custom-pypi" name = "h5py" version = "3.7.0" description = "Read and write HDF5 files from Python" -category = "main" +category = "dev" optional = true python-versions = ">=3.7" @@ -616,8 +617,8 @@ reference = "custom-pypi" name = "idna" version = "3.3" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" -optional = false +category = "dev" +optional = true python-versions = ">=3.5" [package.source] @@ -647,7 +648,7 @@ reference = "custom-pypi" name = "imageio" version = "2.19.3" description = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats." -category = "main" +category = "dev" optional = true python-versions = ">=3.7" @@ -694,7 +695,7 @@ reference = "custom-pypi" name = "importlib-metadata" version = "4.12.0" description = "Read metadata from Python packages" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" @@ -705,7 +706,7 @@ zipp = ">=0.5" [package.extras] docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"] perf = ["ipython"] -testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "importlib-resources (>=1.3)"] +testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "packaging", "pyfakefs", "flufl-flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "importlib-resources (>=1.3)"] [package.source] type = "legacy" @@ -754,7 +755,7 @@ reference = "custom-pypi" name = "keras" version = "2.7.0" description = "Deep learning for humans." -category = "main" +category = "dev" optional = true python-versions = "*" @@ -767,7 +768,7 @@ reference = "custom-pypi" name = "keras-preprocessing" version = "1.1.2" description = "Easy data preprocessing and data augmentation for deep learning models" -category = "main" +category = "dev" optional = true python-versions = "*" @@ -818,7 +819,7 @@ reference = "custom-pypi" name = "libclang" version = "14.0.1" description = "Clang Python Bindings, mirrored from the official LLVM repo: https://github.com/llvm/llvm-project/tree/main/clang/bindings/python, to make the installation process easier." -category = "main" +category = "dev" optional = true python-versions = "*" @@ -831,7 +832,7 @@ reference = "custom-pypi" name = "lxml" version = "4.9.0" description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." -category = "main" +category = "dev" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*" @@ -850,7 +851,7 @@ reference = "custom-pypi" name = "markdown" version = "3.3.7" description = "Python implementation of Markdown." -category = "main" +category = "dev" optional = true python-versions = ">=3.6" @@ -919,7 +920,7 @@ reference = "custom-pypi" name = "mpmath" version = "1.2.1" description = "Python library for arbitrary-precision floating-point arithmetic" -category = "main" +category = "dev" optional = true python-versions = "*" @@ -936,7 +937,7 @@ reference = "custom-pypi" name = "mxnet" version = "1.6.0" description = "MXNet is an ultra-scalable deep learning framework. This version uses openblas." -category = "main" +category = "dev" optional = true python-versions = "*" @@ -990,7 +991,7 @@ reference = "custom-pypi" name = "networkx" version = "2.6.3" description = "Python package for creating and manipulating graphs and networks" -category = "main" +category = "dev" optional = true python-versions = ">=3.7" @@ -1010,7 +1011,7 @@ reference = "custom-pypi" name = "numpy" version = "1.19.3" description = "NumPy is the fundamental package for array computing with Python." -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -1023,7 +1024,7 @@ reference = "custom-pypi" name = "oauthlib" version = "3.2.0" description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" -category = "main" +category = "dev" optional = true python-versions = ">=3.6" @@ -1041,7 +1042,7 @@ reference = "custom-pypi" name = "oneflow" version = "0.7.0" description = "" -category = "main" +category = "dev" optional = true python-versions = "*" @@ -1054,7 +1055,7 @@ reference = "custom-pypi" name = "onnx" version = "1.10.2" description = "Open Neural Network Exchange" -category = "main" +category = "dev" optional = true python-versions = "*" @@ -1076,7 +1077,7 @@ reference = "custom-pypi" name = "onnxoptimizer" version = "0.2.6" description = "Open Neural Network Exchange" -category = "main" +category = "dev" optional = true python-versions = "*" @@ -1095,7 +1096,7 @@ reference = "custom-pypi" name = "onnxruntime" version = "1.9.0" description = "ONNX Runtime is a runtime accelerator for Machine Learning models" -category = "main" +category = "dev" optional = true python-versions = "*" @@ -1113,7 +1114,7 @@ reference = "custom-pypi" name = "opencv-python" version = "4.5.4.60" description = "Wrapper package for OpenCV python bindings." -category = "main" +category = "dev" optional = true python-versions = ">=3.6" @@ -1125,11 +1126,31 @@ type = "legacy" url = "https://pypi.org/simple" reference = "custom-pypi" +[[package]] +name = "opencv-python" +version = "4.5.5.62" +description = "Wrapper package for OpenCV python bindings." +category = "dev" +optional = true +python-versions = ">=3.6" + +[package.dependencies] +numpy = [ + {version = ">=1.19.3", markers = "python_version >= \"3.6\" and platform_system == \"Linux\" and platform_machine == \"aarch64\""}, + {version = ">=1.14.5", markers = "python_version >= \"3.7\""}, + {version = ">=1.17.3", markers = "python_version >= \"3.8\""}, +] + +[package.source] +type = "legacy" +url = "https://pypi.org/simple" +reference = "custom-pypi" + [[package]] name = "opencv-python" version = "4.5.5.64" description = "Wrapper package for OpenCV python bindings." -category = "main" +category = "dev" optional = true python-versions = ">=3.6" @@ -1149,7 +1170,7 @@ reference = "custom-pypi" name = "opencv-python" version = "4.6.0.66" description = "Wrapper package for OpenCV python bindings." -category = "main" +category = "dev" optional = true python-versions = ">=3.6" @@ -1169,7 +1190,7 @@ reference = "custom-pypi" name = "opt-einsum" version = "3.3.0" description = "Optimizing numpys einsum function" -category = "main" +category = "dev" optional = true python-versions = ">=3.5" @@ -1189,7 +1210,7 @@ reference = "custom-pypi" name = "packaging" version = "21.3" description = "Core utilities for Python packages" -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -1205,7 +1226,7 @@ reference = "custom-pypi" name = "paddlepaddle" version = "2.1.3" description = "Parallel Distributed Deep Learning" -category = "main" +category = "dev" optional = true python-versions = "*" @@ -1231,7 +1252,7 @@ reference = "custom-pypi" name = "pillow" version = "9.1.0" description = "Python Imaging Library (Fork)" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" @@ -1265,7 +1286,7 @@ reference = "custom-pypi" name = "protobuf" version = "3.20.1" description = "Protocol Buffers" -category = "main" +category = "dev" optional = true python-versions = ">=3.7" @@ -1278,7 +1299,7 @@ reference = "custom-pypi" name = "psutil" version = "5.9.1" description = "Cross-platform lib for process and system monitoring in Python." -category = "main" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" @@ -1294,7 +1315,7 @@ reference = "custom-pypi" name = "pyasn1" version = "0.4.8" description = "ASN.1 types and codecs" -category = "main" +category = "dev" optional = true python-versions = "*" @@ -1307,7 +1328,7 @@ reference = "custom-pypi" name = "pyasn1-modules" version = "0.2.8" description = "A collection of ASN.1-based protocols modules." -category = "main" +category = "dev" optional = true python-versions = "*" @@ -1349,7 +1370,7 @@ reference = "custom-pypi" name = "pygments" version = "2.12.0" description = "Pygments is a syntax highlighting package written in Python." -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -1381,7 +1402,7 @@ reference = "custom-pypi" name = "pyparsing" version = "3.0.9" description = "pyparsing module - Classes and methods to define and execute parsing grammars" -category = "main" +category = "dev" optional = false python-versions = ">=3.6.8" @@ -1426,7 +1447,7 @@ reference = "custom-pypi" name = "pywavelets" version = "1.3.0" description = "PyWavelets, wavelet transform module" -category = "main" +category = "dev" optional = true python-versions = ">=3.7" @@ -1440,21 +1461,21 @@ reference = "custom-pypi" [[package]] name = "requests" -version = "2.28.0" +version = "2.28.1" description = "Python HTTP for Humans." -category = "main" +category = "dev" optional = false python-versions = ">=3.7, <4" [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = ">=2.0.0,<2.1.0" +charset-normalizer = ">=2,<3" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<1.27" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] -use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] +use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] [package.source] type = "legacy" @@ -1465,7 +1486,7 @@ reference = "custom-pypi" name = "requests-oauthlib" version = "1.3.1" description = "OAuthlib authentication support for Requests." -category = "main" +category = "dev" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" @@ -1485,7 +1506,7 @@ reference = "custom-pypi" name = "rich" version = "12.4.4" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "main" +category = "dev" optional = true python-versions = ">=3.6.3,<4.0.0" @@ -1506,7 +1527,7 @@ reference = "custom-pypi" name = "rsa" version = "4.8" description = "Pure-Python RSA implementation" -category = "main" +category = "dev" optional = true python-versions = ">=3.6,<4" @@ -1522,7 +1543,7 @@ reference = "custom-pypi" name = "scikit-image" version = "0.19.3" description = "Image processing in Python" -category = "main" +category = "dev" optional = true python-versions = ">=3.7" @@ -1551,7 +1572,7 @@ reference = "custom-pypi" name = "scipy" version = "1.7.3" description = "SciPy: Scientific Library for Python" -category = "main" +category = "dev" optional = false python-versions = ">=3.7,<3.11" @@ -1563,9 +1584,27 @@ type = "legacy" url = "https://pypi.org/simple" reference = "custom-pypi" +[[package]] +name = "setuptools" +version = "62.6.0" +description = "Easily download, build, install, upgrade, and uninstall Python packages" +category = "dev" +optional = false +python-versions = ">=3.7" + +[package.extras] +docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-reredirects", "sphinxcontrib-towncrier", "furo"] +testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-enabler (>=1.0.1)", "pytest-perf", "mock", "flake8-2020", "virtualenv (>=13.0.0)", "wheel", "pip (>=19.1)", "jaraco.envs (>=2.2)", "pytest-xdist", "jaraco.path (>=3.2.0)", "build", "filelock (>=3.4.0)", "pip-run (>=8.8)", "ini2toml[lite] (>=0.9)", "tomli-w (>=1.0.0)", "pytest-black (>=0.3.7)", "pytest-cov", "pytest-mypy (>=0.9.1)"] +testing-integration = ["pytest", "pytest-xdist", "pytest-enabler", "virtualenv (>=13.0.0)", "tomli", "wheel", "jaraco.path (>=3.2.0)", "jaraco.envs (>=2.2)", "build", "filelock (>=3.4.0)"] + +[package.source] +type = "legacy" +url = "https://pypi.org/simple" +reference = "custom-pypi" + [[package]] name = "setuptools-scm" -version = "7.0.2" +version = "7.0.3" description = "the blessed package to manage your versions by scm tags" category = "dev" optional = false @@ -1574,6 +1613,7 @@ python-versions = ">=3.7" [package.dependencies] importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} packaging = ">=20.0" +setuptools = "*" tomli = ">=1.0.0" typing-extensions = "*" @@ -1590,7 +1630,7 @@ reference = "custom-pypi" name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "main" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" @@ -1630,6 +1670,7 @@ Jinja2 = ">=2.3" packaging = "*" Pygments = ">=2.0" requests = ">=2.5.0" +setuptools = "*" snowballstemmer = ">=1.1" sphinxcontrib-applehelp = "*" sphinxcontrib-devhelp = "*" @@ -1675,6 +1716,7 @@ python-versions = "*" [package.dependencies] matplotlib = "*" pillow = "*" +setuptools = "*" sphinx = "*" [package.source] @@ -1820,7 +1862,7 @@ reference = "custom-pypi" name = "sympy" version = "1.10.1" description = "Computer algebra system (CAS) in Python" -category = "main" +category = "dev" optional = true python-versions = ">=3.7" @@ -1836,7 +1878,7 @@ reference = "custom-pypi" name = "synr" version = "0.6.0" description = "A consistent AST for Python" -category = "main" +category = "dev" optional = false python-versions = ">=3.6.2,<4.0.0" @@ -1852,7 +1894,7 @@ reference = "custom-pypi" name = "tabulate" version = "0.8.10" description = "Pretty-print tabular data" -category = "main" +category = "dev" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" @@ -1868,7 +1910,7 @@ reference = "custom-pypi" name = "tensorboard" version = "2.9.0" description = "TensorBoard lets you watch Tensors Flow" -category = "main" +category = "dev" optional = true python-versions = ">=3.6" @@ -1881,9 +1923,11 @@ markdown = ">=2.6.8" numpy = ">=1.12.0" protobuf = ">=3.9.2" requests = ">=2.21.0,<3" +setuptools = ">=41.0.0" tensorboard-data-server = ">=0.6.0,<0.7.0" tensorboard-plugin-wit = ">=1.6.0" werkzeug = ">=1.0.1" +wheel = ">=0.26" [package.source] type = "legacy" @@ -1894,7 +1938,7 @@ reference = "custom-pypi" name = "tensorboard-data-server" version = "0.6.1" description = "Fast data loading for TensorBoard" -category = "main" +category = "dev" optional = true python-versions = ">=3.6" @@ -1907,7 +1951,7 @@ reference = "custom-pypi" name = "tensorboard-plugin-wit" version = "1.8.1" description = "What-If Tool TensorBoard plugin." -category = "main" +category = "dev" optional = true python-versions = "*" @@ -1920,7 +1964,7 @@ reference = "custom-pypi" name = "tensorflow" version = "2.7.2" description = "TensorFlow is an open source machine learning framework for everyone." -category = "main" +category = "dev" optional = true python-versions = "*" @@ -1944,6 +1988,7 @@ tensorflow-estimator = ">=2.7.0rc0,<2.8" tensorflow-io-gcs-filesystem = ">=0.21.0" termcolor = ">=1.1.0" typing-extensions = ">=3.6.6" +wheel = ">=0.32.0,<1.0" wrapt = ">=1.11.0" [package.source] @@ -1955,7 +2000,7 @@ reference = "custom-pypi" name = "tensorflow-aarch64" version = "2.7.2" description = "TensorFlow is an open source machine learning framework for everyone." -category = "main" +category = "dev" optional = true python-versions = "*" @@ -1979,6 +2024,7 @@ tensorflow-estimator = ">=2.7.0rc0,<2.8" tensorflow-io-gcs-filesystem = ">=0.21.0" termcolor = ">=1.1.0" typing-extensions = ">=3.6.6" +wheel = ">=0.32.0,<1.0" wrapt = ">=1.11.0" [package.source] @@ -1990,7 +2036,7 @@ reference = "custom-pypi" name = "tensorflow-estimator" version = "2.7.0" description = "TensorFlow Estimator." -category = "main" +category = "dev" optional = true python-versions = "*" @@ -2003,7 +2049,7 @@ reference = "custom-pypi" name = "tensorflow-gpu" version = "2.7.2" description = "TensorFlow is an open source machine learning framework for everyone." -category = "main" +category = "dev" optional = true python-versions = "*" @@ -2027,6 +2073,7 @@ tensorflow-estimator = ">=2.7.0rc0,<2.8" tensorflow-io-gcs-filesystem = ">=0.21.0" termcolor = ">=1.1.0" typing-extensions = ">=3.6.6" +wheel = ">=0.32.0,<1.0" wrapt = ">=1.11.0" [package.source] @@ -2038,7 +2085,7 @@ reference = "custom-pypi" name = "tensorflow-io-gcs-filesystem" version = "0.26.0" description = "TensorFlow IO" -category = "main" +category = "dev" optional = true python-versions = ">=3.7, <3.11" @@ -2058,7 +2105,7 @@ reference = "custom-pypi" name = "termcolor" version = "1.1.0" description = "ANSII Color formatting for output in terminal." -category = "main" +category = "dev" optional = true python-versions = "*" @@ -2071,7 +2118,7 @@ reference = "custom-pypi" name = "tflite" version = "2.4.0" description = "Parsing TensorFlow Lite Models (*.tflite) Easily" -category = "main" +category = "dev" optional = true python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4,>=2.7" @@ -2088,7 +2135,7 @@ reference = "custom-pypi" name = "tifffile" version = "2021.11.2" description = "Read and write TIFF files" -category = "main" +category = "dev" optional = true python-versions = ">=3.7" @@ -2131,9 +2178,9 @@ reference = "custom-pypi" [[package]] name = "torch" -version = "1.11.0" +version = "1.11.0+cpu" description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration" -category = "main" +category = "dev" optional = true python-versions = ">=3.7.0" @@ -2149,7 +2196,7 @@ reference = "torch" name = "torchvision" version = "0.12.0+cpu" description = "image and video datasets and models for torch deep learning" -category = "main" +category = "dev" optional = true python-versions = ">=3.7" @@ -2172,7 +2219,7 @@ reference = "torch" name = "tornado" version = "6.1" description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed." -category = "main" +category = "dev" optional = false python-versions = ">= 3.5" @@ -2185,7 +2232,7 @@ reference = "custom-pypi" name = "tqdm" version = "4.64.0" description = "Fast, Extensible Progress Meter" -category = "main" +category = "dev" optional = true python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" @@ -2220,7 +2267,7 @@ reference = "custom-pypi" name = "typing-extensions" version = "4.2.0" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" @@ -2233,8 +2280,8 @@ reference = "custom-pypi" name = "urllib3" version = "1.26.9" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" -optional = false +category = "dev" +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" [package.extras] @@ -2251,7 +2298,7 @@ reference = "custom-pypi" name = "werkzeug" version = "2.1.2" description = "The comprehensive WSGI web application library." -category = "main" +category = "dev" optional = true python-versions = ">=3.7" @@ -2263,11 +2310,27 @@ type = "legacy" url = "https://pypi.org/simple" reference = "custom-pypi" +[[package]] +name = "wheel" +version = "0.37.1" +description = "A built-package format for Python" +category = "dev" +optional = true +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" + +[package.extras] +test = ["pytest (>=3.0.0)", "pytest-cov"] + +[package.source] +type = "legacy" +url = "https://pypi.org/simple" +reference = "custom-pypi" + [[package]] name = "wrapt" version = "1.11.2" description = "Module for decorators, wrappers and monkey patching." -category = "main" +category = "dev" optional = false python-versions = "*" @@ -2280,7 +2343,7 @@ reference = "custom-pypi" name = "xgboost" version = "1.6.1" description = "XGBoost Python Package" -category = "main" +category = "dev" optional = true python-versions = ">=3.7" @@ -2304,13 +2367,13 @@ reference = "custom-pypi" name = "zipp" version = "3.8.0" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" -optional = false +category = "dev" +optional = true python-versions = ">=3.7" [package.extras] docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"] -testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"] +testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco-itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"] [package.source] type = "legacy" @@ -2338,7 +2401,7 @@ xgboost = ["future", "torch", "xgboost"] [metadata] lock-version = "1.1" python-versions = ">=3.7, <3.9" -content-hash = "aec2a38a09f52c0a10ac201f763add8be375254cfb135b51b0c756239c3857c7" +content-hash = "4e0cbfe86d4e7077094433a2c07b8ca00f228d6f5be6a0952d3b535dade8783f" [metadata.files] absl-py = [ @@ -2411,8 +2474,8 @@ certifi = [ {file = "certifi-2022.6.15.tar.gz", hash = "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d"}, ] 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"}, + {file = "charset-normalizer-2.1.0.tar.gz", hash = "sha256:575e708016ff3a5e3681541cb9d79312c416835686d054a23accb873b254f413"}, + {file = "charset_normalizer-2.1.0-py3-none-any.whl", hash = "sha256:5189b6f22b01957427f35b6a08d9a0bc45b46d3788ef5a92e978433c7a35f8a5"}, ] click = [ {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"}, @@ -2491,8 +2554,8 @@ gast = [ {file = "gast-0.4.0.tar.gz", hash = "sha256:40feb7b8b8434785585ab224d1568b857edb18297e5a3047f1ba012bc83b42c1"}, ] google-auth = [ - {file = "google-auth-2.8.0.tar.gz", hash = "sha256:819b70140d05501739e1387291d39f0de3b4dff3b00ae4aff8e7a05369957f89"}, - {file = "google_auth-2.8.0-py2.py3-none-any.whl", hash = "sha256:9b1da39ab8731c3061f36fefde9f8bb902dbee9eb28e3a67e8cfa7dc1be76227"}, + {file = "google-auth-2.9.0.tar.gz", hash = "sha256:3b2f9d2f436cc7c3b363d0ac66470f42fede249c3bafcc504e9f0bcbe983cff0"}, + {file = "google_auth-2.9.0-py2.py3-none-any.whl", hash = "sha256:75b3977e7e22784607e074800048f44d6a56df589fb2abe58a11d4d20c97c314"}, ] google-auth-oauthlib = [ {file = "google-auth-oauthlib-0.4.6.tar.gz", hash = "sha256:a90a072f6993f2c327067bf65270046384cda5a8ecb20b94ea9a687f1f233a7a"}, @@ -3023,6 +3086,13 @@ opencv-python = [ {file = "opencv_python-4.5.4.60-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:34ff0af4a40a36aa19e02a3efd27b4f68afbf60d631d1fd1aeb5b73b525943d7"}, {file = "opencv_python-4.5.4.60-cp39-cp39-win32.whl", hash = "sha256:5f62798d00efc1299cc87fcc788b11d0541114f0df35e0f2033c34751e4f708e"}, {file = "opencv_python-4.5.4.60-cp39-cp39-win_amd64.whl", hash = "sha256:abfecb14c7fc23c5c1337a71b67cc852d79de67311a9a557c41a37bf5de35bf9"}, + {file = "opencv-python-4.5.5.62.tar.gz", hash = "sha256:3efe232b32d5e1327e7c82bc6d61230737821c5190ce5c783e64a1bc8d514e18"}, + {file = "opencv_python-4.5.5.62-cp36-abi3-macosx_10_15_x86_64.whl", hash = "sha256:2601388def0d6b957cc30dd88f8ff74a5651ae6940dd9e488241608cfa2b15c7"}, + {file = "opencv_python-4.5.5.62-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:71fdc49df412b102d97f14927321309043c79c4a3582cce1dc803370ff9c39c0"}, + {file = "opencv_python-4.5.5.62-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:130cc75d56b29aa3c5de8b6ac438242dd2574ba6eaa8bccdffdcfd6b78632f7f"}, + {file = "opencv_python-4.5.5.62-cp36-abi3-win32.whl", hash = "sha256:3a75c7ad45b032eea0c72e389aac6dd435f5c87e87f60237095c083400bc23aa"}, + {file = "opencv_python-4.5.5.62-cp36-abi3-win_amd64.whl", hash = "sha256:c463d2276d8662b972d20ca9644702188507de200ca5405b89e1fe71c5c99989"}, + {file = "opencv_python-4.5.5.62-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:ac92e743e22681f30001942d78512c1e39bce53dbffc504e5645fdc45c0f2c47"}, {file = "opencv-python-4.5.5.64.tar.gz", hash = "sha256:f65de0446a330c3b773cd04ba10345d8ce1b15dcac3f49770204e37602d0b3f7"}, {file = "opencv_python-4.5.5.64-cp36-abi3-macosx_10_15_x86_64.whl", hash = "sha256:a512a0c59b6fec0fac3844b2f47d6ecb1a9d18d235e6c5491ce8dbbe0663eae8"}, {file = "opencv_python-4.5.5.64-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca6138b6903910e384067d001763d40f97656875487381aed32993b076f44375"}, @@ -3237,8 +3307,8 @@ pywavelets = [ {file = "PyWavelets-1.3.0.tar.gz", hash = "sha256:cbaa9d62052d9daf8da765fc8e7c30c38ea2b8e9e1c18841913dfb4aec671ee5"}, ] requests = [ - {file = "requests-2.28.0-py3-none-any.whl", hash = "sha256:bc7861137fbce630f17b03d3ad02ad0bf978c844f3536d0edda6499dafce2b6f"}, - {file = "requests-2.28.0.tar.gz", hash = "sha256:d568723a7ebd25875d8d1eaf5dfa068cd2fc8194b2e483d7b1f7c81918dbec6b"}, + {file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"}, + {file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"}, ] requests-oauthlib = [ {file = "requests-oauthlib-1.3.1.tar.gz", hash = "sha256:75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a"}, @@ -3311,9 +3381,13 @@ scipy = [ {file = "scipy-1.7.3-cp39-cp39-win_amd64.whl", hash = "sha256:3f78181a153fa21c018d346f595edd648344751d7f03ab94b398be2ad083ed3e"}, {file = "scipy-1.7.3.tar.gz", hash = "sha256:ab5875facfdef77e0a47d5fd39ea178b58e60e454a4c85aa1e52fcb80db7babf"}, ] +setuptools = [ + {file = "setuptools-62.6.0-py3-none-any.whl", hash = "sha256:c1848f654aea2e3526d17fc3ce6aeaa5e7e24e66e645b5be2171f3f6b4e5a178"}, + {file = "setuptools-62.6.0.tar.gz", hash = "sha256:990a4f7861b31532871ab72331e755b5f14efbe52d336ea7f6118144dd478741"}, +] setuptools-scm = [ - {file = "setuptools_scm-7.0.2-py3-none-any.whl", hash = "sha256:ec120c99027a785c7a349667480a5b2100dfc7d5063e545c93f3735508945aef"}, - {file = "setuptools_scm-7.0.2.tar.gz", hash = "sha256:53afbaa882f43e5ec8e14f2d93b9c268dc62eb3f6cc8b2790f8cb97903e53c02"}, + {file = "setuptools_scm-7.0.3-py3-none-any.whl", hash = "sha256:7934c856b042199eb44e1523b46abb881726b7d61b3c9b41a756e4ffb4adf73b"}, + {file = "setuptools_scm-7.0.3.tar.gz", hash = "sha256:cf8ab8e235bed840cd4559b658af0d8e8a70896a191bbc510ee914ec5325332d"}, ] six = [ {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, @@ -3452,7 +3526,16 @@ tomli = [ {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] -torch = [] +torch = [ + {file = "torch-1.11.0+cpu-cp310-cp310-linux_x86_64.whl", hash = "sha256:32fa00d974707c0183bc4dd0c1d69e853d0f15cc60f157b71ac5718847808943"}, + {file = "torch-1.11.0+cpu-cp310-cp310-win_amd64.whl", hash = "sha256:bd984fa8676b2f7c9611b40af3a7c168fb90be3e29028219f822696bb357f472"}, + {file = "torch-1.11.0+cpu-cp37-cp37m-linux_x86_64.whl", hash = "sha256:50008b82004b9d91e036cc199a57f863b6f8978b8a222176f9a4435fce181dd8"}, + {file = "torch-1.11.0+cpu-cp37-cp37m-win_amd64.whl", hash = "sha256:7bbd8b77a59e628a7cb84289a3a26adc7e28dd7213c7f666537f26e714fb1721"}, + {file = "torch-1.11.0+cpu-cp38-cp38-linux_x86_64.whl", hash = "sha256:22997df8f3a3f9faed40ef9e7964d1869cafa0317cc4a5b115bfdf69323e8884"}, + {file = "torch-1.11.0+cpu-cp38-cp38-win_amd64.whl", hash = "sha256:0dbdddc7452a2c42250df369e4968b62589ab0ac1b9d14e27701eb4fc3839ad1"}, + {file = "torch-1.11.0+cpu-cp39-cp39-linux_x86_64.whl", hash = "sha256:544c13ef120531ec2f28a3c858c06e600d514a6dfe09b4dd6fd0262088dd2fa3"}, + {file = "torch-1.11.0+cpu-cp39-cp39-win_amd64.whl", hash = "sha256:7198bf5c69464459bd79526c6a4eaad2806db886443ee2f4e8e7a492bccf03ef"}, +] torchvision = [] tornado = [ {file = "tornado-6.1-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:d371e811d6b156d82aa5f9a4e08b58debf97c302a35714f6f45e35139c332e32"}, @@ -3545,6 +3628,10 @@ werkzeug = [ {file = "Werkzeug-2.1.2-py3-none-any.whl", hash = "sha256:72a4b735692dd3135217911cbeaa1be5fa3f62bffb8745c5215420a03dc55255"}, {file = "Werkzeug-2.1.2.tar.gz", hash = "sha256:1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6"}, ] +wheel = [ + {file = "wheel-0.37.1-py2.py3-none-any.whl", hash = "sha256:4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a"}, + {file = "wheel-0.37.1.tar.gz", hash = "sha256:e9a504e793efbca1b8e0e9cb979a249cf4a0a7b5b8c9e8b65a5e39d49529c1c4"}, +] wrapt = [ {file = "wrapt-1.11.2.tar.gz", hash = "sha256:565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1"}, ]
