From 402fcf37a8686ecf220b4c5095a43cee570e8962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 22:15:22 +0000 Subject: [PATCH] Bump tqdm from 4.66.2 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 228 ++++------------------------------------------------ 1 file changed, 16 insertions(+), 212 deletions(-) diff --git a/poetry.lock b/poetry.lock index 17dff230c..c54e806cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "adagio" version = "0.2.4" description = "The Dag IO Framework for Fugue projects" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -19,7 +18,6 @@ triad = ">=0.6.1" name = "aiohttp" version = "3.9.5" description = "Async http client/server framework (asyncio)" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -116,7 +114,6 @@ speedups = ["Brotli", "aiodns", "brotlicffi"] name = "aiosignal" version = "1.3.1" description = "aiosignal: a list of registered asynchronous callbacks" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -131,7 +128,6 @@ frozenlist = ">=1.1.0" name = "alembic" version = "1.13.1" description = "A database migration tool for SQLAlchemy." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -153,7 +149,6 @@ tz = ["backports.zoneinfo"] name = "appdirs" version = "1.4.4" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "main" optional = false python-versions = "*" files = [ @@ -165,7 +160,6 @@ files = [ name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -177,7 +171,6 @@ files = [ name = "attrs" version = "23.2.0" description = "Classes Without Boilerplate" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -197,7 +190,6 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p name = "audioread" version = "3.0.1" description = "Multi-library, cross-platform audio decoding." -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -212,7 +204,6 @@ test = ["tox"] name = "autopep8" version = "2.1.0" description = "A tool that automatically formats Python code to conform to the PEP 8 style guide" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -228,7 +219,6 @@ tomli = {version = "*", markers = "python_version < \"3.11\""} name = "beautifulsoup4" version = "4.12.3" description = "Screen-scraping library" -category = "main" optional = true python-versions = ">=3.6.0" files = [ @@ -250,7 +240,6 @@ lxml = ["lxml"] name = "black" version = "24.3.0" description = "The uncompromising code formatter." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -297,7 +286,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "certifi" version = "2024.2.2" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -309,7 +297,6 @@ files = [ name = "cffi" version = "1.16.0" description = "Foreign Function Interface for Python calling C code." -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -374,7 +361,6 @@ pycparser = "*" name = "charset-normalizer" version = "3.3.2" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -474,7 +460,6 @@ files = [ name = "click" version = "8.1.7" description = "Composable command line interface toolkit" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -489,7 +474,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "cloudpickle" version = "3.0.0" description = "Pickler class to extend the standard pickle.Pickler functionality" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -501,7 +485,6 @@ files = [ name = "cmdstanpy" version = "1.2.2" description = "Python interface to CmdStan" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -524,7 +507,6 @@ test = ["flake8", "mypy", "pylint", "pytest", "pytest-cov", "pytest-order", "xar name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -536,7 +518,6 @@ files = [ name = "colorlog" version = "6.5.0" description = "Add colours to the output of Python's logging module." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -554,7 +535,6 @@ development = ["black", "flake8", "mypy", "pytest", "types-colorama"] name = "combo" version = "0.1.3" description = "A Python Toolbox for Machine Learning Model Combination" -category = "main" optional = true python-versions = "*" files = [ @@ -574,7 +554,6 @@ scipy = "*" name = "contourpy" version = "1.1.1" description = "Python library for calculating contours of 2D quadrilateral grids" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -646,7 +625,6 @@ test-no-images = ["pytest", "pytest-cov", "wurlitzer"] name = "convertdate" version = "2.4.0" description = "Converts between Gregorian dates and other calendar systems" -category = "main" optional = true python-versions = "<4,>=3.7" files = [ @@ -666,7 +644,6 @@ tests = ["coverage"] name = "cryptography" version = "42.0.5" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -721,7 +698,6 @@ test-randomorder = ["pytest-randomly"] name = "cycler" version = "0.12.1" description = "Composable style cycles" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -737,7 +713,6 @@ tests = ["pytest", "pytest-cov", "pytest-xdist"] name = "cython" version = "3.0.10" description = "The Cython compiler for writing C extensions in the Python language." -category = "main" optional = true python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" files = [ @@ -805,7 +780,6 @@ files = [ name = "dataclasses-json" version = "0.6.5" description = "Easily serialize dataclasses to and from JSON." -category = "main" optional = false python-versions = "<4.0,>=3.7" files = [ @@ -821,7 +795,6 @@ typing-inspect = ">=0.4.0,<1" name = "dataprep-ml" version = "0.0.23" description = "Automated dataframe analysis for Machine Learning pipelines." -category = "main" optional = false python-versions = "<3.12,>=3.8" files = [ @@ -844,7 +817,6 @@ type-infer = ">=0.0.16" name = "decorator" version = "5.1.1" description = "Decorators for Humans" -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -856,7 +828,6 @@ files = [ name = "dill" version = "0.3.6" description = "serialize all of python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -871,7 +842,6 @@ graph = ["objgraph (>=1.7.2)"] name = "dlx" version = "1.0.4" description = "Implementation of Donald Knuth's Dancing Links algorithm." -category = "main" optional = true python-versions = "*" files = [ @@ -882,7 +852,6 @@ files = [ name = "docplex" version = "2.27.239" description = "The IBM Decision Optimization CPLEX Modeling for Python" -category = "main" optional = true python-versions = "*" files = [ @@ -896,7 +865,6 @@ six = "*" name = "einops" version = "0.8.0" description = "A new flavour of deep learning operations" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -908,7 +876,6 @@ files = [ name = "ephem" version = "4.1.5" description = "Compute positions of the planets and stars" -category = "main" optional = true python-versions = "*" files = [ @@ -1001,7 +968,6 @@ files = [ name = "fastdtw" version = "0.3.4" description = "Dynamic Time Warping (DTW) algorithm with an O(N) time and memory complexity." -category = "main" optional = true python-versions = "*" files = [ @@ -1016,7 +982,6 @@ numpy = "*" name = "fastjsonschema" version = "2.19.1" description = "Fastest Python implementation of JSON schema" -category = "main" optional = true python-versions = "*" files = [ @@ -1031,7 +996,6 @@ devel = ["colorama", "json-spec", "jsonschema", "pylint", "pytest", "pytest-benc name = "filelock" version = "3.14.0" description = "A platform independent file lock." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1048,7 +1012,6 @@ typing = ["typing-extensions (>=4.8)"] name = "flake8" version = "7.0.0" description = "the modular source code checker: pep8 pyflakes and co" -category = "main" optional = true python-versions = ">=3.8.1" files = [ @@ -1065,7 +1028,6 @@ pyflakes = ">=3.2.0,<3.3.0" name = "fonttools" version = "4.51.0" description = "Tools to manipulate font files" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1131,7 +1093,6 @@ woff = ["brotli (>=1.0.1)", "brotlicffi (>=0.8.0)", "zopfli (>=0.1.4)"] name = "frozendict" version = "2.4.2" description = "A simple immutable dictionary" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -1177,7 +1138,6 @@ files = [ name = "frozenlist" version = "1.4.1" description = "A list-like structure which implements collections.abc.MutableSequence" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -1264,7 +1224,6 @@ files = [ name = "fs" version = "2.4.16" description = "Python's filesystem abstraction layer" -category = "main" optional = false python-versions = "*" files = [ @@ -1284,7 +1243,6 @@ scandir = ["scandir (>=1.5,<2.0)"] name = "fsspec" version = "2024.3.1" description = "File-system specification" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1323,7 +1281,6 @@ tqdm = ["tqdm"] name = "fugue" version = "0.9.0" description = "An abstraction layer for distributed computation" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1351,7 +1308,6 @@ sql = ["fugue-sql-antlr (>=0.2.0)", "jinja2", "qpd (>=0.4.4)", "sqlglot"] name = "gluonts" version = "0.13.9" description = "Probabilistic time series modeling in Python." -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -1369,7 +1325,7 @@ typing-extensions = ">=4.0,<5.0" [package.extras] arrow = ["pyarrow"] -dev = ["black", "click", "docutils (<=0.16)", "flaky (>=3.6,<4.0)", "flask (>=2.0,<3.0)", "fsspec (>=0.8,<0.9)", "furo (==2022.6.4.1)", "gunicorn (>=19.9,<20.0)", "holidays (>=0.9,<1.0)", "ipykernel (>=6.5,<7.0)", "ipython", "m2r2", "matplotlib", "myst-parser", "nbconvert (>=6.5.1,<6.6.0)", "nbsphinx (>=0.8.8,<0.9.0)", "notedown", "optuna (>=2.10,<3.0)", "orjson", "pandas (>=1.1)", "pyarrow", "pytest (>=6.0)", "pytest-cov (>=2.6.0,<2.7.0)", "pytest-runner (>=2.11,<3.0)", "pytest-timeout (>=1.3,<2.0)", "pytest-xdist (>=1.27,<2.0)", "recommonmark", "requests", "s3fs (>=0.5,<1.0)", "s3fs (>=0.6,<1.0)", "sagemaker (>=2.0,<3.0)", "sphinx (>=4.0,<5.0)", "ujson"] +dev = ["black", "click", "docutils (<=0.16)", "flaky (>=3.6,<4.0)", "flask (>=2.0,<3.0)", "fsspec (>=0.8,<0.9)", "furo (==2022.6.4.1)", "gunicorn (>=19.9,<20.0)", "holidays (>=0.9,<1.0)", "ipykernel (>=6.5,<7.0)", "ipython", "m2r2", "matplotlib", "myst-parser", "nbconvert (>=6.5.1,<6.6.0)", "nbsphinx (>=0.8.8,<0.9.0)", "notedown", "optuna (>=2.10,<3.0)", "orjson", "pandas (>=1.1)", "pyarrow", "pytest (>=6.0)", "pytest-cov (==2.6.*)", "pytest-runner (>=2.11,<3.0)", "pytest-timeout (>=1.3,<2.0)", "pytest-xdist (>=1.27,<2.0)", "recommonmark", "requests", "s3fs (>=0.5,<1.0)", "s3fs (>=0.6,<1.0)", "sagemaker (>=2.0,<3.0)", "sphinx (>=4.0,<5.0)", "ujson"] docs = ["black", "click", "docutils (<=0.16)", "furo (==2022.6.4.1)", "holidays (>=0.9,<1.0)", "ipykernel (>=6.5,<7.0)", "ipython", "m2r2", "matplotlib", "myst-parser", "nbconvert (>=6.5.1,<6.6.0)", "nbsphinx (>=0.8.8,<0.9.0)", "notedown", "optuna (>=2.10,<3.0)", "orjson", "pytest-runner (>=2.11,<3.0)", "recommonmark", "sphinx (>=4.0,<5.0)"] mxnet = ["mxnet (>=1.7,<2.0)", "numpy (<1.24)"] pro = ["orjson", "pyarrow"] @@ -1382,7 +1338,6 @@ torch = ["protobuf (>=3.19.0,<3.20.0)", "pytorch-lightning (>=1.5,<3)", "scipy ( name = "graphviz" version = "0.8.4" description = "Simple Python interface for Graphviz" -category = "main" optional = true python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ @@ -1399,7 +1354,6 @@ test = ["mock (>=2)", "pytest (>=3.4)", "pytest-cov", "pytest-mock (>=1.8)"] name = "greenlet" version = "3.0.3" description = "Lightweight in-process concurrent programming" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1471,7 +1425,6 @@ test = ["objgraph", "psutil"] name = "h5py" version = "3.2.1" description = "Read and write HDF5 files from Python" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -1497,7 +1450,6 @@ numpy = [ name = "holidays" version = "0.47" description = "Generate and work with holidays in Python" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -1512,7 +1464,6 @@ python-dateutil = "*" name = "html5lib" version = "1.1" description = "HTML parser based on the WHATWG HTML specification" -category = "main" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -1534,7 +1485,6 @@ lxml = ["lxml"] name = "huggingface-hub" version = "0.22.2" description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" -category = "main" optional = false python-versions = ">=3.8.0" files = [ @@ -1569,7 +1519,6 @@ typing = ["types-PyYAML", "types-requests", "types-simplejson", "types-toml", "t name = "idna" version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1581,7 +1530,6 @@ files = [ name = "importlib-metadata" version = "7.1.0" description = "Read metadata from Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1601,7 +1549,6 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", name = "importlib-resources" version = "6.4.0" description = "Read resources from Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1620,7 +1567,6 @@ testing = ["jaraco.test (>=5.4)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "p name = "inflection" version = "0.5.1" description = "A port of Ruby on Rails inflector to Python" -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -1632,7 +1578,6 @@ files = [ name = "intel-openmp" version = "2021.4.0" description = "Intel OpenMP* Runtime Library" -category = "main" optional = false python-versions = "*" files = [ @@ -1647,7 +1592,6 @@ files = [ name = "jinja2" version = "3.1.3" description = "A very fast and expressive template engine." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1665,7 +1609,6 @@ i18n = ["Babel (>=2.7)"] name = "joblib" version = "1.4.0" description = "Lightweight pipelining with Python functions" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1677,7 +1620,6 @@ files = [ name = "jsonschema" version = "4.21.1" description = "An implementation of JSON Schema validation for Python" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -1701,7 +1643,6 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jsonschema-specifications" version = "2023.12.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -1717,7 +1658,6 @@ referencing = ">=0.31.0" name = "kiwisolver" version = "1.4.5" description = "A fast implementation of the Cassowary constraint solver" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1831,7 +1771,6 @@ files = [ name = "librosa" version = "0.8.1" description = "Python module for audio and music processing" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -1854,14 +1793,13 @@ soundfile = ">=0.10.2" [package.extras] display = ["matplotlib (>=1.5)"] -docs = ["matplotlib (>=2.0.0,<3.3)", "numba (<0.50)", "numpydoc", "presets", "sphinx (!=1.3.1)", "sphinx-gallery (>=0.7)", "sphinx-multiversion (>=0.2.3)", "sphinx-rtd-theme (>=0.5.0,<0.6.0)", "spinxcontrib-svg2pdfconverter"] +docs = ["matplotlib (>=2.0.0,<3.3)", "numba (<0.50)", "numpydoc", "presets", "sphinx (!=1.3.1)", "sphinx-gallery (>=0.7)", "sphinx-multiversion (>=0.2.3)", "sphinx-rtd-theme (==0.5.*)", "spinxcontrib-svg2pdfconverter"] tests = ["contextlib2", "matplotlib (>=3.0)", "pytest", "pytest-cov", "pytest-mpl", "samplerate", "soxr"] [[package]] name = "lightgbm" version = "3.3.3" description = "LightGBM Python Package" -category = "main" optional = true python-versions = "*" files = [ @@ -1885,7 +1823,6 @@ dask = ["dask[array] (>=2.0.0)", "dask[dataframe] (>=2.0.0)", "dask[distributed] name = "lightning-utilities" version = "0.11.2" description = "Lightning toolbox for across the our ecosystem." -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -1907,7 +1844,6 @@ typing = ["mypy (>=1.0.0)", "types-setuptools"] name = "llvmlite" version = "0.41.1" description = "lightweight wrapper around basic LLVM functionality" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1941,7 +1877,6 @@ files = [ name = "lunarcalendar" version = "0.0.9" description = "A lunar calendar converter, including a number of lunar and solar holidays, mainly from China." -category = "main" optional = true python-versions = ">=2.7, <4" files = [ @@ -1958,7 +1893,6 @@ pytz = "*" name = "lxml" version = "5.2.1" description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2129,7 +2063,6 @@ source = ["Cython (>=3.0.10)"] name = "mako" version = "1.3.3" description = "A super-fast templating language that borrows the best ideas from the existing templating languages." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2149,7 +2082,6 @@ testing = ["pytest"] name = "markupsafe" version = "2.1.5" description = "Safely add untrusted strings to HTML/XML markup." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2219,7 +2151,6 @@ files = [ name = "marshmallow" version = "3.21.1" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2239,7 +2170,6 @@ tests = ["pytest", "pytz", "simplejson"] name = "matplotlib" version = "3.7.5" description = "Python plotting package" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2308,7 +2238,6 @@ python-dateutil = ">=2.7" name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2320,7 +2249,6 @@ files = [ name = "mindsdb-evaluator" version = "0.0.12" description = "Model evaluation for Machine Learning pipelines." -category = "main" optional = false python-versions = ">=3.8,<3.12" files = [ @@ -2339,7 +2267,6 @@ type-infer = ">=0.0.15" name = "mkl" version = "2021.4.0" description = "IntelĀ® oneAPI Math Kernel Library" -category = "main" optional = false python-versions = "*" files = [ @@ -2351,14 +2278,13 @@ files = [ ] [package.dependencies] -intel-openmp = ">=2021.0.0,<2022.0.0" -tbb = ">=2021.0.0,<2022.0.0" +intel-openmp = "==2021.*" +tbb = "==2021.*" [[package]] name = "more-itertools" version = "10.2.0" description = "More routines for operating on iterables, beyond itertools" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -2370,7 +2296,6 @@ files = [ name = "mpmath" version = "1.3.0" description = "Python library for arbitrary-precision floating-point arithmetic" -category = "main" optional = false python-versions = "*" files = [ @@ -2388,7 +2313,6 @@ tests = ["pytest (>=4.6)"] name = "msgpack" version = "1.0.8" description = "MessagePack serializer" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -2454,7 +2378,6 @@ files = [ name = "multidict" version = "6.0.5" description = "multidict implementation" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -2554,7 +2477,6 @@ files = [ name = "multitasking" version = "0.0.11" description = "Non-blocking Python methods using decorators" -category = "main" optional = true python-versions = "*" files = [ @@ -2566,7 +2488,6 @@ files = [ name = "mxnet" version = "1.9.1" description = "Apache MXNet is an ultra-scalable deep learning framework. This version uses openblas and MKLDNN." -category = "main" optional = true python-versions = "*" files = [ @@ -2584,7 +2505,6 @@ requests = ">=2.20.0,<3" name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -2596,7 +2516,6 @@ files = [ name = "networkx" version = "3.1" description = "Python package for creating and manipulating graphs and networks" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2615,7 +2534,6 @@ test = ["codecov (>=2.1)", "pytest (>=7.2)", "pytest-cov (>=4.0)"] name = "neuralforecast" version = "1.6.4" description = "Time series forecasting suite using deep learning models" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -2640,7 +2558,6 @@ dev = ["black", "flake8", "hyperopt", "matplotlib", "mypy", "nbdev"] name = "nltk" version = "3.8.1" description = "Natural Language Toolkit" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2666,7 +2583,6 @@ twitter = ["twython"] name = "numba" version = "0.58.1" description = "compiling Python code using LLVM" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2695,14 +2611,13 @@ files = [ [package.dependencies] importlib-metadata = {version = "*", markers = "python_version < \"3.9\""} -llvmlite = ">=0.41.0dev0,<0.42" +llvmlite = "==0.41.*" numpy = ">=1.22,<1.27" [[package]] name = "numpy" version = "1.24.4" description = "Fundamental package for array computing in Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2740,7 +2655,6 @@ files = [ name = "nvidia-cublas-cu12" version = "12.1.3.1" description = "CUBLAS native runtime libraries" -category = "main" optional = false python-versions = ">=3" files = [ @@ -2752,7 +2666,6 @@ files = [ name = "nvidia-cuda-cupti-cu12" version = "12.1.105" description = "CUDA profiling tools runtime libs." -category = "main" optional = false python-versions = ">=3" files = [ @@ -2764,7 +2677,6 @@ files = [ name = "nvidia-cuda-nvrtc-cu12" version = "12.1.105" description = "NVRTC native runtime libraries" -category = "main" optional = false python-versions = ">=3" files = [ @@ -2776,7 +2688,6 @@ files = [ name = "nvidia-cuda-runtime-cu12" version = "12.1.105" description = "CUDA Runtime native Libraries" -category = "main" optional = false python-versions = ">=3" files = [ @@ -2788,7 +2699,6 @@ files = [ name = "nvidia-cudnn-cu12" version = "8.9.2.26" description = "cuDNN runtime libraries" -category = "main" optional = false python-versions = ">=3" files = [ @@ -2802,7 +2712,6 @@ nvidia-cublas-cu12 = "*" name = "nvidia-cufft-cu12" version = "11.0.2.54" description = "CUFFT native runtime libraries" -category = "main" optional = false python-versions = ">=3" files = [ @@ -2814,7 +2723,6 @@ files = [ name = "nvidia-curand-cu12" version = "10.3.2.106" description = "CURAND native runtime libraries" -category = "main" optional = false python-versions = ">=3" files = [ @@ -2826,7 +2734,6 @@ files = [ name = "nvidia-cusolver-cu12" version = "11.4.5.107" description = "CUDA solver native runtime libraries" -category = "main" optional = false python-versions = ">=3" files = [ @@ -2843,7 +2750,6 @@ nvidia-nvjitlink-cu12 = "*" name = "nvidia-cusparse-cu12" version = "12.1.0.106" description = "CUSPARSE native runtime libraries" -category = "main" optional = false python-versions = ">=3" files = [ @@ -2858,7 +2764,6 @@ nvidia-nvjitlink-cu12 = "*" name = "nvidia-nccl-cu12" version = "2.20.5" description = "NVIDIA Collective Communication Library (NCCL) Runtime" -category = "main" optional = false python-versions = ">=3" files = [ @@ -2870,7 +2775,6 @@ files = [ name = "nvidia-nvjitlink-cu12" version = "12.4.127" description = "Nvidia JIT LTO Library" -category = "main" optional = false python-versions = ">=3" files = [ @@ -2882,7 +2786,6 @@ files = [ name = "nvidia-nvtx-cu12" version = "12.1.105" description = "NVIDIA Tools Extension" -category = "main" optional = false python-versions = ">=3" files = [ @@ -2894,7 +2797,6 @@ files = [ name = "optuna" version = "3.6.1" description = "A hyperparameter optimization framework" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2922,7 +2824,6 @@ test = ["coverage", "fakeredis[lua]", "kaleido", "moto", "pytest", "scipy (>=1.9 name = "packaging" version = "24.0" description = "Core utilities for Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2934,7 +2835,6 @@ files = [ name = "pandas" version = "2.0.3" description = "Powerful data structures for data analysis, time series, and statistics" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2968,8 +2868,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.20.3", markers = "python_version < \"3.10\""}, - {version = ">=1.21.0", markers = "python_version >= \"3.10\""}, {version = ">=1.23.2", markers = "python_version >= \"3.11\""}, + {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" @@ -3002,7 +2902,6 @@ xml = ["lxml (>=4.6.3)"] name = "pathspec" version = "0.12.1" description = "Utility library for gitignore style pattern matching of file paths." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -3014,7 +2913,6 @@ files = [ name = "patsy" version = "0.5.6" description = "A Python package for describing statistical models and for building design matrices." -category = "main" optional = false python-versions = "*" files = [ @@ -3033,7 +2931,6 @@ test = ["pytest", "pytest-cov", "scipy"] name = "peewee" version = "3.17.3" description = "a little orm" -category = "main" optional = true python-versions = "*" files = [ @@ -3044,7 +2941,6 @@ files = [ name = "pillow" version = "10.3.0" description = "Python Imaging Library (Fork)" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -3131,7 +3027,6 @@ xmp = ["defusedxml"] name = "pkgutil-resolve-name" version = "1.3.10" description = "Resolve a name to an object." -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3143,7 +3038,6 @@ files = [ name = "platformdirs" version = "4.2.1" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -3160,7 +3054,6 @@ type = ["mypy (>=1.8)"] name = "ply" version = "3.11" description = "Python Lex & Yacc" -category = "main" optional = true python-versions = "*" files = [ @@ -3172,7 +3065,6 @@ files = [ name = "polars" version = "0.20.23" description = "Blazingly fast DataFrame library" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -3212,7 +3104,6 @@ xlsxwriter = ["xlsxwriter"] name = "pooch" version = "1.8.1" description = "\"Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory, with support for versioning and corruption checks.\"" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -3234,7 +3125,6 @@ xxhash = ["xxhash (>=1.4.3)"] name = "prophet" version = "1.1" description = "Automatic Forecasting Procedure" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -3272,7 +3162,6 @@ wheel = ">=0.37.0" name = "protobuf" version = "5.26.1" description = "" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -3293,7 +3182,6 @@ files = [ name = "psutil" version = "5.9.8" description = "Cross-platform lib for process and system monitoring in Python." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -3322,7 +3210,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"] name = "py3langid" version = "0.2.2" description = "Fork of the language identification tool langid.py, featuring a modernized codebase and faster execution times." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3337,7 +3224,6 @@ numpy = "*" name = "pyarrow" version = "16.0.0" description = "Python library for Apache Arrow" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -3386,7 +3272,6 @@ numpy = ">=1.16.6" name = "pycodestyle" version = "2.11.1" description = "Python style guide checker" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -3398,7 +3283,6 @@ files = [ name = "pycparser" version = "2.22" description = "C parser in Python" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -3410,7 +3294,6 @@ files = [ name = "pydantic" version = "1.10.15" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3463,7 +3346,6 @@ email = ["email-validator (>=1.0.3)"] name = "pydateinfer" version = "0.3.0" description = "Infers date format from examples" -category = "main" optional = false python-versions = "*" files = [ @@ -3477,7 +3359,6 @@ pytz = "*" name = "pyflakes" version = "3.2.0" description = "passive checker of Python programs" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -3489,7 +3370,6 @@ files = [ name = "pymeeus" version = "0.5.12" description = "Python implementation of Jean Meeus astronomical routines" -category = "main" optional = true python-versions = "*" files = [ @@ -3500,7 +3380,6 @@ files = [ name = "pyod" version = "1.0.4" description = "A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection)" -category = "main" optional = true python-versions = "*" files = [ @@ -3521,7 +3400,6 @@ statsmodels = "*" name = "pyparsing" version = "3.1.2" description = "pyparsing module - Classes and methods to define and execute parsing grammars" -category = "main" optional = false python-versions = ">=3.6.8" files = [ @@ -3536,7 +3414,6 @@ diagrams = ["jinja2", "railroad-diagrams"] name = "pyspnego" version = "0.10.2" description = "Windows Negotiate Authentication Client and Server" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -3556,7 +3433,6 @@ yaml = ["ruamel.yaml"] name = "pystan" version = "2.19.1.1" description = "Python interface to Stan, a package for Bayesian inference" -category = "main" optional = true python-versions = "*" files = [ @@ -3590,7 +3466,6 @@ numpy = ">=1.7" name = "python-constraint" version = "1.4.0" description = "python-constraint is a module implementing support for handling CSPs (Constraint Solving Problems) over finite domain" -category = "main" optional = true python-versions = "*" files = [ @@ -3605,7 +3480,6 @@ test = ["coverage", "nose"] name = "python-dateutil" version = "2.9.0.post0" description = "Extensions to the standard Python datetime module" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -3620,7 +3494,6 @@ six = ">=1.5" name = "pytorch-lightning" version = "2.2.3" description = "PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate." -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -3652,7 +3525,6 @@ test = ["cloudpickle (>=1.3)", "coverage (==7.3.1)", "fastapi", "onnx (>=0.14.0) name = "pytorch-ranger" version = "0.1.1" description = "Ranger - a synergistic optimizer using RAdam (Rectified Adam) and LookAhead in one codebase" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -3667,7 +3539,6 @@ torch = "*" name = "pytz" version = "2024.1" description = "World timezone definitions, modern and historical" -category = "main" optional = false python-versions = "*" files = [ @@ -3679,7 +3550,6 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3740,7 +3610,6 @@ files = [ name = "qiskit" version = "0.31.0" description = "Software for developing quantum computing programs" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3767,7 +3636,6 @@ visualization = ["ipywidgets (>=7.3.0)", "matplotlib (>=2.1)", "pillow (>=4.2.1) name = "qiskit-aer" version = "0.9.1" description = "Qiskit Aer - High performance simulators for Qiskit" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3810,7 +3678,6 @@ dask = ["dask", "distributed"] name = "qiskit-aqua" version = "0.9.5" description = "Qiskit Aqua: An extensible library of quantum computing algorithms" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3847,7 +3714,6 @@ torch = ["torch (<=1.8.0)"] name = "qiskit-ibmq-provider" version = "0.17.0" description = "Qiskit provider for accessing the quantum devices and simulators at IBMQ" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3871,7 +3737,6 @@ visualization = ["ipython (>=5.0.0)", "ipyvue (>=1.4.1)", "ipyvuetify (>=1.1)", name = "qiskit-ignis" version = "0.6.0" description = "Qiskit tools for quantum information science" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3896,7 +3761,6 @@ visualization = ["matplotlib (>=2.1)"] name = "qiskit-terra" version = "0.18.3" description = "Software for developing quantum computing programs" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3953,7 +3817,6 @@ visualization = ["ipywidgets (>=7.3.0)", "matplotlib (>=2.1)", "pillow (>=4.2.1) name = "quandl" version = "3.7.0" description = "Package for quandl API access" -category = "main" optional = true python-versions = ">= 3.6" files = [ @@ -3974,7 +3837,6 @@ six = "*" name = "ray" version = "2.12.0" description = "Ray provides a simple, universal API for building distributed applications." -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -4006,16 +3868,16 @@ requests = "*" tensorboardX = {version = ">=1.9", optional = true, markers = "extra == \"tune\""} [package.extras] -air = ["aiohttp (>=3.7)", "aiohttp-cors", "colorful", "fastapi", "fsspec", "grpcio (>=1.32.0)", "grpcio (>=1.42.0)", "memray", "numpy (>=1.20)", "opencensus", "pandas", "pandas (>=1.3)", "prometheus-client (>=0.7.1)", "py-spy (>=0.2.0)", "pyarrow (>=6.0.1)", "pydantic (<2.0.0 || >=2.5.0,<3)", "requests", "smart-open", "starlette", "tensorboardX (>=1.9)", "uvicorn[standard]", "virtualenv (>=20.0.24,!=20.21.1)", "watchfiles"] -all = ["aiohttp (>=3.7)", "aiohttp-cors", "colorful", "dm-tree", "fastapi", "fsspec", "grpcio (!=1.56.0)", "grpcio (>=1.32.0)", "grpcio (>=1.42.0)", "gymnasium (==0.28.1)", "lz4", "memray", "numpy (>=1.20)", "opencensus", "opentelemetry-api", "opentelemetry-exporter-otlp", "opentelemetry-sdk", "pandas", "pandas (>=1.3)", "prometheus-client (>=0.7.1)", "py-spy (>=0.2.0)", "pyarrow (>=6.0.1)", "pydantic (<2.0.0 || >=2.5.0,<3)", "pyyaml", "ray-cpp (==2.12.0)", "requests", "rich", "scikit-image", "scipy", "smart-open", "starlette", "tensorboardX (>=1.9)", "typer", "uvicorn[standard]", "virtualenv (>=20.0.24,!=20.21.1)", "watchfiles"] +air = ["aiohttp (>=3.7)", "aiohttp-cors", "colorful", "fastapi", "fsspec", "grpcio (>=1.32.0)", "grpcio (>=1.42.0)", "memray", "numpy (>=1.20)", "opencensus", "pandas", "pandas (>=1.3)", "prometheus-client (>=0.7.1)", "py-spy (>=0.2.0)", "pyarrow (>=6.0.1)", "pydantic (<2.0.dev0 || >=2.5.dev0,<3)", "requests", "smart-open", "starlette", "tensorboardX (>=1.9)", "uvicorn[standard]", "virtualenv (>=20.0.24,!=20.21.1)", "watchfiles"] +all = ["aiohttp (>=3.7)", "aiohttp-cors", "colorful", "dm-tree", "fastapi", "fsspec", "grpcio (!=1.56.0)", "grpcio (>=1.32.0)", "grpcio (>=1.42.0)", "gymnasium (==0.28.1)", "lz4", "memray", "numpy (>=1.20)", "opencensus", "opentelemetry-api", "opentelemetry-exporter-otlp", "opentelemetry-sdk", "pandas", "pandas (>=1.3)", "prometheus-client (>=0.7.1)", "py-spy (>=0.2.0)", "pyarrow (>=6.0.1)", "pydantic (<2.0.dev0 || >=2.5.dev0,<3)", "pyyaml", "ray-cpp (==2.12.0)", "requests", "rich", "scikit-image", "scipy", "smart-open", "starlette", "tensorboardX (>=1.9)", "typer", "uvicorn[standard]", "virtualenv (>=20.0.24,!=20.21.1)", "watchfiles"] client = ["grpcio (!=1.56.0)"] cpp = ["ray-cpp (==2.12.0)"] data = ["fsspec", "numpy (>=1.20)", "pandas (>=1.3)", "pyarrow (>=6.0.1)"] -default = ["aiohttp (>=3.7)", "aiohttp-cors", "colorful", "grpcio (>=1.32.0)", "grpcio (>=1.42.0)", "memray", "opencensus", "prometheus-client (>=0.7.1)", "py-spy (>=0.2.0)", "pydantic (<2.0.0 || >=2.5.0,<3)", "requests", "smart-open", "virtualenv (>=20.0.24,!=20.21.1)"] +default = ["aiohttp (>=3.7)", "aiohttp-cors", "colorful", "grpcio (>=1.32.0)", "grpcio (>=1.42.0)", "memray", "opencensus", "prometheus-client (>=0.7.1)", "py-spy (>=0.2.0)", "pydantic (<2.0.dev0 || >=2.5.dev0,<3)", "requests", "smart-open", "virtualenv (>=20.0.24,!=20.21.1)"] observability = ["opentelemetry-api", "opentelemetry-exporter-otlp", "opentelemetry-sdk"] rllib = ["dm-tree", "fsspec", "gymnasium (==0.28.1)", "lz4", "pandas", "pyarrow (>=6.0.1)", "pyyaml", "requests", "rich", "scikit-image", "scipy", "tensorboardX (>=1.9)", "typer"] -serve = ["aiohttp (>=3.7)", "aiohttp-cors", "colorful", "fastapi", "grpcio (>=1.32.0)", "grpcio (>=1.42.0)", "memray", "opencensus", "prometheus-client (>=0.7.1)", "py-spy (>=0.2.0)", "pydantic (<2.0.0 || >=2.5.0,<3)", "requests", "smart-open", "starlette", "uvicorn[standard]", "virtualenv (>=20.0.24,!=20.21.1)", "watchfiles"] -serve-grpc = ["aiohttp (>=3.7)", "aiohttp-cors", "colorful", "fastapi", "grpcio (>=1.32.0)", "grpcio (>=1.42.0)", "memray", "opencensus", "prometheus-client (>=0.7.1)", "py-spy (>=0.2.0)", "pydantic (<2.0.0 || >=2.5.0,<3)", "requests", "smart-open", "starlette", "uvicorn[standard]", "virtualenv (>=20.0.24,!=20.21.1)", "watchfiles"] +serve = ["aiohttp (>=3.7)", "aiohttp-cors", "colorful", "fastapi", "grpcio (>=1.32.0)", "grpcio (>=1.42.0)", "memray", "opencensus", "prometheus-client (>=0.7.1)", "py-spy (>=0.2.0)", "pydantic (<2.0.dev0 || >=2.5.dev0,<3)", "requests", "smart-open", "starlette", "uvicorn[standard]", "virtualenv (>=20.0.24,!=20.21.1)", "watchfiles"] +serve-grpc = ["aiohttp (>=3.7)", "aiohttp-cors", "colorful", "fastapi", "grpcio (>=1.32.0)", "grpcio (>=1.42.0)", "memray", "opencensus", "prometheus-client (>=0.7.1)", "py-spy (>=0.2.0)", "pydantic (<2.0.dev0 || >=2.5.dev0,<3)", "requests", "smart-open", "starlette", "uvicorn[standard]", "virtualenv (>=20.0.24,!=20.21.1)", "watchfiles"] train = ["fsspec", "pandas", "pyarrow (>=6.0.1)", "requests", "tensorboardX (>=1.9)"] tune = ["fsspec", "pandas", "pyarrow (>=6.0.1)", "requests", "tensorboardX (>=1.9)"] @@ -4023,7 +3885,6 @@ tune = ["fsspec", "pandas", "pyarrow (>=6.0.1)", "requests", "tensorboardX (>=1. name = "referencing" version = "0.35.0" description = "JSON Referencing + Python" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -4039,7 +3900,6 @@ rpds-py = ">=0.7.0" name = "regex" version = "2024.4.28" description = "Alternative regular expression module, to replace re." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -4128,7 +3988,6 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4150,7 +4009,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "requests-ntlm" version = "1.2.0" description = "This package allows for HTTP NTLM authentication using the requests library." -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -4167,7 +4025,6 @@ requests = ">=2.0.0" name = "resampy" version = "0.4.3" description = "Efficient signal resampling" -category = "main" optional = true python-versions = "*" files = [ @@ -4189,7 +4046,6 @@ tests = ["pytest (<8)", "pytest-cov", "scipy (>=1.1)"] name = "retworkx" version = "0.14.2" description = "A python graph library implemented in Rust" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -4209,7 +4065,6 @@ mpl = ["matplotlib (>=3.0)"] name = "rpds-py" version = "0.18.0" description = "Python bindings to Rust's persistent data structures (rpds)" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -4318,7 +4173,6 @@ files = [ name = "rustworkx" version = "0.14.2" description = "A python graph library implemented in Rust" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -4397,7 +4251,6 @@ mpl = ["matplotlib (>=3.0)"] name = "safetensors" version = "0.4.3" description = "" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4520,7 +4373,6 @@ torch = ["safetensors[numpy]", "torch (>=1.10)"] name = "scikit-base" version = "0.6.2" description = "Base classes for sklearn-like parametric objects" -category = "main" optional = false python-versions = "<3.13,>=3.8" files = [ @@ -4540,7 +4392,6 @@ test = ["coverage", "numpy", "pandas", "pytest", "pytest-cov", "safety", "scikit name = "scikit-learn" version = "1.3.2" description = "A set of python modules for machine learning and data mining" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -4588,7 +4439,6 @@ tests = ["black (>=23.3.0)", "matplotlib (>=3.1.3)", "mypy (>=1.3)", "numpydoc ( name = "scipy" version = "1.10.1" description = "Fundamental algorithms for scientific computing in Python" -category = "main" optional = false python-versions = "<3.12,>=3.8" files = [ @@ -4627,7 +4477,6 @@ test = ["asv", "gmpy2", "mpmath", "pooch", "pytest", "pytest-cov", "pytest-timeo name = "setuptools" version = "69.5.1" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -4644,7 +4493,6 @@ testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jar name = "setuptools-git" version = "1.2" description = "Setuptools revision control system plugin for Git" -category = "main" optional = true python-versions = "*" files = [ @@ -4656,7 +4504,6 @@ files = [ name = "shap" version = "0.44.1" description = "A unified approach to explain the output of any machine learning model." -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -4709,7 +4556,6 @@ test-notebooks = ["datasets", "jupyter", "keras", "nbconvert", "nbformat", "nlp" 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.*" files = [ @@ -4721,7 +4567,6 @@ files = [ name = "sktime" version = "0.24.2" description = "A unified framework for machine learning with time series" -category = "main" optional = false python-versions = "<3.13,>=3.8" files = [ @@ -4763,7 +4608,6 @@ transformations = ["esig (>=0.9.7,<0.10)", "filterpy (>=1.4.5,<1.5)", "holidays name = "slicer" version = "0.0.7" description = "A small package for big slicing." -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4775,7 +4619,6 @@ files = [ name = "soundfile" version = "0.12.1" description = "An audio library based on libsndfile, CFFI and NumPy" -category = "main" optional = true python-versions = "*" files = [ @@ -4799,7 +4642,6 @@ numpy = ["numpy"] name = "soupsieve" version = "2.5" description = "A modern CSS selector implementation for Beautiful Soup." -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -4811,7 +4653,6 @@ files = [ name = "sqlalchemy" version = "2.0.29" description = "Database Abstraction Library" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4899,7 +4740,6 @@ sqlcipher = ["sqlcipher3_binary"] name = "sspilib" version = "0.1.0" description = "SSPI API bindings for Python" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -4939,7 +4779,6 @@ files = [ name = "stanio" version = "0.5.0" description = "Utilities for preparing Stan inputs and processing Stan outputs" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -4958,7 +4797,6 @@ ujson = ["ujson (>=5.5.0)"] name = "statsforecast" version = "1.6.0" description = "Time series forecasting suite using statistical models" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4988,7 +4826,6 @@ spark = ["fugue[spark] (>=0.8.1)"] name = "statsmodels" version = "0.14.1" description = "Statistical computations and models for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -5042,7 +4879,6 @@ docs = ["ipykernel", "jupyter-client", "matplotlib", "nbconvert", "nbformat", "n name = "suod" version = "0.1.3" description = "A Scalable Framework for Unsupervised Outlier Detection (Anomaly Detection)" -category = "main" optional = true python-versions = "*" files = [ @@ -5064,7 +4900,6 @@ scipy = ">=0.19.1" name = "symengine" version = "0.11.0" description = "Python library providing wrappers to SymEngine" -category = "main" optional = true python-versions = ">=3.8,<4" files = [ @@ -5109,7 +4944,6 @@ files = [ name = "sympy" version = "1.12" description = "Computer algebra system (CAS) in Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -5124,7 +4958,6 @@ mpmath = ">=0.19" name = "tab-transformer-pytorch" version = "0.3.0" description = "Tab Transformer - Pytorch" -category = "main" optional = false python-versions = "*" files = [ @@ -5140,7 +4973,6 @@ torch = ">=1.6" name = "tbb" version = "2021.12.0" description = "IntelĀ® oneAPI Threading Building Blocks (oneTBB)" -category = "main" optional = false python-versions = "*" files = [ @@ -5154,7 +4986,6 @@ files = [ name = "tensorboardx" version = "2.6.2.2" description = "TensorBoardX lets you watch Tensors Flow without Tensorflow" -category = "main" optional = true python-versions = "*" files = [ @@ -5171,7 +5002,6 @@ protobuf = ">=3.20" name = "threadpoolctl" version = "3.5.0" description = "threadpoolctl" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -5183,7 +5013,6 @@ files = [ name = "tokenizers" version = "0.19.1" description = "" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5301,7 +5130,6 @@ testing = ["black (==22.3)", "datasets", "numpy", "pytest", "requests", "ruff"] name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -5313,7 +5141,6 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5325,7 +5152,6 @@ files = [ name = "toolz" version = "0.12.1" description = "List processing tools and functional utilities" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -5337,7 +5163,6 @@ files = [ name = "torch" version = "2.3.0" description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration" -category = "main" optional = false python-versions = ">=3.8.0" files = [ @@ -5392,7 +5217,6 @@ optree = ["optree (>=0.9.1)"] name = "torch-optimizer" version = "0.1.0" description = "pytorch-optimizer" -category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -5408,7 +5232,6 @@ torch = ">=1.1.0" name = "torchmetrics" version = "1.3.2" description = "PyTorch native Metrics" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -5438,7 +5261,6 @@ visual = ["SciencePlots (>=2.0.0)", "matplotlib (>=3.3.0)"] name = "torchvision" version = "0.18.0" description = "image and video datasets and models for torch deep learning" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -5466,7 +5288,7 @@ files = [ [package.dependencies] numpy = "*" -pillow = ">=5.3.0,<8.3.0 || >=8.4.0" +pillow = ">=5.3.0,<8.3.dev0 || >=8.4.dev0" torch = "2.3.0" [package.extras] @@ -5474,14 +5296,13 @@ scipy = ["scipy"] [[package]] name = "tqdm" -version = "4.66.2" +version = "4.66.3" description = "Fast, Extensible Progress Meter" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.2-py3-none-any.whl", hash = "sha256:1ee4f8a893eb9bef51c6e35730cebf234d5d0b6bd112b0271e10ed7c24a02bd9"}, - {file = "tqdm-4.66.2.tar.gz", hash = "sha256:6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531"}, + {file = "tqdm-4.66.3-py3-none-any.whl", hash = "sha256:4f41d54107ff9a223dca80b53efe4fb654c67efaba7f47bada3ee9d50e05bd53"}, + {file = "tqdm-4.66.3.tar.gz", hash = "sha256:23097a41eba115ba99ecae40d06444c15d1c0c698d527a01c6c8bd1c5d0647e5"}, ] [package.dependencies] @@ -5497,7 +5318,6 @@ telegram = ["requests"] name = "transformers" version = "4.40.1" description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow" -category = "main" optional = false python-versions = ">=3.8.0" files = [ @@ -5566,7 +5386,6 @@ vision = ["Pillow (>=10.0.1,<=15.0)"] name = "triad" version = "0.9.6" description = "A collection of python utils for Fugue projects" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -5589,7 +5408,6 @@ ciso8601 = ["ciso8601"] name = "triton" version = "2.3.0" description = "A language and compiler for custom Deep Learning operations" -category = "main" optional = false python-versions = "*" files = [ @@ -5613,7 +5431,6 @@ tutorials = ["matplotlib", "pandas", "tabulate", "torch"] name = "tweedledum" version = "1.1.1" description = "A library for synthesizing and manipulating quantum circuits" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -5666,7 +5483,6 @@ files = [ name = "type-infer" version = "0.0.20" description = "Automated type inference for Machine Learning pipelines." -category = "main" optional = false python-versions = "<3.12,>=3.8" files = [ @@ -5690,7 +5506,6 @@ toml = ">=0.10.2,<0.11.0" name = "typing-extensions" version = "4.11.0" description = "Backported and Experimental Type Hints for Python 3.8+" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -5702,7 +5517,6 @@ files = [ name = "typing-inspect" version = "0.9.0" description = "Runtime inspection utilities for typing module." -category = "main" optional = false python-versions = "*" files = [ @@ -5718,7 +5532,6 @@ typing-extensions = ">=3.7.4" name = "tzdata" version = "2024.1" description = "Provider of IANA time zone data" -category = "main" optional = false python-versions = ">=2" files = [ @@ -5730,7 +5543,6 @@ files = [ name = "urllib3" version = "2.2.1" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -5748,7 +5560,6 @@ zstd = ["zstandard (>=0.18.0)"] name = "utilsforecast" version = "0.1.7" description = "Forecasting utilities" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -5771,7 +5582,6 @@ scalers = ["numba", "scipy"] name = "webencodings" version = "0.5.1" description = "Character encoding aliases for legacy web content" -category = "main" optional = true python-versions = "*" files = [ @@ -5783,7 +5593,6 @@ files = [ name = "websocket-client" version = "1.8.0" description = "WebSocket client for Python with low level API options" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -5800,7 +5609,6 @@ test = ["websockets"] name = "wheel" version = "0.43.0" description = "A built-package format for Python" -category = "main" optional = true python-versions = ">=3.8" files = [ @@ -5815,7 +5623,6 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] name = "xgboost" version = "1.7.6" description = "XGBoost Python Package" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -5843,7 +5650,6 @@ scikit-learn = ["scikit-learn"] name = "yarl" version = "1.9.4" description = "Yet another URL library" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -5947,7 +5753,6 @@ multidict = ">=4.0" name = "yfinance" version = "0.2.38" description = "Download market data from Yahoo! Finance API" -category = "main" optional = true python-versions = "*" files = [ @@ -5976,7 +5781,6 @@ repair = ["scipy (>=1.6.3)"] name = "zipp" version = "3.18.1" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" optional = false python-versions = ">=3.8" files = [