diff --git a/examples/python/_empty_rerun_sdk/README.md b/examples/python/_empty_rerun_sdk/README.md new file mode 100644 index 000000000000..92f9aed8a492 --- /dev/null +++ b/examples/python/_empty_rerun_sdk/README.md @@ -0,0 +1,5 @@ +## "Fake" `rerun-sdk` package + +This is fake, empty `rerun-sdk` package used as a (default) dependency in our `pixi.toml`. + +TODO(ab): cleanup when pixi fixes https://github.com/prefix-dev/pixi/issues/1233 \ No newline at end of file diff --git a/examples/python/_empty_rerun_sdk/empty_rerun_sdk.py b/examples/python/_empty_rerun_sdk/empty_rerun_sdk.py new file mode 100644 index 000000000000..79dd969c2721 --- /dev/null +++ b/examples/python/_empty_rerun_sdk/empty_rerun_sdk.py @@ -0,0 +1 @@ +print("run `pixi run py-build`") diff --git a/examples/python/_empty_rerun_sdk/pyproject.toml b/examples/python/_empty_rerun_sdk/pyproject.toml new file mode 100644 index 000000000000..049522454809 --- /dev/null +++ b/examples/python/_empty_rerun_sdk/pyproject.toml @@ -0,0 +1,13 @@ +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + +[project] +name = "rerun-sdk" +version = "0.10.0" + +[tool.hatch.build.targets.wheel] +packages = ["empty_rerun_sdk.py"] + +[tool.rerun-example] +skip = true \ No newline at end of file diff --git a/examples/python/all_examples/pyproject.toml b/examples/python/all_examples/pyproject.toml index 162a39f632b5..51973edab70c 100644 --- a/examples/python/all_examples/pyproject.toml +++ b/examples/python/all_examples/pyproject.toml @@ -11,7 +11,7 @@ dynamic = ["dependencies"] [project.scripts] -run_all = "all_examples.__main__:main" +all_examples = "all_examples.__main__:main" [tool.hatch.metadata.hooks.custom] @@ -19,3 +19,6 @@ path = "hatch_build.py" [tool.hatch.metadata] allow-direct-references = true + +[tool.rerun-example] +skip = true \ No newline at end of file diff --git a/pixi.lock b/pixi.lock index 267a6fe3e4dd..d75c9f084d5c 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1881,13 +1881,12 @@ environments: - pypi: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c5/4f/0e22aaa246f96d6ac87fe5ebb9c5a693fbe8877f537a1022527c47ca43c5/psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/61/94/0b28417737ea56a4819603c0024c8b24365f85154bb938785352e09bea55/pyarrow-15.0.2-cp311-cp311-manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/30/93/4d02ac696f16a2ad8fff0e78be28ab4ec0b990d2b3569fe07e27a258cb02/pyglet-2.0.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz - pypi: https://files.pythonhosted.org/packages/bf/06/18c0e17eb245b7caeb861f2ff747adb0575500183b6ec4282d5350d29e9f/pynndescent-0.5.12-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz + - pypi: https://files.pythonhosted.org/packages/ce/33/ef0e3b40a3f4cbfcfb93511652673fb19d07bafac0611f01f6237d1978ed/PyOpenGL-3.1.0.zip - pypi: https://files.pythonhosted.org/packages/a8/26/b67fe94cb53c489c5ccaed118f257a5100e7775071515942c9f45d8cd40f/pyopf-1.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9d/ea/6d76df31432a0e6fdf81681a895f009a4bb47b3c39036db3e1b528191d52/pyparsing-3.1.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl @@ -1896,7 +1895,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/7b/5e/efd033ab7199a0b2044dab3b9f7a4f6670e6a52c089de572e928d2873b06/PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/8b/9e/05bc55a3295d469ae658e15c7f6edc0f54d39745ad3bd268351ac31be73d/regex-2024.4.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b3/d7/ac0b4cb81ac0c5d7fad3ff36b0ff5ca774e1e561822773359b62c6d7b7ac/rerun_sdk-0.15.0-cp38-abi3-manylinux_2_31_x86_64.whl - pypi: https://files.pythonhosted.org/packages/d5/85/1e7d2804cbf82204cde462d16f1cb0ff5814b03f559fb46ceaa6b7020db4/safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/0e/6e/cae83e24d1c62aacb8facb9e3325d3b9454f3374d42ead5e6caae4753048/scikit_image-0.23.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/4e/53/14405a47292b59235d811a2af8634aba188ccfd1a38ef4b8042f3447d79a/scikit_learn-1.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl @@ -1927,6 +1925,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/6e/52/2da48b35193e39ac53cfb141467d9f259851522d0e8c87153f0ba4205fb1/wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/d5/b5/70bb98ee38ce532ee29fab76fb668382291fe6e1aa69a8c1ac7e6bc108e7/yfinance-0.2.38-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c2/0a/ba9d0ee9536d3ef73a3448e931776e658b36f128d344e175bc32b092a8bf/zipp-3.18.1-py3-none-any.whl + - pypi: examples/python/_empty_rerun_sdk - pypi: examples/python/arkit_scenes - pypi: examples/python/blueprint - pypi: examples/python/blueprint_stocks @@ -2040,13 +2039,12 @@ environments: - pypi: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e7/e3/07ae864a636d70a8a6f58da27cb1179192f1140d5d1da10886ade9405797/psutil-5.9.8-cp36-abi3-macosx_10_9_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/34/50/93f6104e79bec6e1af4356f5164695a0b6338f230e1273706ec9eb836bea/pyarrow-15.0.2-cp311-cp311-macosx_10_15_x86_64.whl - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/30/93/4d02ac696f16a2ad8fff0e78be28ab4ec0b990d2b3569fe07e27a258cb02/pyglet-2.0.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz - pypi: https://files.pythonhosted.org/packages/bf/06/18c0e17eb245b7caeb861f2ff747adb0575500183b6ec4282d5350d29e9f/pynndescent-0.5.12-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz + - pypi: https://files.pythonhosted.org/packages/ce/33/ef0e3b40a3f4cbfcfb93511652673fb19d07bafac0611f01f6237d1978ed/PyOpenGL-3.1.0.zip - pypi: https://files.pythonhosted.org/packages/a8/26/b67fe94cb53c489c5ccaed118f257a5100e7775071515942c9f45d8cd40f/pyopf-1.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9d/ea/6d76df31432a0e6fdf81681a895f009a4bb47b3c39036db3e1b528191d52/pyparsing-3.1.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl @@ -2055,7 +2053,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/ec/0d/26fb23e8863e0aeaac0c64e03fd27367ad2ae3f3cccf3798ee98ce160368/PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl - pypi: https://files.pythonhosted.org/packages/fd/b2/8069e8940bc3224d2cef6418aa6de4f2119d59709b841ecab012e3fc1d65/regex-2024.4.16-cp311-cp311-macosx_10_9_x86_64.whl - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c8/dd/23413facc03895001f2260621ac7d394e317de0be9f130dffcd4ca1191d1/rerun_sdk-0.15.0-cp38-abi3-macosx_10_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/9f/d9/1bd2c06c1e7aff0c6db4affff5c0b8d6b2fa421ee0d2de94408d43e6aa7c/safetensors-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl - pypi: https://files.pythonhosted.org/packages/1a/5a/d4c1d6b6e158f45abd6b0e95ccca6b551b95f334e93d127bb65a490ba81c/scikit_image-0.23.1-cp311-cp311-macosx_10_9_x86_64.whl - pypi: https://files.pythonhosted.org/packages/59/11/63de36e6933b03490fdfe5cbc9b5a68870a1281d8e705a23b33076dc82fb/scikit_learn-1.4.2-cp311-cp311-macosx_10_9_x86_64.whl @@ -2085,6 +2082,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/fd/03/c188ac517f402775b90d6f312955a5e53b866c964b32119f2ed76315697e/wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl - pypi: https://files.pythonhosted.org/packages/d5/b5/70bb98ee38ce532ee29fab76fb668382291fe6e1aa69a8c1ac7e6bc108e7/yfinance-0.2.38-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c2/0a/ba9d0ee9536d3ef73a3448e931776e658b36f128d344e175bc32b092a8bf/zipp-3.18.1-py3-none-any.whl + - pypi: examples/python/_empty_rerun_sdk - pypi: examples/python/arkit_scenes - pypi: examples/python/blueprint - pypi: examples/python/blueprint_stocks @@ -2198,13 +2196,12 @@ environments: - pypi: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/05/33/2d74d588408caedd065c2497bdb5ef83ce6082db01289a1e1147f6639802/psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/47/cb/be17c4879e60e683761be281d955923d586a572fbc2503e08f08ca713349/pyarrow-15.0.2-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/30/93/4d02ac696f16a2ad8fff0e78be28ab4ec0b990d2b3569fe07e27a258cb02/pyglet-2.0.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz - pypi: https://files.pythonhosted.org/packages/bf/06/18c0e17eb245b7caeb861f2ff747adb0575500183b6ec4282d5350d29e9f/pynndescent-0.5.12-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz + - pypi: https://files.pythonhosted.org/packages/ce/33/ef0e3b40a3f4cbfcfb93511652673fb19d07bafac0611f01f6237d1978ed/PyOpenGL-3.1.0.zip - pypi: https://files.pythonhosted.org/packages/a8/26/b67fe94cb53c489c5ccaed118f257a5100e7775071515942c9f45d8cd40f/pyopf-1.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9d/ea/6d76df31432a0e6fdf81681a895f009a4bb47b3c39036db3e1b528191d52/pyparsing-3.1.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl @@ -2213,7 +2210,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/28/09/55f715ddbf95a054b764b547f617e22f1d5e45d83905660e9a088078fe67/PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/aa/f1/de801945e6a18c9b7d7ea9ffe01d2433b40d1609426c3581f7d60acd1416/regex-2024.4.16-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/62/95/b3373600ef590184946825afa65e9aeda0d941c37b9a8ed0711e6c96e7c2/rerun_sdk-0.15.0-cp38-abi3-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/82/61/d4812330b32600972e92ef09a59dc54f9ab8ae570fdca28d8bdfc5577756/safetensors-0.4.3-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/ff/9c/b477b01d9c78044b88a82660e57f9076b8f9ff9ee2c61cd2da6f72a0ca8f/scikit_image-0.23.1-cp311-cp311-macosx_12_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/f2/30/1299e84d2ba3bc735baf17cebbf5b9d55144243c41b3ec6559ce3cf61e23/scikit_learn-1.4.2-cp311-cp311-macosx_12_0_arm64.whl @@ -2243,6 +2239,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/0f/16/ea627d7817394db04518f62934a5de59874b587b792300991b3c347ff5e0/wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/d5/b5/70bb98ee38ce532ee29fab76fb668382291fe6e1aa69a8c1ac7e6bc108e7/yfinance-0.2.38-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c2/0a/ba9d0ee9536d3ef73a3448e931776e658b36f128d344e175bc32b092a8bf/zipp-3.18.1-py3-none-any.whl + - pypi: examples/python/_empty_rerun_sdk - pypi: examples/python/arkit_scenes - pypi: examples/python/blueprint - pypi: examples/python/blueprint_stocks @@ -2368,13 +2365,12 @@ environments: - pypi: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8d/14/619e24a4c70df2901e1f4dbc50a6291eb63a759172558df326347dce1f0d/protobuf-3.20.3-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/52/3e39d26feae7df0aa0fd510b14012c3678b36ed068f7d78b8d8784d61f0e/psutil-5.9.8-cp37-abi3-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/96/2f/0092154f3e1ebbc814de1f8a9075543d77a7ecc691fbad407df174799abe/pyarrow-15.0.2-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5f/45/97660cc1ec770e2e82fd5d704c1d6ff9c308ecfcbbf07c2b2f92ca755b70/pydicom-2.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/30/93/4d02ac696f16a2ad8fff0e78be28ab4ec0b990d2b3569fe07e27a258cb02/pyglet-2.0.15-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz - pypi: https://files.pythonhosted.org/packages/bf/06/18c0e17eb245b7caeb861f2ff747adb0575500183b6ec4282d5350d29e9f/pynndescent-0.5.12-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz + - pypi: https://files.pythonhosted.org/packages/ce/33/ef0e3b40a3f4cbfcfb93511652673fb19d07bafac0611f01f6237d1978ed/PyOpenGL-3.1.0.zip - pypi: https://files.pythonhosted.org/packages/a8/26/b67fe94cb53c489c5ccaed118f257a5100e7775071515942c9f45d8cd40f/pyopf-1.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9d/ea/6d76df31432a0e6fdf81681a895f009a4bb47b3c39036db3e1b528191d52/pyparsing-3.1.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl @@ -2383,7 +2379,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/b3/34/65bb4b2d7908044963ebf614fe0fdb080773fc7030d7e39c8d3eddcd4257/PyYAML-6.0.1-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/b3/d0/1a054b685849b018cff594ccd4859fc6a3132f67698da805ed06d5b6974a/regex-2024.4.16-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/af/98/abdcedf7fd12e28cc2454b87fc988b9d8031ba052ecec6e2dbcf019b1836/rerun_sdk-0.15.0-cp38-abi3-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/cb/f6/19f268662be898ff2a23ac06f8dd0d2956b2ecd204c96e1ee07ba292c119/safetensors-0.4.3-cp311-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/2d/68/9ccd209221237a6f58073adde9da9fe6ebeb05f4640253cfb3e6055b15bf/scikit_image-0.23.1-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/79/3d/02d5d3ed359498fec3abdf65407d3c07e3b8765af17464969055aaec5171/scikit_learn-1.4.2-cp311-cp311-win_amd64.whl @@ -2413,6 +2408,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/cf/c3/0084351951d9579ae83a3d9e38c140371e4c6b038136909235079f2e6e78/wrapt-1.16.0-cp311-cp311-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/d5/b5/70bb98ee38ce532ee29fab76fb668382291fe6e1aa69a8c1ac7e6bc108e7/yfinance-0.2.38-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c2/0a/ba9d0ee9536d3ef73a3448e931776e658b36f128d344e175bc32b092a8bf/zipp-3.18.1-py3-none-any.whl + - pypi: examples/python/_empty_rerun_sdk - pypi: examples/python/arkit_scenes - pypi: examples/python/blueprint - pypi: examples/python/blueprint_stocks @@ -4393,23 +4389,23 @@ packages: url: https://files.pythonhosted.org/packages/53/fe/0251ccd9e0015c705e772da0fb2c96cdafd87b1d7dd45dc13dca7ced0eb7/accelerate-0.29.3-py3-none-any.whl sha256: 99d633d4b6126817c5e554487406748be95c8d1d1e659dd2fd60657e35f532dd requires_dist: - - numpy>=1.17 - - packaging>=20.0 + - numpy >=1.17 + - packaging >=20.0 - psutil - pyyaml - - torch>=1.10.0 + - torch >=1.10.0 - huggingface-hub - - safetensors>=0.3.1 - - black~=23.1 ; extra == 'dev' - - hf-doc-builder>=0.3.0 ; extra == 'dev' - - ruff~=0.2.1 ; extra == 'dev' - - pytest<=8.0.0,>=7.2.0 ; extra == 'dev' + - safetensors >=0.3.1 + - black ~=23.1 ; extra == 'dev' + - hf-doc-builder >=0.3.0 ; extra == 'dev' + - ruff ~=0.2.1 ; extra == 'dev' + - pytest <=8.0.0, >=7.2.0 ; extra == 'dev' - pytest-xdist ; extra == 'dev' - pytest-subtests ; extra == 'dev' - parameterized ; extra == 'dev' - datasets ; extra == 'dev' - evaluate ; extra == 'dev' - - torchpippy>=0.2.0 ; extra == 'dev' + - torchpippy >=0.2.0 ; extra == 'dev' - transformers ; extra == 'dev' - scipy ; extra == 'dev' - scikit-learn ; extra == 'dev' @@ -4418,14 +4414,14 @@ packages: - bitsandbytes ; extra == 'dev' - timm ; extra == 'dev' - rich ; extra == 'dev' - - black~=23.1 ; extra == 'quality' - - hf-doc-builder>=0.3.0 ; extra == 'quality' - - ruff~=0.2.1 ; extra == 'quality' + - black ~=23.1 ; extra == 'quality' + - hf-doc-builder >=0.3.0 ; extra == 'quality' + - ruff ~=0.2.1 ; extra == 'quality' - rich ; extra == 'rich' - sagemaker ; extra == 'sagemaker' - datasets ; extra == 'test_dev' - evaluate ; extra == 'test_dev' - - torchpippy>=0.2.0 ; extra == 'test_dev' + - torchpippy >=0.2.0 ; extra == 'test_dev' - transformers ; extra == 'test_dev' - scipy ; extra == 'test_dev' - scikit-learn ; extra == 'test_dev' @@ -4433,7 +4429,7 @@ packages: - tqdm ; extra == 'test_dev' - bitsandbytes ; extra == 'test_dev' - timm ; extra == 'test_dev' - - pytest<=8.0.0,>=7.2.0 ; extra == 'test_prod' + - pytest <=8.0.0, >=7.2.0 ; extra == 'test_prod' - pytest-xdist ; extra == 'test_prod' - pytest-subtests ; extra == 'test_prod' - parameterized ; extra == 'test_prod' @@ -4441,13 +4437,13 @@ packages: - comet-ml ; extra == 'test_trackers' - tensorboard ; extra == 'test_trackers' - dvclive ; extra == 'test_trackers' - - pytest<=8.0.0,>=7.2.0 ; extra == 'testing' + - pytest <=8.0.0, >=7.2.0 ; extra == 'testing' - pytest-xdist ; extra == 'testing' - pytest-subtests ; extra == 'testing' - parameterized ; extra == 'testing' - datasets ; extra == 'testing' - evaluate ; extra == 'testing' - - torchpippy>=0.2.0 ; extra == 'testing' + - torchpippy >=0.2.0 ; extra == 'testing' - transformers ; extra == 'testing' - scipy ; extra == 'testing' - scikit-learn ; extra == 'testing' @@ -4641,7 +4637,7 @@ packages: requires_dist: - importlib-metadata ; python_version < '3.8' - attrs[tests] ; extra == 'cov' - - coverage[toml]>=5.3 ; extra == 'cov' + - coverage[toml] >=5.3 ; extra == 'cov' - attrs[tests] ; extra == 'dev' - pre-commit ; extra == 'dev' - furo ; extra == 'docs' @@ -4653,14 +4649,14 @@ packages: - zope-interface ; extra == 'docs' - attrs[tests-no-zope] ; extra == 'tests' - zope-interface ; extra == 'tests' - - mypy>=1.6 ; (platform_python_implementation == 'CPython' and python_version >= '3.8') and extra == 'tests-mypy' + - mypy >=1.6 ; (platform_python_implementation == 'CPython' and python_version >= '3.8') and extra == 'tests-mypy' - pytest-mypy-plugins ; (platform_python_implementation == 'CPython' and python_version >= '3.8') and extra == 'tests-mypy' - attrs[tests-mypy] ; extra == 'tests-no-zope' - cloudpickle ; platform_python_implementation == 'CPython' and extra == 'tests-no-zope' - hypothesis ; extra == 'tests-no-zope' - pympler ; extra == 'tests-no-zope' - pytest-xdist[psutil] ; extra == 'tests-no-zope' - - pytest>=4.3.0 ; extra == 'tests-no-zope' + - pytest >=4.3.0 ; extra == 'tests-no-zope' requires_python: '>=3.7' - kind: conda name: attrs @@ -5897,10 +5893,10 @@ packages: url: https://files.pythonhosted.org/packages/0d/35/4196b21041e29a42dc4f05866d0c94fa26c9da88ce12c38c2265e42c82fb/Babel-2.14.0-py3-none-any.whl sha256: efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287 requires_dist: - - pytz>=2015.7 ; python_version < '3.9' - - pytest>=6.0 ; extra == 'dev' + - pytz >=2015.7 ; python_version < '3.9' + - pytest >=6.0 ; extra == 'dev' - pytest-cov ; extra == 'dev' - - freezegun~=1.0 ; extra == 'dev' + - freezegun ~=1.0 ; extra == 'dev' requires_python: '>=3.7' - kind: pypi name: beautifulsoup4 @@ -5908,7 +5904,7 @@ packages: url: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed requires_dist: - - soupsieve>1.2 + - soupsieve >1.2 - cchardet ; extra == 'cchardet' - chardet ; extra == 'chardet' - charset-normalizer ; extra == 'charset-normalizer' @@ -6099,19 +6095,19 @@ packages: url: https://files.pythonhosted.org/packages/97/a6/f5857f79bba7eca05ebdc7e27e3447e3d2fc23898bb04f34bf3ff5dfb2db/black-24.4.0-cp311-cp311-macosx_11_0_arm64.whl sha256: 64e60a7edd71fd542a10a9643bf369bfd2644de95ec71e86790b063aa02ff745 requires_dist: - - click>=8.0.0 - - mypy-extensions>=0.4.3 - - packaging>=22.0 - - pathspec>=0.9.0 - - platformdirs>=2 - - tomli>=1.1.0 ; python_version < '3.11' - - typing-extensions>=4.0.1 ; python_version < '3.11' - - colorama>=0.4.3 ; extra == 'colorama' - - aiohttp!=3.9.0,>=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' - - aiohttp>=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' - - ipython>=7.8.0 ; extra == 'jupyter' - - tokenize-rt>=3.2.0 ; extra == 'jupyter' - - uvloop>=0.15.2 ; extra == 'uvloop' + - click >=8.0.0 + - mypy-extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9.0 + - platformdirs >=2 + - tomli >=1.1.0 ; python_version < '3.11' + - typing-extensions >=4.0.1 ; python_version < '3.11' + - colorama >=0.4.3 ; extra == 'colorama' + - aiohttp !=3.9.0, >=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' + - aiohttp >=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' + - ipython >=7.8.0 ; extra == 'jupyter' + - tokenize-rt >=3.2.0 ; extra == 'jupyter' + - uvloop >=0.15.2 ; extra == 'uvloop' requires_python: '>=3.8' - kind: pypi name: black @@ -6119,19 +6115,19 @@ packages: url: https://files.pythonhosted.org/packages/cb/95/4a02a0fed559bf638001f6bf4e4c9d685111db959d221485e7e27c91e954/black-24.4.0-cp311-cp311-macosx_10_9_x86_64.whl sha256: 8e5537f456a22cf5cfcb2707803431d2feeb82ab3748ade280d6ccd0b40ed2e8 requires_dist: - - click>=8.0.0 - - mypy-extensions>=0.4.3 - - packaging>=22.0 - - pathspec>=0.9.0 - - platformdirs>=2 - - tomli>=1.1.0 ; python_version < '3.11' - - typing-extensions>=4.0.1 ; python_version < '3.11' - - colorama>=0.4.3 ; extra == 'colorama' - - aiohttp!=3.9.0,>=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' - - aiohttp>=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' - - ipython>=7.8.0 ; extra == 'jupyter' - - tokenize-rt>=3.2.0 ; extra == 'jupyter' - - uvloop>=0.15.2 ; extra == 'uvloop' + - click >=8.0.0 + - mypy-extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9.0 + - platformdirs >=2 + - tomli >=1.1.0 ; python_version < '3.11' + - typing-extensions >=4.0.1 ; python_version < '3.11' + - colorama >=0.4.3 ; extra == 'colorama' + - aiohttp !=3.9.0, >=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' + - aiohttp >=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' + - ipython >=7.8.0 ; extra == 'jupyter' + - tokenize-rt >=3.2.0 ; extra == 'jupyter' + - uvloop >=0.15.2 ; extra == 'uvloop' requires_python: '>=3.8' - kind: pypi name: black @@ -6139,19 +6135,19 @@ packages: url: https://files.pythonhosted.org/packages/0f/11/fa05ac9429d971d0fc10da85f24dafc3fa5788733fbd0d1c186b7577cefd/black-24.4.0-cp311-cp311-win_amd64.whl sha256: 64578cf99b6b46a6301bc28bdb89f9d6f9b592b1c5837818a177c98525dbe397 requires_dist: - - click>=8.0.0 - - mypy-extensions>=0.4.3 - - packaging>=22.0 - - pathspec>=0.9.0 - - platformdirs>=2 - - tomli>=1.1.0 ; python_version < '3.11' - - typing-extensions>=4.0.1 ; python_version < '3.11' - - colorama>=0.4.3 ; extra == 'colorama' - - aiohttp!=3.9.0,>=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' - - aiohttp>=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' - - ipython>=7.8.0 ; extra == 'jupyter' - - tokenize-rt>=3.2.0 ; extra == 'jupyter' - - uvloop>=0.15.2 ; extra == 'uvloop' + - click >=8.0.0 + - mypy-extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9.0 + - platformdirs >=2 + - tomli >=1.1.0 ; python_version < '3.11' + - typing-extensions >=4.0.1 ; python_version < '3.11' + - colorama >=0.4.3 ; extra == 'colorama' + - aiohttp !=3.9.0, >=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' + - aiohttp >=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' + - ipython >=7.8.0 ; extra == 'jupyter' + - tokenize-rt >=3.2.0 ; extra == 'jupyter' + - uvloop >=0.15.2 ; extra == 'uvloop' requires_python: '>=3.8' - kind: pypi name: black @@ -6159,19 +6155,19 @@ packages: url: https://files.pythonhosted.org/packages/0a/ef/37666bae20ba77d9a8420867077879fc0fd26e60e734ba5ee5ebc46f72fb/black-24.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 5cd5b4f76056cecce3e69b0d4c228326d2595f506797f40b9233424e2524c070 requires_dist: - - click>=8.0.0 - - mypy-extensions>=0.4.3 - - packaging>=22.0 - - pathspec>=0.9.0 - - platformdirs>=2 - - tomli>=1.1.0 ; python_version < '3.11' - - typing-extensions>=4.0.1 ; python_version < '3.11' - - colorama>=0.4.3 ; extra == 'colorama' - - aiohttp!=3.9.0,>=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' - - aiohttp>=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' - - ipython>=7.8.0 ; extra == 'jupyter' - - tokenize-rt>=3.2.0 ; extra == 'jupyter' - - uvloop>=0.15.2 ; extra == 'uvloop' + - click >=8.0.0 + - mypy-extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9.0 + - platformdirs >=2 + - tomli >=1.1.0 ; python_version < '3.11' + - typing-extensions >=4.0.1 ; python_version < '3.11' + - colorama >=0.4.3 ; extra == 'colorama' + - aiohttp !=3.9.0, >=3.7.4 ; (sys_platform == 'win32' and implementation_name == 'pypy') and extra == 'd' + - aiohttp >=3.7.4 ; (sys_platform != 'win32' or implementation_name != 'pypy') and extra == 'd' + - ipython >=7.8.0 ; extra == 'jupyter' + - tokenize-rt >=3.2.0 ; extra == 'jupyter' + - uvloop >=0.15.2 ; extra == 'uvloop' requires_python: '>=3.8' - kind: pypi name: blueprint @@ -6542,72 +6538,72 @@ packages: - kind: pypi name: cffi version: 1.16.0 - url: https://files.pythonhosted.org/packages/b5/23/ea84dd4985649fcc179ba3a6c9390412e924d20b0244dc71a6545788f5a2/cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - sha256: d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936 + url: https://files.pythonhosted.org/packages/9b/89/a31c81e36bbb793581d8bba4406a8aac4ba84b2559301c44eef81f4cf5df/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e requires_dist: - pycparser requires_python: '>=3.8' - kind: pypi name: cffi version: 1.16.0 - url: https://files.pythonhosted.org/packages/5a/c7/694814b3757878b29da39bc2f0cf9d20295f4c1e0a0bde7971708d5f23f8/cffi-1.16.0-cp311-cp311-win_amd64.whl - sha256: db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba + url: https://files.pythonhosted.org/packages/18/6c/0406611f3d5aadf4c5b08f6c095d874aed8dfc2d3a19892707d72536d5dc/cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: 1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417 requires_dist: - pycparser requires_python: '>=3.8' - kind: pypi name: cffi version: 1.16.0 - url: https://files.pythonhosted.org/packages/95/c8/ce05a6cba2bec12d4b28285e66c53cc88dd7385b102dea7231da3b74cfef/cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404 + url: https://files.pythonhosted.org/packages/5a/c7/694814b3757878b29da39bc2f0cf9d20295f4c1e0a0bde7971708d5f23f8/cffi-1.16.0-cp311-cp311-win_amd64.whl + sha256: db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba requires_dist: - pycparser requires_python: '>=3.8' - kind: pypi name: cffi version: 1.16.0 - url: https://files.pythonhosted.org/packages/9b/89/a31c81e36bbb793581d8bba4406a8aac4ba84b2559301c44eef81f4cf5df/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e + url: https://files.pythonhosted.org/packages/b5/23/ea84dd4985649fcc179ba3a6c9390412e924d20b0244dc71a6545788f5a2/cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + sha256: d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936 requires_dist: - pycparser requires_python: '>=3.8' - kind: pypi name: cffi version: 1.16.0 - url: https://files.pythonhosted.org/packages/18/6c/0406611f3d5aadf4c5b08f6c095d874aed8dfc2d3a19892707d72536d5dc/cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: 1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417 + url: https://files.pythonhosted.org/packages/95/c8/ce05a6cba2bec12d4b28285e66c53cc88dd7385b102dea7231da3b74cfef/cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404 requires_dist: - pycparser requires_python: '>=3.8' - kind: pypi name: charset-normalizer version: 3.3.2 - url: https://files.pythonhosted.org/packages/e4/a6/7ee57823d46331ddc37dd00749c95b0edec2c79b15fc0d6e6efb532e89ac/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - sha256: f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f + url: https://files.pythonhosted.org/packages/40/26/f35951c45070edc957ba40a5b1db3cf60a9dbb1b350c2d5bef03e01e61de/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8 requires_python: '>=3.7.0' - kind: pypi name: charset-normalizer version: 3.3.2 - url: https://files.pythonhosted.org/packages/57/ec/80c8d48ac8b1741d5b963797b7c0c869335619e13d4744ca2f67fc11c6fc/charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl - sha256: 663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77 + url: https://files.pythonhosted.org/packages/dd/51/68b61b90b24ca35495956b718f35a9756ef7d3dd4b3c1508056fa98d1a1b/charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl + sha256: 549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e requires_python: '>=3.7.0' - kind: pypi name: charset-normalizer version: 3.3.2 - url: https://files.pythonhosted.org/packages/3e/33/21a875a61057165e92227466e54ee076b73af1e21fe1b31f1e292251aa1e/charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96 + url: https://files.pythonhosted.org/packages/57/ec/80c8d48ac8b1741d5b963797b7c0c869335619e13d4744ca2f67fc11c6fc/charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl + sha256: 663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77 requires_python: '>=3.7.0' - kind: pypi name: charset-normalizer version: 3.3.2 - url: https://files.pythonhosted.org/packages/40/26/f35951c45070edc957ba40a5b1db3cf60a9dbb1b350c2d5bef03e01e61de/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8 + url: https://files.pythonhosted.org/packages/e4/a6/7ee57823d46331ddc37dd00749c95b0edec2c79b15fc0d6e6efb532e89ac/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + sha256: f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f requires_python: '>=3.7.0' - kind: pypi name: charset-normalizer version: 3.3.2 - url: https://files.pythonhosted.org/packages/dd/51/68b61b90b24ca35495956b718f35a9756ef7d3dd4b3c1508056fa98d1a1b/charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl - sha256: 549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e + url: https://files.pythonhosted.org/packages/3e/33/21a875a61057165e92227466e54ee076b73af1e21fe1b31f1e292251aa1e/charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96 requires_python: '>=3.7.0' - kind: conda name: clang @@ -7490,15 +7486,15 @@ packages: url: https://files.pythonhosted.org/packages/9f/6b/8a1ca4b81d426c104fe42b3cfad9488eaaef0a03fcf98eaecc22b628a013/contourpy-1.2.1-cp311-cp311-macosx_11_0_arm64.whl sha256: ef5adb9a3b1d0c645ff694f9bca7702ec2c70f4d734f9922ea34de02294fdf72 requires_dist: - - numpy>=1.20 + - numpy >=1.20 - furo ; extra == 'docs' - - sphinx>=7.2 ; extra == 'docs' + - sphinx >=7.2 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - bokeh ; extra == 'bokeh' - selenium ; extra == 'bokeh' - contourpy[bokeh,docs] ; extra == 'mypy' - docutils-stubs ; extra == 'mypy' - - mypy==1.8.0 ; extra == 'mypy' + - mypy ==1.8.0 ; extra == 'mypy' - types-pillow ; extra == 'mypy' - contourpy[test-no-images] ; extra == 'test' - matplotlib ; extra == 'test' @@ -7514,15 +7510,15 @@ packages: url: https://files.pythonhosted.org/packages/33/0e/51ff72fac17e2500baf30b6b2a24be423a8d27e1625e5de99f585b852d74/contourpy-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl sha256: 6022cecf8f44e36af10bd9118ca71f371078b4c168b6e0fab43d4a889985dbb5 requires_dist: - - numpy>=1.20 + - numpy >=1.20 - furo ; extra == 'docs' - - sphinx>=7.2 ; extra == 'docs' + - sphinx >=7.2 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - bokeh ; extra == 'bokeh' - selenium ; extra == 'bokeh' - contourpy[bokeh,docs] ; extra == 'mypy' - docutils-stubs ; extra == 'mypy' - - mypy==1.8.0 ; extra == 'mypy' + - mypy ==1.8.0 ; extra == 'mypy' - types-pillow ; extra == 'mypy' - contourpy[test-no-images] ; extra == 'test' - matplotlib ; extra == 'test' @@ -7538,15 +7534,15 @@ packages: url: https://files.pythonhosted.org/packages/d6/4f/76d0dd0bca417691918484c26c74dd9dd44fbf528bbfeb30d754886e2c54/contourpy-1.2.1-cp311-cp311-win_amd64.whl sha256: 2855c8b0b55958265e8b5888d6a615ba02883b225f2227461aa9127c578a4922 requires_dist: - - numpy>=1.20 + - numpy >=1.20 - furo ; extra == 'docs' - - sphinx>=7.2 ; extra == 'docs' + - sphinx >=7.2 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - bokeh ; extra == 'bokeh' - selenium ; extra == 'bokeh' - contourpy[bokeh,docs] ; extra == 'mypy' - docutils-stubs ; extra == 'mypy' - - mypy==1.8.0 ; extra == 'mypy' + - mypy ==1.8.0 ; extra == 'mypy' - types-pillow ; extra == 'mypy' - contourpy[test-no-images] ; extra == 'test' - matplotlib ; extra == 'test' @@ -7562,15 +7558,15 @@ packages: url: https://files.pythonhosted.org/packages/ee/c0/9bd123d676eb61750e116a2cd915b06483fc406143cfc36c7f263f0f5368/contourpy-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: d4492d82b3bc7fbb7e3610747b159869468079fe149ec5c4d771fa1f614a14df requires_dist: - - numpy>=1.20 + - numpy >=1.20 - furo ; extra == 'docs' - - sphinx>=7.2 ; extra == 'docs' + - sphinx >=7.2 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - bokeh ; extra == 'bokeh' - selenium ; extra == 'bokeh' - contourpy[bokeh,docs] ; extra == 'mypy' - docutils-stubs ; extra == 'mypy' - - mypy==1.8.0 ; extra == 'mypy' + - mypy ==1.8.0 ; extra == 'mypy' - types-pillow ; extra == 'mypy' - contourpy[test-no-images] ; extra == 'test' - matplotlib ; extra == 'test' @@ -7587,34 +7583,34 @@ packages: sha256: fe1ef34f957afb941f63ef8cc4ee4a8c020a02e858325392ae19691c5bb69875 requires_dist: - accelerate + - diffusers ==0.27.2 + - numpy - opencv-python - pillow - - diffusers==0.27.2 - - numpy + - rerun-sdk - torch - transformers - - rerun-sdk requires_python: '>=3.10' editable: true - kind: pypi name: cryptography version: 38.0.4 - url: https://files.pythonhosted.org/packages/a2/8f/6c52b1f9d650863e8f67edbe062c04f1c8455579eaace1593d8fe469319a/cryptography-38.0.4-cp36-abi3-manylinux_2_28_aarch64.whl - sha256: bfe6472507986613dc6cc00b3d492b2f7564b02b3b3682d25ca7f40fa3fd321b + url: https://files.pythonhosted.org/packages/26/f8/a81170a816679fca9ccd907b801992acfc03c33f952440421c921af2cc57/cryptography-38.0.4-cp36-abi3-manylinux_2_28_x86_64.whl + sha256: ce127dd0a6a0811c251a6cddd014d292728484e530d80e872ad9806cfb1c5b3c requires_dist: - - cffi>=1.12 - - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' + - cffi >=1.12 + - sphinx !=1.8.0, !=3.1.0, !=3.1.1, >=1.6.5 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - - pyenchant>=1.6.11 ; extra == 'docstest' - - twine>=1.12.0 ; extra == 'docstest' - - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' + - pyenchant >=1.6.11 ; extra == 'docstest' + - twine >=1.12.0 ; extra == 'docstest' + - sphinxcontrib-spelling >=4.0.1 ; extra == 'docstest' - black ; extra == 'pep8test' - flake8 ; extra == 'pep8test' - flake8-import-order ; extra == 'pep8test' - pep8-naming ; extra == 'pep8test' - - setuptools-rust>=0.11.4 ; extra == 'sdist' - - bcrypt>=3.1.5 ; extra == 'ssh' - - pytest>=6.2.0 ; extra == 'test' + - setuptools-rust >=0.11.4 ; extra == 'sdist' + - bcrypt >=3.1.5 ; extra == 'ssh' + - pytest >=6.2.0 ; extra == 'test' - pytest-benchmark ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-subtests ; extra == 'test' @@ -7622,27 +7618,27 @@ packages: - pretend ; extra == 'test' - iso8601 ; extra == 'test' - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + - hypothesis !=3.79.2, >=1.11.4 ; extra == 'test' requires_python: '>=3.6' - kind: pypi name: cryptography version: 38.0.4 - url: https://files.pythonhosted.org/packages/c0/eb/f52b165db2abd662cda0a76efb7579a291fed1a7979cf41146cdc19e0d7a/cryptography-38.0.4-cp36-abi3-win_amd64.whl - sha256: 8e45653fb97eb2f20b8c96f9cd2b3a0654d742b47d638cf2897afbd97f80fa6d + url: https://files.pythonhosted.org/packages/75/7a/2ea7dd2202638cf1053aaa8fbbaddded0b78c78832b3d03cafa0416a6c84/cryptography-38.0.4-cp36-abi3-macosx_10_10_universal2.whl + sha256: 2fa36a7b2cc0998a3a4d5af26ccb6273f3df133d61da2ba13b3286261e7efb70 requires_dist: - - cffi>=1.12 - - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' + - cffi >=1.12 + - sphinx !=1.8.0, !=3.1.0, !=3.1.1, >=1.6.5 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - - pyenchant>=1.6.11 ; extra == 'docstest' - - twine>=1.12.0 ; extra == 'docstest' - - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' + - pyenchant >=1.6.11 ; extra == 'docstest' + - twine >=1.12.0 ; extra == 'docstest' + - sphinxcontrib-spelling >=4.0.1 ; extra == 'docstest' - black ; extra == 'pep8test' - flake8 ; extra == 'pep8test' - flake8-import-order ; extra == 'pep8test' - pep8-naming ; extra == 'pep8test' - - setuptools-rust>=0.11.4 ; extra == 'sdist' - - bcrypt>=3.1.5 ; extra == 'ssh' - - pytest>=6.2.0 ; extra == 'test' + - setuptools-rust >=0.11.4 ; extra == 'sdist' + - bcrypt >=3.1.5 ; extra == 'ssh' + - pytest >=6.2.0 ; extra == 'test' - pytest-benchmark ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-subtests ; extra == 'test' @@ -7650,27 +7646,27 @@ packages: - pretend ; extra == 'test' - iso8601 ; extra == 'test' - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + - hypothesis !=3.79.2, >=1.11.4 ; extra == 'test' requires_python: '>=3.6' - kind: pypi name: cryptography version: 38.0.4 - url: https://files.pythonhosted.org/packages/52/1b/49ebc2b59e9126f1f378ae910e98704d54a3f48b78e2d6d6c8cfe6fbe06f/cryptography-38.0.4-cp36-abi3-macosx_10_10_x86_64.whl - sha256: 1f13ddda26a04c06eb57119caf27a524ccae20533729f4b1e4a69b54e07035eb + url: https://files.pythonhosted.org/packages/c0/eb/f52b165db2abd662cda0a76efb7579a291fed1a7979cf41146cdc19e0d7a/cryptography-38.0.4-cp36-abi3-win_amd64.whl + sha256: 8e45653fb97eb2f20b8c96f9cd2b3a0654d742b47d638cf2897afbd97f80fa6d requires_dist: - - cffi>=1.12 - - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' + - cffi >=1.12 + - sphinx !=1.8.0, !=3.1.0, !=3.1.1, >=1.6.5 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - - pyenchant>=1.6.11 ; extra == 'docstest' - - twine>=1.12.0 ; extra == 'docstest' - - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' + - pyenchant >=1.6.11 ; extra == 'docstest' + - twine >=1.12.0 ; extra == 'docstest' + - sphinxcontrib-spelling >=4.0.1 ; extra == 'docstest' - black ; extra == 'pep8test' - flake8 ; extra == 'pep8test' - flake8-import-order ; extra == 'pep8test' - pep8-naming ; extra == 'pep8test' - - setuptools-rust>=0.11.4 ; extra == 'sdist' - - bcrypt>=3.1.5 ; extra == 'ssh' - - pytest>=6.2.0 ; extra == 'test' + - setuptools-rust >=0.11.4 ; extra == 'sdist' + - bcrypt >=3.1.5 ; extra == 'ssh' + - pytest >=6.2.0 ; extra == 'test' - pytest-benchmark ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-subtests ; extra == 'test' @@ -7678,27 +7674,27 @@ packages: - pretend ; extra == 'test' - iso8601 ; extra == 'test' - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + - hypothesis !=3.79.2, >=1.11.4 ; extra == 'test' requires_python: '>=3.6' - kind: pypi name: cryptography version: 38.0.4 - url: https://files.pythonhosted.org/packages/26/f8/a81170a816679fca9ccd907b801992acfc03c33f952440421c921af2cc57/cryptography-38.0.4-cp36-abi3-manylinux_2_28_x86_64.whl - sha256: ce127dd0a6a0811c251a6cddd014d292728484e530d80e872ad9806cfb1c5b3c + url: https://files.pythonhosted.org/packages/a2/8f/6c52b1f9d650863e8f67edbe062c04f1c8455579eaace1593d8fe469319a/cryptography-38.0.4-cp36-abi3-manylinux_2_28_aarch64.whl + sha256: bfe6472507986613dc6cc00b3d492b2f7564b02b3b3682d25ca7f40fa3fd321b requires_dist: - - cffi>=1.12 - - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' + - cffi >=1.12 + - sphinx !=1.8.0, !=3.1.0, !=3.1.1, >=1.6.5 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - - pyenchant>=1.6.11 ; extra == 'docstest' - - twine>=1.12.0 ; extra == 'docstest' - - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' + - pyenchant >=1.6.11 ; extra == 'docstest' + - twine >=1.12.0 ; extra == 'docstest' + - sphinxcontrib-spelling >=4.0.1 ; extra == 'docstest' - black ; extra == 'pep8test' - flake8 ; extra == 'pep8test' - flake8-import-order ; extra == 'pep8test' - pep8-naming ; extra == 'pep8test' - - setuptools-rust>=0.11.4 ; extra == 'sdist' - - bcrypt>=3.1.5 ; extra == 'ssh' - - pytest>=6.2.0 ; extra == 'test' + - setuptools-rust >=0.11.4 ; extra == 'sdist' + - bcrypt >=3.1.5 ; extra == 'ssh' + - pytest >=6.2.0 ; extra == 'test' - pytest-benchmark ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-subtests ; extra == 'test' @@ -7706,27 +7702,27 @@ packages: - pretend ; extra == 'test' - iso8601 ; extra == 'test' - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + - hypothesis !=3.79.2, >=1.11.4 ; extra == 'test' requires_python: '>=3.6' - kind: pypi name: cryptography version: 38.0.4 - url: https://files.pythonhosted.org/packages/75/7a/2ea7dd2202638cf1053aaa8fbbaddded0b78c78832b3d03cafa0416a6c84/cryptography-38.0.4-cp36-abi3-macosx_10_10_universal2.whl - sha256: 2fa36a7b2cc0998a3a4d5af26ccb6273f3df133d61da2ba13b3286261e7efb70 + url: https://files.pythonhosted.org/packages/52/1b/49ebc2b59e9126f1f378ae910e98704d54a3f48b78e2d6d6c8cfe6fbe06f/cryptography-38.0.4-cp36-abi3-macosx_10_10_x86_64.whl + sha256: 1f13ddda26a04c06eb57119caf27a524ccae20533729f4b1e4a69b54e07035eb requires_dist: - - cffi>=1.12 - - sphinx!=1.8.0,!=3.1.0,!=3.1.1,>=1.6.5 ; extra == 'docs' + - cffi >=1.12 + - sphinx !=1.8.0, !=3.1.0, !=3.1.1, >=1.6.5 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - - pyenchant>=1.6.11 ; extra == 'docstest' - - twine>=1.12.0 ; extra == 'docstest' - - sphinxcontrib-spelling>=4.0.1 ; extra == 'docstest' + - pyenchant >=1.6.11 ; extra == 'docstest' + - twine >=1.12.0 ; extra == 'docstest' + - sphinxcontrib-spelling >=4.0.1 ; extra == 'docstest' - black ; extra == 'pep8test' - flake8 ; extra == 'pep8test' - flake8-import-order ; extra == 'pep8test' - pep8-naming ; extra == 'pep8test' - - setuptools-rust>=0.11.4 ; extra == 'sdist' - - bcrypt>=3.1.5 ; extra == 'ssh' - - pytest>=6.2.0 ; extra == 'test' + - setuptools-rust >=0.11.4 ; extra == 'sdist' + - bcrypt >=3.1.5 ; extra == 'ssh' + - pytest >=6.2.0 ; extra == 'test' - pytest-benchmark ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-subtests ; extra == 'test' @@ -7734,7 +7730,7 @@ packages: - pretend ; extra == 'test' - iso8601 ; extra == 'test' - pytz ; extra == 'test' - - hypothesis!=3.79.2,>=1.11.4 ; extra == 'test' + - hypothesis !=3.79.2, >=1.11.4 ; extra == 'test' requires_python: '>=3.6' - kind: conda name: cxx-compiler @@ -7814,8 +7810,8 @@ packages: url: https://files.pythonhosted.org/packages/91/ca/7219b838086086972e662c19e908694bdc6744537fb41b70392501b8b5e4/dataclasses_json-0.6.4-py3-none-any.whl sha256: f90578b8a3177f7552f4e1a6e535e84293cd5da421fcce0642d49c0d7bdf8df2 requires_dist: - - marshmallow>=3.18.0,<4.0.0 - - typing-inspect>=0.4.0,<1 + - marshmallow >=3.18.0, <4.0.0 + - typing-inspect >=0.4.0, <1 requires_python: '>=3.7,<4.0' - kind: pypi name: deprecated @@ -7823,12 +7819,12 @@ packages: url: https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl sha256: 6fac8b097794a90302bdbb17b9b815e732d3c4720583ff1b198499d78470466c requires_dist: - - wrapt<2,>=1.10 + - wrapt <2, >=1.10 - tox ; extra == 'dev' - pytest ; extra == 'dev' - pytest-cov ; extra == 'dev' - - bump2version<1 ; extra == 'dev' - - sphinx<2 ; extra == 'dev' + - bump2version <1 ; extra == 'dev' + - sphinx <2 ; extra == 'dev' requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' - kind: pypi name: detect-and-track-objects @@ -7837,13 +7833,13 @@ packages: sha256: c8419d3c804263d1287fc17c21419116fe8ae6fec83cc6026162eb521e12437f requires_dist: - numpy - - opencv-contrib-python>4.6 - - opencv-python>4.6 + - opencv-contrib-python >4.6 + - opencv-python >4.6 - pillow - - requests>=2.31,<3 + - requests <3, >=2.31 - rerun-sdk - - timm==0.9.11 - - torch>=1.13.0 + - timm ==0.9.11 + - torch >=1.13.0 - transformers editable: true - kind: pypi @@ -7852,12 +7848,12 @@ packages: path: examples/python/dicom_mri sha256: 9036262fb158a1e7a56ba54e5babb5ff5477c94e4359cb26bb12e2d0a12977e9 requires_dist: - - dicom-numpy==0.6.2 + - dicom-numpy ==0.6.2 - numpy - - pydicom==2.3.0 - - requests>=2.31,<3 + - pydicom ==2.3.0 + - requests <3, >=2.31 - rerun-sdk - - types-requests>=2.31,<3 + - types-requests <3, >=2.31 editable: true - kind: pypi name: dicom-numpy @@ -7865,7 +7861,7 @@ packages: url: https://files.pythonhosted.org/packages/a4/d2/6d475e8925fa3f46f676263bfc6bdcf1e20273a433b296b1d63abecd2426/dicom_numpy-0.6.2-py2.py3-none-any.whl sha256: 361c8dfc52d625bf3344e5c2745e9c928d263999a4c094fe285d9fe461895ea9 requires_dist: - - pydicom>=1.0 + - pydicom >=1.0 - numpy - check-manifest ; extra == 'dev' - sphinx ; extra == 'dev' @@ -7881,74 +7877,74 @@ packages: requires_dist: - importlib-metadata - filelock - - huggingface-hub>=0.20.2 + - huggingface-hub >=0.20.2 - numpy - - regex!=2019.12.17 + - regex !=2019.12.17 - requests - - safetensors>=0.3.1 + - safetensors >=0.3.1 - pillow - - urllib3<=2.0.0 ; extra == 'dev' - - isort>=5.5.4 ; extra == 'dev' - - ruff==0.1.5 ; extra == 'dev' - - hf-doc-builder>=0.3.0 ; extra == 'dev' - - compel==0.1.8 ; extra == 'dev' - - gitpython<3.1.19 ; extra == 'dev' + - urllib3 <=2.0.0 ; extra == 'dev' + - isort >=5.5.4 ; extra == 'dev' + - ruff ==0.1.5 ; extra == 'dev' + - hf-doc-builder >=0.3.0 ; extra == 'dev' + - compel ==0.1.8 ; extra == 'dev' + - gitpython <3.1.19 ; extra == 'dev' - datasets ; extra == 'dev' - jinja2 ; extra == 'dev' - - invisible-watermark>=0.2.0 ; extra == 'dev' - - k-diffusion>=0.0.12 ; extra == 'dev' + - invisible-watermark >=0.2.0 ; extra == 'dev' + - k-diffusion >=0.0.12 ; extra == 'dev' - librosa ; extra == 'dev' - parameterized ; extra == 'dev' - pytest ; extra == 'dev' - pytest-timeout ; extra == 'dev' - pytest-xdist ; extra == 'dev' - - requests-mock==1.10.0 ; extra == 'dev' - - safetensors>=0.3.1 ; extra == 'dev' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'dev' + - requests-mock ==1.10.0 ; extra == 'dev' + - safetensors >=0.3.1 ; extra == 'dev' + - sentencepiece !=0.1.92, >=0.1.91 ; extra == 'dev' - scipy ; extra == 'dev' - torchvision ; extra == 'dev' - - transformers>=4.25.1 ; extra == 'dev' - - accelerate>=0.11.0 ; extra == 'dev' - - protobuf<4,>=3.20.3 ; extra == 'dev' + - transformers >=4.25.1 ; extra == 'dev' + - accelerate >=0.11.0 ; extra == 'dev' + - protobuf <4, >=3.20.3 ; extra == 'dev' - tensorboard ; extra == 'dev' - - peft>=0.6.0 ; extra == 'dev' - - torch>=1.4 ; extra == 'dev' - - jax>=0.4.1 ; extra == 'dev' - - jaxlib>=0.4.1 ; extra == 'dev' - - flax>=0.4.1 ; extra == 'dev' - - hf-doc-builder>=0.3.0 ; extra == 'docs' - - jax>=0.4.1 ; extra == 'flax' - - jaxlib>=0.4.1 ; extra == 'flax' - - flax>=0.4.1 ; extra == 'flax' - - urllib3<=2.0.0 ; extra == 'quality' - - isort>=5.5.4 ; extra == 'quality' - - ruff==0.1.5 ; extra == 'quality' - - hf-doc-builder>=0.3.0 ; extra == 'quality' - - compel==0.1.8 ; extra == 'test' - - gitpython<3.1.19 ; extra == 'test' + - peft >=0.6.0 ; extra == 'dev' + - torch >=1.4 ; extra == 'dev' + - jax >=0.4.1 ; extra == 'dev' + - jaxlib >=0.4.1 ; extra == 'dev' + - flax >=0.4.1 ; extra == 'dev' + - hf-doc-builder >=0.3.0 ; extra == 'docs' + - jax >=0.4.1 ; extra == 'flax' + - jaxlib >=0.4.1 ; extra == 'flax' + - flax >=0.4.1 ; extra == 'flax' + - urllib3 <=2.0.0 ; extra == 'quality' + - isort >=5.5.4 ; extra == 'quality' + - ruff ==0.1.5 ; extra == 'quality' + - hf-doc-builder >=0.3.0 ; extra == 'quality' + - compel ==0.1.8 ; extra == 'test' + - gitpython <3.1.19 ; extra == 'test' - datasets ; extra == 'test' - jinja2 ; extra == 'test' - - invisible-watermark>=0.2.0 ; extra == 'test' - - k-diffusion>=0.0.12 ; extra == 'test' + - invisible-watermark >=0.2.0 ; extra == 'test' + - k-diffusion >=0.0.12 ; extra == 'test' - librosa ; extra == 'test' - parameterized ; extra == 'test' - pytest ; extra == 'test' - pytest-timeout ; extra == 'test' - pytest-xdist ; extra == 'test' - - requests-mock==1.10.0 ; extra == 'test' - - safetensors>=0.3.1 ; extra == 'test' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'test' + - requests-mock ==1.10.0 ; extra == 'test' + - safetensors >=0.3.1 ; extra == 'test' + - sentencepiece !=0.1.92, >=0.1.91 ; extra == 'test' - scipy ; extra == 'test' - torchvision ; extra == 'test' - - transformers>=4.25.1 ; extra == 'test' - - torch>=1.4 ; extra == 'torch' - - accelerate>=0.11.0 ; extra == 'torch' - - accelerate>=0.11.0 ; extra == 'training' + - transformers >=4.25.1 ; extra == 'test' + - torch >=1.4 ; extra == 'torch' + - accelerate >=0.11.0 ; extra == 'torch' + - accelerate >=0.11.0 ; extra == 'training' - datasets ; extra == 'training' - - protobuf<4,>=3.20.3 ; extra == 'training' + - protobuf <4, >=3.20.3 ; extra == 'training' - tensorboard ; extra == 'training' - jinja2 ; extra == 'training' - - peft>=0.6.0 ; extra == 'training' + - peft >=0.6.0 ; extra == 'training' requires_python: '>=3.8.0' - kind: pypi name: distlib @@ -8072,10 +8068,10 @@ packages: path: examples/python/face_tracking sha256: b8725fe4d36c11aad2c6c936ba2b57c7f65a856aa179badca5d041db63119d55 requires_dist: - - mediapipe==0.10.11 ; sys_platform != 'darwin' - - mediapipe==0.10.9 ; sys_platform == 'darwin' + - mediapipe ==0.10.11 ; sys_platform != 'darwin' + - mediapipe ==0.10.9 ; sys_platform == 'darwin' - numpy - - opencv-python>4.6 + - opencv-python >4.6 - requests - rerun-sdk - tqdm @@ -8087,17 +8083,17 @@ packages: url: https://files.pythonhosted.org/packages/6e/b5/15b3b36f298bcbc0be82a371ac744f4f5a10309ade0b8bbde286598dd612/filelock-3.13.4-py3-none-any.whl sha256: 404e5e9253aa60ad457cae1be07c0f0ca90a63931200a47d9b6a6af84fd7b45f requires_dist: - - furo>=2023.9.10 ; extra == 'docs' - - sphinx-autodoc-typehints!=1.23.4,>=1.25.2 ; extra == 'docs' - - sphinx>=7.2.6 ; extra == 'docs' - - covdefaults>=2.3 ; extra == 'testing' - - coverage>=7.3.2 ; extra == 'testing' - - diff-cover>=8.0.1 ; extra == 'testing' - - pytest-cov>=4.1 ; extra == 'testing' - - pytest-mock>=3.12 ; extra == 'testing' - - pytest-timeout>=2.2 ; extra == 'testing' - - pytest>=7.4.3 ; extra == 'testing' - - typing-extensions>=4.8 ; python_version < '3.11' and extra == 'typing' + - furo >=2023.9.10 ; extra == 'docs' + - sphinx-autodoc-typehints !=1.23.4, >=1.25.2 ; extra == 'docs' + - sphinx >=7.2.6 ; extra == 'docs' + - covdefaults >=2.3 ; extra == 'testing' + - coverage >=7.3.2 ; extra == 'testing' + - diff-cover >=8.0.1 ; extra == 'testing' + - pytest-cov >=4.1 ; extra == 'testing' + - pytest-mock >=3.12 ; extra == 'testing' + - pytest-timeout >=2.2 ; extra == 'testing' + - pytest >=7.4.3 ; extra == 'testing' + - typing-extensions >=4.8 ; python_version < '3.11' and extra == 'typing' requires_python: '>=3.8' - kind: pypi name: flatbuffers @@ -8184,36 +8180,36 @@ packages: url: https://files.pythonhosted.org/packages/33/47/f2ca671af61757eaaac608963dda5b76ec9100621e45d0fd63a153fd8cd7/fonttools-4.51.0-cp311-cp311-macosx_10_9_universal2.whl sha256: a8feca65bab31479d795b0d16c9a9852902e3a3c0630678efb0b2b7941ea9c74 requires_dist: - - fs<3,>=2.2.0 ; extra == 'all' - - lxml>=4.0 ; extra == 'all' - - zopfli>=0.1.4 ; extra == 'all' - - lz4>=1.7.4.2 ; extra == 'all' + - fs <3, >=2.2.0 ; extra == 'all' + - lxml >=4.0 ; extra == 'all' + - zopfli >=0.1.4 ; extra == 'all' + - lz4 >=1.7.4.2 ; extra == 'all' - pycairo ; extra == 'all' - matplotlib ; extra == 'all' - sympy ; extra == 'all' - - skia-pathops>=0.5.0 ; extra == 'all' - - uharfbuzz>=0.23.0 ; extra == 'all' - - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' + - skia-pathops >=0.5.0 ; extra == 'all' + - uharfbuzz >=0.23.0 ; extra == 'all' + - brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' - scipy ; platform_python_implementation != 'PyPy' and extra == 'all' - - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' + - brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' - munkres ; platform_python_implementation == 'PyPy' and extra == 'all' - - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all' + - unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'all' - xattr ; sys_platform == 'darwin' and extra == 'all' - - lz4>=1.7.4.2 ; extra == 'graphite' + - lz4 >=1.7.4.2 ; extra == 'graphite' - pycairo ; extra == 'interpolatable' - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable' - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable' - - lxml>=4.0 ; extra == 'lxml' - - skia-pathops>=0.5.0 ; extra == 'pathops' + - lxml >=4.0 ; extra == 'lxml' + - skia-pathops >=0.5.0 ; extra == 'pathops' - matplotlib ; extra == 'plot' - - uharfbuzz>=0.23.0 ; extra == 'repacker' + - uharfbuzz >=0.23.0 ; extra == 'repacker' - sympy ; extra == 'symfont' - xattr ; sys_platform == 'darwin' and extra == 'type1' - - fs<3,>=2.2.0 ; extra == 'ufo' - - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'unicode' - - zopfli>=0.1.4 ; extra == 'woff' - - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff' - - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff' + - fs <3, >=2.2.0 ; extra == 'ufo' + - unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'unicode' + - zopfli >=0.1.4 ; extra == 'woff' + - brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff' + - brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff' requires_python: '>=3.8' - kind: pypi name: fonttools @@ -8221,36 +8217,36 @@ packages: url: https://files.pythonhosted.org/packages/84/51/8203a3e6e475e6766ac950638d42f45470f36c6a4f0615ff0a1c1f2ed0d6/fonttools-4.51.0-cp311-cp311-macosx_10_9_x86_64.whl sha256: 8ac27f436e8af7779f0bb4d5425aa3535270494d3bc5459ed27de3f03151e4c2 requires_dist: - - fs<3,>=2.2.0 ; extra == 'all' - - lxml>=4.0 ; extra == 'all' - - zopfli>=0.1.4 ; extra == 'all' - - lz4>=1.7.4.2 ; extra == 'all' + - fs <3, >=2.2.0 ; extra == 'all' + - lxml >=4.0 ; extra == 'all' + - zopfli >=0.1.4 ; extra == 'all' + - lz4 >=1.7.4.2 ; extra == 'all' - pycairo ; extra == 'all' - matplotlib ; extra == 'all' - sympy ; extra == 'all' - - skia-pathops>=0.5.0 ; extra == 'all' - - uharfbuzz>=0.23.0 ; extra == 'all' - - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' + - skia-pathops >=0.5.0 ; extra == 'all' + - uharfbuzz >=0.23.0 ; extra == 'all' + - brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' - scipy ; platform_python_implementation != 'PyPy' and extra == 'all' - - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' + - brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' - munkres ; platform_python_implementation == 'PyPy' and extra == 'all' - - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all' + - unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'all' - xattr ; sys_platform == 'darwin' and extra == 'all' - - lz4>=1.7.4.2 ; extra == 'graphite' + - lz4 >=1.7.4.2 ; extra == 'graphite' - pycairo ; extra == 'interpolatable' - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable' - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable' - - lxml>=4.0 ; extra == 'lxml' - - skia-pathops>=0.5.0 ; extra == 'pathops' + - lxml >=4.0 ; extra == 'lxml' + - skia-pathops >=0.5.0 ; extra == 'pathops' - matplotlib ; extra == 'plot' - - uharfbuzz>=0.23.0 ; extra == 'repacker' + - uharfbuzz >=0.23.0 ; extra == 'repacker' - sympy ; extra == 'symfont' - xattr ; sys_platform == 'darwin' and extra == 'type1' - - fs<3,>=2.2.0 ; extra == 'ufo' - - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'unicode' - - zopfli>=0.1.4 ; extra == 'woff' - - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff' - - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff' + - fs <3, >=2.2.0 ; extra == 'ufo' + - unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'unicode' + - zopfli >=0.1.4 ; extra == 'woff' + - brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff' + - brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff' requires_python: '>=3.8' - kind: pypi name: fonttools @@ -8258,36 +8254,36 @@ packages: url: https://files.pythonhosted.org/packages/c5/d4/f426fa1ca42e47bcfff0c878fa9d49d9c03379d00903a7c178f95b97867a/fonttools-4.51.0-cp311-cp311-win_amd64.whl sha256: 0f08c901d3866a8905363619e3741c33f0a83a680d92a9f0e575985c2634fcc1 requires_dist: - - fs<3,>=2.2.0 ; extra == 'all' - - lxml>=4.0 ; extra == 'all' - - zopfli>=0.1.4 ; extra == 'all' - - lz4>=1.7.4.2 ; extra == 'all' + - fs <3, >=2.2.0 ; extra == 'all' + - lxml >=4.0 ; extra == 'all' + - zopfli >=0.1.4 ; extra == 'all' + - lz4 >=1.7.4.2 ; extra == 'all' - pycairo ; extra == 'all' - matplotlib ; extra == 'all' - sympy ; extra == 'all' - - skia-pathops>=0.5.0 ; extra == 'all' - - uharfbuzz>=0.23.0 ; extra == 'all' - - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' + - skia-pathops >=0.5.0 ; extra == 'all' + - uharfbuzz >=0.23.0 ; extra == 'all' + - brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' - scipy ; platform_python_implementation != 'PyPy' and extra == 'all' - - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' + - brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' - munkres ; platform_python_implementation == 'PyPy' and extra == 'all' - - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all' + - unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'all' - xattr ; sys_platform == 'darwin' and extra == 'all' - - lz4>=1.7.4.2 ; extra == 'graphite' + - lz4 >=1.7.4.2 ; extra == 'graphite' - pycairo ; extra == 'interpolatable' - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable' - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable' - - lxml>=4.0 ; extra == 'lxml' - - skia-pathops>=0.5.0 ; extra == 'pathops' + - lxml >=4.0 ; extra == 'lxml' + - skia-pathops >=0.5.0 ; extra == 'pathops' - matplotlib ; extra == 'plot' - - uharfbuzz>=0.23.0 ; extra == 'repacker' + - uharfbuzz >=0.23.0 ; extra == 'repacker' - sympy ; extra == 'symfont' - xattr ; sys_platform == 'darwin' and extra == 'type1' - - fs<3,>=2.2.0 ; extra == 'ufo' - - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'unicode' - - zopfli>=0.1.4 ; extra == 'woff' - - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff' - - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff' + - fs <3, >=2.2.0 ; extra == 'ufo' + - unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'unicode' + - zopfli >=0.1.4 ; extra == 'woff' + - brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff' + - brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff' requires_python: '>=3.8' - kind: pypi name: fonttools @@ -8295,36 +8291,36 @@ packages: url: https://files.pythonhosted.org/packages/c6/b5/dc17e93f60567fa1b0fa3720c2f28e0df5293927e2356e066e87af9adaba/fonttools-4.51.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: b2b92381f37b39ba2fc98c3a45a9d6383bfc9916a87d66ccb6553f7bdd129097 requires_dist: - - fs<3,>=2.2.0 ; extra == 'all' - - lxml>=4.0 ; extra == 'all' - - zopfli>=0.1.4 ; extra == 'all' - - lz4>=1.7.4.2 ; extra == 'all' + - fs <3, >=2.2.0 ; extra == 'all' + - lxml >=4.0 ; extra == 'all' + - zopfli >=0.1.4 ; extra == 'all' + - lz4 >=1.7.4.2 ; extra == 'all' - pycairo ; extra == 'all' - matplotlib ; extra == 'all' - sympy ; extra == 'all' - - skia-pathops>=0.5.0 ; extra == 'all' - - uharfbuzz>=0.23.0 ; extra == 'all' - - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' + - skia-pathops >=0.5.0 ; extra == 'all' + - uharfbuzz >=0.23.0 ; extra == 'all' + - brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'all' - scipy ; platform_python_implementation != 'PyPy' and extra == 'all' - - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' + - brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'all' - munkres ; platform_python_implementation == 'PyPy' and extra == 'all' - - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'all' + - unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'all' - xattr ; sys_platform == 'darwin' and extra == 'all' - - lz4>=1.7.4.2 ; extra == 'graphite' + - lz4 >=1.7.4.2 ; extra == 'graphite' - pycairo ; extra == 'interpolatable' - scipy ; platform_python_implementation != 'PyPy' and extra == 'interpolatable' - munkres ; platform_python_implementation == 'PyPy' and extra == 'interpolatable' - - lxml>=4.0 ; extra == 'lxml' - - skia-pathops>=0.5.0 ; extra == 'pathops' + - lxml >=4.0 ; extra == 'lxml' + - skia-pathops >=0.5.0 ; extra == 'pathops' - matplotlib ; extra == 'plot' - - uharfbuzz>=0.23.0 ; extra == 'repacker' + - uharfbuzz >=0.23.0 ; extra == 'repacker' - sympy ; extra == 'symfont' - xattr ; sys_platform == 'darwin' and extra == 'type1' - - fs<3,>=2.2.0 ; extra == 'ufo' - - unicodedata2>=15.1.0 ; python_version <= '3.12' and extra == 'unicode' - - zopfli>=0.1.4 ; extra == 'woff' - - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff' - - brotli>=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff' + - fs <3, >=2.2.0 ; extra == 'ufo' + - unicodedata2 >=15.1.0 ; python_version <= '3.12' and extra == 'unicode' + - zopfli >=0.1.4 ; extra == 'woff' + - brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'woff' + - brotli >=1.0.1 ; platform_python_implementation == 'CPython' and extra == 'woff' requires_python: '>=3.8' - kind: pypi name: freetype-py @@ -8450,7 +8446,7 @@ packages: requires_dist: - adlfs ; extra == 'abfs' - adlfs ; extra == 'adl' - - pyarrow>=1 ; extra == 'arrow' + - pyarrow >=1 ; extra == 'arrow' - dask ; extra == 'dask' - distributed ; extra == 'dask' - pytest ; extra == 'devel' @@ -8459,7 +8455,7 @@ packages: - requests ; extra == 'dropbox' - dropbox ; extra == 'dropbox' - adlfs ; extra == 'full' - - aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'full' + - aiohttp !=4.0.0a0, !=4.0.0a1 ; extra == 'full' - dask ; extra == 'full' - distributed ; extra == 'full' - dropbox ; extra == 'full' @@ -8470,7 +8466,7 @@ packages: - ocifs ; extra == 'full' - panel ; extra == 'full' - paramiko ; extra == 'full' - - pyarrow>=1 ; extra == 'full' + - pyarrow >=1 ; extra == 'full' - pygit2 ; extra == 'full' - requests ; extra == 'full' - s3fs ; extra == 'full' @@ -8482,8 +8478,8 @@ packages: - requests ; extra == 'github' - gcsfs ; extra == 'gs' - panel ; extra == 'gui' - - pyarrow>=1 ; extra == 'hdfs' - - aiohttp!=4.0.0a0,!=4.0.0a1 ; extra == 'http' + - pyarrow >=1 ; extra == 'hdfs' + - aiohttp !=4.0.0a0, !=4.0.0a1 ; extra == 'http' - libarchive-c ; extra == 'libarchive' - ocifs ; extra == 'oci' - s3fs ; extra == 's3' @@ -8604,11 +8600,11 @@ packages: path: examples/python/gesture_detection sha256: 2c69f267707b196b8bee15a731f29c308334e529b3fe67b576d39cf251fdb397 requires_dist: - - mediapipe==0.10.11 ; sys_platform != 'darwin' - - mediapipe==0.10.9 ; sys_platform == 'darwin' + - mediapipe ==0.10.11 ; sys_platform != 'darwin' + - mediapipe ==0.10.9 ; sys_platform == 'darwin' - numpy - - opencv-python>4.9 - - requests>=2.31,<3 + - opencv-python >4.9 + - requests <3, >=2.31 - rerun-sdk - tqdm requires_python: <3.12 @@ -8681,7 +8677,7 @@ packages: url: https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl sha256: 8337dd7b50877f163d4c0289bc1f1c7f127550241988d568c1db512c4324a619 requires_dist: - - python-dateutil>=2.8.1 + - python-dateutil >=2.8.1 - twine ; extra == 'dev' - markdown ; extra == 'dev' - flake8 ; extra == 'dev' @@ -8809,17 +8805,17 @@ packages: url: https://files.pythonhosted.org/packages/86/75/59a3ad90d9b4ff5b3e0537611dbe885aeb96124521c9d35aa079f1e0f2c9/google_api_core-2.18.0-py3-none-any.whl sha256: 5a63aa102e0049abe85b5b88cb9409234c1f70afcda21ce1e40b285b9629c1d6 requires_dist: - - googleapis-common-protos<2.0.dev0,>=1.56.2 - - protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0.dev0,>=3.19.5 - - proto-plus<2.0.0.dev0,>=1.22.3 - - google-auth<3.0.dev0,>=2.14.1 - - requests<3.0.0.dev0,>=2.18.0 - - grpcio<2.0.dev0,>=1.33.2 ; extra == 'grpc' - - grpcio-status<2.0.dev0,>=1.33.2 ; extra == 'grpc' - - grpcio<2.0.dev0,>=1.49.1 ; python_version >= '3.11' and extra == 'grpc' - - grpcio-status<2.0.dev0,>=1.49.1 ; python_version >= '3.11' and extra == 'grpc' - - grpcio-gcp<1.0.dev0,>=0.2.2 ; extra == 'grpcgcp' - - grpcio-gcp<1.0.dev0,>=0.2.2 ; extra == 'grpcio-gcp' + - googleapis-common-protos <2.0.dev0, >=1.56.2 + - protobuf !=3.20.0, !=3.20.1, !=4.21.0, !=4.21.1, !=4.21.2, !=4.21.3, !=4.21.4, !=4.21.5, <5.0.0.dev0, >=3.19.5 + - proto-plus <2.0.0.dev0, >=1.22.3 + - google-auth <3.0.dev0, >=2.14.1 + - requests <3.0.0.dev0, >=2.18.0 + - grpcio <2.0.dev0, >=1.33.2 ; extra == 'grpc' + - grpcio-status <2.0.dev0, >=1.33.2 ; extra == 'grpc' + - grpcio <2.0.dev0, >=1.49.1 ; python_version >= '3.11' and extra == 'grpc' + - grpcio-status <2.0.dev0, >=1.49.1 ; python_version >= '3.11' and extra == 'grpc' + - grpcio-gcp <1.0.dev0, >=0.2.2 ; extra == 'grpcgcp' + - grpcio-gcp <1.0.dev0, >=0.2.2 ; extra == 'grpcio-gcp' requires_python: '>=3.7' - kind: pypi name: google-auth @@ -8827,17 +8823,17 @@ packages: url: https://files.pythonhosted.org/packages/9e/8d/ddbcf81ec751d8ee5fd18ac11ff38a0e110f39dfbf105e6d9db69d556dd0/google_auth-2.29.0-py2.py3-none-any.whl sha256: d452ad095688cd52bae0ad6fafe027f6a6d6f560e810fec20914e17a09526415 requires_dist: - - cachetools<6.0,>=2.0.0 - - pyasn1-modules>=0.2.1 - - rsa<5,>=3.1.4 - - aiohttp<4.0.0.dev0,>=3.6.2 ; extra == 'aiohttp' - - requests<3.0.0.dev0,>=2.20.0 ; extra == 'aiohttp' - - cryptography==36.0.2 ; extra == 'enterprise_cert' - - pyopenssl==22.0.0 ; extra == 'enterprise_cert' - - pyopenssl>=20.0.0 ; extra == 'pyopenssl' - - cryptography>=38.0.3 ; extra == 'pyopenssl' - - pyu2f>=0.1.5 ; extra == 'reauth' - - requests<3.0.0.dev0,>=2.20.0 ; extra == 'requests' + - cachetools <6.0, >=2.0.0 + - pyasn1-modules >=0.2.1 + - rsa <5, >=3.1.4 + - aiohttp <4.0.0.dev0, >=3.6.2 ; extra == 'aiohttp' + - requests <3.0.0.dev0, >=2.20.0 ; extra == 'aiohttp' + - cryptography ==36.0.2 ; extra == 'enterprise_cert' + - pyopenssl ==22.0.0 ; extra == 'enterprise_cert' + - pyopenssl >=20.0.0 ; extra == 'pyopenssl' + - cryptography >=38.0.3 ; extra == 'pyopenssl' + - pyu2f >=0.1.5 ; extra == 'reauth' + - requests <3.0.0.dev0, >=2.20.0 ; extra == 'requests' requires_python: '>=3.7' - kind: pypi name: google-cloud-core @@ -8845,11 +8841,11 @@ packages: url: https://files.pythonhosted.org/packages/5e/0f/2e2061e3fbcb9d535d5da3f58cc8de4947df1786fe6a1355960feb05a681/google_cloud_core-2.4.1-py2.py3-none-any.whl sha256: a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61 requires_dist: - - google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.6 - - google-auth<3.0.dev0,>=1.25.0 - - importlib-metadata>1.0.0 ; python_version < '3.8' - - grpcio<2.0.dev0,>=1.38.0 ; extra == 'grpc' - - grpcio-status<2.0.dev0,>=1.38.0 ; extra == 'grpc' + - google-api-core !=2.0.*, !=2.1.*, !=2.2.*, !=2.3.0, <3.0.0.dev0, >=1.31.6 + - google-auth <3.0.dev0, >=1.25.0 + - importlib-metadata >1.0.0 ; python_version < '3.8' + - grpcio <2.0.dev0, >=1.38.0 ; extra == 'grpc' + - grpcio-status <2.0.dev0, >=1.38.0 ; extra == 'grpc' requires_python: '>=3.7' - kind: pypi name: google-cloud-storage @@ -8857,50 +8853,50 @@ packages: url: https://files.pythonhosted.org/packages/74/fb/3770e7f44cf6133f502e1b8503b6739351b53272cf8313b47f1de6cf4960/google_cloud_storage-2.9.0-py2.py3-none-any.whl sha256: 83a90447f23d5edd045e0037982c270302e3aeb45fc1288d2c2ca713d27bad94 requires_dist: - - google-auth<3.0.dev0,>=1.25.0 - - google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5 - - google-cloud-core<3.0.dev0,>=2.3.0 - - google-resumable-media>=2.3.2 - - requests<3.0.0.dev0,>=2.18.0 - - protobuf<5.0.0.dev0 ; extra == 'protobuf' + - google-auth <3.0.dev0, >=1.25.0 + - google-api-core !=2.0.*, !=2.1.*, !=2.2.*, !=2.3.0, <3.0.0.dev0, >=1.31.5 + - google-cloud-core <3.0.dev0, >=2.3.0 + - google-resumable-media >=2.3.2 + - requests <3.0.0.dev0, >=2.18.0 + - protobuf <5.0.0.dev0 ; extra == 'protobuf' requires_python: '>=3.7' - kind: pypi name: google-crc32c version: 1.5.0 - url: https://files.pythonhosted.org/packages/fc/76/3ef124b893aa280e45e95d2346160f1d1d5c0ffc89d3f6e446c83116fb91/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - sha256: 7c42c70cd1d362284289c6273adda4c6af8039a8ae12dc451dcd61cdabb8ab57 + url: https://files.pythonhosted.org/packages/72/92/2a2fa23db7d0b0382accbdf09768c28f7c07fc8c354cdcf2f44a47f4314e/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 77e2fd3057c9d78e225fa0a2160f96b64a824de17840351b26825b0848022906 requires_dist: - pytest ; extra == 'testing' requires_python: '>=3.7' - kind: pypi name: google-crc32c version: 1.5.0 - url: https://files.pythonhosted.org/packages/ce/8b/02bf4765c487901c8660290ade9929d65a6151c367ba32e75d136ef2d0eb/google_crc32c-1.5.0-cp311-cp311-win_amd64.whl - sha256: ba1eb1843304b1e5537e1fca632fa894d6f6deca8d6389636ee5b4797affb968 + url: https://files.pythonhosted.org/packages/69/0f/7f89ae2b22c55273110a44a7ed55a2948bc213fb58983093fbefcdfd2d13/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_universal2.whl + sha256: cae0274952c079886567f3f4f685bcaf5708f0a23a5f5216fdab71f81a6c0273 requires_dist: - pytest ; extra == 'testing' requires_python: '>=3.7' - kind: pypi name: google-crc32c version: 1.5.0 - url: https://files.pythonhosted.org/packages/41/3f/8141b03ad127fc569c3efda2bfe31d64665e02e2b8b7fbf7b25ea914c27a/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 1034d91442ead5a95b5aaef90dbfaca8633b0247d1e41621d1e9f9db88c36298 + url: https://files.pythonhosted.org/packages/ce/8b/02bf4765c487901c8660290ade9929d65a6151c367ba32e75d136ef2d0eb/google_crc32c-1.5.0-cp311-cp311-win_amd64.whl + sha256: ba1eb1843304b1e5537e1fca632fa894d6f6deca8d6389636ee5b4797affb968 requires_dist: - pytest ; extra == 'testing' requires_python: '>=3.7' - kind: pypi name: google-crc32c version: 1.5.0 - url: https://files.pythonhosted.org/packages/72/92/2a2fa23db7d0b0382accbdf09768c28f7c07fc8c354cdcf2f44a47f4314e/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 77e2fd3057c9d78e225fa0a2160f96b64a824de17840351b26825b0848022906 + url: https://files.pythonhosted.org/packages/fc/76/3ef124b893aa280e45e95d2346160f1d1d5c0ffc89d3f6e446c83116fb91/google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + sha256: 7c42c70cd1d362284289c6273adda4c6af8039a8ae12dc451dcd61cdabb8ab57 requires_dist: - pytest ; extra == 'testing' requires_python: '>=3.7' - kind: pypi name: google-crc32c version: 1.5.0 - url: https://files.pythonhosted.org/packages/69/0f/7f89ae2b22c55273110a44a7ed55a2948bc213fb58983093fbefcdfd2d13/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_universal2.whl - sha256: cae0274952c079886567f3f4f685bcaf5708f0a23a5f5216fdab71f81a6c0273 + url: https://files.pythonhosted.org/packages/41/3f/8141b03ad127fc569c3efda2bfe31d64665e02e2b8b7fbf7b25ea914c27a/google_crc32c-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 1034d91442ead5a95b5aaef90dbfaca8633b0247d1e41621d1e9f9db88c36298 requires_dist: - pytest ; extra == 'testing' requires_python: '>=3.7' @@ -8910,10 +8906,10 @@ packages: url: https://files.pythonhosted.org/packages/b2/c6/1202ef64a9336d846f713107dac1c7a0b016cb3840ca3d5615c7005a23d1/google_resumable_media-2.7.0-py2.py3-none-any.whl sha256: 79543cfe433b63fd81c0844b7803aba1bb8950b47bedf7d980c38fa123937e08 requires_dist: - - google-crc32c<2.0.dev0,>=1.0 - - aiohttp<4.0.0.dev0,>=3.6.2 ; extra == 'aiohttp' - - google-auth<2.0.dev0,>=1.22.0 ; extra == 'aiohttp' - - requests<3.0.0.dev0,>=2.18.0 ; extra == 'requests' + - google-crc32c <2.0.dev0, >=1.0 + - aiohttp <4.0.0.dev0, >=3.6.2 ; extra == 'aiohttp' + - google-auth <2.0.dev0, >=1.22.0 ; extra == 'aiohttp' + - requests <3.0.0.dev0, >=2.18.0 ; extra == 'requests' requires_python: '>=3.7' - kind: pypi name: googleapis-common-protos @@ -8921,8 +8917,8 @@ packages: url: https://files.pythonhosted.org/packages/dc/a6/12a0c976140511d8bc8a16ad15793b2aef29ac927baa0786ccb7ddbb6e1c/googleapis_common_protos-1.63.0-py2.py3-none-any.whl sha256: ae45f75702f7c08b541f750854a678bd8f534a1a6bace6afe975f1d0a82d6632 requires_dist: - - protobuf!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0.dev0,>=3.19.5 - - grpcio<2.0.0.dev0,>=1.44.0 ; extra == 'grpc' + - protobuf !=3.20.0, !=3.20.1, !=4.21.1, !=4.21.2, !=4.21.3, !=4.21.4, !=4.21.5, <5.0.0.dev0, >=3.19.5 + - grpcio <2.0.0.dev0, >=1.44.0 ; extra == 'grpc' requires_python: '>=3.7' - kind: pypi name: griffe @@ -8930,7 +8926,7 @@ packages: url: https://files.pythonhosted.org/packages/30/8d/3b296acc69a4009eab33ef4665d634c7d11f84f43324179787157ff9b41a/griffe-0.39.0-py3-none-any.whl sha256: b5e2f249d86feaad1d3068b33b1c8c2ecf39cb870bf292f2af3a4311891a4835 requires_dist: - - colorama>=0.4 + - colorama >=0.4 requires_python: '>=3.8' - kind: pypi name: grpclib @@ -8938,9 +8934,9 @@ packages: url: https://files.pythonhosted.org/packages/79/b9/55936e462a5925190d7427e880b3033601d1effd13809b483d13a926061a/grpclib-0.4.7.tar.gz sha256: 2988ef57c02b22b7a2e8e961792c41ccf97efc2ace91ae7a5b0de03c363823c3 requires_dist: - - h2<5,>=3.1.0 + - h2 <5, >=3.1.0 - multidict - - protobuf>=3.20.0 ; extra == 'protobuf' + - protobuf >=3.20.0 ; extra == 'protobuf' requires_python: '>=3.7' - kind: conda name: gxx @@ -9050,8 +9046,8 @@ packages: url: https://files.pythonhosted.org/packages/2a/e5/db6d438da759efbb488c4f3fbdab7764492ff3c3f953132efa6b9f0e9e53/h2-4.1.0-py3-none-any.whl sha256: 03a46bcf682256c95b5fd9e9a99c1323584c3eec6440d379b9903d709476bc6d requires_dist: - - hyperframe<7,>=6.0 - - hpack<5,>=4.0 + - hyperframe <7, >=6.0 + - hpack <5, >=4.0 requires_python: '>=3.6.1' - kind: pypi name: hpack @@ -9065,12 +9061,12 @@ packages: url: https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl sha256: 0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d requires_dist: - - six>=1.9 + - six >=1.9 - webencodings - genshi ; extra == 'all' - - chardet>=2.2 ; extra == 'all' + - chardet >=2.2 ; extra == 'all' - lxml ; platform_python_implementation == 'CPython' and extra == 'all' - - chardet>=2.2 ; extra == 'chardet' + - chardet >=2.2 ; extra == 'chardet' - genshi ; extra == 'genshi' - lxml ; platform_python_implementation == 'CPython' and extra == 'lxml' requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' @@ -9081,15 +9077,15 @@ packages: sha256: 3429e25f38ccb834d310804a3b711e7e4953db5a9e420cc147a5e194ca90fd17 requires_dist: - filelock - - fsspec>=2023.5.0 - - packaging>=20.9 - - pyyaml>=5.1 + - fsspec >=2023.5.0 + - packaging >=20.9 + - pyyaml >=5.1 - requests - - tqdm>=4.42.1 - - typing-extensions>=3.7.4.3 - - inquirerpy==0.3.4 ; extra == 'all' + - tqdm >=4.42.1 + - typing-extensions >=3.7.4.3 + - inquirerpy ==0.3.4 ; extra == 'all' - aiohttp ; extra == 'all' - - minijinja>=1.0 ; extra == 'all' + - minijinja >=1.0 ; extra == 'all' - jedi ; extra == 'all' - jinja2 ; extra == 'all' - pytest ; extra == 'all' @@ -9099,24 +9095,24 @@ packages: - pytest-vcr ; extra == 'all' - pytest-asyncio ; extra == 'all' - pytest-rerunfailures ; extra == 'all' - - urllib3<2.0 ; extra == 'all' + - urllib3 <2.0 ; extra == 'all' - soundfile ; extra == 'all' - pillow ; extra == 'all' - gradio ; extra == 'all' - numpy ; extra == 'all' - - ruff>=0.3.0 ; extra == 'all' - - mypy==1.5.1 ; extra == 'all' - - typing-extensions>=4.8.0 ; extra == 'all' + - ruff >=0.3.0 ; extra == 'all' + - mypy ==1.5.1 ; extra == 'all' + - typing-extensions >=4.8.0 ; extra == 'all' - types-pyyaml ; extra == 'all' - types-requests ; extra == 'all' - types-simplejson ; extra == 'all' - types-toml ; extra == 'all' - types-tqdm ; extra == 'all' - types-urllib3 ; extra == 'all' - - inquirerpy==0.3.4 ; extra == 'cli' - - inquirerpy==0.3.4 ; extra == 'dev' + - inquirerpy ==0.3.4 ; extra == 'cli' + - inquirerpy ==0.3.4 ; extra == 'dev' - aiohttp ; extra == 'dev' - - minijinja>=1.0 ; extra == 'dev' + - minijinja >=1.0 ; extra == 'dev' - jedi ; extra == 'dev' - jinja2 ; extra == 'dev' - pytest ; extra == 'dev' @@ -9126,14 +9122,14 @@ packages: - pytest-vcr ; extra == 'dev' - pytest-asyncio ; extra == 'dev' - pytest-rerunfailures ; extra == 'dev' - - urllib3<2.0 ; extra == 'dev' + - urllib3 <2.0 ; extra == 'dev' - soundfile ; extra == 'dev' - pillow ; extra == 'dev' - gradio ; extra == 'dev' - numpy ; extra == 'dev' - - ruff>=0.3.0 ; extra == 'dev' - - mypy==1.5.1 ; extra == 'dev' - - typing-extensions>=4.8.0 ; extra == 'dev' + - ruff >=0.3.0 ; extra == 'dev' + - mypy ==1.5.1 ; extra == 'dev' + - typing-extensions >=4.8.0 ; extra == 'dev' - types-pyyaml ; extra == 'dev' - types-requests ; extra == 'dev' - types-simplejson ; extra == 'dev' @@ -9141,21 +9137,21 @@ packages: - types-tqdm ; extra == 'dev' - types-urllib3 ; extra == 'dev' - toml ; extra == 'fastai' - - fastai>=2.4 ; extra == 'fastai' - - fastcore>=1.3.27 ; extra == 'fastai' - - hf-transfer>=0.1.4 ; extra == 'hf_transfer' + - fastai >=2.4 ; extra == 'fastai' + - fastcore >=1.3.27 ; extra == 'fastai' + - hf-transfer >=0.1.4 ; extra == 'hf_transfer' - aiohttp ; extra == 'inference' - - minijinja>=1.0 ; extra == 'inference' - - ruff>=0.3.0 ; extra == 'quality' - - mypy==1.5.1 ; extra == 'quality' + - minijinja >=1.0 ; extra == 'inference' + - ruff >=0.3.0 ; extra == 'quality' + - mypy ==1.5.1 ; extra == 'quality' - tensorflow ; extra == 'tensorflow' - pydot ; extra == 'tensorflow' - graphviz ; extra == 'tensorflow' - tensorflow ; extra == 'tensorflow-testing' - - keras<3.0 ; extra == 'tensorflow-testing' - - inquirerpy==0.3.4 ; extra == 'testing' + - keras <3.0 ; extra == 'tensorflow-testing' + - inquirerpy ==0.3.4 ; extra == 'testing' - aiohttp ; extra == 'testing' - - minijinja>=1.0 ; extra == 'testing' + - minijinja >=1.0 ; extra == 'testing' - jedi ; extra == 'testing' - jinja2 ; extra == 'testing' - pytest ; extra == 'testing' @@ -9165,14 +9161,14 @@ packages: - pytest-vcr ; extra == 'testing' - pytest-asyncio ; extra == 'testing' - pytest-rerunfailures ; extra == 'testing' - - urllib3<2.0 ; extra == 'testing' + - urllib3 <2.0 ; extra == 'testing' - soundfile ; extra == 'testing' - pillow ; extra == 'testing' - gradio ; extra == 'testing' - numpy ; extra == 'testing' - torch ; extra == 'torch' - safetensors ; extra == 'torch' - - typing-extensions>=4.8.0 ; extra == 'typing' + - typing-extensions >=4.8.0 ; extra == 'typing' - types-pyyaml ; extra == 'typing' - types-requests ; extra == 'typing' - types-simplejson ; extra == 'typing' @@ -9186,11 +9182,11 @@ packages: path: examples/python/human_pose_tracking sha256: 8a80b67528d3f6d0c82671dc5c36cf551faa4b879f4434f0d386d8ef85666e86 requires_dist: - - mediapipe==0.10.11 ; sys_platform != 'darwin' - - mediapipe==0.10.9 ; sys_platform == 'darwin' + - mediapipe ==0.10.11 ; sys_platform != 'darwin' + - mediapipe ==0.10.9 ; sys_platform == 'darwin' - numpy - - opencv-python>4.6 - - requests>=2.31,<3 + - opencv-python >4.6 + - requests <3, >=2.31 - rerun-sdk requires_python: <3.12 editable: true @@ -9294,7 +9290,7 @@ packages: sha256: 08082bf47ccb54843d9c73fe9fc8f3a88c72452ab676b58aca74f36167e8ccba requires_dist: - numpy - - pillow>=8.3.2 + - pillow >=8.3.2 - astropy ; extra == 'all-plugins' - av ; extra == 'all-plugins' - imageio-ffmpeg ; extra == 'all-plugins' @@ -9312,7 +9308,7 @@ packages: - fsspec[github] ; extra == 'dev' - black ; extra == 'dev' - flake8 ; extra == 'dev' - - sphinx<6 ; extra == 'docs' + - sphinx <6 ; extra == 'docs' - numpydoc ; extra == 'docs' - pydata-sphinx-theme ; extra == 'docs' - imageio-ffmpeg ; extra == 'ffmpeg' @@ -9332,7 +9328,7 @@ packages: - pydata-sphinx-theme ; extra == 'full' - pytest ; extra == 'full' - pytest-cov ; extra == 'full' - - sphinx<6 ; extra == 'full' + - sphinx <6 ; extra == 'full' - tifffile ; extra == 'full' - wheel ; extra == 'full' - gdal ; extra == 'gdal' @@ -9352,27 +9348,27 @@ packages: url: https://files.pythonhosted.org/packages/2d/0a/679461c511447ffaf176567d5c496d1de27cbe34a87df6677d7171b2fbd4/importlib_metadata-7.1.0-py3-none-any.whl sha256: 30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570 requires_dist: - - zipp>=0.5 - - typing-extensions>=3.6.4 ; python_version < '3.8' - - sphinx>=3.5 ; extra == 'docs' - - jaraco-packaging>=9.3 ; extra == 'docs' - - rst-linker>=1.9 ; extra == 'docs' + - zipp >=0.5 + - typing-extensions >=3.6.4 ; python_version < '3.8' + - sphinx >=3.5 ; extra == 'docs' + - jaraco-packaging >=9.3 ; extra == 'docs' + - rst-linker >=1.9 ; extra == 'docs' - furo ; extra == 'docs' - sphinx-lint ; extra == 'docs' - - jaraco-tidelift>=1.4 ; extra == 'docs' + - jaraco-tidelift >=1.4 ; extra == 'docs' - ipython ; extra == 'perf' - - pytest>=6 ; extra == 'testing' - - pytest-checkdocs>=2.4 ; extra == 'testing' + - pytest >=6 ; extra == 'testing' + - pytest-checkdocs >=2.4 ; extra == 'testing' - pytest-cov ; extra == 'testing' - - pytest-enabler>=2.2 ; extra == 'testing' - - pytest-ruff>=0.2.1 ; extra == 'testing' + - pytest-enabler >=2.2 ; extra == 'testing' + - pytest-ruff >=0.2.1 ; extra == 'testing' - packaging ; extra == 'testing' - pyfakefs ; extra == 'testing' - flufl-flake8 ; extra == 'testing' - - pytest-perf>=0.9.2 ; extra == 'testing' - - jaraco-test>=5.4 ; extra == 'testing' + - pytest-perf >=0.9.2 ; extra == 'testing' + - jaraco-test >=5.4 ; extra == 'testing' - pytest-mypy ; platform_python_implementation != 'PyPy' and extra == 'testing' - - importlib-resources>=1.3 ; python_version < '3.9' and extra == 'testing' + - importlib-resources >=1.3 ; python_version < '3.9' and extra == 'testing' requires_python: '>=3.8' - kind: pypi name: incremental-logging @@ -9419,46 +9415,46 @@ packages: url: https://files.pythonhosted.org/packages/dc/d9/f387d9dfb2cf00f814b24e0f8bf6f4c68ae01870994dc436993fadd73563/jax-0.4.26-py3-none-any.whl sha256: 50dc795148ee6b0735b48b477e5abc556aa3a4c7af5d6940dad08024a908b02f requires_dist: - - ml-dtypes>=0.2.0 - - numpy>=1.22 + - ml-dtypes >=0.2.0 + - numpy >=1.22 - opt-einsum - - scipy>=1.9 - - importlib-metadata>=4.6 ; python_version < '3.10' - - numpy>=1.23.2 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - scipy>=1.11.1 ; python_version >= '3.12' - - protobuf<4,>=3.13 ; extra == 'australis' - - jaxlib==0.4.25 ; extra == 'ci' - - jaxlib==0.4.26 ; extra == 'cpu' - - jaxlib==0.4.26+cuda12.cudnn89 ; extra == 'cuda' - - jaxlib==0.4.26 ; extra == 'cuda12' - - jax-cuda12-plugin==0.4.26 ; extra == 'cuda12' - - nvidia-cublas-cu12>=12.1.3.1 ; extra == 'cuda12' - - nvidia-cuda-cupti-cu12>=12.1.105 ; extra == 'cuda12' - - nvidia-cuda-nvcc-cu12>=12.1.105 ; extra == 'cuda12' - - nvidia-cuda-runtime-cu12>=12.1.105 ; extra == 'cuda12' - - nvidia-cudnn-cu12<9.0,>=8.9.2.26 ; extra == 'cuda12' - - nvidia-cufft-cu12>=11.0.2.54 ; extra == 'cuda12' - - nvidia-cusolver-cu12>=11.4.5.107 ; extra == 'cuda12' - - nvidia-cusparse-cu12>=12.1.0.106 ; extra == 'cuda12' - - nvidia-nccl-cu12>=2.18.1 ; extra == 'cuda12' - - nvidia-nvjitlink-cu12>=12.1.105 ; extra == 'cuda12' - - jaxlib==0.4.26+cuda12.cudnn89 ; extra == 'cuda12_cudnn89' - - jaxlib==0.4.26+cuda12.cudnn89 ; extra == 'cuda12_local' - - jaxlib==0.4.26+cuda12.cudnn89 ; extra == 'cuda12_pip' - - nvidia-cublas-cu12>=12.1.3.1 ; extra == 'cuda12_pip' - - nvidia-cuda-cupti-cu12>=12.1.105 ; extra == 'cuda12_pip' - - nvidia-cuda-nvcc-cu12>=12.1.105 ; extra == 'cuda12_pip' - - nvidia-cuda-runtime-cu12>=12.1.105 ; extra == 'cuda12_pip' - - nvidia-cudnn-cu12<9.0,>=8.9.2.26 ; extra == 'cuda12_pip' - - nvidia-cufft-cu12>=11.0.2.54 ; extra == 'cuda12_pip' - - nvidia-cusolver-cu12>=11.4.5.107 ; extra == 'cuda12_pip' - - nvidia-cusparse-cu12>=12.1.0.106 ; extra == 'cuda12_pip' - - nvidia-nccl-cu12>=2.18.1 ; extra == 'cuda12_pip' - - nvidia-nvjitlink-cu12>=12.1.105 ; extra == 'cuda12_pip' - - jaxlib==0.4.20 ; extra == 'minimum-jaxlib' - - jaxlib==0.4.26 ; extra == 'tpu' - - libtpu-nightly==0.1.dev20240403 ; extra == 'tpu' + - scipy >=1.9 + - importlib-metadata >=4.6 ; python_version < '3.10' + - numpy >=1.23.2 ; python_version >= '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - scipy >=1.11.1 ; python_version >= '3.12' + - protobuf <4, >=3.13 ; extra == 'australis' + - jaxlib ==0.4.25 ; extra == 'ci' + - jaxlib ==0.4.26 ; extra == 'cpu' + - jaxlib ==0.4.26+cuda12.cudnn89 ; extra == 'cuda' + - jaxlib ==0.4.26 ; extra == 'cuda12' + - jax-cuda12-plugin ==0.4.26 ; extra == 'cuda12' + - nvidia-cublas-cu12 >=12.1.3.1 ; extra == 'cuda12' + - nvidia-cuda-cupti-cu12 >=12.1.105 ; extra == 'cuda12' + - nvidia-cuda-nvcc-cu12 >=12.1.105 ; extra == 'cuda12' + - nvidia-cuda-runtime-cu12 >=12.1.105 ; extra == 'cuda12' + - nvidia-cudnn-cu12 <9.0, >=8.9.2.26 ; extra == 'cuda12' + - nvidia-cufft-cu12 >=11.0.2.54 ; extra == 'cuda12' + - nvidia-cusolver-cu12 >=11.4.5.107 ; extra == 'cuda12' + - nvidia-cusparse-cu12 >=12.1.0.106 ; extra == 'cuda12' + - nvidia-nccl-cu12 >=2.18.1 ; extra == 'cuda12' + - nvidia-nvjitlink-cu12 >=12.1.105 ; extra == 'cuda12' + - jaxlib ==0.4.26+cuda12.cudnn89 ; extra == 'cuda12_cudnn89' + - jaxlib ==0.4.26+cuda12.cudnn89 ; extra == 'cuda12_local' + - jaxlib ==0.4.26+cuda12.cudnn89 ; extra == 'cuda12_pip' + - nvidia-cublas-cu12 >=12.1.3.1 ; extra == 'cuda12_pip' + - nvidia-cuda-cupti-cu12 >=12.1.105 ; extra == 'cuda12_pip' + - nvidia-cuda-nvcc-cu12 >=12.1.105 ; extra == 'cuda12_pip' + - nvidia-cuda-runtime-cu12 >=12.1.105 ; extra == 'cuda12_pip' + - nvidia-cudnn-cu12 <9.0, >=8.9.2.26 ; extra == 'cuda12_pip' + - nvidia-cufft-cu12 >=11.0.2.54 ; extra == 'cuda12_pip' + - nvidia-cusolver-cu12 >=11.4.5.107 ; extra == 'cuda12_pip' + - nvidia-cusparse-cu12 >=12.1.0.106 ; extra == 'cuda12_pip' + - nvidia-nccl-cu12 >=2.18.1 ; extra == 'cuda12_pip' + - nvidia-nvjitlink-cu12 >=12.1.105 ; extra == 'cuda12_pip' + - jaxlib ==0.4.20 ; extra == 'minimum-jaxlib' + - jaxlib ==0.4.26 ; extra == 'tpu' + - libtpu-nightly ==0.1.dev20240403 ; extra == 'tpu' - requests ; extra == 'tpu' requires_python: '>=3.9' - kind: pypi @@ -9467,20 +9463,20 @@ packages: url: https://files.pythonhosted.org/packages/a9/41/6bbe0a55e4df1c5d30da02dc3d26be2aea6333af9c35c6d846d431b86c74/jaxlib-0.4.26-cp311-cp311-manylinux2014_x86_64.whl sha256: 3069da7d75f5b4dd15350fffe6e6b86ca09c4b9fde60b10515edb09cef653335 requires_dist: - - scipy>=1.9 - - numpy>=1.22 - - ml-dtypes>=0.2.0 - - scipy>=1.11.1 ; python_version >= '3.12' - - nvidia-cublas-cu12>=12.1.3.1 ; extra == 'cuda12_pip' - - nvidia-cuda-cupti-cu12>=12.1.105 ; extra == 'cuda12_pip' - - nvidia-cuda-nvcc-cu12>=12.1.105 ; extra == 'cuda12_pip' - - nvidia-cuda-runtime-cu12>=12.1.105 ; extra == 'cuda12_pip' - - nvidia-cudnn-cu12<9.0,>=8.9.2.26 ; extra == 'cuda12_pip' - - nvidia-cufft-cu12>=11.0.2.54 ; extra == 'cuda12_pip' - - nvidia-cusolver-cu12>=11.4.5.107 ; extra == 'cuda12_pip' - - nvidia-cusparse-cu12>=12.1.0.106 ; extra == 'cuda12_pip' - - nvidia-nccl-cu12>=2.18.1 ; extra == 'cuda12_pip' - - nvidia-nvjitlink-cu12>=12.1.105 ; extra == 'cuda12_pip' + - scipy >=1.9 + - numpy >=1.22 + - ml-dtypes >=0.2.0 + - scipy >=1.11.1 ; python_version >= '3.12' + - nvidia-cublas-cu12 >=12.1.3.1 ; extra == 'cuda12_pip' + - nvidia-cuda-cupti-cu12 >=12.1.105 ; extra == 'cuda12_pip' + - nvidia-cuda-nvcc-cu12 >=12.1.105 ; extra == 'cuda12_pip' + - nvidia-cuda-runtime-cu12 >=12.1.105 ; extra == 'cuda12_pip' + - nvidia-cudnn-cu12 <9.0, >=8.9.2.26 ; extra == 'cuda12_pip' + - nvidia-cufft-cu12 >=11.0.2.54 ; extra == 'cuda12_pip' + - nvidia-cusolver-cu12 >=11.4.5.107 ; extra == 'cuda12_pip' + - nvidia-cusparse-cu12 >=12.1.0.106 ; extra == 'cuda12_pip' + - nvidia-nccl-cu12 >=2.18.1 ; extra == 'cuda12_pip' + - nvidia-nvjitlink-cu12 >=12.1.105 ; extra == 'cuda12_pip' requires_python: '>=3.9' - kind: pypi name: jinja2 @@ -9488,8 +9484,8 @@ packages: url: https://files.pythonhosted.org/packages/30/6d/6de6be2d02603ab56e72997708809e8a5b0fbfee080735109b40a3564843/Jinja2-3.1.3-py3-none-any.whl sha256: 7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa requires_dist: - - markupsafe>=2.0 - - babel>=2.7 ; extra == 'i18n' + - markupsafe >=2.0 + - babel >=2.7 ; extra == 'i18n' requires_python: '>=3.7' - kind: conda name: jinja2 @@ -9521,28 +9517,28 @@ packages: url: https://files.pythonhosted.org/packages/39/9d/b035d024c62c85f2e2d4806a59ca7b8520307f34e0932fbc8cc75fe7b2d9/jsonschema-4.21.1-py3-none-any.whl sha256: 7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f requires_dist: - - attrs>=22.2.0 - - importlib-resources>=1.4.0 ; python_version < '3.9' - - jsonschema-specifications>=2023.3.6 - - pkgutil-resolve-name>=1.3.10 ; python_version < '3.9' - - referencing>=0.28.4 - - rpds-py>=0.7.1 + - attrs >=22.2.0 + - importlib-resources >=1.4.0 ; python_version < '3.9' + - jsonschema-specifications >=2023.3.6 + - pkgutil-resolve-name >=1.3.10 ; python_version < '3.9' + - referencing >=0.28.4 + - rpds-py >=0.7.1 - fqdn ; extra == 'format' - idna ; extra == 'format' - isoduration ; extra == 'format' - - jsonpointer>1.13 ; extra == 'format' + - jsonpointer >1.13 ; extra == 'format' - rfc3339-validator ; extra == 'format' - rfc3987 ; extra == 'format' - uri-template ; extra == 'format' - - webcolors>=1.11 ; extra == 'format' + - webcolors >=1.11 ; extra == 'format' - fqdn ; extra == 'format-nongpl' - idna ; extra == 'format-nongpl' - isoduration ; extra == 'format-nongpl' - - jsonpointer>1.13 ; extra == 'format-nongpl' + - jsonpointer >1.13 ; extra == 'format-nongpl' - rfc3339-validator ; extra == 'format-nongpl' - - rfc3986-validator>0.1.0 ; extra == 'format-nongpl' + - rfc3986-validator >0.1.0 ; extra == 'format-nongpl' - uri-template ; extra == 'format-nongpl' - - webcolors>=1.11 ; extra == 'format-nongpl' + - webcolors >=1.11 ; extra == 'format-nongpl' requires_python: '>=3.8' - kind: pypi name: jsonschema-specifications @@ -9550,8 +9546,8 @@ packages: url: https://files.pythonhosted.org/packages/ee/07/44bd408781594c4d0a027666ef27fab1e441b109dc3b76b4f836f8fd04fe/jsonschema_specifications-2023.12.1-py3-none-any.whl sha256: 87e4fdf3a94858b8a2ba2778d9ba57d8a9cafca7c7489c46ba0d30a8bc6a9c3c requires_dist: - - importlib-resources>=1.4.0 ; python_version < '3.9' - - referencing>=0.31.0 + - importlib-resources >=1.4.0 ; python_version < '3.9' + - referencing >=0.31.0 requires_python: '>=3.8' - kind: conda name: kernel-headers_linux-64 @@ -9742,10 +9738,10 @@ packages: requires_dist: - packaging - importlib-metadata ; python_version < '3.8' - - changelist==0.5 ; extra == 'dev' - - pre-commit==3.7.0 ; extra == 'lint' - - pytest>=7.4 ; extra == 'test' - - pytest-cov>=4.1 ; extra == 'test' + - changelist ==0.5 ; extra == 'dev' + - pre-commit ==3.7.0 ; extra == 'lint' + - pytest >=7.4 ; extra == 'test' + - pytest-cov >=4.1 ; extra == 'test' requires_python: '>=3.7' - kind: conda name: ld64 @@ -14166,11 +14162,11 @@ packages: url: https://files.pythonhosted.org/packages/43/43/66a84c2a034f5df2782240cb2f68696a72ad6734d7a91f824e0360cde08b/lxml-5.2.1-cp311-cp311-macosx_10_9_universal2.whl sha256: 70ac664a48aa64e5e635ae5566f5227f2ab7f66a3990d67566d9907edcbbf867 requires_dist: - - cssselect>=0.7 ; extra == 'cssselect' + - cssselect >=0.7 ; extra == 'cssselect' - html5lib ; extra == 'html5' - lxml-html-clean ; extra == 'html_clean' - beautifulsoup4 ; extra == 'htmlsoup' - - cython>=3.0.10 ; extra == 'source' + - cython >=3.0.10 ; extra == 'source' requires_python: '>=3.6' - kind: pypi name: lxml @@ -14178,11 +14174,11 @@ packages: url: https://files.pythonhosted.org/packages/95/4c/fc5e63fb41e867f530a70519e1bcab0c14e84a95aa659f697bc97531be96/lxml-5.2.1-cp311-cp311-macosx_10_9_x86_64.whl sha256: 1ae67b4e737cddc96c99461d2f75d218bdf7a0c3d3ad5604d1f5e7464a2f9ffe requires_dist: - - cssselect>=0.7 ; extra == 'cssselect' + - cssselect >=0.7 ; extra == 'cssselect' - html5lib ; extra == 'html5' - lxml-html-clean ; extra == 'html_clean' - beautifulsoup4 ; extra == 'htmlsoup' - - cython>=3.0.10 ; extra == 'source' + - cython >=3.0.10 ; extra == 'source' requires_python: '>=3.6' - kind: pypi name: lxml @@ -14190,11 +14186,11 @@ packages: url: https://files.pythonhosted.org/packages/df/c5/8b05e69685b48cf11b596fbdd466f76cb3c1e3efe0361d8be0edb9df0325/lxml-5.2.1-cp311-cp311-win_amd64.whl sha256: 5c670c0406bdc845b474b680b9a5456c561c65cf366f8db5a60154088c92d102 requires_dist: - - cssselect>=0.7 ; extra == 'cssselect' + - cssselect >=0.7 ; extra == 'cssselect' - html5lib ; extra == 'html5' - lxml-html-clean ; extra == 'html_clean' - beautifulsoup4 ; extra == 'htmlsoup' - - cython>=3.0.10 ; extra == 'source' + - cython >=3.0.10 ; extra == 'source' requires_python: '>=3.6' - kind: pypi name: lxml @@ -14202,11 +14198,11 @@ packages: url: https://files.pythonhosted.org/packages/be/c3/1765e019344d3f042dfe750eb9a424c0ea2fd43deb6b2ac176b5603a436e/lxml-5.2.1-cp311-cp311-manylinux_2_28_x86_64.whl sha256: 200e63525948e325d6a13a76ba2911f927ad399ef64f57898cf7c74e69b71095 requires_dist: - - cssselect>=0.7 ; extra == 'cssselect' + - cssselect >=0.7 ; extra == 'cssselect' - html5lib ; extra == 'html5' - lxml-html-clean ; extra == 'html_clean' - beautifulsoup4 ; extra == 'htmlsoup' - - cython>=3.0.10 ; extra == 'source' + - cython >=3.0.10 ; extra == 'source' requires_python: '>=3.6' - kind: conda name: lz4-c @@ -14365,10 +14361,10 @@ packages: url: https://files.pythonhosted.org/packages/fc/b3/0c0c994fe49cd661084f8d5dc06562af53818cc0abefaca35bdc894577c3/Markdown-3.6-py3-none-any.whl sha256: 48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f requires_dist: - - importlib-metadata>=4.4 ; python_version < '3.10' - - mkdocs>=1.5 ; extra == 'docs' - - mkdocs-nature>=0.6 ; extra == 'docs' - - mdx-gh-links>=0.2 ; extra == 'docs' + - importlib-metadata >=4.4 ; python_version < '3.10' + - mkdocs >=1.5 ; extra == 'docs' + - mkdocs-nature >=0.6 ; extra == 'docs' + - mdx-gh-links >=0.2 ; extra == 'docs' - mkdocstrings[python] ; extra == 'docs' - mkdocs-gen-files ; extra == 'docs' - mkdocs-section-index ; extra == 'docs' @@ -14507,15 +14503,15 @@ packages: url: https://files.pythonhosted.org/packages/38/04/37055b7013dfaaf66e3a9a51e46857cc9be151476a891b995fa70da7e139/marshmallow-3.21.1-py3-none-any.whl sha256: f085493f79efb0644f270a9bf2892843142d80d7174bbbd2f3713f2a589dc633 requires_dist: - - packaging>=17.0 + - packaging >=17.0 - marshmallow[tests] ; extra == 'dev' - tox ; extra == 'dev' - - pre-commit~=3.5 ; extra == 'dev' - - sphinx==7.2.6 ; extra == 'docs' - - sphinx-issues==4.0.0 ; extra == 'docs' - - alabaster==0.7.16 ; extra == 'docs' - - sphinx-version-warning==1.1.2 ; extra == 'docs' - - autodocsumm==0.2.12 ; extra == 'docs' + - pre-commit ~=3.5 ; extra == 'dev' + - sphinx ==7.2.6 ; extra == 'docs' + - sphinx-issues ==4.0.0 ; extra == 'docs' + - alabaster ==0.7.16 ; extra == 'docs' + - sphinx-version-warning ==1.1.2 ; extra == 'docs' + - autodocsumm ==0.2.12 ; extra == 'docs' - pytest ; extra == 'tests' - pytz ; extra == 'tests' - simplejson ; extra == 'tests' @@ -14526,16 +14522,16 @@ packages: url: https://files.pythonhosted.org/packages/14/60/12d4f27b859a74359306662da69c2d08826a2b05cfe7f96e66b490f41573/matplotlib-3.8.4-cp311-cp311-macosx_11_0_arm64.whl sha256: 232ce322bfd020a434caaffbd9a95333f7c2491e59cfc014041d95e38ab90d1c requires_dist: - - contourpy>=1.0.1 - - cycler>=0.10 - - fonttools>=4.22.0 - - kiwisolver>=1.3.1 - - numpy>=1.21 - - packaging>=20.0 - - pillow>=8 - - pyparsing>=2.3.1 - - python-dateutil>=2.7 - - importlib-resources>=3.2.0 ; python_version < '3.10' + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - kiwisolver >=1.3.1 + - numpy >=1.21 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python-dateutil >=2.7 + - importlib-resources >=3.2.0 ; python_version < '3.10' requires_python: '>=3.9' - kind: pypi name: matplotlib @@ -14543,16 +14539,16 @@ packages: url: https://files.pythonhosted.org/packages/36/11/62250ea25780d4b59c2c6044ec161235c47cc05a18d0ec0a05657de75b7d/matplotlib-3.8.4-cp311-cp311-macosx_10_12_x86_64.whl sha256: 72f9322712e4562e792b2961971891b9fbbb0e525011e09ea0d1f416c4645661 requires_dist: - - contourpy>=1.0.1 - - cycler>=0.10 - - fonttools>=4.22.0 - - kiwisolver>=1.3.1 - - numpy>=1.21 - - packaging>=20.0 - - pillow>=8 - - pyparsing>=2.3.1 - - python-dateutil>=2.7 - - importlib-resources>=3.2.0 ; python_version < '3.10' + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - kiwisolver >=1.3.1 + - numpy >=1.21 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python-dateutil >=2.7 + - importlib-resources >=3.2.0 ; python_version < '3.10' requires_python: '>=3.9' - kind: pypi name: matplotlib @@ -14560,16 +14556,16 @@ packages: url: https://files.pythonhosted.org/packages/2d/d5/6227732ecab9165586966ccb54301e3164f61b470c954c4cf6940654fbe1/matplotlib-3.8.4-cp311-cp311-win_amd64.whl sha256: 8080d5081a86e690d7688ffa542532e87f224c38a6ed71f8fbed34dd1d9fedae requires_dist: - - contourpy>=1.0.1 - - cycler>=0.10 - - fonttools>=4.22.0 - - kiwisolver>=1.3.1 - - numpy>=1.21 - - packaging>=20.0 - - pillow>=8 - - pyparsing>=2.3.1 - - python-dateutil>=2.7 - - importlib-resources>=3.2.0 ; python_version < '3.10' + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - kiwisolver >=1.3.1 + - numpy >=1.21 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python-dateutil >=2.7 + - importlib-resources >=3.2.0 ; python_version < '3.10' requires_python: '>=3.9' - kind: pypi name: matplotlib @@ -14577,16 +14573,16 @@ packages: url: https://files.pythonhosted.org/packages/80/3b/e363612ac1a514abfb5505aa209dd5b724b3232a6de98710d7759559706a/matplotlib-3.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: cc4ccdc64e3039fc303defd119658148f2349239871db72cd74e2eeaa9b80b71 requires_dist: - - contourpy>=1.0.1 - - cycler>=0.10 - - fonttools>=4.22.0 - - kiwisolver>=1.3.1 - - numpy>=1.21 - - packaging>=20.0 - - pillow>=8 - - pyparsing>=2.3.1 - - python-dateutil>=2.7 - - importlib-resources>=3.2.0 ; python_version < '3.10' + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - kiwisolver >=1.3.1 + - numpy >=1.21 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python-dateutil >=2.7 + - importlib-resources >=3.2.0 ; python_version < '3.10' requires_python: '>=3.9' - kind: conda name: maturin @@ -14698,13 +14694,13 @@ packages: sha256: 8733735f582e6e6a05bf9b15c48b03a6387a0795793a2530aa1189eecfd33780 requires_dist: - absl-py - - attrs>=19.1.0 - - flatbuffers>=2.0 + - attrs >=19.1.0 + - flatbuffers >=2.0 - matplotlib - numpy - opencv-contrib-python - - protobuf<4,>=3.11 - - sounddevice>=0.4.4 + - protobuf <4, >=3.11 + - sounddevice >=0.4.4 - kind: pypi name: mediapipe version: 0.10.9 @@ -14712,13 +14708,13 @@ packages: sha256: b7dde54b82732479b9b856c9230b9f7b3da55b0913dde5254a7489e20c2e3c6e requires_dist: - absl-py - - attrs>=19.1.0 - - flatbuffers>=2.0 + - attrs >=19.1.0 + - flatbuffers >=2.0 - matplotlib - numpy - opencv-contrib-python - - protobuf<4,>=3.11 - - sounddevice>=0.4.4 + - protobuf <4, >=3.11 + - sounddevice >=0.4.4 - kind: pypi name: mediapipe version: 0.10.11 @@ -14726,14 +14722,14 @@ packages: sha256: 36231eaf23cd795a923a8b015d36bd6e410a8e997c36dd9432db0157b822b181 requires_dist: - absl-py - - attrs>=19.1.0 - - flatbuffers>=2.0 + - attrs >=19.1.0 + - flatbuffers >=2.0 - jax - matplotlib - numpy - opencv-contrib-python - - protobuf<4,>=3.11 - - sounddevice>=0.4.4 + - protobuf <4, >=3.11 + - sounddevice >=0.4.4 - kind: pypi name: mediapipe version: 0.10.11 @@ -14741,16 +14737,16 @@ packages: sha256: ea751e043909ba7bbe27e7afdbcdafd79723d50ef4165afcaae431ab428eea13 requires_dist: - absl-py - - attrs>=19.1.0 - - flatbuffers>=2.0 + - attrs >=19.1.0 + - flatbuffers >=2.0 - jax - jaxlib - matplotlib - numpy - torch - opencv-contrib-python - - protobuf<4,>=3.11 - - sounddevice>=0.4.4 + - protobuf <4, >=3.11 + - sounddevice >=0.4.4 - kind: conda name: meilisearch version: 1.5.1 @@ -14788,14 +14784,14 @@ packages: sha256: 4c307c28769834d78df10f834f57f810f04ca27d248f80a75f49c6fa2d1527ca requires_dist: - jinja2 - - mkdocs>=1.0 - - pyyaml>=5.1 + - mkdocs >=1.0 + - pyyaml >=5.1 - verspec - coverage ; extra == 'dev' - - flake8>=3.0 ; extra == 'dev' + - flake8 >=3.0 ; extra == 'dev' - shtab ; extra == 'dev' - coverage ; extra == 'test' - - flake8>=3.0 ; extra == 'test' + - flake8 >=3.0 ; extra == 'test' - shtab ; extra == 'test' - kind: pypi name: minimal @@ -14821,38 +14817,38 @@ packages: url: https://files.pythonhosted.org/packages/89/58/aa3301b23966a71d7f8e55233f467b3cec94a651434e9cd9053811342539/mkdocs-1.5.3-py3-none-any.whl sha256: 3b3a78e736b31158d64dbb2f8ba29bd46a379d0c6e324c2246c3bc3d2189cfc1 requires_dist: - - click>=7.0 - - colorama>=0.4 ; platform_system == 'Windows' - - ghp-import>=1.0 - - importlib-metadata>=4.3 ; python_version < '3.10' - - jinja2>=2.11.1 - - markdown>=3.2.1 - - markupsafe>=2.0.1 - - mergedeep>=1.3.4 - - packaging>=20.5 - - pathspec>=0.11.1 - - platformdirs>=2.2.0 - - pyyaml-env-tag>=0.1 - - pyyaml>=5.1 - - typing-extensions>=3.10 ; python_version < '3.8' - - watchdog>=2.0 - - babel>=2.9.0 ; extra == 'i18n' - - babel==2.9.0 ; extra == 'min-versions' - - click==7.0 ; extra == 'min-versions' - - colorama==0.4 ; platform_system == 'Windows' and extra == 'min-versions' - - ghp-import==1.0 ; extra == 'min-versions' - - importlib-metadata==4.3 ; python_version < '3.10' and extra == 'min-versions' - - jinja2==2.11.1 ; extra == 'min-versions' - - markdown==3.2.1 ; extra == 'min-versions' - - markupsafe==2.0.1 ; extra == 'min-versions' - - mergedeep==1.3.4 ; extra == 'min-versions' - - packaging==20.5 ; extra == 'min-versions' - - pathspec==0.11.1 ; extra == 'min-versions' - - platformdirs==2.2.0 ; extra == 'min-versions' - - pyyaml-env-tag==0.1 ; extra == 'min-versions' - - pyyaml==5.1 ; extra == 'min-versions' - - typing-extensions==3.10 ; python_version < '3.8' and extra == 'min-versions' - - watchdog==2.0 ; extra == 'min-versions' + - click >=7.0 + - colorama >=0.4 ; platform_system == 'Windows' + - ghp-import >=1.0 + - importlib-metadata >=4.3 ; python_version < '3.10' + - jinja2 >=2.11.1 + - markdown >=3.2.1 + - markupsafe >=2.0.1 + - mergedeep >=1.3.4 + - packaging >=20.5 + - pathspec >=0.11.1 + - platformdirs >=2.2.0 + - pyyaml-env-tag >=0.1 + - pyyaml >=5.1 + - typing-extensions >=3.10 ; python_version < '3.8' + - watchdog >=2.0 + - babel >=2.9.0 ; extra == 'i18n' + - babel ==2.9.0 ; extra == 'min-versions' + - click ==7.0 ; extra == 'min-versions' + - colorama ==0.4 ; platform_system == 'Windows' and extra == 'min-versions' + - ghp-import ==1.0 ; extra == 'min-versions' + - importlib-metadata ==4.3 ; python_version < '3.10' and extra == 'min-versions' + - jinja2 ==2.11.1 ; extra == 'min-versions' + - markdown ==3.2.1 ; extra == 'min-versions' + - markupsafe ==2.0.1 ; extra == 'min-versions' + - mergedeep ==1.3.4 ; extra == 'min-versions' + - packaging ==20.5 ; extra == 'min-versions' + - pathspec ==0.11.1 ; extra == 'min-versions' + - platformdirs ==2.2.0 ; extra == 'min-versions' + - pyyaml-env-tag ==0.1 ; extra == 'min-versions' + - pyyaml ==5.1 ; extra == 'min-versions' + - typing-extensions ==3.10 ; python_version < '3.8' and extra == 'min-versions' + - watchdog ==2.0 ; extra == 'min-versions' requires_python: '>=3.7' - kind: pypi name: mkdocs-autorefs @@ -14860,9 +14856,9 @@ packages: url: https://files.pythonhosted.org/packages/f6/01/d413c98335ed75d8c211afb91320811366d55fb0ef7f4b01b9ab19630eac/mkdocs_autorefs-1.0.1-py3-none-any.whl sha256: aacdfae1ab197780fb7a2dac92ad8a3d8f7ca8049a9cbe56a4218cd52e8da570 requires_dist: - - markdown>=3.3 - - markupsafe>=2.0.1 - - mkdocs>=1.1 + - markdown >=3.3 + - markupsafe >=2.0.1 + - mkdocs >=1.1 requires_python: '>=3.8' - kind: pypi name: mkdocs-gen-files @@ -14870,7 +14866,7 @@ packages: url: https://files.pythonhosted.org/packages/e7/0f/1e55b3fd490ad2cecb6e7b31892d27cb9fc4218ec1dab780440ba8579e74/mkdocs_gen_files-0.5.0-py3-none-any.whl sha256: 7ac060096f3f40bd19039e7277dd3050be9a453c8ac578645844d4d91d7978ea requires_dist: - - mkdocs>=1.0.3 + - mkdocs >=1.0.3 requires_python: '>=3.7' - kind: pypi name: mkdocs-literate-nav @@ -14878,7 +14874,7 @@ packages: url: https://files.pythonhosted.org/packages/51/3b/e00d839d3242844c77e248f9572dd34644a04300839a60fe7d6bf652ab19/mkdocs_literate_nav-0.6.1-py3-none-any.whl sha256: e70bdc4a07050d32da79c0b697bd88e9a104cf3294282e9cb20eec94c6b0f401 requires_dist: - - mkdocs>=1.0.3 + - mkdocs >=1.0.3 requires_python: '>=3.7' - kind: pypi name: mkdocs-material @@ -14886,24 +14882,24 @@ packages: url: https://files.pythonhosted.org/packages/a6/ca/e72f41f1f94eae8a45de6b247ed90c868b9af107cd3b2182c6c6e944fe06/mkdocs_material-9.4.7-py3-none-any.whl sha256: 4d698d52bb6a6a3c452ab854481c4cdb68453a0420956a6aee2de55fe15fe610 requires_dist: - - babel~=2.10 - - colorama~=0.4 - - jinja2~=3.0 - - markdown~=3.2 - - mkdocs-material-extensions~=1.3 - - mkdocs>=1.5.3,~=1.5 - - paginate~=0.5 - - pygments~=2.16 - - pymdown-extensions~=10.2 - - regex>=2022.4 - - requests~=2.26 - - mkdocs-git-committers-plugin-2~=1.1 ; extra == 'git' - - mkdocs-git-revision-date-localized-plugin~=1.2 ; extra == 'git' - - cairosvg~=2.6 ; extra == 'imaging' - - pillow~=9.4 ; extra == 'imaging' - - mkdocs-minify-plugin~=0.7 ; extra == 'recommended' - - mkdocs-redirects~=1.2 ; extra == 'recommended' - - mkdocs-rss-plugin~=1.6 ; extra == 'recommended' + - babel ~=2.10 + - colorama ~=0.4 + - jinja2 ~=3.0 + - markdown ~=3.2 + - mkdocs-material-extensions ~=1.3 + - mkdocs >=1.5.3, ~=1.5 + - paginate ~=0.5 + - pygments ~=2.16 + - pymdown-extensions ~=10.2 + - regex >=2022.4 + - requests ~=2.26 + - mkdocs-git-committers-plugin-2 ~=1.1 ; extra == 'git' + - mkdocs-git-revision-date-localized-plugin ~=1.2 ; extra == 'git' + - cairosvg ~=2.6 ; extra == 'imaging' + - pillow ~=9.4 ; extra == 'imaging' + - mkdocs-minify-plugin ~=0.7 ; extra == 'recommended' + - mkdocs-redirects ~=1.2 ; extra == 'recommended' + - mkdocs-rss-plugin ~=1.6 ; extra == 'recommended' requires_python: '>=3.8' - kind: pypi name: mkdocs-material-extensions @@ -14916,13 +14912,13 @@ packages: version: 1.3.1 url: git+https://github.com/rerun-io/mkdocs-redirects.git@fb6b074554975ba7729d68d04957ce7c7dfd5003 requires_dist: - - mkdocs>=1.1.1 + - mkdocs >=1.1.1 - pytest ; extra == 'dev' - black ; extra == 'dev' - isort ; extra == 'dev' - autoflake ; extra == 'dev' - - twine>=1.13.0 ; extra == 'dev' - - twine>=1.13.0 ; extra == 'release' + - twine >=1.13.0 ; extra == 'dev' + - twine >=1.13.0 ; extra == 'release' - pytest ; extra == 'test' - black ; extra == 'test' - isort ; extra == 'test' @@ -14934,17 +14930,17 @@ packages: url: https://files.pythonhosted.org/packages/64/2f/6b72f8f8bf168a5820c6c38bffe54d25cfdafd9b4be6fbb335a9a57dd7c9/mkdocstrings-0.23.0-py3-none-any.whl sha256: 051fa4014dfcd9ed90254ae91de2dbb4f24e166347dae7be9a997fe16316c65e requires_dist: - - jinja2>=2.11.1 - - markdown>=3.3 - - markupsafe>=1.1 - - mkdocs>=1.2 - - mkdocs-autorefs>=0.3.1 - - pymdown-extensions>=6.3 - - importlib-metadata>=4.6 ; python_version < '3.10' - - typing-extensions>=4.1 ; python_version < '3.10' - - mkdocstrings-crystal>=0.3.4 ; extra == 'crystal' - - mkdocstrings-python-legacy>=0.2.1 ; extra == 'python-legacy' - - mkdocstrings-python>=0.5.2 ; extra == 'python' + - jinja2 >=2.11.1 + - markdown >=3.3 + - markupsafe >=1.1 + - mkdocs >=1.2 + - mkdocs-autorefs >=0.3.1 + - pymdown-extensions >=6.3 + - importlib-metadata >=4.6 ; python_version < '3.10' + - typing-extensions >=4.1 ; python_version < '3.10' + - mkdocstrings-crystal >=0.3.4 ; extra == 'crystal' + - mkdocstrings-python-legacy >=0.2.1 ; extra == 'python-legacy' + - mkdocstrings-python >=0.5.2 ; extra == 'python' requires_python: '>=3.8' - kind: pypi name: mkdocstrings-python @@ -14952,8 +14948,8 @@ packages: url: https://files.pythonhosted.org/packages/35/ec/a9d5e3b98eb5d7da229481049f8031c2dad2a72d48192d3471c72ae0eda6/mkdocstrings_python-1.7.3-py3-none-any.whl sha256: 2439d6ad3e34f0bb4c643b845fb3c06ae9233499a1736f9fa273424b75cc5894 requires_dist: - - mkdocstrings>=0.20 - - griffe>=0.35 + - mkdocstrings >=0.20 + - griffe >=0.35 requires_python: '>=3.8' - kind: conda name: mkl @@ -14977,14 +14973,14 @@ packages: url: https://files.pythonhosted.org/packages/f0/36/290745178e5776f7416818abc1334c1b19afb93c7c87fd1bef3cc99f84ca/ml_dtypes-0.4.0-cp311-cp311-win_amd64.whl sha256: 75b4faf99d0711b81f393db36d210b4255fd419f6f790bc6c1b461f95ffb7a9e requires_dist: - - numpy>1.20 - - numpy>=1.21.2 ; python_version >= '3.10' - - numpy>=1.23.3 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' + - numpy >1.20 + - numpy >=1.21.2 ; python_version >= '3.10' + - numpy >=1.23.3 ; python_version >= '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' - absl-py ; extra == 'dev' - pytest ; extra == 'dev' - pytest-xdist ; extra == 'dev' - - pylint>=2.6.0 ; extra == 'dev' + - pylint >=2.6.0 ; extra == 'dev' - pyink ; extra == 'dev' requires_python: '>=3.9' - kind: pypi @@ -14993,14 +14989,14 @@ packages: url: https://files.pythonhosted.org/packages/84/17/a936d3dfad84d028ba8539a93167274b7dcd7985e0d9df487e94a62f9428/ml_dtypes-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: e1e2f4237b459a63c97c2c9f449baa637d7e4c20addff6a9bac486f22432f3b6 requires_dist: - - numpy>1.20 - - numpy>=1.21.2 ; python_version >= '3.10' - - numpy>=1.23.3 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' + - numpy >1.20 + - numpy >=1.21.2 ; python_version >= '3.10' + - numpy >=1.23.3 ; python_version >= '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' - absl-py ; extra == 'dev' - pytest ; extra == 'dev' - pytest-xdist ; extra == 'dev' - - pylint>=2.6.0 ; extra == 'dev' + - pylint >=2.6.0 ; extra == 'dev' - pyink ; extra == 'dev' requires_python: '>=3.9' - kind: pypi @@ -15009,14 +15005,14 @@ packages: url: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl sha256: a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c requires_dist: - - pytest>=4.6 ; extra == 'develop' + - pytest >=4.6 ; extra == 'develop' - pycodestyle ; extra == 'develop' - pytest-cov ; extra == 'develop' - codecov ; extra == 'develop' - wheel ; extra == 'develop' - sphinx ; extra == 'docs' - - gmpy2>=2.1.0a4 ; platform_python_implementation != 'PyPy' and extra == 'gmpy' - - pytest>=4.6 ; extra == 'tests' + - gmpy2 >=2.1.0a4 ; platform_python_implementation != 'PyPy' and extra == 'gmpy' + - pytest >=4.6 ; extra == 'tests' - kind: conda name: msys2-conda-epoch version: '20160418' @@ -15350,27 +15346,27 @@ packages: url: https://files.pythonhosted.org/packages/38/e9/5f72929373e1a0e8d142a130f3f97e6ff920070f87f91c4e13e40e0fba5a/networkx-3.3-py3-none-any.whl sha256: 28575580c6ebdaf4505b22c6256a2b9de86b316dc63ba9e93abde3d78dfdbcf2 requires_dist: - - numpy>=1.23 ; extra == 'default' - - scipy!=1.11.0,!=1.11.1,>=1.9 ; extra == 'default' - - matplotlib>=3.6 ; extra == 'default' - - pandas>=1.4 ; extra == 'default' - - changelist==0.5 ; extra == 'developer' - - pre-commit>=3.2 ; extra == 'developer' - - mypy>=1.1 ; extra == 'developer' + - numpy >=1.23 ; extra == 'default' + - scipy !=1.11.0, !=1.11.1, >=1.9 ; extra == 'default' + - matplotlib >=3.6 ; extra == 'default' + - pandas >=1.4 ; extra == 'default' + - changelist ==0.5 ; extra == 'developer' + - pre-commit >=3.2 ; extra == 'developer' + - mypy >=1.1 ; extra == 'developer' - rtoml ; extra == 'developer' - - sphinx>=7 ; extra == 'doc' - - pydata-sphinx-theme>=0.14 ; extra == 'doc' - - sphinx-gallery>=0.14 ; extra == 'doc' - - numpydoc>=1.7 ; extra == 'doc' - - pillow>=9.4 ; extra == 'doc' - - texext>=0.6.7 ; extra == 'doc' - - myst-nb>=1.0 ; extra == 'doc' - - lxml>=4.6 ; extra == 'extra' - - pygraphviz>=1.12 ; extra == 'extra' - - pydot>=2.0 ; extra == 'extra' - - sympy>=1.10 ; extra == 'extra' - - pytest>=7.2 ; extra == 'test' - - pytest-cov>=4.0 ; extra == 'test' + - sphinx >=7 ; extra == 'doc' + - pydata-sphinx-theme >=0.14 ; extra == 'doc' + - sphinx-gallery >=0.14 ; extra == 'doc' + - numpydoc >=1.7 ; extra == 'doc' + - pillow >=9.4 ; extra == 'doc' + - texext >=0.6.7 ; extra == 'doc' + - myst-nb >=1.0 ; extra == 'doc' + - lxml >=4.6 ; extra == 'extra' + - pygraphviz >=1.12 ; extra == 'extra' + - pydot >=2.0 ; extra == 'extra' + - sympy >=1.10 ; extra == 'extra' + - pytest >=7.2 ; extra == 'test' + - pytest-cov >=4.0 ; extra == 'test' requires_python: '>=3.10' - kind: conda name: ninja @@ -15545,16 +15541,16 @@ packages: url: https://files.pythonhosted.org/packages/a4/28/2897c06b54cd99f41ca9e5cc7433211a085903a71aaed1cb1a1dc138d53c/nox-2024.4.15-py3-none-any.whl sha256: 6492236efa15a460ecb98e7b67562a28b70da006ab0be164e8821177577c0565 requires_dist: - - argcomplete<4.0,>=1.9.4 - - colorlog<7.0.0,>=2.6.1 + - argcomplete <4.0, >=1.9.4 + - colorlog <7.0.0, >=2.6.1 - importlib-metadata ; python_version < '3.8' - - packaging>=20.9 - - tomli>=1 ; python_version < '3.11' - - typing-extensions>=3.7.4 ; python_version < '3.8' - - virtualenv>=20.14.1 + - packaging >=20.9 + - tomli >=1 ; python_version < '3.11' + - typing-extensions >=3.7.4 ; python_version < '3.8' + - virtualenv >=20.14.1 - jinja2 ; extra == 'tox_to_nox' - tox ; extra == 'tox_to_nox' - - uv>=0.1.6 ; extra == 'uv' + - uv >=0.1.6 ; extra == 'uv' requires_python: '>=3.7' - kind: pypi name: numba @@ -15562,8 +15558,8 @@ packages: url: https://files.pythonhosted.org/packages/70/7d/0d1419479997319ca72ef735791c2ee50819f9c200adea96142ee7499fae/numba-0.59.1-cp311-cp311-macosx_11_0_arm64.whl sha256: 411df625372c77959570050e861981e9d196cc1da9aa62c3d6a836b5cc338966 requires_dist: - - llvmlite<0.43,>=0.42.0.dev0 - - numpy<1.27,>=1.22 + - llvmlite <0.43, >=0.42.0.dev0 + - numpy <1.27, >=1.22 requires_python: '>=3.9' - kind: pypi name: numba @@ -15571,8 +15567,8 @@ packages: url: https://files.pythonhosted.org/packages/5f/2d/085c21f3086eff0b830e5d03d084a1b4b10dfde0c65feeac6be8c361265c/numba-0.59.1-cp311-cp311-macosx_10_9_x86_64.whl sha256: 43727e7ad20b3ec23ee4fc642f5b61845c71f75dd2825b3c234390c6d8d64051 requires_dist: - - llvmlite<0.43,>=0.42.0.dev0 - - numpy<1.27,>=1.22 + - llvmlite <0.43, >=0.42.0.dev0 + - numpy <1.27, >=1.22 requires_python: '>=3.9' - kind: pypi name: numba @@ -15580,8 +15576,8 @@ packages: url: https://files.pythonhosted.org/packages/38/f0/ad848815b0adafcf5f238e728933950034355a8d59969772be1cd57606d8/numba-0.59.1-cp311-cp311-win_amd64.whl sha256: 0594b3dfb369fada1f8bb2e3045cd6c61a564c62e50cf1f86b4666bc721b3450 requires_dist: - - llvmlite<0.43,>=0.42.0.dev0 - - numpy<1.27,>=1.22 + - llvmlite <0.43, >=0.42.0.dev0 + - numpy <1.27, >=1.22 requires_python: '>=3.9' - kind: pypi name: numba @@ -15589,8 +15585,8 @@ packages: url: https://files.pythonhosted.org/packages/54/f2/7d1579037643c874fa73516ea84c07e8d30ea347fb1a88c03b198447655d/numba-0.59.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl sha256: dd2842fac03be4e5324ebbbd4d2d0c8c0fc6e0df75c09477dd45b288a0777389 requires_dist: - - llvmlite<0.43,>=0.42.0.dev0 - - numpy<1.27,>=1.22 + - llvmlite <0.43, >=0.42.0.dev0 + - numpy <1.27, >=1.22 requires_python: '>=3.9' - kind: pypi name: numpy @@ -15743,9 +15739,9 @@ packages: path: examples/python/nv12 sha256: e59a25ca3b5d3a510754196d7052a1fc60dc7bd62ee3945ccbc064b60f290ee1 requires_dist: - - rerun-sdk>=0.10 - - opencv-python - numpy + - opencv-python + - rerun-sdk >=0.10 editable: true - kind: pypi name: nvidia-cublas-cu12 @@ -15835,8 +15831,8 @@ packages: requires_dist: - betterproto[compiler] - numpy - - opencv-python>4.6 - - requests>=2.31,<3 + - opencv-python >4.6 + - requests <3, >=2.31 - rerun-sdk - scipy editable: true @@ -15860,16 +15856,16 @@ packages: url: https://files.pythonhosted.org/packages/4c/c3/ccff2e1bfe2bb47a7eaebc4280e93bd2f97ebbe5b3573d48bcfcc0c32387/opencv_contrib_python-4.9.0.80-cp37-abi3-macosx_11_0_arm64.whl sha256: b52e381144f774b486729ccee69911bdc7d16b5ced4830502e906ad803373ab0 requires_dist: - - numpy>=1.13.3 ; python_version < '3.7' - - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' - - numpy>=1.21.2 ; python_version >= '3.10' - - numpy>=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' - - numpy>=1.23.5 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - numpy>=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' - - numpy>=1.17.0 ; python_version >= '3.7' - - numpy>=1.17.3 ; python_version >= '3.8' - - numpy>=1.19.3 ; python_version >= '3.9' + - numpy >=1.13.3 ; python_version < '3.7' + - numpy >=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' + - numpy >=1.21.2 ; python_version >= '3.10' + - numpy >=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' + - numpy >=1.23.5 ; python_version >= '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - numpy >=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' + - numpy >=1.17.0 ; python_version >= '3.7' + - numpy >=1.17.3 ; python_version >= '3.8' + - numpy >=1.19.3 ; python_version >= '3.9' requires_python: '>=3.6' - kind: pypi name: opencv-contrib-python @@ -15877,16 +15873,16 @@ packages: url: https://files.pythonhosted.org/packages/16/07/bf25df600eeaedddf8fece3f1ff837bf72865b93a03651cf7375ce8172be/opencv_contrib_python-4.9.0.80-cp37-abi3-macosx_10_16_x86_64.whl sha256: 86078d3653ec3107877536c9178622b1f98b51acf59e554ddbc552785cba55fa requires_dist: - - numpy>=1.13.3 ; python_version < '3.7' - - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' - - numpy>=1.21.2 ; python_version >= '3.10' - - numpy>=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' - - numpy>=1.23.5 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - numpy>=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' - - numpy>=1.17.0 ; python_version >= '3.7' - - numpy>=1.17.3 ; python_version >= '3.8' - - numpy>=1.19.3 ; python_version >= '3.9' + - numpy >=1.13.3 ; python_version < '3.7' + - numpy >=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' + - numpy >=1.21.2 ; python_version >= '3.10' + - numpy >=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' + - numpy >=1.23.5 ; python_version >= '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - numpy >=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' + - numpy >=1.17.0 ; python_version >= '3.7' + - numpy >=1.17.3 ; python_version >= '3.8' + - numpy >=1.19.3 ; python_version >= '3.9' requires_python: '>=3.6' - kind: pypi name: opencv-contrib-python @@ -15894,16 +15890,16 @@ packages: url: https://files.pythonhosted.org/packages/aa/2e/576ac47f21d555b459ca837bb3fb937e50339b8fbfd294945ea2f5290416/opencv_contrib_python-4.9.0.80-cp37-abi3-win_amd64.whl sha256: fdd9b14028f74af8dbb69f90e6e4a956ce2eb5b59947df28ba0b79d337431477 requires_dist: - - numpy>=1.13.3 ; python_version < '3.7' - - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' - - numpy>=1.21.2 ; python_version >= '3.10' - - numpy>=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' - - numpy>=1.23.5 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - numpy>=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' - - numpy>=1.17.0 ; python_version >= '3.7' - - numpy>=1.17.3 ; python_version >= '3.8' - - numpy>=1.19.3 ; python_version >= '3.9' + - numpy >=1.13.3 ; python_version < '3.7' + - numpy >=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' + - numpy >=1.21.2 ; python_version >= '3.10' + - numpy >=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' + - numpy >=1.23.5 ; python_version >= '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - numpy >=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' + - numpy >=1.17.0 ; python_version >= '3.7' + - numpy >=1.17.3 ; python_version >= '3.8' + - numpy >=1.19.3 ; python_version >= '3.9' requires_python: '>=3.6' - kind: pypi name: opencv-contrib-python @@ -15911,101 +15907,101 @@ packages: url: https://files.pythonhosted.org/packages/8a/ea/aea6289058480b93157ad698ecd7f13cae4892ae0a4750abf33b3ac12f91/opencv_contrib_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 89ca1508dd895ae42176640bdd503cac82772f6efa25120738a469a6a69de321 requires_dist: - - numpy>=1.13.3 ; python_version < '3.7' - - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' - - numpy>=1.21.2 ; python_version >= '3.10' - - numpy>=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' - - numpy>=1.23.5 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - numpy>=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' - - numpy>=1.17.0 ; python_version >= '3.7' - - numpy>=1.17.3 ; python_version >= '3.8' - - numpy>=1.19.3 ; python_version >= '3.9' + - numpy >=1.13.3 ; python_version < '3.7' + - numpy >=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' + - numpy >=1.21.2 ; python_version >= '3.10' + - numpy >=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' + - numpy >=1.23.5 ; python_version >= '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - numpy >=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' + - numpy >=1.17.0 ; python_version >= '3.7' + - numpy >=1.17.3 ; python_version >= '3.8' + - numpy >=1.19.3 ; python_version >= '3.9' requires_python: '>=3.6' - kind: pypi name: opencv-python version: 4.9.0.80 - url: https://files.pythonhosted.org/packages/52/00/2adf376707c7965bb4569f28f73fafe303c404d01047b10e3b52761be086/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - sha256: 7b34a52e9da36dda8c151c6394aed602e4b17fa041df0b9f5b93ae10b0fcca2a + url: https://files.pythonhosted.org/packages/d9/64/7fdfb9386511cd6805451e012c537073a79a958a58795c4e602e538c388c/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: e4088cab82b66a3b37ffc452976b14a3c599269c247895ae9ceb4066d8188a57 requires_dist: - - numpy>=1.13.3 ; python_version < '3.7' - - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' - - numpy>=1.21.2 ; python_version >= '3.10' - - numpy>=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' - - numpy>=1.23.5 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - numpy>=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' - - numpy>=1.17.0 ; python_version >= '3.7' - - numpy>=1.17.3 ; python_version >= '3.8' - - numpy>=1.19.3 ; python_version >= '3.9' + - numpy >=1.13.3 ; python_version < '3.7' + - numpy >=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' + - numpy >=1.21.2 ; python_version >= '3.10' + - numpy >=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' + - numpy >=1.23.5 ; python_version >= '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - numpy >=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' + - numpy >=1.17.0 ; python_version >= '3.7' + - numpy >=1.17.3 ; python_version >= '3.8' + - numpy >=1.19.3 ; python_version >= '3.9' requires_python: '>=3.6' - kind: pypi name: opencv-python version: 4.9.0.80 - url: https://files.pythonhosted.org/packages/c7/ec/9dabb6a9abfdebb3c45b0cc52dec901caafef2b2c7e7d6a839ed86d81e91/opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl - sha256: 3f16f08e02b2a2da44259c7cc712e779eff1dd8b55fdb0323e8cab09548086c0 + url: https://files.pythonhosted.org/packages/77/df/b56175c3fb5bc058774bdcf35f5a71cf9c3c5b909f98a1c688eb71cd3b1f/opencv_python-4.9.0.80-cp37-abi3-macosx_11_0_arm64.whl + sha256: 71dfb9555ccccdd77305fc3dcca5897fbf0cf28b297c51ee55e079c065d812a3 requires_dist: - - numpy>=1.13.3 ; python_version < '3.7' - - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' - - numpy>=1.21.2 ; python_version >= '3.10' - - numpy>=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' - - numpy>=1.23.5 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - numpy>=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' - - numpy>=1.17.0 ; python_version >= '3.7' - - numpy>=1.17.3 ; python_version >= '3.8' - - numpy>=1.19.3 ; python_version >= '3.9' + - numpy >=1.13.3 ; python_version < '3.7' + - numpy >=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' + - numpy >=1.21.2 ; python_version >= '3.10' + - numpy >=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' + - numpy >=1.23.5 ; python_version >= '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - numpy >=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' + - numpy >=1.17.0 ; python_version >= '3.7' + - numpy >=1.17.3 ; python_version >= '3.8' + - numpy >=1.19.3 ; python_version >= '3.9' requires_python: '>=3.6' - kind: pypi name: opencv-python version: 4.9.0.80 - url: https://files.pythonhosted.org/packages/35/69/b657974ddcbba54d59d7d62b01e60a8b815e35f415b996e4d355be0ac7b4/opencv_python-4.9.0.80-cp37-abi3-macosx_10_16_x86_64.whl - sha256: 7e5f7aa4486651a6ebfa8ed4b594b65bd2d2f41beeb4241a3e4b1b85acbbbadb + url: https://files.pythonhosted.org/packages/c7/ec/9dabb6a9abfdebb3c45b0cc52dec901caafef2b2c7e7d6a839ed86d81e91/opencv_python-4.9.0.80-cp37-abi3-win_amd64.whl + sha256: 3f16f08e02b2a2da44259c7cc712e779eff1dd8b55fdb0323e8cab09548086c0 requires_dist: - - numpy>=1.13.3 ; python_version < '3.7' - - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' - - numpy>=1.21.2 ; python_version >= '3.10' - - numpy>=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' - - numpy>=1.23.5 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - numpy>=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' - - numpy>=1.17.0 ; python_version >= '3.7' - - numpy>=1.17.3 ; python_version >= '3.8' - - numpy>=1.19.3 ; python_version >= '3.9' + - numpy >=1.13.3 ; python_version < '3.7' + - numpy >=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' + - numpy >=1.21.2 ; python_version >= '3.10' + - numpy >=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' + - numpy >=1.23.5 ; python_version >= '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - numpy >=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' + - numpy >=1.17.0 ; python_version >= '3.7' + - numpy >=1.17.3 ; python_version >= '3.8' + - numpy >=1.19.3 ; python_version >= '3.9' requires_python: '>=3.6' - kind: pypi name: opencv-python version: 4.9.0.80 - url: https://files.pythonhosted.org/packages/d9/64/7fdfb9386511cd6805451e012c537073a79a958a58795c4e602e538c388c/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: e4088cab82b66a3b37ffc452976b14a3c599269c247895ae9ceb4066d8188a57 + url: https://files.pythonhosted.org/packages/52/00/2adf376707c7965bb4569f28f73fafe303c404d01047b10e3b52761be086/opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + sha256: 7b34a52e9da36dda8c151c6394aed602e4b17fa041df0b9f5b93ae10b0fcca2a requires_dist: - - numpy>=1.13.3 ; python_version < '3.7' - - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' - - numpy>=1.21.2 ; python_version >= '3.10' - - numpy>=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' - - numpy>=1.23.5 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - numpy>=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' - - numpy>=1.17.0 ; python_version >= '3.7' - - numpy>=1.17.3 ; python_version >= '3.8' - - numpy>=1.19.3 ; python_version >= '3.9' + - numpy >=1.13.3 ; python_version < '3.7' + - numpy >=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' + - numpy >=1.21.2 ; python_version >= '3.10' + - numpy >=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' + - numpy >=1.23.5 ; python_version >= '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - numpy >=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' + - numpy >=1.17.0 ; python_version >= '3.7' + - numpy >=1.17.3 ; python_version >= '3.8' + - numpy >=1.19.3 ; python_version >= '3.9' requires_python: '>=3.6' - kind: pypi name: opencv-python version: 4.9.0.80 - url: https://files.pythonhosted.org/packages/77/df/b56175c3fb5bc058774bdcf35f5a71cf9c3c5b909f98a1c688eb71cd3b1f/opencv_python-4.9.0.80-cp37-abi3-macosx_11_0_arm64.whl - sha256: 71dfb9555ccccdd77305fc3dcca5897fbf0cf28b297c51ee55e079c065d812a3 + url: https://files.pythonhosted.org/packages/35/69/b657974ddcbba54d59d7d62b01e60a8b815e35f415b996e4d355be0ac7b4/opencv_python-4.9.0.80-cp37-abi3-macosx_10_16_x86_64.whl + sha256: 7e5f7aa4486651a6ebfa8ed4b594b65bd2d2f41beeb4241a3e4b1b85acbbbadb requires_dist: - - numpy>=1.13.3 ; python_version < '3.7' - - numpy>=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' - - numpy>=1.21.2 ; python_version >= '3.10' - - numpy>=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' - - numpy>=1.23.5 ; python_version >= '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - numpy>=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' - - numpy>=1.17.0 ; python_version >= '3.7' - - numpy>=1.17.3 ; python_version >= '3.8' - - numpy>=1.19.3 ; python_version >= '3.9' + - numpy >=1.13.3 ; python_version < '3.7' + - numpy >=1.21.0 ; python_version <= '3.9' and platform_system == 'Darwin' and platform_machine == 'arm64' + - numpy >=1.21.2 ; python_version >= '3.10' + - numpy >=1.21.4 ; python_version >= '3.10' and platform_system == 'Darwin' + - numpy >=1.23.5 ; python_version >= '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - numpy >=1.19.3 ; python_version >= '3.6' and platform_system == 'Linux' and platform_machine == 'aarch64' + - numpy >=1.17.0 ; python_version >= '3.7' + - numpy >=1.17.3 ; python_version >= '3.8' + - numpy >=1.19.3 ; python_version >= '3.9' requires_python: '>=3.6' - kind: conda name: openssl @@ -16103,8 +16099,8 @@ packages: url: https://files.pythonhosted.org/packages/bc/19/404708a7e54ad2798907210462fd950c3442ea51acc8790f3da48d2bee8b/opt_einsum-3.3.0-py3-none-any.whl sha256: 2455e59e3947d3c275477df7f5205b30635e266fe6dc300e3d9f9646bfcea147 requires_dist: - - numpy>=1.7 - - sphinx==1.2.3 ; extra == 'docs' + - numpy >=1.7 + - sphinx ==1.2.3 ; extra == 'docs' - sphinxcontrib-napoleon ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - numpydoc ; extra == 'docs' @@ -16254,91 +16250,91 @@ packages: url: https://files.pythonhosted.org/packages/16/c6/75231fd47afd6b3f89011e7077f1a3958441264aca7ae9ff596e3276a5d0/pandas-2.2.2-cp311-cp311-macosx_11_0_arm64.whl sha256: 8e90497254aacacbc4ea6ae5e7a8cd75629d6ad2b30025a4a8b09aa4faf55151 requires_dist: - - numpy>=1.22.4 ; python_version < '3.11' - - numpy>=1.23.2 ; python_version == '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - python-dateutil>=2.8.2 - - pytz>=2020.1 - - tzdata>=2022.7 - - hypothesis>=6.46.1 ; extra == 'test' - - pytest>=7.3.2 ; extra == 'test' - - pytest-xdist>=2.2.0 ; extra == 'test' - - pyarrow>=10.0.1 ; extra == 'pyarrow' - - bottleneck>=1.3.6 ; extra == 'performance' - - numba>=0.56.4 ; extra == 'performance' - - numexpr>=2.8.4 ; extra == 'performance' - - scipy>=1.10.0 ; extra == 'computation' - - xarray>=2022.12.0 ; extra == 'computation' - - fsspec>=2022.11.0 ; extra == 'fss' - - s3fs>=2022.11.0 ; extra == 'aws' - - gcsfs>=2022.11.0 ; extra == 'gcp' - - pandas-gbq>=0.19.0 ; extra == 'gcp' - - odfpy>=1.4.1 ; extra == 'excel' - - openpyxl>=3.1.0 ; extra == 'excel' - - python-calamine>=0.1.7 ; extra == 'excel' - - pyxlsb>=1.0.10 ; extra == 'excel' - - xlrd>=2.0.1 ; extra == 'excel' - - xlsxwriter>=3.0.5 ; extra == 'excel' - - pyarrow>=10.0.1 ; extra == 'parquet' - - pyarrow>=10.0.1 ; extra == 'feather' - - tables>=3.8.0 ; extra == 'hdf5' - - pyreadstat>=1.2.0 ; extra == 'spss' - - sqlalchemy>=2.0.0 ; extra == 'postgresql' - - psycopg2>=2.9.6 ; extra == 'postgresql' - - adbc-driver-postgresql>=0.8.0 ; extra == 'postgresql' - - sqlalchemy>=2.0.0 ; extra == 'mysql' - - pymysql>=1.0.2 ; extra == 'mysql' - - sqlalchemy>=2.0.0 ; extra == 'sql-other' - - adbc-driver-postgresql>=0.8.0 ; extra == 'sql-other' - - adbc-driver-sqlite>=0.8.0 ; extra == 'sql-other' - - beautifulsoup4>=4.11.2 ; extra == 'html' - - html5lib>=1.1 ; extra == 'html' - - lxml>=4.9.2 ; extra == 'html' - - lxml>=4.9.2 ; extra == 'xml' - - matplotlib>=3.6.3 ; extra == 'plot' - - jinja2>=3.1.2 ; extra == 'output-formatting' - - tabulate>=0.9.0 ; extra == 'output-formatting' - - pyqt5>=5.15.9 ; extra == 'clipboard' - - qtpy>=2.3.0 ; extra == 'clipboard' - - zstandard>=0.19.0 ; extra == 'compression' - - dataframe-api-compat>=0.1.7 ; extra == 'consortium-standard' - - adbc-driver-postgresql>=0.8.0 ; extra == 'all' - - adbc-driver-sqlite>=0.8.0 ; extra == 'all' - - beautifulsoup4>=4.11.2 ; extra == 'all' - - bottleneck>=1.3.6 ; extra == 'all' - - dataframe-api-compat>=0.1.7 ; extra == 'all' - - fastparquet>=2022.12.0 ; extra == 'all' - - fsspec>=2022.11.0 ; extra == 'all' - - gcsfs>=2022.11.0 ; extra == 'all' - - html5lib>=1.1 ; extra == 'all' - - hypothesis>=6.46.1 ; extra == 'all' - - jinja2>=3.1.2 ; extra == 'all' - - lxml>=4.9.2 ; extra == 'all' - - matplotlib>=3.6.3 ; extra == 'all' - - numba>=0.56.4 ; extra == 'all' - - numexpr>=2.8.4 ; extra == 'all' - - odfpy>=1.4.1 ; extra == 'all' - - openpyxl>=3.1.0 ; extra == 'all' - - pandas-gbq>=0.19.0 ; extra == 'all' - - psycopg2>=2.9.6 ; extra == 'all' - - pyarrow>=10.0.1 ; extra == 'all' - - pymysql>=1.0.2 ; extra == 'all' - - pyqt5>=5.15.9 ; extra == 'all' - - pyreadstat>=1.2.0 ; extra == 'all' - - pytest>=7.3.2 ; extra == 'all' - - pytest-xdist>=2.2.0 ; extra == 'all' - - python-calamine>=0.1.7 ; extra == 'all' - - pyxlsb>=1.0.10 ; extra == 'all' - - qtpy>=2.3.0 ; extra == 'all' - - scipy>=1.10.0 ; extra == 'all' - - s3fs>=2022.11.0 ; extra == 'all' - - sqlalchemy>=2.0.0 ; extra == 'all' - - tables>=3.8.0 ; extra == 'all' - - tabulate>=0.9.0 ; extra == 'all' - - xarray>=2022.12.0 ; extra == 'all' - - xlrd>=2.0.1 ; extra == 'all' - - xlsxwriter>=3.0.5 ; extra == 'all' - - zstandard>=0.19.0 ; extra == 'all' + - numpy >=1.22.4 ; python_version < '3.11' + - numpy >=1.23.2 ; python_version == '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - python-dateutil >=2.8.2 + - pytz >=2020.1 + - tzdata >=2022.7 + - hypothesis >=6.46.1 ; extra == 'test' + - pytest >=7.3.2 ; extra == 'test' + - pytest-xdist >=2.2.0 ; extra == 'test' + - pyarrow >=10.0.1 ; extra == 'pyarrow' + - bottleneck >=1.3.6 ; extra == 'performance' + - numba >=0.56.4 ; extra == 'performance' + - numexpr >=2.8.4 ; extra == 'performance' + - scipy >=1.10.0 ; extra == 'computation' + - xarray >=2022.12.0 ; extra == 'computation' + - fsspec >=2022.11.0 ; extra == 'fss' + - s3fs >=2022.11.0 ; extra == 'aws' + - gcsfs >=2022.11.0 ; extra == 'gcp' + - pandas-gbq >=0.19.0 ; extra == 'gcp' + - odfpy >=1.4.1 ; extra == 'excel' + - openpyxl >=3.1.0 ; extra == 'excel' + - python-calamine >=0.1.7 ; extra == 'excel' + - pyxlsb >=1.0.10 ; extra == 'excel' + - xlrd >=2.0.1 ; extra == 'excel' + - xlsxwriter >=3.0.5 ; extra == 'excel' + - pyarrow >=10.0.1 ; extra == 'parquet' + - pyarrow >=10.0.1 ; extra == 'feather' + - tables >=3.8.0 ; extra == 'hdf5' + - pyreadstat >=1.2.0 ; extra == 'spss' + - sqlalchemy >=2.0.0 ; extra == 'postgresql' + - psycopg2 >=2.9.6 ; extra == 'postgresql' + - adbc-driver-postgresql >=0.8.0 ; extra == 'postgresql' + - sqlalchemy >=2.0.0 ; extra == 'mysql' + - pymysql >=1.0.2 ; extra == 'mysql' + - sqlalchemy >=2.0.0 ; extra == 'sql-other' + - adbc-driver-postgresql >=0.8.0 ; extra == 'sql-other' + - adbc-driver-sqlite >=0.8.0 ; extra == 'sql-other' + - beautifulsoup4 >=4.11.2 ; extra == 'html' + - html5lib >=1.1 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'xml' + - matplotlib >=3.6.3 ; extra == 'plot' + - jinja2 >=3.1.2 ; extra == 'output-formatting' + - tabulate >=0.9.0 ; extra == 'output-formatting' + - pyqt5 >=5.15.9 ; extra == 'clipboard' + - qtpy >=2.3.0 ; extra == 'clipboard' + - zstandard >=0.19.0 ; extra == 'compression' + - dataframe-api-compat >=0.1.7 ; extra == 'consortium-standard' + - adbc-driver-postgresql >=0.8.0 ; extra == 'all' + - adbc-driver-sqlite >=0.8.0 ; extra == 'all' + - beautifulsoup4 >=4.11.2 ; extra == 'all' + - bottleneck >=1.3.6 ; extra == 'all' + - dataframe-api-compat >=0.1.7 ; extra == 'all' + - fastparquet >=2022.12.0 ; extra == 'all' + - fsspec >=2022.11.0 ; extra == 'all' + - gcsfs >=2022.11.0 ; extra == 'all' + - html5lib >=1.1 ; extra == 'all' + - hypothesis >=6.46.1 ; extra == 'all' + - jinja2 >=3.1.2 ; extra == 'all' + - lxml >=4.9.2 ; extra == 'all' + - matplotlib >=3.6.3 ; extra == 'all' + - numba >=0.56.4 ; extra == 'all' + - numexpr >=2.8.4 ; extra == 'all' + - odfpy >=1.4.1 ; extra == 'all' + - openpyxl >=3.1.0 ; extra == 'all' + - pandas-gbq >=0.19.0 ; extra == 'all' + - psycopg2 >=2.9.6 ; extra == 'all' + - pyarrow >=10.0.1 ; extra == 'all' + - pymysql >=1.0.2 ; extra == 'all' + - pyqt5 >=5.15.9 ; extra == 'all' + - pyreadstat >=1.2.0 ; extra == 'all' + - pytest >=7.3.2 ; extra == 'all' + - pytest-xdist >=2.2.0 ; extra == 'all' + - python-calamine >=0.1.7 ; extra == 'all' + - pyxlsb >=1.0.10 ; extra == 'all' + - qtpy >=2.3.0 ; extra == 'all' + - scipy >=1.10.0 ; extra == 'all' + - s3fs >=2022.11.0 ; extra == 'all' + - sqlalchemy >=2.0.0 ; extra == 'all' + - tables >=3.8.0 ; extra == 'all' + - tabulate >=0.9.0 ; extra == 'all' + - xarray >=2022.12.0 ; extra == 'all' + - xlrd >=2.0.1 ; extra == 'all' + - xlsxwriter >=3.0.5 ; extra == 'all' + - zstandard >=0.19.0 ; extra == 'all' requires_python: '>=3.9' - kind: pypi name: pandas @@ -16346,91 +16342,91 @@ packages: url: https://files.pythonhosted.org/packages/1b/70/61704497903d43043e288017cb2b82155c0d41e15f5c17807920877b45c2/pandas-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl sha256: 696039430f7a562b74fa45f540aca068ea85fa34c244d0deee539cb6d70aa288 requires_dist: - - numpy>=1.22.4 ; python_version < '3.11' - - numpy>=1.23.2 ; python_version == '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - python-dateutil>=2.8.2 - - pytz>=2020.1 - - tzdata>=2022.7 - - hypothesis>=6.46.1 ; extra == 'test' - - pytest>=7.3.2 ; extra == 'test' - - pytest-xdist>=2.2.0 ; extra == 'test' - - pyarrow>=10.0.1 ; extra == 'pyarrow' - - bottleneck>=1.3.6 ; extra == 'performance' - - numba>=0.56.4 ; extra == 'performance' - - numexpr>=2.8.4 ; extra == 'performance' - - scipy>=1.10.0 ; extra == 'computation' - - xarray>=2022.12.0 ; extra == 'computation' - - fsspec>=2022.11.0 ; extra == 'fss' - - s3fs>=2022.11.0 ; extra == 'aws' - - gcsfs>=2022.11.0 ; extra == 'gcp' - - pandas-gbq>=0.19.0 ; extra == 'gcp' - - odfpy>=1.4.1 ; extra == 'excel' - - openpyxl>=3.1.0 ; extra == 'excel' - - python-calamine>=0.1.7 ; extra == 'excel' - - pyxlsb>=1.0.10 ; extra == 'excel' - - xlrd>=2.0.1 ; extra == 'excel' - - xlsxwriter>=3.0.5 ; extra == 'excel' - - pyarrow>=10.0.1 ; extra == 'parquet' - - pyarrow>=10.0.1 ; extra == 'feather' - - tables>=3.8.0 ; extra == 'hdf5' - - pyreadstat>=1.2.0 ; extra == 'spss' - - sqlalchemy>=2.0.0 ; extra == 'postgresql' - - psycopg2>=2.9.6 ; extra == 'postgresql' - - adbc-driver-postgresql>=0.8.0 ; extra == 'postgresql' - - sqlalchemy>=2.0.0 ; extra == 'mysql' - - pymysql>=1.0.2 ; extra == 'mysql' - - sqlalchemy>=2.0.0 ; extra == 'sql-other' - - adbc-driver-postgresql>=0.8.0 ; extra == 'sql-other' - - adbc-driver-sqlite>=0.8.0 ; extra == 'sql-other' - - beautifulsoup4>=4.11.2 ; extra == 'html' - - html5lib>=1.1 ; extra == 'html' - - lxml>=4.9.2 ; extra == 'html' - - lxml>=4.9.2 ; extra == 'xml' - - matplotlib>=3.6.3 ; extra == 'plot' - - jinja2>=3.1.2 ; extra == 'output-formatting' - - tabulate>=0.9.0 ; extra == 'output-formatting' - - pyqt5>=5.15.9 ; extra == 'clipboard' - - qtpy>=2.3.0 ; extra == 'clipboard' - - zstandard>=0.19.0 ; extra == 'compression' - - dataframe-api-compat>=0.1.7 ; extra == 'consortium-standard' - - adbc-driver-postgresql>=0.8.0 ; extra == 'all' - - adbc-driver-sqlite>=0.8.0 ; extra == 'all' - - beautifulsoup4>=4.11.2 ; extra == 'all' - - bottleneck>=1.3.6 ; extra == 'all' - - dataframe-api-compat>=0.1.7 ; extra == 'all' - - fastparquet>=2022.12.0 ; extra == 'all' - - fsspec>=2022.11.0 ; extra == 'all' - - gcsfs>=2022.11.0 ; extra == 'all' - - html5lib>=1.1 ; extra == 'all' - - hypothesis>=6.46.1 ; extra == 'all' - - jinja2>=3.1.2 ; extra == 'all' - - lxml>=4.9.2 ; extra == 'all' - - matplotlib>=3.6.3 ; extra == 'all' - - numba>=0.56.4 ; extra == 'all' - - numexpr>=2.8.4 ; extra == 'all' - - odfpy>=1.4.1 ; extra == 'all' - - openpyxl>=3.1.0 ; extra == 'all' - - pandas-gbq>=0.19.0 ; extra == 'all' - - psycopg2>=2.9.6 ; extra == 'all' - - pyarrow>=10.0.1 ; extra == 'all' - - pymysql>=1.0.2 ; extra == 'all' - - pyqt5>=5.15.9 ; extra == 'all' - - pyreadstat>=1.2.0 ; extra == 'all' - - pytest>=7.3.2 ; extra == 'all' - - pytest-xdist>=2.2.0 ; extra == 'all' - - python-calamine>=0.1.7 ; extra == 'all' - - pyxlsb>=1.0.10 ; extra == 'all' - - qtpy>=2.3.0 ; extra == 'all' - - scipy>=1.10.0 ; extra == 'all' - - s3fs>=2022.11.0 ; extra == 'all' - - sqlalchemy>=2.0.0 ; extra == 'all' - - tables>=3.8.0 ; extra == 'all' - - tabulate>=0.9.0 ; extra == 'all' - - xarray>=2022.12.0 ; extra == 'all' - - xlrd>=2.0.1 ; extra == 'all' - - xlsxwriter>=3.0.5 ; extra == 'all' - - zstandard>=0.19.0 ; extra == 'all' + - numpy >=1.22.4 ; python_version < '3.11' + - numpy >=1.23.2 ; python_version == '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - python-dateutil >=2.8.2 + - pytz >=2020.1 + - tzdata >=2022.7 + - hypothesis >=6.46.1 ; extra == 'test' + - pytest >=7.3.2 ; extra == 'test' + - pytest-xdist >=2.2.0 ; extra == 'test' + - pyarrow >=10.0.1 ; extra == 'pyarrow' + - bottleneck >=1.3.6 ; extra == 'performance' + - numba >=0.56.4 ; extra == 'performance' + - numexpr >=2.8.4 ; extra == 'performance' + - scipy >=1.10.0 ; extra == 'computation' + - xarray >=2022.12.0 ; extra == 'computation' + - fsspec >=2022.11.0 ; extra == 'fss' + - s3fs >=2022.11.0 ; extra == 'aws' + - gcsfs >=2022.11.0 ; extra == 'gcp' + - pandas-gbq >=0.19.0 ; extra == 'gcp' + - odfpy >=1.4.1 ; extra == 'excel' + - openpyxl >=3.1.0 ; extra == 'excel' + - python-calamine >=0.1.7 ; extra == 'excel' + - pyxlsb >=1.0.10 ; extra == 'excel' + - xlrd >=2.0.1 ; extra == 'excel' + - xlsxwriter >=3.0.5 ; extra == 'excel' + - pyarrow >=10.0.1 ; extra == 'parquet' + - pyarrow >=10.0.1 ; extra == 'feather' + - tables >=3.8.0 ; extra == 'hdf5' + - pyreadstat >=1.2.0 ; extra == 'spss' + - sqlalchemy >=2.0.0 ; extra == 'postgresql' + - psycopg2 >=2.9.6 ; extra == 'postgresql' + - adbc-driver-postgresql >=0.8.0 ; extra == 'postgresql' + - sqlalchemy >=2.0.0 ; extra == 'mysql' + - pymysql >=1.0.2 ; extra == 'mysql' + - sqlalchemy >=2.0.0 ; extra == 'sql-other' + - adbc-driver-postgresql >=0.8.0 ; extra == 'sql-other' + - adbc-driver-sqlite >=0.8.0 ; extra == 'sql-other' + - beautifulsoup4 >=4.11.2 ; extra == 'html' + - html5lib >=1.1 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'xml' + - matplotlib >=3.6.3 ; extra == 'plot' + - jinja2 >=3.1.2 ; extra == 'output-formatting' + - tabulate >=0.9.0 ; extra == 'output-formatting' + - pyqt5 >=5.15.9 ; extra == 'clipboard' + - qtpy >=2.3.0 ; extra == 'clipboard' + - zstandard >=0.19.0 ; extra == 'compression' + - dataframe-api-compat >=0.1.7 ; extra == 'consortium-standard' + - adbc-driver-postgresql >=0.8.0 ; extra == 'all' + - adbc-driver-sqlite >=0.8.0 ; extra == 'all' + - beautifulsoup4 >=4.11.2 ; extra == 'all' + - bottleneck >=1.3.6 ; extra == 'all' + - dataframe-api-compat >=0.1.7 ; extra == 'all' + - fastparquet >=2022.12.0 ; extra == 'all' + - fsspec >=2022.11.0 ; extra == 'all' + - gcsfs >=2022.11.0 ; extra == 'all' + - html5lib >=1.1 ; extra == 'all' + - hypothesis >=6.46.1 ; extra == 'all' + - jinja2 >=3.1.2 ; extra == 'all' + - lxml >=4.9.2 ; extra == 'all' + - matplotlib >=3.6.3 ; extra == 'all' + - numba >=0.56.4 ; extra == 'all' + - numexpr >=2.8.4 ; extra == 'all' + - odfpy >=1.4.1 ; extra == 'all' + - openpyxl >=3.1.0 ; extra == 'all' + - pandas-gbq >=0.19.0 ; extra == 'all' + - psycopg2 >=2.9.6 ; extra == 'all' + - pyarrow >=10.0.1 ; extra == 'all' + - pymysql >=1.0.2 ; extra == 'all' + - pyqt5 >=5.15.9 ; extra == 'all' + - pyreadstat >=1.2.0 ; extra == 'all' + - pytest >=7.3.2 ; extra == 'all' + - pytest-xdist >=2.2.0 ; extra == 'all' + - python-calamine >=0.1.7 ; extra == 'all' + - pyxlsb >=1.0.10 ; extra == 'all' + - qtpy >=2.3.0 ; extra == 'all' + - scipy >=1.10.0 ; extra == 'all' + - s3fs >=2022.11.0 ; extra == 'all' + - sqlalchemy >=2.0.0 ; extra == 'all' + - tables >=3.8.0 ; extra == 'all' + - tabulate >=0.9.0 ; extra == 'all' + - xarray >=2022.12.0 ; extra == 'all' + - xlrd >=2.0.1 ; extra == 'all' + - xlsxwriter >=3.0.5 ; extra == 'all' + - zstandard >=0.19.0 ; extra == 'all' requires_python: '>=3.9' - kind: pypi name: pandas @@ -16438,91 +16434,91 @@ packages: url: https://files.pythonhosted.org/packages/ab/63/966db1321a0ad55df1d1fe51505d2cdae191b84c907974873817b0a6e849/pandas-2.2.2-cp311-cp311-win_amd64.whl sha256: 873d13d177501a28b2756375d59816c365e42ed8417b41665f346289adc68d24 requires_dist: - - numpy>=1.22.4 ; python_version < '3.11' - - numpy>=1.23.2 ; python_version == '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - python-dateutil>=2.8.2 - - pytz>=2020.1 - - tzdata>=2022.7 - - hypothesis>=6.46.1 ; extra == 'test' - - pytest>=7.3.2 ; extra == 'test' - - pytest-xdist>=2.2.0 ; extra == 'test' - - pyarrow>=10.0.1 ; extra == 'pyarrow' - - bottleneck>=1.3.6 ; extra == 'performance' - - numba>=0.56.4 ; extra == 'performance' - - numexpr>=2.8.4 ; extra == 'performance' - - scipy>=1.10.0 ; extra == 'computation' - - xarray>=2022.12.0 ; extra == 'computation' - - fsspec>=2022.11.0 ; extra == 'fss' - - s3fs>=2022.11.0 ; extra == 'aws' - - gcsfs>=2022.11.0 ; extra == 'gcp' - - pandas-gbq>=0.19.0 ; extra == 'gcp' - - odfpy>=1.4.1 ; extra == 'excel' - - openpyxl>=3.1.0 ; extra == 'excel' - - python-calamine>=0.1.7 ; extra == 'excel' - - pyxlsb>=1.0.10 ; extra == 'excel' - - xlrd>=2.0.1 ; extra == 'excel' - - xlsxwriter>=3.0.5 ; extra == 'excel' - - pyarrow>=10.0.1 ; extra == 'parquet' - - pyarrow>=10.0.1 ; extra == 'feather' - - tables>=3.8.0 ; extra == 'hdf5' - - pyreadstat>=1.2.0 ; extra == 'spss' - - sqlalchemy>=2.0.0 ; extra == 'postgresql' - - psycopg2>=2.9.6 ; extra == 'postgresql' - - adbc-driver-postgresql>=0.8.0 ; extra == 'postgresql' - - sqlalchemy>=2.0.0 ; extra == 'mysql' - - pymysql>=1.0.2 ; extra == 'mysql' - - sqlalchemy>=2.0.0 ; extra == 'sql-other' - - adbc-driver-postgresql>=0.8.0 ; extra == 'sql-other' - - adbc-driver-sqlite>=0.8.0 ; extra == 'sql-other' - - beautifulsoup4>=4.11.2 ; extra == 'html' - - html5lib>=1.1 ; extra == 'html' - - lxml>=4.9.2 ; extra == 'html' - - lxml>=4.9.2 ; extra == 'xml' - - matplotlib>=3.6.3 ; extra == 'plot' - - jinja2>=3.1.2 ; extra == 'output-formatting' - - tabulate>=0.9.0 ; extra == 'output-formatting' - - pyqt5>=5.15.9 ; extra == 'clipboard' - - qtpy>=2.3.0 ; extra == 'clipboard' - - zstandard>=0.19.0 ; extra == 'compression' - - dataframe-api-compat>=0.1.7 ; extra == 'consortium-standard' - - adbc-driver-postgresql>=0.8.0 ; extra == 'all' - - adbc-driver-sqlite>=0.8.0 ; extra == 'all' - - beautifulsoup4>=4.11.2 ; extra == 'all' - - bottleneck>=1.3.6 ; extra == 'all' - - dataframe-api-compat>=0.1.7 ; extra == 'all' - - fastparquet>=2022.12.0 ; extra == 'all' - - fsspec>=2022.11.0 ; extra == 'all' - - gcsfs>=2022.11.0 ; extra == 'all' - - html5lib>=1.1 ; extra == 'all' - - hypothesis>=6.46.1 ; extra == 'all' - - jinja2>=3.1.2 ; extra == 'all' - - lxml>=4.9.2 ; extra == 'all' - - matplotlib>=3.6.3 ; extra == 'all' - - numba>=0.56.4 ; extra == 'all' - - numexpr>=2.8.4 ; extra == 'all' - - odfpy>=1.4.1 ; extra == 'all' - - openpyxl>=3.1.0 ; extra == 'all' - - pandas-gbq>=0.19.0 ; extra == 'all' - - psycopg2>=2.9.6 ; extra == 'all' - - pyarrow>=10.0.1 ; extra == 'all' - - pymysql>=1.0.2 ; extra == 'all' - - pyqt5>=5.15.9 ; extra == 'all' - - pyreadstat>=1.2.0 ; extra == 'all' - - pytest>=7.3.2 ; extra == 'all' - - pytest-xdist>=2.2.0 ; extra == 'all' - - python-calamine>=0.1.7 ; extra == 'all' - - pyxlsb>=1.0.10 ; extra == 'all' - - qtpy>=2.3.0 ; extra == 'all' - - scipy>=1.10.0 ; extra == 'all' - - s3fs>=2022.11.0 ; extra == 'all' - - sqlalchemy>=2.0.0 ; extra == 'all' - - tables>=3.8.0 ; extra == 'all' - - tabulate>=0.9.0 ; extra == 'all' - - xarray>=2022.12.0 ; extra == 'all' - - xlrd>=2.0.1 ; extra == 'all' - - xlsxwriter>=3.0.5 ; extra == 'all' - - zstandard>=0.19.0 ; extra == 'all' + - numpy >=1.22.4 ; python_version < '3.11' + - numpy >=1.23.2 ; python_version == '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - python-dateutil >=2.8.2 + - pytz >=2020.1 + - tzdata >=2022.7 + - hypothesis >=6.46.1 ; extra == 'test' + - pytest >=7.3.2 ; extra == 'test' + - pytest-xdist >=2.2.0 ; extra == 'test' + - pyarrow >=10.0.1 ; extra == 'pyarrow' + - bottleneck >=1.3.6 ; extra == 'performance' + - numba >=0.56.4 ; extra == 'performance' + - numexpr >=2.8.4 ; extra == 'performance' + - scipy >=1.10.0 ; extra == 'computation' + - xarray >=2022.12.0 ; extra == 'computation' + - fsspec >=2022.11.0 ; extra == 'fss' + - s3fs >=2022.11.0 ; extra == 'aws' + - gcsfs >=2022.11.0 ; extra == 'gcp' + - pandas-gbq >=0.19.0 ; extra == 'gcp' + - odfpy >=1.4.1 ; extra == 'excel' + - openpyxl >=3.1.0 ; extra == 'excel' + - python-calamine >=0.1.7 ; extra == 'excel' + - pyxlsb >=1.0.10 ; extra == 'excel' + - xlrd >=2.0.1 ; extra == 'excel' + - xlsxwriter >=3.0.5 ; extra == 'excel' + - pyarrow >=10.0.1 ; extra == 'parquet' + - pyarrow >=10.0.1 ; extra == 'feather' + - tables >=3.8.0 ; extra == 'hdf5' + - pyreadstat >=1.2.0 ; extra == 'spss' + - sqlalchemy >=2.0.0 ; extra == 'postgresql' + - psycopg2 >=2.9.6 ; extra == 'postgresql' + - adbc-driver-postgresql >=0.8.0 ; extra == 'postgresql' + - sqlalchemy >=2.0.0 ; extra == 'mysql' + - pymysql >=1.0.2 ; extra == 'mysql' + - sqlalchemy >=2.0.0 ; extra == 'sql-other' + - adbc-driver-postgresql >=0.8.0 ; extra == 'sql-other' + - adbc-driver-sqlite >=0.8.0 ; extra == 'sql-other' + - beautifulsoup4 >=4.11.2 ; extra == 'html' + - html5lib >=1.1 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'xml' + - matplotlib >=3.6.3 ; extra == 'plot' + - jinja2 >=3.1.2 ; extra == 'output-formatting' + - tabulate >=0.9.0 ; extra == 'output-formatting' + - pyqt5 >=5.15.9 ; extra == 'clipboard' + - qtpy >=2.3.0 ; extra == 'clipboard' + - zstandard >=0.19.0 ; extra == 'compression' + - dataframe-api-compat >=0.1.7 ; extra == 'consortium-standard' + - adbc-driver-postgresql >=0.8.0 ; extra == 'all' + - adbc-driver-sqlite >=0.8.0 ; extra == 'all' + - beautifulsoup4 >=4.11.2 ; extra == 'all' + - bottleneck >=1.3.6 ; extra == 'all' + - dataframe-api-compat >=0.1.7 ; extra == 'all' + - fastparquet >=2022.12.0 ; extra == 'all' + - fsspec >=2022.11.0 ; extra == 'all' + - gcsfs >=2022.11.0 ; extra == 'all' + - html5lib >=1.1 ; extra == 'all' + - hypothesis >=6.46.1 ; extra == 'all' + - jinja2 >=3.1.2 ; extra == 'all' + - lxml >=4.9.2 ; extra == 'all' + - matplotlib >=3.6.3 ; extra == 'all' + - numba >=0.56.4 ; extra == 'all' + - numexpr >=2.8.4 ; extra == 'all' + - odfpy >=1.4.1 ; extra == 'all' + - openpyxl >=3.1.0 ; extra == 'all' + - pandas-gbq >=0.19.0 ; extra == 'all' + - psycopg2 >=2.9.6 ; extra == 'all' + - pyarrow >=10.0.1 ; extra == 'all' + - pymysql >=1.0.2 ; extra == 'all' + - pyqt5 >=5.15.9 ; extra == 'all' + - pyreadstat >=1.2.0 ; extra == 'all' + - pytest >=7.3.2 ; extra == 'all' + - pytest-xdist >=2.2.0 ; extra == 'all' + - python-calamine >=0.1.7 ; extra == 'all' + - pyxlsb >=1.0.10 ; extra == 'all' + - qtpy >=2.3.0 ; extra == 'all' + - scipy >=1.10.0 ; extra == 'all' + - s3fs >=2022.11.0 ; extra == 'all' + - sqlalchemy >=2.0.0 ; extra == 'all' + - tables >=3.8.0 ; extra == 'all' + - tabulate >=0.9.0 ; extra == 'all' + - xarray >=2022.12.0 ; extra == 'all' + - xlrd >=2.0.1 ; extra == 'all' + - xlsxwriter >=3.0.5 ; extra == 'all' + - zstandard >=0.19.0 ; extra == 'all' requires_python: '>=3.9' - kind: pypi name: pandas @@ -16530,91 +16526,91 @@ packages: url: https://files.pythonhosted.org/packages/fc/a5/4d82be566f069d7a9a702dcdf6f9106df0e0b042e738043c0cc7ddd7e3f6/pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 6d2123dc9ad6a814bcdea0f099885276b31b24f7edf40f6cdbc0912672e22eee requires_dist: - - numpy>=1.22.4 ; python_version < '3.11' - - numpy>=1.23.2 ; python_version == '3.11' - - numpy>=1.26.0 ; python_version >= '3.12' - - python-dateutil>=2.8.2 - - pytz>=2020.1 - - tzdata>=2022.7 - - hypothesis>=6.46.1 ; extra == 'test' - - pytest>=7.3.2 ; extra == 'test' - - pytest-xdist>=2.2.0 ; extra == 'test' - - pyarrow>=10.0.1 ; extra == 'pyarrow' - - bottleneck>=1.3.6 ; extra == 'performance' - - numba>=0.56.4 ; extra == 'performance' - - numexpr>=2.8.4 ; extra == 'performance' - - scipy>=1.10.0 ; extra == 'computation' - - xarray>=2022.12.0 ; extra == 'computation' - - fsspec>=2022.11.0 ; extra == 'fss' - - s3fs>=2022.11.0 ; extra == 'aws' - - gcsfs>=2022.11.0 ; extra == 'gcp' - - pandas-gbq>=0.19.0 ; extra == 'gcp' - - odfpy>=1.4.1 ; extra == 'excel' - - openpyxl>=3.1.0 ; extra == 'excel' - - python-calamine>=0.1.7 ; extra == 'excel' - - pyxlsb>=1.0.10 ; extra == 'excel' - - xlrd>=2.0.1 ; extra == 'excel' - - xlsxwriter>=3.0.5 ; extra == 'excel' - - pyarrow>=10.0.1 ; extra == 'parquet' - - pyarrow>=10.0.1 ; extra == 'feather' - - tables>=3.8.0 ; extra == 'hdf5' - - pyreadstat>=1.2.0 ; extra == 'spss' - - sqlalchemy>=2.0.0 ; extra == 'postgresql' - - psycopg2>=2.9.6 ; extra == 'postgresql' - - adbc-driver-postgresql>=0.8.0 ; extra == 'postgresql' - - sqlalchemy>=2.0.0 ; extra == 'mysql' - - pymysql>=1.0.2 ; extra == 'mysql' - - sqlalchemy>=2.0.0 ; extra == 'sql-other' - - adbc-driver-postgresql>=0.8.0 ; extra == 'sql-other' - - adbc-driver-sqlite>=0.8.0 ; extra == 'sql-other' - - beautifulsoup4>=4.11.2 ; extra == 'html' - - html5lib>=1.1 ; extra == 'html' - - lxml>=4.9.2 ; extra == 'html' - - lxml>=4.9.2 ; extra == 'xml' - - matplotlib>=3.6.3 ; extra == 'plot' - - jinja2>=3.1.2 ; extra == 'output-formatting' - - tabulate>=0.9.0 ; extra == 'output-formatting' - - pyqt5>=5.15.9 ; extra == 'clipboard' - - qtpy>=2.3.0 ; extra == 'clipboard' - - zstandard>=0.19.0 ; extra == 'compression' - - dataframe-api-compat>=0.1.7 ; extra == 'consortium-standard' - - adbc-driver-postgresql>=0.8.0 ; extra == 'all' - - adbc-driver-sqlite>=0.8.0 ; extra == 'all' - - beautifulsoup4>=4.11.2 ; extra == 'all' - - bottleneck>=1.3.6 ; extra == 'all' - - dataframe-api-compat>=0.1.7 ; extra == 'all' - - fastparquet>=2022.12.0 ; extra == 'all' - - fsspec>=2022.11.0 ; extra == 'all' - - gcsfs>=2022.11.0 ; extra == 'all' - - html5lib>=1.1 ; extra == 'all' - - hypothesis>=6.46.1 ; extra == 'all' - - jinja2>=3.1.2 ; extra == 'all' - - lxml>=4.9.2 ; extra == 'all' - - matplotlib>=3.6.3 ; extra == 'all' - - numba>=0.56.4 ; extra == 'all' - - numexpr>=2.8.4 ; extra == 'all' - - odfpy>=1.4.1 ; extra == 'all' - - openpyxl>=3.1.0 ; extra == 'all' - - pandas-gbq>=0.19.0 ; extra == 'all' - - psycopg2>=2.9.6 ; extra == 'all' - - pyarrow>=10.0.1 ; extra == 'all' - - pymysql>=1.0.2 ; extra == 'all' - - pyqt5>=5.15.9 ; extra == 'all' - - pyreadstat>=1.2.0 ; extra == 'all' - - pytest>=7.3.2 ; extra == 'all' - - pytest-xdist>=2.2.0 ; extra == 'all' - - python-calamine>=0.1.7 ; extra == 'all' - - pyxlsb>=1.0.10 ; extra == 'all' - - qtpy>=2.3.0 ; extra == 'all' - - scipy>=1.10.0 ; extra == 'all' - - s3fs>=2022.11.0 ; extra == 'all' - - sqlalchemy>=2.0.0 ; extra == 'all' - - tables>=3.8.0 ; extra == 'all' - - tabulate>=0.9.0 ; extra == 'all' - - xarray>=2022.12.0 ; extra == 'all' - - xlrd>=2.0.1 ; extra == 'all' - - xlsxwriter>=3.0.5 ; extra == 'all' - - zstandard>=0.19.0 ; extra == 'all' + - numpy >=1.22.4 ; python_version < '3.11' + - numpy >=1.23.2 ; python_version == '3.11' + - numpy >=1.26.0 ; python_version >= '3.12' + - python-dateutil >=2.8.2 + - pytz >=2020.1 + - tzdata >=2022.7 + - hypothesis >=6.46.1 ; extra == 'test' + - pytest >=7.3.2 ; extra == 'test' + - pytest-xdist >=2.2.0 ; extra == 'test' + - pyarrow >=10.0.1 ; extra == 'pyarrow' + - bottleneck >=1.3.6 ; extra == 'performance' + - numba >=0.56.4 ; extra == 'performance' + - numexpr >=2.8.4 ; extra == 'performance' + - scipy >=1.10.0 ; extra == 'computation' + - xarray >=2022.12.0 ; extra == 'computation' + - fsspec >=2022.11.0 ; extra == 'fss' + - s3fs >=2022.11.0 ; extra == 'aws' + - gcsfs >=2022.11.0 ; extra == 'gcp' + - pandas-gbq >=0.19.0 ; extra == 'gcp' + - odfpy >=1.4.1 ; extra == 'excel' + - openpyxl >=3.1.0 ; extra == 'excel' + - python-calamine >=0.1.7 ; extra == 'excel' + - pyxlsb >=1.0.10 ; extra == 'excel' + - xlrd >=2.0.1 ; extra == 'excel' + - xlsxwriter >=3.0.5 ; extra == 'excel' + - pyarrow >=10.0.1 ; extra == 'parquet' + - pyarrow >=10.0.1 ; extra == 'feather' + - tables >=3.8.0 ; extra == 'hdf5' + - pyreadstat >=1.2.0 ; extra == 'spss' + - sqlalchemy >=2.0.0 ; extra == 'postgresql' + - psycopg2 >=2.9.6 ; extra == 'postgresql' + - adbc-driver-postgresql >=0.8.0 ; extra == 'postgresql' + - sqlalchemy >=2.0.0 ; extra == 'mysql' + - pymysql >=1.0.2 ; extra == 'mysql' + - sqlalchemy >=2.0.0 ; extra == 'sql-other' + - adbc-driver-postgresql >=0.8.0 ; extra == 'sql-other' + - adbc-driver-sqlite >=0.8.0 ; extra == 'sql-other' + - beautifulsoup4 >=4.11.2 ; extra == 'html' + - html5lib >=1.1 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'html' + - lxml >=4.9.2 ; extra == 'xml' + - matplotlib >=3.6.3 ; extra == 'plot' + - jinja2 >=3.1.2 ; extra == 'output-formatting' + - tabulate >=0.9.0 ; extra == 'output-formatting' + - pyqt5 >=5.15.9 ; extra == 'clipboard' + - qtpy >=2.3.0 ; extra == 'clipboard' + - zstandard >=0.19.0 ; extra == 'compression' + - dataframe-api-compat >=0.1.7 ; extra == 'consortium-standard' + - adbc-driver-postgresql >=0.8.0 ; extra == 'all' + - adbc-driver-sqlite >=0.8.0 ; extra == 'all' + - beautifulsoup4 >=4.11.2 ; extra == 'all' + - bottleneck >=1.3.6 ; extra == 'all' + - dataframe-api-compat >=0.1.7 ; extra == 'all' + - fastparquet >=2022.12.0 ; extra == 'all' + - fsspec >=2022.11.0 ; extra == 'all' + - gcsfs >=2022.11.0 ; extra == 'all' + - html5lib >=1.1 ; extra == 'all' + - hypothesis >=6.46.1 ; extra == 'all' + - jinja2 >=3.1.2 ; extra == 'all' + - lxml >=4.9.2 ; extra == 'all' + - matplotlib >=3.6.3 ; extra == 'all' + - numba >=0.56.4 ; extra == 'all' + - numexpr >=2.8.4 ; extra == 'all' + - odfpy >=1.4.1 ; extra == 'all' + - openpyxl >=3.1.0 ; extra == 'all' + - pandas-gbq >=0.19.0 ; extra == 'all' + - psycopg2 >=2.9.6 ; extra == 'all' + - pyarrow >=10.0.1 ; extra == 'all' + - pymysql >=1.0.2 ; extra == 'all' + - pyqt5 >=5.15.9 ; extra == 'all' + - pyreadstat >=1.2.0 ; extra == 'all' + - pytest >=7.3.2 ; extra == 'all' + - pytest-xdist >=2.2.0 ; extra == 'all' + - python-calamine >=0.1.7 ; extra == 'all' + - pyxlsb >=1.0.10 ; extra == 'all' + - qtpy >=2.3.0 ; extra == 'all' + - scipy >=1.10.0 ; extra == 'all' + - s3fs >=2022.11.0 ; extra == 'all' + - sqlalchemy >=2.0.0 ; extra == 'all' + - tables >=3.8.0 ; extra == 'all' + - tabulate >=0.9.0 ; extra == 'all' + - xarray >=2022.12.0 ; extra == 'all' + - xlrd >=2.0.1 ; extra == 'all' + - xlsxwriter >=3.0.5 ; extra == 'all' + - zstandard >=0.19.0 ; extra == 'all' requires_python: '>=3.9' - kind: conda name: patchelf @@ -16645,12 +16641,12 @@ packages: - kind: pypi name: pillow version: 10.0.0 - url: https://files.pythonhosted.org/packages/79/53/3a7277ae95bfe86b8b4db0ed1d08c4924aa2dfbfe51b8fe0e310b160a9c6/Pillow-10.0.0-cp311-cp311-manylinux_2_28_aarch64.whl - sha256: c1fbe7621c167ecaa38ad29643d77a9ce7311583761abf7836e1510c580bf3dd + url: https://files.pythonhosted.org/packages/16/89/818fa238e37a47a29bb8495ca2cafdd514599a89f19ada7916348a74b5f9/Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl + sha256: cd25d2a9d2b36fcb318882481367956d2cf91329f6892fe5d385c346c0649629 requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' - - sphinx>=2.4 ; extra == 'docs' + - sphinx >=2.4 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - sphinx-inline-tabs ; extra == 'docs' - sphinx-removed-in ; extra == 'docs' @@ -16669,12 +16665,12 @@ packages: - kind: pypi name: pillow version: 10.0.0 - url: https://files.pythonhosted.org/packages/66/d4/054e491f0880bf0119ee79cdc03264e01d5732e06c454da8c69b83a7c8f2/Pillow-10.0.0-cp311-cp311-win_amd64.whl - sha256: 3a82c40d706d9aa9734289740ce26460a11aeec2d9c79b7af87bb35f0073c12f + url: https://files.pythonhosted.org/packages/b7/ad/71982d18fd28ed1f93c31b8648f980ebdbdbcf7d8c9c9b4af59290914ce9/Pillow-10.0.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: d35e3c8d9b1268cbf5d3670285feb3528f6680420eafe35cccc686b73c1e330f requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' - - sphinx>=2.4 ; extra == 'docs' + - sphinx >=2.4 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - sphinx-inline-tabs ; extra == 'docs' - sphinx-removed-in ; extra == 'docs' @@ -16693,12 +16689,12 @@ packages: - kind: pypi name: pillow version: 10.0.0 - url: https://files.pythonhosted.org/packages/7a/54/f6a14d95cba8ff082c550d836c9e5c23f1641d2ac291c23efe0494219b8c/Pillow-10.0.0-cp311-cp311-macosx_10_10_x86_64.whl - sha256: 9fb218c8a12e51d7ead2a7c9e101a04982237d4855716af2e9499306728fb485 + url: https://files.pythonhosted.org/packages/66/d4/054e491f0880bf0119ee79cdc03264e01d5732e06c454da8c69b83a7c8f2/Pillow-10.0.0-cp311-cp311-win_amd64.whl + sha256: 3a82c40d706d9aa9734289740ce26460a11aeec2d9c79b7af87bb35f0073c12f requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' - - sphinx>=2.4 ; extra == 'docs' + - sphinx >=2.4 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - sphinx-inline-tabs ; extra == 'docs' - sphinx-removed-in ; extra == 'docs' @@ -16717,12 +16713,12 @@ packages: - kind: pypi name: pillow version: 10.0.0 - url: https://files.pythonhosted.org/packages/16/89/818fa238e37a47a29bb8495ca2cafdd514599a89f19ada7916348a74b5f9/Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl - sha256: cd25d2a9d2b36fcb318882481367956d2cf91329f6892fe5d385c346c0649629 + url: https://files.pythonhosted.org/packages/79/53/3a7277ae95bfe86b8b4db0ed1d08c4924aa2dfbfe51b8fe0e310b160a9c6/Pillow-10.0.0-cp311-cp311-manylinux_2_28_aarch64.whl + sha256: c1fbe7621c167ecaa38ad29643d77a9ce7311583761abf7836e1510c580bf3dd requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' - - sphinx>=2.4 ; extra == 'docs' + - sphinx >=2.4 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - sphinx-inline-tabs ; extra == 'docs' - sphinx-removed-in ; extra == 'docs' @@ -16741,12 +16737,12 @@ packages: - kind: pypi name: pillow version: 10.0.0 - url: https://files.pythonhosted.org/packages/b7/ad/71982d18fd28ed1f93c31b8648f980ebdbdbcf7d8c9c9b4af59290914ce9/Pillow-10.0.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: d35e3c8d9b1268cbf5d3670285feb3528f6680420eafe35cccc686b73c1e330f + url: https://files.pythonhosted.org/packages/7a/54/f6a14d95cba8ff082c550d836c9e5c23f1641d2ac291c23efe0494219b8c/Pillow-10.0.0-cp311-cp311-macosx_10_10_x86_64.whl + sha256: 9fb218c8a12e51d7ead2a7c9e101a04982237d4855716af2e9499306728fb485 requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' - - sphinx>=2.4 ; extra == 'docs' + - sphinx >=2.4 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - sphinx-inline-tabs ; extra == 'docs' - sphinx-removed-in ; extra == 'docs' @@ -16770,7 +16766,7 @@ packages: requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' - - sphinx>=2.4 ; extra == 'docs' + - sphinx >=2.4 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - sphinx-inline-tabs ; extra == 'docs' - sphinx-removed-in ; extra == 'docs' @@ -16798,7 +16794,7 @@ packages: requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' - - sphinx>=2.4 ; extra == 'docs' + - sphinx >=2.4 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - sphinx-inline-tabs ; extra == 'docs' - sphinx-removed-in ; extra == 'docs' @@ -16826,7 +16822,7 @@ packages: requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' - - sphinx>=2.4 ; extra == 'docs' + - sphinx >=2.4 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - sphinx-inline-tabs ; extra == 'docs' - sphinx-removed-in ; extra == 'docs' @@ -16854,7 +16850,7 @@ packages: requires_dist: - furo ; extra == 'docs' - olefile ; extra == 'docs' - - sphinx>=2.4 ; extra == 'docs' + - sphinx >=2.4 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - sphinx-inline-tabs ; extra == 'docs' - sphinx-removed-in ; extra == 'docs' @@ -16899,15 +16895,15 @@ packages: url: https://files.pythonhosted.org/packages/55/72/4898c44ee9ea6f43396fbc23d9bfaf3d06e01b83698bdf2e4c919deceb7c/platformdirs-4.2.0-py3-none-any.whl sha256: 0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068 requires_dist: - - furo>=2023.9.10 ; extra == 'docs' - - proselint>=0.13 ; extra == 'docs' - - sphinx-autodoc-typehints>=1.25.2 ; extra == 'docs' - - sphinx>=7.2.6 ; extra == 'docs' - - appdirs==1.4.4 ; extra == 'test' - - covdefaults>=2.3 ; extra == 'test' - - pytest-cov>=4.1 ; extra == 'test' - - pytest-mock>=3.12 ; extra == 'test' - - pytest>=7.4.3 ; extra == 'test' + - furo >=2023.9.10 ; extra == 'docs' + - proselint >=0.13 ; extra == 'docs' + - sphinx-autodoc-typehints >=1.25.2 ; extra == 'docs' + - sphinx >=7.2.6 ; extra == 'docs' + - appdirs ==1.4.4 ; extra == 'test' + - covdefaults >=2.3 ; extra == 'test' + - pytest-cov >=4.1 ; extra == 'test' + - pytest-mock >=3.12 ; extra == 'test' + - pytest >=7.4.3 ; extra == 'test' requires_python: '>=3.8' - kind: pypi name: plots @@ -17017,8 +17013,8 @@ packages: url: https://files.pythonhosted.org/packages/ad/41/7361075f3a31dcd05a6a38cfd807a6eecbfb6dbfe420d922cd400fc03ac1/proto_plus-1.23.0-py3-none-any.whl sha256: a829c79e619e1cf632de091013a4173deed13a55f326ef84f05af6f50ff4c82c requires_dist: - - protobuf<5.0.0.dev0,>=3.19.0 - - google-api-core[grpc]>=1.31.5 ; extra == 'testing' + - protobuf <5.0.0.dev0, >=3.19.0 + - google-api-core[grpc] >=1.31.5 ; extra == 'testing' requires_python: '>=3.6' - kind: pypi name: protobuf @@ -17029,26 +17025,26 @@ packages: - kind: pypi name: protobuf version: 4.25.3 - url: https://files.pythonhosted.org/packages/d8/82/aefe901174b5a618daee511ddd00342193c1b545e3cd6a2cd6df9ba452b5/protobuf-4.25.3-cp37-abi3-manylinux2014_aarch64.whl - sha256: e7cb0ae90dd83727f0c0718634ed56837bfeeee29a5f82a7514c03ee1364c019 + url: https://files.pythonhosted.org/packages/15/db/7f731524fe0e56c6b2eb57d05b55d3badd80ef7d1f1ed59db191b2fdd8ab/protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl + sha256: 7c8daa26095f82482307bc717364e7c13f4f1c99659be82890dcfc215194554d requires_python: '>=3.8' - kind: pypi name: protobuf version: 4.25.3 - url: https://files.pythonhosted.org/packages/ad/6e/1bed3b7c904cc178cb8ee8dbaf72934964452b3de95b7a63412591edb93c/protobuf-4.25.3-cp310-abi3-win_amd64.whl - sha256: 209ba4cc916bab46f64e56b85b090607a676f66b473e6b762e6f1d9d591eb2e8 + url: https://files.pythonhosted.org/packages/f3/bf/26deba06a4c910a85f78245cac7698f67cedd7efe00d04f6b3e1b3506a59/protobuf-4.25.3-cp37-abi3-macosx_10_9_universal2.whl + sha256: f1279ab38ecbfae7e456a108c5c0681e4956d5b1090027c1de0f934dfdb4b35c requires_python: '>=3.8' - kind: pypi name: protobuf version: 4.25.3 - url: https://files.pythonhosted.org/packages/f3/bf/26deba06a4c910a85f78245cac7698f67cedd7efe00d04f6b3e1b3506a59/protobuf-4.25.3-cp37-abi3-macosx_10_9_universal2.whl - sha256: f1279ab38ecbfae7e456a108c5c0681e4956d5b1090027c1de0f934dfdb4b35c + url: https://files.pythonhosted.org/packages/ad/6e/1bed3b7c904cc178cb8ee8dbaf72934964452b3de95b7a63412591edb93c/protobuf-4.25.3-cp310-abi3-win_amd64.whl + sha256: 209ba4cc916bab46f64e56b85b090607a676f66b473e6b762e6f1d9d591eb2e8 requires_python: '>=3.8' - kind: pypi name: protobuf version: 4.25.3 - url: https://files.pythonhosted.org/packages/15/db/7f731524fe0e56c6b2eb57d05b55d3badd80ef7d1f1ed59db191b2fdd8ab/protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl - sha256: 7c8daa26095f82482307bc717364e7c13f4f1c99659be82890dcfc215194554d + url: https://files.pythonhosted.org/packages/d8/82/aefe901174b5a618daee511ddd00342193c1b545e3cd6a2cd6df9ba452b5/protobuf-4.25.3-cp37-abi3-manylinux2014_aarch64.whl + sha256: e7cb0ae90dd83727f0c0718634ed56837bfeeee29a5f82a7514c03ee1364c019 requires_python: '>=3.8' - kind: pypi name: psutil @@ -17221,38 +17217,6 @@ packages: - pkg:pypi/py-cpuinfo size: 24947 timestamp: 1666774595872 -- kind: pypi - name: pyarrow - version: 15.0.2 - url: https://files.pythonhosted.org/packages/47/cb/be17c4879e60e683761be281d955923d586a572fbc2503e08f08ca713349/pyarrow-15.0.2-cp311-cp311-macosx_11_0_arm64.whl - sha256: f5e81dfb4e519baa6b4c80410421528c214427e77ca0ea9461eb4097c328fa33 - requires_dist: - - numpy<2,>=1.16.6 - requires_python: '>=3.8' -- kind: pypi - name: pyarrow - version: 15.0.2 - url: https://files.pythonhosted.org/packages/34/50/93f6104e79bec6e1af4356f5164695a0b6338f230e1273706ec9eb836bea/pyarrow-15.0.2-cp311-cp311-macosx_10_15_x86_64.whl - sha256: 5f8bc839ea36b1f99984c78e06e7a06054693dc2af8920f6fb416b5bca9944e4 - requires_dist: - - numpy<2,>=1.16.6 - requires_python: '>=3.8' -- kind: pypi - name: pyarrow - version: 15.0.2 - url: https://files.pythonhosted.org/packages/96/2f/0092154f3e1ebbc814de1f8a9075543d77a7ecc691fbad407df174799abe/pyarrow-15.0.2-cp311-cp311-win_amd64.whl - sha256: b116e7fd7889294cbd24eb90cd9bdd3850be3738d61297855a71ac3b8124ee38 - requires_dist: - - numpy<2,>=1.16.6 - requires_python: '>=3.8' -- kind: pypi - name: pyarrow - version: 15.0.2 - url: https://files.pythonhosted.org/packages/61/94/0b28417737ea56a4819603c0024c8b24365f85154bb938785352e09bea55/pyarrow-15.0.2-cp311-cp311-manylinux_2_28_x86_64.whl - sha256: 90adb99e8ce5f36fbecbbc422e7dcbcbed07d985eed6062e459e23f9e71fd197 - requires_dist: - - numpy<2,>=1.16.6 - requires_python: '>=3.8' - kind: conda name: pyarrow version: 14.0.2 @@ -17423,7 +17387,7 @@ packages: url: https://files.pythonhosted.org/packages/13/68/8906226b15ef38e71dc926c321d2fe99de8048e9098b5dfd38343011c886/pyasn1_modules-0.4.0-py3-none-any.whl sha256: be04f15b66c206eed667e0bb5ab27e2b1855ea54a842e5037738099e8ca4ae0b requires_dist: - - pyasn1<0.7.0,>=0.4.6 + - pyasn1 <0.7.0, >=0.4.6 requires_python: '>=3.8' - kind: pypi name: pycparser @@ -17454,9 +17418,9 @@ packages: sha256: 126bdbae72087d8d038b113aab6b059b4553cb59348e3024bb1a1cae406ace9e requires_dist: - deprecated - - pyjwt[crypto]>=2.4.0 - - pynacl>=1.4.0 - - requests>=2.14.0 + - pyjwt[crypto] >=2.4.0 + - pynacl >=1.4.0 + - requests >=2.14.0 requires_python: '>=3.7' - kind: pypi name: pyglet @@ -17470,7 +17434,7 @@ packages: url: https://files.pythonhosted.org/packages/38/d7/0b8e35cb3ff69dd981e358e72e0a5632f847d4bd61876be04518cb4e075a/pygltflib-1.16.2.tar.gz sha256: 4f9481f5841b0b8fb7b271b0414b394b503405260a6ee0cf2c330a5420d19b64 requires_dist: - - dataclasses-json>=0.0.25 + - dataclasses-json >=0.0.25 - deprecated - dataclasses ; python_version >= '3.6' and python_version < '3.7' requires_python: '>=3.6' @@ -17481,7 +17445,7 @@ packages: sha256: b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c requires_dist: - importlib-metadata ; python_version < '3.8' and extra == 'plugins' - - colorama>=0.4.6 ; extra == 'windows-terminal' + - colorama >=0.4.6 ; extra == 'windows-terminal' requires_python: '>=3.7' - kind: pypi name: pyjwt @@ -17490,19 +17454,19 @@ packages: sha256: 59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320 requires_dist: - typing-extensions ; python_version <= '3.7' - - cryptography>=3.4.0 ; extra == 'crypto' - - sphinx<5.0.0,>=4.5.0 ; extra == 'dev' + - cryptography >=3.4.0 ; extra == 'crypto' + - sphinx <5.0.0, >=4.5.0 ; extra == 'dev' - sphinx-rtd-theme ; extra == 'dev' - zope-interface ; extra == 'dev' - - cryptography>=3.4.0 ; extra == 'dev' - - pytest<7.0.0,>=6.0.0 ; extra == 'dev' - - coverage[toml]==5.0.4 ; extra == 'dev' + - cryptography >=3.4.0 ; extra == 'dev' + - pytest <7.0.0, >=6.0.0 ; extra == 'dev' + - coverage[toml] ==5.0.4 ; extra == 'dev' - pre-commit ; extra == 'dev' - - sphinx<5.0.0,>=4.5.0 ; extra == 'docs' + - sphinx <5.0.0, >=4.5.0 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - zope-interface ; extra == 'docs' - - pytest<7.0.0,>=6.0.0 ; extra == 'tests' - - coverage[toml]==5.0.4 ; extra == 'tests' + - pytest <7.0.0, >=6.0.0 ; extra == 'tests' + - coverage[toml] ==5.0.4 ; extra == 'tests' requires_python: '>=3.7' - kind: pypi name: pymdown-extensions @@ -17510,57 +17474,57 @@ packages: url: https://files.pythonhosted.org/packages/ff/4b/4ebb08f36e83e91b31117fe8f67844bac7f5c7d11ed151ae5db807be363f/pymdown_extensions-10.7.1-py3-none-any.whl sha256: f5cc7000d7ff0d1ce9395d216017fa4df3dde800afb1fb72d1c7d3fd35e710f4 requires_dist: - - markdown>=3.5 + - markdown >=3.5 - pyyaml - - pygments>=2.12 ; extra == 'extra' + - pygments >=2.12 ; extra == 'extra' requires_python: '>=3.8' - kind: pypi name: pynacl version: 1.5.0 - url: https://files.pythonhosted.org/packages/59/bb/fddf10acd09637327a97ef89d2a9d621328850a72f1fdc8c08bdf72e385f/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl - sha256: 52cb72a79269189d4e0dc537556f4740f7f0a9ec41c1322598799b0bdad4ef92 + url: https://files.pythonhosted.org/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl + sha256: 0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d requires_dist: - - cffi>=1.4.1 - - sphinx>=1.6.5 ; extra == 'docs' + - cffi >=1.4.1 + - sphinx >=1.6.5 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - - pytest!=3.3.0,>=3.2.1 ; extra == 'tests' - - hypothesis>=3.27.0 ; extra == 'tests' + - pytest !=3.3.0, >=3.2.1 ; extra == 'tests' + - hypothesis >=3.27.0 ; extra == 'tests' requires_python: '>=3.6' - kind: pypi name: pynacl version: 1.5.0 - url: https://files.pythonhosted.org/packages/5e/22/d3db169895faaf3e2eda892f005f433a62db2decbcfbc2f61e6517adfa87/PyNaCl-1.5.0-cp36-abi3-win_amd64.whl - sha256: 20f42270d27e1b6a29f54032090b972d97f0a1b0948cc52392041ef7831fee93 + url: https://files.pythonhosted.org/packages/ce/75/0b8ede18506041c0bf23ac4d8e2971b4161cd6ce630b177d0a08eb0d8857/PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl + sha256: 401002a4aaa07c9414132aaed7f6836ff98f59277a234704ff66878c2ee4a0d1 requires_dist: - - cffi>=1.4.1 - - sphinx>=1.6.5 ; extra == 'docs' + - cffi >=1.4.1 + - sphinx >=1.6.5 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - - pytest!=3.3.0,>=3.2.1 ; extra == 'tests' - - hypothesis>=3.27.0 ; extra == 'tests' + - pytest !=3.3.0, >=3.2.1 ; extra == 'tests' + - hypothesis >=3.27.0 ; extra == 'tests' requires_python: '>=3.6' - kind: pypi name: pynacl version: 1.5.0 - url: https://files.pythonhosted.org/packages/ce/75/0b8ede18506041c0bf23ac4d8e2971b4161cd6ce630b177d0a08eb0d8857/PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl - sha256: 401002a4aaa07c9414132aaed7f6836ff98f59277a234704ff66878c2ee4a0d1 + url: https://files.pythonhosted.org/packages/5e/22/d3db169895faaf3e2eda892f005f433a62db2decbcfbc2f61e6517adfa87/PyNaCl-1.5.0-cp36-abi3-win_amd64.whl + sha256: 20f42270d27e1b6a29f54032090b972d97f0a1b0948cc52392041ef7831fee93 requires_dist: - - cffi>=1.4.1 - - sphinx>=1.6.5 ; extra == 'docs' + - cffi >=1.4.1 + - sphinx >=1.6.5 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - - pytest!=3.3.0,>=3.2.1 ; extra == 'tests' - - hypothesis>=3.27.0 ; extra == 'tests' + - pytest !=3.3.0, >=3.2.1 ; extra == 'tests' + - hypothesis >=3.27.0 ; extra == 'tests' requires_python: '>=3.6' - kind: pypi name: pynacl version: 1.5.0 - url: https://files.pythonhosted.org/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl - sha256: 0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d + url: https://files.pythonhosted.org/packages/59/bb/fddf10acd09637327a97ef89d2a9d621328850a72f1fdc8c08bdf72e385f/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl + sha256: 52cb72a79269189d4e0dc537556f4740f7f0a9ec41c1322598799b0bdad4ef92 requires_dist: - - cffi>=1.4.1 - - sphinx>=1.6.5 ; extra == 'docs' + - cffi >=1.4.1 + - sphinx >=1.6.5 ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' - - pytest!=3.3.0,>=3.2.1 ; extra == 'tests' - - hypothesis>=3.27.0 ; extra == 'tests' + - pytest !=3.3.0, >=3.2.1 ; extra == 'tests' + - hypothesis >=3.27.0 ; extra == 'tests' requires_python: '>=3.6' - kind: pypi name: pynndescent @@ -17568,31 +17532,31 @@ packages: url: https://files.pythonhosted.org/packages/bf/06/18c0e17eb245b7caeb861f2ff747adb0575500183b6ec4282d5350d29e9f/pynndescent-0.5.12-py3-none-any.whl sha256: 9023dc5fea520a4e84d0633ae735db97d2509da927bfa86c897e61f3315473c7 requires_dist: - - scikit-learn>=0.18 - - scipy>=1.0 - - numba>=0.51.2 - - llvmlite>=0.30 - - joblib>=0.11 - - importlib-metadata>=4.8.1 ; python_version < '3.8' + - scikit-learn >=0.18 + - scipy >=1.0 + - numba >=0.51.2 + - llvmlite >=0.30 + - joblib >=0.11 + - importlib-metadata >=4.8.1 ; python_version < '3.8' - kind: pypi name: pyopengl version: 3.1.0 - url: https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz - sha256: 9b47c5c3a094fa518ca88aeed35ae75834d53e4285512c61879f67a48c94ddaf + url: https://files.pythonhosted.org/packages/ce/33/ef0e3b40a3f4cbfcfb93511652673fb19d07bafac0611f01f6237d1978ed/PyOpenGL-3.1.0.zip + sha256: efa4e39a49b906ccbe66758812ca81ced13a6f26931ab2ba2dba2750c016c0d0 - kind: pypi name: pyopf version: 1.1.1 url: https://files.pythonhosted.org/packages/a8/26/b67fe94cb53c489c5ccaed118f257a5100e7775071515942c9f45d8cd40f/pyopf-1.1.1-py3-none-any.whl sha256: 10971881afcb7ed0dd373f7e88862fa8ad0f70fe4329f2ef5093c152e923831f requires_dist: - - argparse>=1.4.0 - - numpy>=1.24.1 - - pillow>=9.5.0 - - pygltflib>=1.15.3 - - python-dateutil>=2.8.2 - - shapely>=2.0.1 - - tqdm>=4.65.0 - - simplejson>=18.3 ; extra == 'tests' + - argparse >=1.4.0 + - numpy >=1.24.1 + - pillow >=9.5.0 + - pygltflib >=1.15.3 + - python-dateutil >=2.8.2 + - shapely >=2.0.1 + - tqdm >=4.65.0 + - simplejson >=18.3 ; extra == 'tests' requires_python: '>=3.10' - kind: pypi name: pyparsing @@ -17614,8 +17578,8 @@ packages: - networkx - numpy - pillow - - pyglet>=1.4.10 - - pyopengl==3.1.0 + - pyglet >=1.4.10 + - pyopengl ==3.1.0 - scipy - six - trimesh @@ -17813,7 +17777,7 @@ packages: url: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl sha256: a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427 requires_dist: - - six>=1.5 + - six >=1.5 requires_python: '!=3.0.*,!=3.1.*,!=3.2.*,>=2.7' - kind: conda name: python_abi @@ -17895,12 +17859,6 @@ packages: version: '2024.1' url: https://files.pythonhosted.org/packages/9c/3d/a121f284241f08268b21359bd425f7d4825cffc5ac5cd0e1b3d82ffd2b10/pytz-2024.1-py2.py3-none-any.whl sha256: 328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319 -- kind: pypi - name: pyyaml - version: 6.0.1 - url: https://files.pythonhosted.org/packages/ec/0d/26fb23e8863e0aeaac0c64e03fd27367ad2ae3f3cccf3798ee98ce160368/PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007 - requires_python: '>=3.6' - kind: pypi name: pyyaml version: 6.0.1 @@ -17910,8 +17868,8 @@ packages: - kind: pypi name: pyyaml version: 6.0.1 - url: https://files.pythonhosted.org/packages/5e/94/7d5ee059dfb92ca9e62f4057dcdec9ac08a9e42679644854dc01177f8145/PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - sha256: 42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d + url: https://files.pythonhosted.org/packages/ec/0d/26fb23e8863e0aeaac0c64e03fd27367ad2ae3f3cccf3798ee98ce160368/PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007 requires_python: '>=3.6' - kind: pypi name: pyyaml @@ -17925,6 +17883,12 @@ packages: url: https://files.pythonhosted.org/packages/b3/34/65bb4b2d7908044963ebf614fe0fdb080773fc7030d7e39c8d3eddcd4257/PyYAML-6.0.1-cp311-cp311-win_amd64.whl sha256: bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34 requires_python: '>=3.6' +- kind: pypi + name: pyyaml + version: 6.0.1 + url: https://files.pythonhosted.org/packages/5e/94/7d5ee059dfb92ca9e62f4057dcdec9ac08a9e42679644854dc01177f8145/PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + sha256: 42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d + requires_python: '>=3.6' - kind: pypi name: pyyaml-env-tag version: '0.1' @@ -17940,10 +17904,10 @@ packages: sha256: 29d7482ea0dae8ceb7b95c4adeff04bd362cab0842f3f0a9572b2c42013c7656 requires_dist: - numpy - - requests>=2.31,<3 - - rerun-sdk - - trimesh==3.15.2 - pillow + - requests <3, >=2.31 + - rerun-sdk + - trimesh ==3.15.2 editable: true - kind: conda name: rdma-core @@ -18121,15 +18085,9 @@ packages: url: https://files.pythonhosted.org/packages/42/8e/ae1de7b12223986e949bdb886c004de7c304b6fa94de5b87c926c1099656/referencing-0.34.0-py3-none-any.whl sha256: d53ae300ceddd3169f1ffa9caf2cb7b769e92657e4fafb23d34b93679116dfd4 requires_dist: - - attrs>=22.2.0 - - rpds-py>=0.7.0 + - attrs >=22.2.0 + - rpds-py >=0.7.0 requires_python: '>=3.8' -- kind: pypi - name: regex - version: 2024.4.16 - url: https://files.pythonhosted.org/packages/fd/b2/8069e8940bc3224d2cef6418aa6de4f2119d59709b841ecab012e3fc1d65/regex-2024.4.16-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 9ab40412f8cd6f615bfedea40c8bf0407d41bf83b96f6fc9ff34976d6b7037fd - requires_python: '>=3.7' - kind: pypi name: regex version: 2024.4.16 @@ -18139,8 +18097,8 @@ packages: - kind: pypi name: regex version: 2024.4.16 - url: https://files.pythonhosted.org/packages/ce/94/74388e3bcc7f274cef5df7aba75e5cb661b319e6923dae99612a7174d93a/regex-2024.4.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - sha256: 7bb966fdd9217e53abf824f437a5a2d643a38d4fd5fd0ca711b9da683d452969 + url: https://files.pythonhosted.org/packages/fd/b2/8069e8940bc3224d2cef6418aa6de4f2119d59709b841ecab012e3fc1d65/regex-2024.4.16-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 9ab40412f8cd6f615bfedea40c8bf0407d41bf83b96f6fc9ff34976d6b7037fd requires_python: '>=3.7' - kind: pypi name: regex @@ -18154,71 +18112,30 @@ packages: url: https://files.pythonhosted.org/packages/b3/d0/1a054b685849b018cff594ccd4859fc6a3132f67698da805ed06d5b6974a/regex-2024.4.16-cp311-cp311-win_amd64.whl sha256: 8f83b6fd3dc3ba94d2b22717f9c8b8512354fd95221ac661784df2769ea9bba9 requires_python: '>=3.7' +- kind: pypi + name: regex + version: 2024.4.16 + url: https://files.pythonhosted.org/packages/ce/94/74388e3bcc7f274cef5df7aba75e5cb661b319e6923dae99612a7174d93a/regex-2024.4.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + sha256: 7bb966fdd9217e53abf824f437a5a2d643a38d4fd5fd0ca711b9da683d452969 + requires_python: '>=3.7' - kind: pypi name: requests version: 2.31.0 url: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl sha256: 58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f requires_dist: - - charset-normalizer<4,>=2 - - idna<4,>=2.5 - - urllib3<3,>=1.21.1 - - certifi>=2017.4.17 - - pysocks!=1.5.7,>=1.5.6 ; extra == 'socks' - - chardet<6,>=3.0.2 ; extra == 'use_chardet_on_py3' + - charset-normalizer <4, >=2 + - idna <4, >=2.5 + - urllib3 <3, >=1.21.1 + - certifi >=2017.4.17 + - pysocks !=1.5.7, >=1.5.6 ; extra == 'socks' + - chardet <6, >=3.0.2 ; extra == 'use_chardet_on_py3' requires_python: '>=3.7' - kind: pypi name: rerun-sdk - version: 0.15.0 - url: https://files.pythonhosted.org/packages/62/95/b3373600ef590184946825afa65e9aeda0d941c37b9a8ed0711e6c96e7c2/rerun_sdk-0.15.0-cp38-abi3-macosx_11_0_arm64.whl - sha256: fb2e9c13a2ccbb77dc059b2d0b8064c4335a65eae92e54b00aabffeaa5d1ee52 - requires_dist: - - attrs>=23.1.0 - - numpy>=1.23,<2 - - pillow - - pyarrow>=14.0.2 - - typing-extensions>=4.5 - - pytest==7.1.2 ; extra == 'tests' - requires_python: '>=3.8,<3.13' -- kind: pypi - name: rerun-sdk - version: 0.15.0 - url: https://files.pythonhosted.org/packages/c8/dd/23413facc03895001f2260621ac7d394e317de0be9f130dffcd4ca1191d1/rerun_sdk-0.15.0-cp38-abi3-macosx_10_12_x86_64.whl - sha256: d323842918690b93f7137ad02fa257f843dfa1c6861707d9245f7d4b0c8a000b - requires_dist: - - attrs>=23.1.0 - - numpy>=1.23,<2 - - pillow - - pyarrow>=14.0.2 - - typing-extensions>=4.5 - - pytest==7.1.2 ; extra == 'tests' - requires_python: '>=3.8,<3.13' -- kind: pypi - name: rerun-sdk - version: 0.15.0 - url: https://files.pythonhosted.org/packages/af/98/abdcedf7fd12e28cc2454b87fc988b9d8031ba052ecec6e2dbcf019b1836/rerun_sdk-0.15.0-cp38-abi3-win_amd64.whl - sha256: 30e3ae4c5d2502ac5b48bd984334908d2dddbc9d3cd8ac9514388f3cec9abd02 - requires_dist: - - attrs>=23.1.0 - - numpy>=1.23,<2 - - pillow - - pyarrow>=14.0.2 - - typing-extensions>=4.5 - - pytest==7.1.2 ; extra == 'tests' - requires_python: '>=3.8,<3.13' -- kind: pypi - name: rerun-sdk - version: 0.15.0 - url: https://files.pythonhosted.org/packages/b3/d7/ac0b4cb81ac0c5d7fad3ff36b0ff5ca774e1e561822773359b62c6d7b7ac/rerun_sdk-0.15.0-cp38-abi3-manylinux_2_31_x86_64.whl - sha256: a344b0720194ec8462893b028677f580e9ee88881e693fdfe3e113ff33412601 - requires_dist: - - attrs>=23.1.0 - - numpy>=1.23,<2 - - pillow - - pyarrow>=14.0.2 - - typing-extensions>=4.5 - - pytest==7.1.2 ; extra == 'tests' - requires_python: '>=3.8,<3.13' + version: 0.10.0 + path: examples/python/_empty_rerun_sdk + sha256: 75cc85b0a71db3f14ae12315019c2af3c675ec4bbea30a334212b0df9be4dce1 - kind: pypi name: rgbd version: 0.1.0 @@ -18226,8 +18143,8 @@ packages: sha256: b2ef153b0bedd672c3e0ce89b7be1f64f4344b2b75d71748899faea270383fa2 requires_dist: - numpy - - opencv-python>4.6 - - requests>=2.31,<3 + - opencv-python >4.6 + - requests <3, >=2.31 - rerun-sdk - tqdm editable: true @@ -18283,12 +18200,6 @@ packages: license_family: MIT size: 185144 timestamp: 1693455923632 -- kind: pypi - name: rpds-py - version: 0.18.0 - url: https://files.pythonhosted.org/packages/78/60/3a1cd42addbaac4d160d60a25c62e45d4dcb815eda6a70bbdd0993584328/rpds_py-0.18.0-cp311-cp311-macosx_10_12_x86_64.whl - sha256: 3a96e0c6a41dcdba3a0a581bbf6c44bb863f27c541547fb4b9711fd8cf0ffad4 - requires_python: '>=3.8' - kind: pypi name: rpds-py version: 0.18.0 @@ -18298,8 +18209,8 @@ packages: - kind: pypi name: rpds-py version: 0.18.0 - url: https://files.pythonhosted.org/packages/2a/3e/d2ef968eed02cfd9494d5bac0906bce830c4eb2cd27658303d3884e82e27/rpds_py-0.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - sha256: fcb25daa9219b4cf3a0ab24b0eb9a5cc8949ed4dc72acb8fa16b7e1681aa3c58 + url: https://files.pythonhosted.org/packages/78/60/3a1cd42addbaac4d160d60a25c62e45d4dcb815eda6a70bbdd0993584328/rpds_py-0.18.0-cp311-cp311-macosx_10_12_x86_64.whl + sha256: 3a96e0c6a41dcdba3a0a581bbf6c44bb863f27c541547fb4b9711fd8cf0ffad4 requires_python: '>=3.8' - kind: pypi name: rpds-py @@ -18313,6 +18224,12 @@ packages: url: https://files.pythonhosted.org/packages/a8/de/68280c51afdb241111dec873dd7d457986adfd9fd5225494eee0c4a3b9a3/rpds_py-0.18.0-cp311-none-win_amd64.whl sha256: 998e33ad22dc7ec7e030b3df701c43630b5bc0d8fbc2267653577e3fec279afa requires_python: '>=3.8' +- kind: pypi + name: rpds-py + version: 0.18.0 + url: https://files.pythonhosted.org/packages/2a/3e/d2ef968eed02cfd9494d5bac0906bce830c4eb2cd27658303d3884e82e27/rpds_py-0.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + sha256: fcb25daa9219b4cf3a0ab24b0eb9a5cc8949ed4dc72acb8fa16b7e1681aa3c58 + requires_python: '>=3.8' - kind: pypi name: rrt-star version: 0.1.0 @@ -18328,7 +18245,7 @@ packages: url: https://files.pythonhosted.org/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl sha256: 90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 requires_dist: - - pyasn1>=0.1.3 + - pyasn1 >=0.1.3 requires_python: '>=3.6,<4' - kind: conda name: ruff @@ -18466,31 +18383,31 @@ packages: url: https://files.pythonhosted.org/packages/82/61/d4812330b32600972e92ef09a59dc54f9ab8ae570fdca28d8bdfc5577756/safetensors-0.4.3-cp311-cp311-macosx_11_0_arm64.whl sha256: 7c4fa560ebd4522adddb71dcd25d09bf211b5634003f015a4b815b7647d62ebe requires_dist: - - numpy>=1.21.6 ; extra == 'numpy' + - numpy >=1.21.6 ; extra == 'numpy' - safetensors[numpy] ; extra == 'torch' - - torch>=1.10 ; extra == 'torch' + - torch >=1.10 ; extra == 'torch' - safetensors[numpy] ; extra == 'tensorflow' - - tensorflow>=2.11.0 ; extra == 'tensorflow' + - tensorflow >=2.11.0 ; extra == 'tensorflow' - safetensors[numpy] ; extra == 'pinned-tf' - - tensorflow==2.11.0 ; extra == 'pinned-tf' + - tensorflow ==2.11.0 ; extra == 'pinned-tf' - safetensors[numpy] ; extra == 'jax' - - flax>=0.6.3 ; extra == 'jax' - - jax>=0.3.25 ; extra == 'jax' - - jaxlib>=0.3.25 ; extra == 'jax' - - mlx>=0.0.9 ; extra == 'mlx' + - flax >=0.6.3 ; extra == 'jax' + - jax >=0.3.25 ; extra == 'jax' + - jaxlib >=0.3.25 ; extra == 'jax' + - mlx >=0.0.9 ; extra == 'mlx' - safetensors[numpy] ; extra == 'paddlepaddle' - - paddlepaddle>=2.4.1 ; extra == 'paddlepaddle' - - black==22.3 ; extra == 'quality' - - click==8.0.4 ; extra == 'quality' - - isort>=5.5.4 ; extra == 'quality' - - flake8>=3.8.3 ; extra == 'quality' + - paddlepaddle >=2.4.1 ; extra == 'paddlepaddle' + - black ==22.3 ; extra == 'quality' + - click ==8.0.4 ; extra == 'quality' + - isort >=5.5.4 ; extra == 'quality' + - flake8 >=3.8.3 ; extra == 'quality' - safetensors[numpy] ; extra == 'testing' - - h5py>=3.7.0 ; extra == 'testing' - - huggingface-hub>=0.12.1 ; extra == 'testing' - - setuptools-rust>=1.5.2 ; extra == 'testing' - - pytest>=7.2.0 ; extra == 'testing' - - pytest-benchmark>=4.0.0 ; extra == 'testing' - - hypothesis>=6.70.2 ; extra == 'testing' + - h5py >=3.7.0 ; extra == 'testing' + - huggingface-hub >=0.12.1 ; extra == 'testing' + - setuptools-rust >=1.5.2 ; extra == 'testing' + - pytest >=7.2.0 ; extra == 'testing' + - pytest-benchmark >=4.0.0 ; extra == 'testing' + - hypothesis >=6.70.2 ; extra == 'testing' - safetensors[torch] ; extra == 'all' - safetensors[numpy] ; extra == 'all' - safetensors[pinned-tf] ; extra == 'all' @@ -18506,31 +18423,31 @@ packages: url: https://files.pythonhosted.org/packages/9f/d9/1bd2c06c1e7aff0c6db4affff5c0b8d6b2fa421ee0d2de94408d43e6aa7c/safetensors-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl sha256: 22f3b5d65e440cec0de8edaa672efa888030802e11c09b3d6203bff60ebff05a requires_dist: - - numpy>=1.21.6 ; extra == 'numpy' + - numpy >=1.21.6 ; extra == 'numpy' - safetensors[numpy] ; extra == 'torch' - - torch>=1.10 ; extra == 'torch' + - torch >=1.10 ; extra == 'torch' - safetensors[numpy] ; extra == 'tensorflow' - - tensorflow>=2.11.0 ; extra == 'tensorflow' + - tensorflow >=2.11.0 ; extra == 'tensorflow' - safetensors[numpy] ; extra == 'pinned-tf' - - tensorflow==2.11.0 ; extra == 'pinned-tf' + - tensorflow ==2.11.0 ; extra == 'pinned-tf' - safetensors[numpy] ; extra == 'jax' - - flax>=0.6.3 ; extra == 'jax' - - jax>=0.3.25 ; extra == 'jax' - - jaxlib>=0.3.25 ; extra == 'jax' - - mlx>=0.0.9 ; extra == 'mlx' + - flax >=0.6.3 ; extra == 'jax' + - jax >=0.3.25 ; extra == 'jax' + - jaxlib >=0.3.25 ; extra == 'jax' + - mlx >=0.0.9 ; extra == 'mlx' - safetensors[numpy] ; extra == 'paddlepaddle' - - paddlepaddle>=2.4.1 ; extra == 'paddlepaddle' - - black==22.3 ; extra == 'quality' - - click==8.0.4 ; extra == 'quality' - - isort>=5.5.4 ; extra == 'quality' - - flake8>=3.8.3 ; extra == 'quality' + - paddlepaddle >=2.4.1 ; extra == 'paddlepaddle' + - black ==22.3 ; extra == 'quality' + - click ==8.0.4 ; extra == 'quality' + - isort >=5.5.4 ; extra == 'quality' + - flake8 >=3.8.3 ; extra == 'quality' - safetensors[numpy] ; extra == 'testing' - - h5py>=3.7.0 ; extra == 'testing' - - huggingface-hub>=0.12.1 ; extra == 'testing' - - setuptools-rust>=1.5.2 ; extra == 'testing' - - pytest>=7.2.0 ; extra == 'testing' - - pytest-benchmark>=4.0.0 ; extra == 'testing' - - hypothesis>=6.70.2 ; extra == 'testing' + - h5py >=3.7.0 ; extra == 'testing' + - huggingface-hub >=0.12.1 ; extra == 'testing' + - setuptools-rust >=1.5.2 ; extra == 'testing' + - pytest >=7.2.0 ; extra == 'testing' + - pytest-benchmark >=4.0.0 ; extra == 'testing' + - hypothesis >=6.70.2 ; extra == 'testing' - safetensors[torch] ; extra == 'all' - safetensors[numpy] ; extra == 'all' - safetensors[pinned-tf] ; extra == 'all' @@ -18546,31 +18463,31 @@ packages: url: https://files.pythonhosted.org/packages/cb/f6/19f268662be898ff2a23ac06f8dd0d2956b2ecd204c96e1ee07ba292c119/safetensors-0.4.3-cp311-none-win_amd64.whl sha256: 840b7ac0eff5633e1d053cc9db12fdf56b566e9403b4950b2dc85393d9b88d67 requires_dist: - - numpy>=1.21.6 ; extra == 'numpy' + - numpy >=1.21.6 ; extra == 'numpy' - safetensors[numpy] ; extra == 'torch' - - torch>=1.10 ; extra == 'torch' + - torch >=1.10 ; extra == 'torch' - safetensors[numpy] ; extra == 'tensorflow' - - tensorflow>=2.11.0 ; extra == 'tensorflow' + - tensorflow >=2.11.0 ; extra == 'tensorflow' - safetensors[numpy] ; extra == 'pinned-tf' - - tensorflow==2.11.0 ; extra == 'pinned-tf' + - tensorflow ==2.11.0 ; extra == 'pinned-tf' - safetensors[numpy] ; extra == 'jax' - - flax>=0.6.3 ; extra == 'jax' - - jax>=0.3.25 ; extra == 'jax' - - jaxlib>=0.3.25 ; extra == 'jax' - - mlx>=0.0.9 ; extra == 'mlx' + - flax >=0.6.3 ; extra == 'jax' + - jax >=0.3.25 ; extra == 'jax' + - jaxlib >=0.3.25 ; extra == 'jax' + - mlx >=0.0.9 ; extra == 'mlx' - safetensors[numpy] ; extra == 'paddlepaddle' - - paddlepaddle>=2.4.1 ; extra == 'paddlepaddle' - - black==22.3 ; extra == 'quality' - - click==8.0.4 ; extra == 'quality' - - isort>=5.5.4 ; extra == 'quality' - - flake8>=3.8.3 ; extra == 'quality' + - paddlepaddle >=2.4.1 ; extra == 'paddlepaddle' + - black ==22.3 ; extra == 'quality' + - click ==8.0.4 ; extra == 'quality' + - isort >=5.5.4 ; extra == 'quality' + - flake8 >=3.8.3 ; extra == 'quality' - safetensors[numpy] ; extra == 'testing' - - h5py>=3.7.0 ; extra == 'testing' - - huggingface-hub>=0.12.1 ; extra == 'testing' - - setuptools-rust>=1.5.2 ; extra == 'testing' - - pytest>=7.2.0 ; extra == 'testing' - - pytest-benchmark>=4.0.0 ; extra == 'testing' - - hypothesis>=6.70.2 ; extra == 'testing' + - h5py >=3.7.0 ; extra == 'testing' + - huggingface-hub >=0.12.1 ; extra == 'testing' + - setuptools-rust >=1.5.2 ; extra == 'testing' + - pytest >=7.2.0 ; extra == 'testing' + - pytest-benchmark >=4.0.0 ; extra == 'testing' + - hypothesis >=6.70.2 ; extra == 'testing' - safetensors[torch] ; extra == 'all' - safetensors[numpy] ; extra == 'all' - safetensors[pinned-tf] ; extra == 'all' @@ -18586,31 +18503,31 @@ packages: url: https://files.pythonhosted.org/packages/d5/85/1e7d2804cbf82204cde462d16f1cb0ff5814b03f559fb46ceaa6b7020db4/safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 0bf4f9d6323d9f86eef5567eabd88f070691cf031d4c0df27a40d3b4aaee755b requires_dist: - - numpy>=1.21.6 ; extra == 'numpy' + - numpy >=1.21.6 ; extra == 'numpy' - safetensors[numpy] ; extra == 'torch' - - torch>=1.10 ; extra == 'torch' + - torch >=1.10 ; extra == 'torch' - safetensors[numpy] ; extra == 'tensorflow' - - tensorflow>=2.11.0 ; extra == 'tensorflow' + - tensorflow >=2.11.0 ; extra == 'tensorflow' - safetensors[numpy] ; extra == 'pinned-tf' - - tensorflow==2.11.0 ; extra == 'pinned-tf' + - tensorflow ==2.11.0 ; extra == 'pinned-tf' - safetensors[numpy] ; extra == 'jax' - - flax>=0.6.3 ; extra == 'jax' - - jax>=0.3.25 ; extra == 'jax' - - jaxlib>=0.3.25 ; extra == 'jax' - - mlx>=0.0.9 ; extra == 'mlx' + - flax >=0.6.3 ; extra == 'jax' + - jax >=0.3.25 ; extra == 'jax' + - jaxlib >=0.3.25 ; extra == 'jax' + - mlx >=0.0.9 ; extra == 'mlx' - safetensors[numpy] ; extra == 'paddlepaddle' - - paddlepaddle>=2.4.1 ; extra == 'paddlepaddle' - - black==22.3 ; extra == 'quality' - - click==8.0.4 ; extra == 'quality' - - isort>=5.5.4 ; extra == 'quality' - - flake8>=3.8.3 ; extra == 'quality' + - paddlepaddle >=2.4.1 ; extra == 'paddlepaddle' + - black ==22.3 ; extra == 'quality' + - click ==8.0.4 ; extra == 'quality' + - isort >=5.5.4 ; extra == 'quality' + - flake8 >=3.8.3 ; extra == 'quality' - safetensors[numpy] ; extra == 'testing' - - h5py>=3.7.0 ; extra == 'testing' - - huggingface-hub>=0.12.1 ; extra == 'testing' - - setuptools-rust>=1.5.2 ; extra == 'testing' - - pytest>=7.2.0 ; extra == 'testing' - - pytest-benchmark>=4.0.0 ; extra == 'testing' - - hypothesis>=6.70.2 ; extra == 'testing' + - h5py >=3.7.0 ; extra == 'testing' + - huggingface-hub >=0.12.1 ; extra == 'testing' + - setuptools-rust >=1.5.2 ; extra == 'testing' + - pytest >=7.2.0 ; extra == 'testing' + - pytest-benchmark >=4.0.0 ; extra == 'testing' + - hypothesis >=6.70.2 ; extra == 'testing' - safetensors[torch] ; extra == 'all' - safetensors[numpy] ; extra == 'all' - safetensors[pinned-tf] ; extra == 'all' @@ -18626,63 +18543,63 @@ packages: url: https://files.pythonhosted.org/packages/ff/9c/b477b01d9c78044b88a82660e57f9076b8f9ff9ee2c61cd2da6f72a0ca8f/scikit_image-0.23.1-cp311-cp311-macosx_12_0_arm64.whl sha256: d926b7645a7284342f93da10fe9f78f9f341787228ac70ff1f0d9164df623bf4 requires_dist: - - numpy>=1.23 - - scipy>=1.9 - - networkx>=2.8 - - pillow>=9.1 - - imageio>=2.33 - - tifffile>=2022.8.12 - - packaging>=21 - - lazy-loader>=0.4 - - meson-python>=0.15 ; extra == 'build' + - numpy >=1.23 + - scipy >=1.9 + - networkx >=2.8 + - pillow >=9.1 + - imageio >=2.33 + - tifffile >=2022.8.12 + - packaging >=21 + - lazy-loader >=0.4 + - meson-python >=0.15 ; extra == 'build' - wheel ; extra == 'build' - - setuptools>=67 ; extra == 'build' - - packaging>=21 ; extra == 'build' + - setuptools >=67 ; extra == 'build' + - packaging >=21 ; extra == 'build' - ninja ; extra == 'build' - - cython>=3.0.4 ; extra == 'build' + - cython >=3.0.4 ; extra == 'build' - pythran ; extra == 'build' - - numpy>=2.0.0rc1 ; extra == 'build' - - spin==0.8 ; extra == 'build' + - numpy >=2.0.0rc1 ; extra == 'build' + - spin ==0.8 ; extra == 'build' - build ; extra == 'build' - - pooch>=1.6.0 ; extra == 'data' + - pooch >=1.6.0 ; extra == 'data' - pre-commit ; extra == 'developer' - ipython ; extra == 'developer' - tomli ; python_version < '3.11' and extra == 'developer' - - sphinx>=7.2 ; extra == 'docs' - - sphinx-gallery>=0.14 ; extra == 'docs' - - numpydoc>=1.7 ; extra == 'docs' + - sphinx >=7.2 ; extra == 'docs' + - sphinx-gallery >=0.14 ; extra == 'docs' + - numpydoc >=1.7 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - pytest-runner ; extra == 'docs' - - matplotlib>=3.6 ; extra == 'docs' - - dask[array]>=2022.9.2 ; extra == 'docs' - - pandas>=1.5 ; extra == 'docs' - - seaborn>=0.11 ; extra == 'docs' - - pooch>=1.6 ; extra == 'docs' - - tifffile>=2022.8.12 ; extra == 'docs' + - matplotlib >=3.6 ; extra == 'docs' + - dask[array] >=2022.9.2 ; extra == 'docs' + - pandas >=1.5 ; extra == 'docs' + - seaborn >=0.11 ; extra == 'docs' + - pooch >=1.6 ; extra == 'docs' + - tifffile >=2022.8.12 ; extra == 'docs' - myst-parser ; extra == 'docs' - ipywidgets ; extra == 'docs' - ipykernel ; extra == 'docs' - - plotly>=5.10 ; extra == 'docs' + - plotly >=5.10 ; extra == 'docs' - kaleido ; extra == 'docs' - - scikit-learn>=1.1 ; extra == 'docs' - - sphinx-design>=0.5 ; extra == 'docs' - - pydata-sphinx-theme>=0.15.2 ; extra == 'docs' - - pywavelets>=1.1.1 ; extra == 'docs' + - scikit-learn >=1.1 ; extra == 'docs' + - sphinx-design >=0.5 ; extra == 'docs' + - pydata-sphinx-theme >=0.15.2 ; extra == 'docs' + - pywavelets >=1.1.1 ; extra == 'docs' - pytest-doctestplus ; extra == 'docs' - simpleitk ; extra == 'optional' - - astropy>=5.0 ; extra == 'optional' - - cloudpickle>=0.2.1 ; extra == 'optional' - - dask[array]>=2021.1.0 ; extra == 'optional' - - matplotlib>=3.6 ; extra == 'optional' - - pooch>=1.6.0 ; extra == 'optional' + - astropy >=5.0 ; extra == 'optional' + - cloudpickle >=0.2.1 ; extra == 'optional' + - dask[array] >=2021.1.0 ; extra == 'optional' + - matplotlib >=3.6 ; extra == 'optional' + - pooch >=1.6.0 ; extra == 'optional' - pyamg ; extra == 'optional' - - pywavelets>=1.1.1 ; extra == 'optional' - - scikit-learn>=1.1 ; extra == 'optional' + - pywavelets >=1.1.1 ; extra == 'optional' + - scikit-learn >=1.1 ; extra == 'optional' - asv ; extra == 'test' - - numpydoc>=1.7 ; extra == 'test' - - pooch>=1.6.0 ; extra == 'test' - - pytest>=7.0 ; extra == 'test' - - pytest-cov>=2.11.0 ; extra == 'test' + - numpydoc >=1.7 ; extra == 'test' + - pooch >=1.6.0 ; extra == 'test' + - pytest >=7.0 ; extra == 'test' + - pytest-cov >=2.11.0 ; extra == 'test' - pytest-localserver ; extra == 'test' - pytest-faulthandler ; extra == 'test' - pytest-doctestplus ; extra == 'test' @@ -18693,63 +18610,63 @@ packages: url: https://files.pythonhosted.org/packages/1a/5a/d4c1d6b6e158f45abd6b0e95ccca6b551b95f334e93d127bb65a490ba81c/scikit_image-0.23.1-cp311-cp311-macosx_10_9_x86_64.whl sha256: 382805bdc337d5dba0647afa1734b2665153975711df62c9f2ecff628e9571e6 requires_dist: - - numpy>=1.23 - - scipy>=1.9 - - networkx>=2.8 - - pillow>=9.1 - - imageio>=2.33 - - tifffile>=2022.8.12 - - packaging>=21 - - lazy-loader>=0.4 - - meson-python>=0.15 ; extra == 'build' + - numpy >=1.23 + - scipy >=1.9 + - networkx >=2.8 + - pillow >=9.1 + - imageio >=2.33 + - tifffile >=2022.8.12 + - packaging >=21 + - lazy-loader >=0.4 + - meson-python >=0.15 ; extra == 'build' - wheel ; extra == 'build' - - setuptools>=67 ; extra == 'build' - - packaging>=21 ; extra == 'build' + - setuptools >=67 ; extra == 'build' + - packaging >=21 ; extra == 'build' - ninja ; extra == 'build' - - cython>=3.0.4 ; extra == 'build' + - cython >=3.0.4 ; extra == 'build' - pythran ; extra == 'build' - - numpy>=2.0.0rc1 ; extra == 'build' - - spin==0.8 ; extra == 'build' + - numpy >=2.0.0rc1 ; extra == 'build' + - spin ==0.8 ; extra == 'build' - build ; extra == 'build' - - pooch>=1.6.0 ; extra == 'data' + - pooch >=1.6.0 ; extra == 'data' - pre-commit ; extra == 'developer' - ipython ; extra == 'developer' - tomli ; python_version < '3.11' and extra == 'developer' - - sphinx>=7.2 ; extra == 'docs' - - sphinx-gallery>=0.14 ; extra == 'docs' - - numpydoc>=1.7 ; extra == 'docs' + - sphinx >=7.2 ; extra == 'docs' + - sphinx-gallery >=0.14 ; extra == 'docs' + - numpydoc >=1.7 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - pytest-runner ; extra == 'docs' - - matplotlib>=3.6 ; extra == 'docs' - - dask[array]>=2022.9.2 ; extra == 'docs' - - pandas>=1.5 ; extra == 'docs' - - seaborn>=0.11 ; extra == 'docs' - - pooch>=1.6 ; extra == 'docs' - - tifffile>=2022.8.12 ; extra == 'docs' + - matplotlib >=3.6 ; extra == 'docs' + - dask[array] >=2022.9.2 ; extra == 'docs' + - pandas >=1.5 ; extra == 'docs' + - seaborn >=0.11 ; extra == 'docs' + - pooch >=1.6 ; extra == 'docs' + - tifffile >=2022.8.12 ; extra == 'docs' - myst-parser ; extra == 'docs' - ipywidgets ; extra == 'docs' - ipykernel ; extra == 'docs' - - plotly>=5.10 ; extra == 'docs' + - plotly >=5.10 ; extra == 'docs' - kaleido ; extra == 'docs' - - scikit-learn>=1.1 ; extra == 'docs' - - sphinx-design>=0.5 ; extra == 'docs' - - pydata-sphinx-theme>=0.15.2 ; extra == 'docs' - - pywavelets>=1.1.1 ; extra == 'docs' + - scikit-learn >=1.1 ; extra == 'docs' + - sphinx-design >=0.5 ; extra == 'docs' + - pydata-sphinx-theme >=0.15.2 ; extra == 'docs' + - pywavelets >=1.1.1 ; extra == 'docs' - pytest-doctestplus ; extra == 'docs' - simpleitk ; extra == 'optional' - - astropy>=5.0 ; extra == 'optional' - - cloudpickle>=0.2.1 ; extra == 'optional' - - dask[array]>=2021.1.0 ; extra == 'optional' - - matplotlib>=3.6 ; extra == 'optional' - - pooch>=1.6.0 ; extra == 'optional' + - astropy >=5.0 ; extra == 'optional' + - cloudpickle >=0.2.1 ; extra == 'optional' + - dask[array] >=2021.1.0 ; extra == 'optional' + - matplotlib >=3.6 ; extra == 'optional' + - pooch >=1.6.0 ; extra == 'optional' - pyamg ; extra == 'optional' - - pywavelets>=1.1.1 ; extra == 'optional' - - scikit-learn>=1.1 ; extra == 'optional' + - pywavelets >=1.1.1 ; extra == 'optional' + - scikit-learn >=1.1 ; extra == 'optional' - asv ; extra == 'test' - - numpydoc>=1.7 ; extra == 'test' - - pooch>=1.6.0 ; extra == 'test' - - pytest>=7.0 ; extra == 'test' - - pytest-cov>=2.11.0 ; extra == 'test' + - numpydoc >=1.7 ; extra == 'test' + - pooch >=1.6.0 ; extra == 'test' + - pytest >=7.0 ; extra == 'test' + - pytest-cov >=2.11.0 ; extra == 'test' - pytest-localserver ; extra == 'test' - pytest-faulthandler ; extra == 'test' - pytest-doctestplus ; extra == 'test' @@ -18760,63 +18677,63 @@ packages: url: https://files.pythonhosted.org/packages/2d/68/9ccd209221237a6f58073adde9da9fe6ebeb05f4640253cfb3e6055b15bf/scikit_image-0.23.1-cp311-cp311-win_amd64.whl sha256: 24aba46af3fe87e702a87401d4861e3333f599a9506849222fd4f20e10173674 requires_dist: - - numpy>=1.23 - - scipy>=1.9 - - networkx>=2.8 - - pillow>=9.1 - - imageio>=2.33 - - tifffile>=2022.8.12 - - packaging>=21 - - lazy-loader>=0.4 - - meson-python>=0.15 ; extra == 'build' + - numpy >=1.23 + - scipy >=1.9 + - networkx >=2.8 + - pillow >=9.1 + - imageio >=2.33 + - tifffile >=2022.8.12 + - packaging >=21 + - lazy-loader >=0.4 + - meson-python >=0.15 ; extra == 'build' - wheel ; extra == 'build' - - setuptools>=67 ; extra == 'build' - - packaging>=21 ; extra == 'build' + - setuptools >=67 ; extra == 'build' + - packaging >=21 ; extra == 'build' - ninja ; extra == 'build' - - cython>=3.0.4 ; extra == 'build' + - cython >=3.0.4 ; extra == 'build' - pythran ; extra == 'build' - - numpy>=2.0.0rc1 ; extra == 'build' - - spin==0.8 ; extra == 'build' + - numpy >=2.0.0rc1 ; extra == 'build' + - spin ==0.8 ; extra == 'build' - build ; extra == 'build' - - pooch>=1.6.0 ; extra == 'data' + - pooch >=1.6.0 ; extra == 'data' - pre-commit ; extra == 'developer' - ipython ; extra == 'developer' - tomli ; python_version < '3.11' and extra == 'developer' - - sphinx>=7.2 ; extra == 'docs' - - sphinx-gallery>=0.14 ; extra == 'docs' - - numpydoc>=1.7 ; extra == 'docs' + - sphinx >=7.2 ; extra == 'docs' + - sphinx-gallery >=0.14 ; extra == 'docs' + - numpydoc >=1.7 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - pytest-runner ; extra == 'docs' - - matplotlib>=3.6 ; extra == 'docs' - - dask[array]>=2022.9.2 ; extra == 'docs' - - pandas>=1.5 ; extra == 'docs' - - seaborn>=0.11 ; extra == 'docs' - - pooch>=1.6 ; extra == 'docs' - - tifffile>=2022.8.12 ; extra == 'docs' + - matplotlib >=3.6 ; extra == 'docs' + - dask[array] >=2022.9.2 ; extra == 'docs' + - pandas >=1.5 ; extra == 'docs' + - seaborn >=0.11 ; extra == 'docs' + - pooch >=1.6 ; extra == 'docs' + - tifffile >=2022.8.12 ; extra == 'docs' - myst-parser ; extra == 'docs' - ipywidgets ; extra == 'docs' - ipykernel ; extra == 'docs' - - plotly>=5.10 ; extra == 'docs' + - plotly >=5.10 ; extra == 'docs' - kaleido ; extra == 'docs' - - scikit-learn>=1.1 ; extra == 'docs' - - sphinx-design>=0.5 ; extra == 'docs' - - pydata-sphinx-theme>=0.15.2 ; extra == 'docs' - - pywavelets>=1.1.1 ; extra == 'docs' + - scikit-learn >=1.1 ; extra == 'docs' + - sphinx-design >=0.5 ; extra == 'docs' + - pydata-sphinx-theme >=0.15.2 ; extra == 'docs' + - pywavelets >=1.1.1 ; extra == 'docs' - pytest-doctestplus ; extra == 'docs' - simpleitk ; extra == 'optional' - - astropy>=5.0 ; extra == 'optional' - - cloudpickle>=0.2.1 ; extra == 'optional' - - dask[array]>=2021.1.0 ; extra == 'optional' - - matplotlib>=3.6 ; extra == 'optional' - - pooch>=1.6.0 ; extra == 'optional' + - astropy >=5.0 ; extra == 'optional' + - cloudpickle >=0.2.1 ; extra == 'optional' + - dask[array] >=2021.1.0 ; extra == 'optional' + - matplotlib >=3.6 ; extra == 'optional' + - pooch >=1.6.0 ; extra == 'optional' - pyamg ; extra == 'optional' - - pywavelets>=1.1.1 ; extra == 'optional' - - scikit-learn>=1.1 ; extra == 'optional' + - pywavelets >=1.1.1 ; extra == 'optional' + - scikit-learn >=1.1 ; extra == 'optional' - asv ; extra == 'test' - - numpydoc>=1.7 ; extra == 'test' - - pooch>=1.6.0 ; extra == 'test' - - pytest>=7.0 ; extra == 'test' - - pytest-cov>=2.11.0 ; extra == 'test' + - numpydoc >=1.7 ; extra == 'test' + - pooch >=1.6.0 ; extra == 'test' + - pytest >=7.0 ; extra == 'test' + - pytest-cov >=2.11.0 ; extra == 'test' - pytest-localserver ; extra == 'test' - pytest-faulthandler ; extra == 'test' - pytest-doctestplus ; extra == 'test' @@ -18827,63 +18744,63 @@ packages: url: https://files.pythonhosted.org/packages/0e/6e/cae83e24d1c62aacb8facb9e3325d3b9454f3374d42ead5e6caae4753048/scikit_image-0.23.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: f10c01ee2c1577bf42d109dfdda5b2f1e92e7c8c2828347baa83aed57c8386f2 requires_dist: - - numpy>=1.23 - - scipy>=1.9 - - networkx>=2.8 - - pillow>=9.1 - - imageio>=2.33 - - tifffile>=2022.8.12 - - packaging>=21 - - lazy-loader>=0.4 - - meson-python>=0.15 ; extra == 'build' + - numpy >=1.23 + - scipy >=1.9 + - networkx >=2.8 + - pillow >=9.1 + - imageio >=2.33 + - tifffile >=2022.8.12 + - packaging >=21 + - lazy-loader >=0.4 + - meson-python >=0.15 ; extra == 'build' - wheel ; extra == 'build' - - setuptools>=67 ; extra == 'build' - - packaging>=21 ; extra == 'build' + - setuptools >=67 ; extra == 'build' + - packaging >=21 ; extra == 'build' - ninja ; extra == 'build' - - cython>=3.0.4 ; extra == 'build' + - cython >=3.0.4 ; extra == 'build' - pythran ; extra == 'build' - - numpy>=2.0.0rc1 ; extra == 'build' - - spin==0.8 ; extra == 'build' + - numpy >=2.0.0rc1 ; extra == 'build' + - spin ==0.8 ; extra == 'build' - build ; extra == 'build' - - pooch>=1.6.0 ; extra == 'data' + - pooch >=1.6.0 ; extra == 'data' - pre-commit ; extra == 'developer' - ipython ; extra == 'developer' - tomli ; python_version < '3.11' and extra == 'developer' - - sphinx>=7.2 ; extra == 'docs' - - sphinx-gallery>=0.14 ; extra == 'docs' - - numpydoc>=1.7 ; extra == 'docs' + - sphinx >=7.2 ; extra == 'docs' + - sphinx-gallery >=0.14 ; extra == 'docs' + - numpydoc >=1.7 ; extra == 'docs' - sphinx-copybutton ; extra == 'docs' - pytest-runner ; extra == 'docs' - - matplotlib>=3.6 ; extra == 'docs' - - dask[array]>=2022.9.2 ; extra == 'docs' - - pandas>=1.5 ; extra == 'docs' - - seaborn>=0.11 ; extra == 'docs' - - pooch>=1.6 ; extra == 'docs' - - tifffile>=2022.8.12 ; extra == 'docs' + - matplotlib >=3.6 ; extra == 'docs' + - dask[array] >=2022.9.2 ; extra == 'docs' + - pandas >=1.5 ; extra == 'docs' + - seaborn >=0.11 ; extra == 'docs' + - pooch >=1.6 ; extra == 'docs' + - tifffile >=2022.8.12 ; extra == 'docs' - myst-parser ; extra == 'docs' - ipywidgets ; extra == 'docs' - ipykernel ; extra == 'docs' - - plotly>=5.10 ; extra == 'docs' + - plotly >=5.10 ; extra == 'docs' - kaleido ; extra == 'docs' - - scikit-learn>=1.1 ; extra == 'docs' - - sphinx-design>=0.5 ; extra == 'docs' - - pydata-sphinx-theme>=0.15.2 ; extra == 'docs' - - pywavelets>=1.1.1 ; extra == 'docs' + - scikit-learn >=1.1 ; extra == 'docs' + - sphinx-design >=0.5 ; extra == 'docs' + - pydata-sphinx-theme >=0.15.2 ; extra == 'docs' + - pywavelets >=1.1.1 ; extra == 'docs' - pytest-doctestplus ; extra == 'docs' - simpleitk ; extra == 'optional' - - astropy>=5.0 ; extra == 'optional' - - cloudpickle>=0.2.1 ; extra == 'optional' - - dask[array]>=2021.1.0 ; extra == 'optional' - - matplotlib>=3.6 ; extra == 'optional' - - pooch>=1.6.0 ; extra == 'optional' + - astropy >=5.0 ; extra == 'optional' + - cloudpickle >=0.2.1 ; extra == 'optional' + - dask[array] >=2021.1.0 ; extra == 'optional' + - matplotlib >=3.6 ; extra == 'optional' + - pooch >=1.6.0 ; extra == 'optional' - pyamg ; extra == 'optional' - - pywavelets>=1.1.1 ; extra == 'optional' - - scikit-learn>=1.1 ; extra == 'optional' + - pywavelets >=1.1.1 ; extra == 'optional' + - scikit-learn >=1.1 ; extra == 'optional' - asv ; extra == 'test' - - numpydoc>=1.7 ; extra == 'test' - - pooch>=1.6.0 ; extra == 'test' - - pytest>=7.0 ; extra == 'test' - - pytest-cov>=2.11.0 ; extra == 'test' + - numpydoc >=1.7 ; extra == 'test' + - pooch >=1.6.0 ; extra == 'test' + - pytest >=7.0 ; extra == 'test' + - pytest-cov >=2.11.0 ; extra == 'test' - pytest-localserver ; extra == 'test' - pytest-faulthandler ; extra == 'test' - pytest-doctestplus ; extra == 'test' @@ -18894,46 +18811,46 @@ packages: url: https://files.pythonhosted.org/packages/f2/30/1299e84d2ba3bc735baf17cebbf5b9d55144243c41b3ec6559ce3cf61e23/scikit_learn-1.4.2-cp311-cp311-macosx_12_0_arm64.whl sha256: 1d0b25d9c651fd050555aadd57431b53d4cf664e749069da77f3d52c5ad14b3b requires_dist: - - numpy>=1.19.5 - - scipy>=1.6.0 - - joblib>=1.2.0 - - threadpoolctl>=2.0.0 - - matplotlib>=3.3.4 ; extra == 'benchmark' - - pandas>=1.1.5 ; extra == 'benchmark' - - memory-profiler>=0.57.0 ; extra == 'benchmark' - - matplotlib>=3.3.4 ; extra == 'docs' - - scikit-image>=0.17.2 ; extra == 'docs' - - pandas>=1.1.5 ; extra == 'docs' - - seaborn>=0.9.0 ; extra == 'docs' - - memory-profiler>=0.57.0 ; extra == 'docs' - - sphinx>=6.0.0 ; extra == 'docs' - - sphinx-copybutton>=0.5.2 ; extra == 'docs' - - sphinx-gallery>=0.15.0 ; extra == 'docs' - - numpydoc>=1.2.0 ; extra == 'docs' - - pillow>=7.1.2 ; extra == 'docs' - - pooch>=1.6.0 ; extra == 'docs' - - sphinx-prompt>=1.3.0 ; extra == 'docs' - - sphinxext-opengraph>=0.4.2 ; extra == 'docs' - - plotly>=5.14.0 ; extra == 'docs' - - matplotlib>=3.3.4 ; extra == 'examples' - - scikit-image>=0.17.2 ; extra == 'examples' - - pandas>=1.1.5 ; extra == 'examples' - - seaborn>=0.9.0 ; extra == 'examples' - - pooch>=1.6.0 ; extra == 'examples' - - plotly>=5.14.0 ; extra == 'examples' - - matplotlib>=3.3.4 ; extra == 'tests' - - scikit-image>=0.17.2 ; extra == 'tests' - - pandas>=1.1.5 ; extra == 'tests' - - pytest>=7.1.2 ; extra == 'tests' - - pytest-cov>=2.9.0 ; extra == 'tests' - - ruff>=0.0.272 ; extra == 'tests' - - black>=23.3.0 ; extra == 'tests' - - mypy>=1.3 ; extra == 'tests' - - pyamg>=4.0.0 ; extra == 'tests' - - polars>=0.19.12 ; extra == 'tests' - - pyarrow>=12.0.0 ; extra == 'tests' - - numpydoc>=1.2.0 ; extra == 'tests' - - pooch>=1.6.0 ; extra == 'tests' + - numpy >=1.19.5 + - scipy >=1.6.0 + - joblib >=1.2.0 + - threadpoolctl >=2.0.0 + - matplotlib >=3.3.4 ; extra == 'benchmark' + - pandas >=1.1.5 ; extra == 'benchmark' + - memory-profiler >=0.57.0 ; extra == 'benchmark' + - matplotlib >=3.3.4 ; extra == 'docs' + - scikit-image >=0.17.2 ; extra == 'docs' + - pandas >=1.1.5 ; extra == 'docs' + - seaborn >=0.9.0 ; extra == 'docs' + - memory-profiler >=0.57.0 ; extra == 'docs' + - sphinx >=6.0.0 ; extra == 'docs' + - sphinx-copybutton >=0.5.2 ; extra == 'docs' + - sphinx-gallery >=0.15.0 ; extra == 'docs' + - numpydoc >=1.2.0 ; extra == 'docs' + - pillow >=7.1.2 ; extra == 'docs' + - pooch >=1.6.0 ; extra == 'docs' + - sphinx-prompt >=1.3.0 ; extra == 'docs' + - sphinxext-opengraph >=0.4.2 ; extra == 'docs' + - plotly >=5.14.0 ; extra == 'docs' + - matplotlib >=3.3.4 ; extra == 'examples' + - scikit-image >=0.17.2 ; extra == 'examples' + - pandas >=1.1.5 ; extra == 'examples' + - seaborn >=0.9.0 ; extra == 'examples' + - pooch >=1.6.0 ; extra == 'examples' + - plotly >=5.14.0 ; extra == 'examples' + - matplotlib >=3.3.4 ; extra == 'tests' + - scikit-image >=0.17.2 ; extra == 'tests' + - pandas >=1.1.5 ; extra == 'tests' + - pytest >=7.1.2 ; extra == 'tests' + - pytest-cov >=2.9.0 ; extra == 'tests' + - ruff >=0.0.272 ; extra == 'tests' + - black >=23.3.0 ; extra == 'tests' + - mypy >=1.3 ; extra == 'tests' + - pyamg >=4.0.0 ; extra == 'tests' + - polars >=0.19.12 ; extra == 'tests' + - pyarrow >=12.0.0 ; extra == 'tests' + - numpydoc >=1.2.0 ; extra == 'tests' + - pooch >=1.6.0 ; extra == 'tests' requires_python: '>=3.9' - kind: pypi name: scikit-learn @@ -18941,46 +18858,46 @@ packages: url: https://files.pythonhosted.org/packages/59/11/63de36e6933b03490fdfe5cbc9b5a68870a1281d8e705a23b33076dc82fb/scikit_learn-1.4.2-cp311-cp311-macosx_10_9_x86_64.whl sha256: 45dee87ac5309bb82e3ea633955030df9bbcb8d2cdb30383c6cd483691c546cc requires_dist: - - numpy>=1.19.5 - - scipy>=1.6.0 - - joblib>=1.2.0 - - threadpoolctl>=2.0.0 - - matplotlib>=3.3.4 ; extra == 'benchmark' - - pandas>=1.1.5 ; extra == 'benchmark' - - memory-profiler>=0.57.0 ; extra == 'benchmark' - - matplotlib>=3.3.4 ; extra == 'docs' - - scikit-image>=0.17.2 ; extra == 'docs' - - pandas>=1.1.5 ; extra == 'docs' - - seaborn>=0.9.0 ; extra == 'docs' - - memory-profiler>=0.57.0 ; extra == 'docs' - - sphinx>=6.0.0 ; extra == 'docs' - - sphinx-copybutton>=0.5.2 ; extra == 'docs' - - sphinx-gallery>=0.15.0 ; extra == 'docs' - - numpydoc>=1.2.0 ; extra == 'docs' - - pillow>=7.1.2 ; extra == 'docs' - - pooch>=1.6.0 ; extra == 'docs' - - sphinx-prompt>=1.3.0 ; extra == 'docs' - - sphinxext-opengraph>=0.4.2 ; extra == 'docs' - - plotly>=5.14.0 ; extra == 'docs' - - matplotlib>=3.3.4 ; extra == 'examples' - - scikit-image>=0.17.2 ; extra == 'examples' - - pandas>=1.1.5 ; extra == 'examples' - - seaborn>=0.9.0 ; extra == 'examples' - - pooch>=1.6.0 ; extra == 'examples' - - plotly>=5.14.0 ; extra == 'examples' - - matplotlib>=3.3.4 ; extra == 'tests' - - scikit-image>=0.17.2 ; extra == 'tests' - - pandas>=1.1.5 ; extra == 'tests' - - pytest>=7.1.2 ; extra == 'tests' - - pytest-cov>=2.9.0 ; extra == 'tests' - - ruff>=0.0.272 ; extra == 'tests' - - black>=23.3.0 ; extra == 'tests' - - mypy>=1.3 ; extra == 'tests' - - pyamg>=4.0.0 ; extra == 'tests' - - polars>=0.19.12 ; extra == 'tests' - - pyarrow>=12.0.0 ; extra == 'tests' - - numpydoc>=1.2.0 ; extra == 'tests' - - pooch>=1.6.0 ; extra == 'tests' + - numpy >=1.19.5 + - scipy >=1.6.0 + - joblib >=1.2.0 + - threadpoolctl >=2.0.0 + - matplotlib >=3.3.4 ; extra == 'benchmark' + - pandas >=1.1.5 ; extra == 'benchmark' + - memory-profiler >=0.57.0 ; extra == 'benchmark' + - matplotlib >=3.3.4 ; extra == 'docs' + - scikit-image >=0.17.2 ; extra == 'docs' + - pandas >=1.1.5 ; extra == 'docs' + - seaborn >=0.9.0 ; extra == 'docs' + - memory-profiler >=0.57.0 ; extra == 'docs' + - sphinx >=6.0.0 ; extra == 'docs' + - sphinx-copybutton >=0.5.2 ; extra == 'docs' + - sphinx-gallery >=0.15.0 ; extra == 'docs' + - numpydoc >=1.2.0 ; extra == 'docs' + - pillow >=7.1.2 ; extra == 'docs' + - pooch >=1.6.0 ; extra == 'docs' + - sphinx-prompt >=1.3.0 ; extra == 'docs' + - sphinxext-opengraph >=0.4.2 ; extra == 'docs' + - plotly >=5.14.0 ; extra == 'docs' + - matplotlib >=3.3.4 ; extra == 'examples' + - scikit-image >=0.17.2 ; extra == 'examples' + - pandas >=1.1.5 ; extra == 'examples' + - seaborn >=0.9.0 ; extra == 'examples' + - pooch >=1.6.0 ; extra == 'examples' + - plotly >=5.14.0 ; extra == 'examples' + - matplotlib >=3.3.4 ; extra == 'tests' + - scikit-image >=0.17.2 ; extra == 'tests' + - pandas >=1.1.5 ; extra == 'tests' + - pytest >=7.1.2 ; extra == 'tests' + - pytest-cov >=2.9.0 ; extra == 'tests' + - ruff >=0.0.272 ; extra == 'tests' + - black >=23.3.0 ; extra == 'tests' + - mypy >=1.3 ; extra == 'tests' + - pyamg >=4.0.0 ; extra == 'tests' + - polars >=0.19.12 ; extra == 'tests' + - pyarrow >=12.0.0 ; extra == 'tests' + - numpydoc >=1.2.0 ; extra == 'tests' + - pooch >=1.6.0 ; extra == 'tests' requires_python: '>=3.9' - kind: pypi name: scikit-learn @@ -18988,46 +18905,46 @@ packages: url: https://files.pythonhosted.org/packages/79/3d/02d5d3ed359498fec3abdf65407d3c07e3b8765af17464969055aaec5171/scikit_learn-1.4.2-cp311-cp311-win_amd64.whl sha256: 5cd7b524115499b18b63f0c96f4224eb885564937a0b3477531b2b63ce331904 requires_dist: - - numpy>=1.19.5 - - scipy>=1.6.0 - - joblib>=1.2.0 - - threadpoolctl>=2.0.0 - - matplotlib>=3.3.4 ; extra == 'benchmark' - - pandas>=1.1.5 ; extra == 'benchmark' - - memory-profiler>=0.57.0 ; extra == 'benchmark' - - matplotlib>=3.3.4 ; extra == 'docs' - - scikit-image>=0.17.2 ; extra == 'docs' - - pandas>=1.1.5 ; extra == 'docs' - - seaborn>=0.9.0 ; extra == 'docs' - - memory-profiler>=0.57.0 ; extra == 'docs' - - sphinx>=6.0.0 ; extra == 'docs' - - sphinx-copybutton>=0.5.2 ; extra == 'docs' - - sphinx-gallery>=0.15.0 ; extra == 'docs' - - numpydoc>=1.2.0 ; extra == 'docs' - - pillow>=7.1.2 ; extra == 'docs' - - pooch>=1.6.0 ; extra == 'docs' - - sphinx-prompt>=1.3.0 ; extra == 'docs' - - sphinxext-opengraph>=0.4.2 ; extra == 'docs' - - plotly>=5.14.0 ; extra == 'docs' - - matplotlib>=3.3.4 ; extra == 'examples' - - scikit-image>=0.17.2 ; extra == 'examples' - - pandas>=1.1.5 ; extra == 'examples' - - seaborn>=0.9.0 ; extra == 'examples' - - pooch>=1.6.0 ; extra == 'examples' - - plotly>=5.14.0 ; extra == 'examples' - - matplotlib>=3.3.4 ; extra == 'tests' - - scikit-image>=0.17.2 ; extra == 'tests' - - pandas>=1.1.5 ; extra == 'tests' - - pytest>=7.1.2 ; extra == 'tests' - - pytest-cov>=2.9.0 ; extra == 'tests' - - ruff>=0.0.272 ; extra == 'tests' - - black>=23.3.0 ; extra == 'tests' - - mypy>=1.3 ; extra == 'tests' - - pyamg>=4.0.0 ; extra == 'tests' - - polars>=0.19.12 ; extra == 'tests' - - pyarrow>=12.0.0 ; extra == 'tests' - - numpydoc>=1.2.0 ; extra == 'tests' - - pooch>=1.6.0 ; extra == 'tests' + - numpy >=1.19.5 + - scipy >=1.6.0 + - joblib >=1.2.0 + - threadpoolctl >=2.0.0 + - matplotlib >=3.3.4 ; extra == 'benchmark' + - pandas >=1.1.5 ; extra == 'benchmark' + - memory-profiler >=0.57.0 ; extra == 'benchmark' + - matplotlib >=3.3.4 ; extra == 'docs' + - scikit-image >=0.17.2 ; extra == 'docs' + - pandas >=1.1.5 ; extra == 'docs' + - seaborn >=0.9.0 ; extra == 'docs' + - memory-profiler >=0.57.0 ; extra == 'docs' + - sphinx >=6.0.0 ; extra == 'docs' + - sphinx-copybutton >=0.5.2 ; extra == 'docs' + - sphinx-gallery >=0.15.0 ; extra == 'docs' + - numpydoc >=1.2.0 ; extra == 'docs' + - pillow >=7.1.2 ; extra == 'docs' + - pooch >=1.6.0 ; extra == 'docs' + - sphinx-prompt >=1.3.0 ; extra == 'docs' + - sphinxext-opengraph >=0.4.2 ; extra == 'docs' + - plotly >=5.14.0 ; extra == 'docs' + - matplotlib >=3.3.4 ; extra == 'examples' + - scikit-image >=0.17.2 ; extra == 'examples' + - pandas >=1.1.5 ; extra == 'examples' + - seaborn >=0.9.0 ; extra == 'examples' + - pooch >=1.6.0 ; extra == 'examples' + - plotly >=5.14.0 ; extra == 'examples' + - matplotlib >=3.3.4 ; extra == 'tests' + - scikit-image >=0.17.2 ; extra == 'tests' + - pandas >=1.1.5 ; extra == 'tests' + - pytest >=7.1.2 ; extra == 'tests' + - pytest-cov >=2.9.0 ; extra == 'tests' + - ruff >=0.0.272 ; extra == 'tests' + - black >=23.3.0 ; extra == 'tests' + - mypy >=1.3 ; extra == 'tests' + - pyamg >=4.0.0 ; extra == 'tests' + - polars >=0.19.12 ; extra == 'tests' + - pyarrow >=12.0.0 ; extra == 'tests' + - numpydoc >=1.2.0 ; extra == 'tests' + - pooch >=1.6.0 ; extra == 'tests' requires_python: '>=3.9' - kind: pypi name: scikit-learn @@ -19035,46 +18952,46 @@ packages: url: https://files.pythonhosted.org/packages/4e/53/14405a47292b59235d811a2af8634aba188ccfd1a38ef4b8042f3447d79a/scikit_learn-1.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 44c62f2b124848a28fd695db5bc4da019287abf390bfce602ddc8aa1ec186aae requires_dist: - - numpy>=1.19.5 - - scipy>=1.6.0 - - joblib>=1.2.0 - - threadpoolctl>=2.0.0 - - matplotlib>=3.3.4 ; extra == 'benchmark' - - pandas>=1.1.5 ; extra == 'benchmark' - - memory-profiler>=0.57.0 ; extra == 'benchmark' - - matplotlib>=3.3.4 ; extra == 'docs' - - scikit-image>=0.17.2 ; extra == 'docs' - - pandas>=1.1.5 ; extra == 'docs' - - seaborn>=0.9.0 ; extra == 'docs' - - memory-profiler>=0.57.0 ; extra == 'docs' - - sphinx>=6.0.0 ; extra == 'docs' - - sphinx-copybutton>=0.5.2 ; extra == 'docs' - - sphinx-gallery>=0.15.0 ; extra == 'docs' - - numpydoc>=1.2.0 ; extra == 'docs' - - pillow>=7.1.2 ; extra == 'docs' - - pooch>=1.6.0 ; extra == 'docs' - - sphinx-prompt>=1.3.0 ; extra == 'docs' - - sphinxext-opengraph>=0.4.2 ; extra == 'docs' - - plotly>=5.14.0 ; extra == 'docs' - - matplotlib>=3.3.4 ; extra == 'examples' - - scikit-image>=0.17.2 ; extra == 'examples' - - pandas>=1.1.5 ; extra == 'examples' - - seaborn>=0.9.0 ; extra == 'examples' - - pooch>=1.6.0 ; extra == 'examples' - - plotly>=5.14.0 ; extra == 'examples' - - matplotlib>=3.3.4 ; extra == 'tests' - - scikit-image>=0.17.2 ; extra == 'tests' - - pandas>=1.1.5 ; extra == 'tests' - - pytest>=7.1.2 ; extra == 'tests' - - pytest-cov>=2.9.0 ; extra == 'tests' - - ruff>=0.0.272 ; extra == 'tests' - - black>=23.3.0 ; extra == 'tests' - - mypy>=1.3 ; extra == 'tests' - - pyamg>=4.0.0 ; extra == 'tests' - - polars>=0.19.12 ; extra == 'tests' - - pyarrow>=12.0.0 ; extra == 'tests' - - numpydoc>=1.2.0 ; extra == 'tests' - - pooch>=1.6.0 ; extra == 'tests' + - numpy >=1.19.5 + - scipy >=1.6.0 + - joblib >=1.2.0 + - threadpoolctl >=2.0.0 + - matplotlib >=3.3.4 ; extra == 'benchmark' + - pandas >=1.1.5 ; extra == 'benchmark' + - memory-profiler >=0.57.0 ; extra == 'benchmark' + - matplotlib >=3.3.4 ; extra == 'docs' + - scikit-image >=0.17.2 ; extra == 'docs' + - pandas >=1.1.5 ; extra == 'docs' + - seaborn >=0.9.0 ; extra == 'docs' + - memory-profiler >=0.57.0 ; extra == 'docs' + - sphinx >=6.0.0 ; extra == 'docs' + - sphinx-copybutton >=0.5.2 ; extra == 'docs' + - sphinx-gallery >=0.15.0 ; extra == 'docs' + - numpydoc >=1.2.0 ; extra == 'docs' + - pillow >=7.1.2 ; extra == 'docs' + - pooch >=1.6.0 ; extra == 'docs' + - sphinx-prompt >=1.3.0 ; extra == 'docs' + - sphinxext-opengraph >=0.4.2 ; extra == 'docs' + - plotly >=5.14.0 ; extra == 'docs' + - matplotlib >=3.3.4 ; extra == 'examples' + - scikit-image >=0.17.2 ; extra == 'examples' + - pandas >=1.1.5 ; extra == 'examples' + - seaborn >=0.9.0 ; extra == 'examples' + - pooch >=1.6.0 ; extra == 'examples' + - plotly >=5.14.0 ; extra == 'examples' + - matplotlib >=3.3.4 ; extra == 'tests' + - scikit-image >=0.17.2 ; extra == 'tests' + - pandas >=1.1.5 ; extra == 'tests' + - pytest >=7.1.2 ; extra == 'tests' + - pytest-cov >=2.9.0 ; extra == 'tests' + - ruff >=0.0.272 ; extra == 'tests' + - black >=23.3.0 ; extra == 'tests' + - mypy >=1.3 ; extra == 'tests' + - pyamg >=4.0.0 ; extra == 'tests' + - polars >=0.19.12 ; extra == 'tests' + - pyarrow >=12.0.0 ; extra == 'tests' + - numpydoc >=1.2.0 ; extra == 'tests' + - pooch >=1.6.0 ; extra == 'tests' requires_python: '>=3.9' - kind: pypi name: scipy @@ -19082,7 +18999,7 @@ packages: url: https://files.pythonhosted.org/packages/51/b6/188c8974d747b2998d672040c5b62a635a72240c515dc4577a28e1dedc80/scipy-1.13.0-cp311-cp311-macosx_12_0_arm64.whl sha256: 5e4a756355522eb60fcd61f8372ac2549073c8788f6114449b37e9e8104f15a5 requires_dist: - - numpy<2.3,>=1.22.4 + - numpy <2.3, >=1.22.4 - pytest ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-timeout ; extra == 'test' @@ -19093,26 +19010,26 @@ packages: - threadpoolctl ; extra == 'test' - scikit-umfpack ; extra == 'test' - pooch ; extra == 'test' - - hypothesis>=6.30 ; extra == 'test' + - hypothesis >=6.30 ; extra == 'test' - array-api-strict ; extra == 'test' - - sphinx>=5.0.0 ; extra == 'doc' - - pydata-sphinx-theme>=0.15.2 ; extra == 'doc' - - sphinx-design>=0.4.0 ; extra == 'doc' - - matplotlib>=3.5 ; extra == 'doc' + - sphinx >=5.0.0 ; extra == 'doc' + - pydata-sphinx-theme >=0.15.2 ; extra == 'doc' + - sphinx-design >=0.4.0 ; extra == 'doc' + - matplotlib >=3.5 ; extra == 'doc' - numpydoc ; extra == 'doc' - jupytext ; extra == 'doc' - myst-nb ; extra == 'doc' - pooch ; extra == 'doc' - - jupyterlite-sphinx>=0.12.0 ; extra == 'doc' + - jupyterlite-sphinx >=0.12.0 ; extra == 'doc' - jupyterlite-pyodide-kernel ; extra == 'doc' - mypy ; extra == 'dev' - typing-extensions ; extra == 'dev' - types-psutil ; extra == 'dev' - pycodestyle ; extra == 'dev' - ruff ; extra == 'dev' - - cython-lint>=0.12.2 ; extra == 'dev' + - cython-lint >=0.12.2 ; extra == 'dev' - rich-click ; extra == 'dev' - - doit>=0.36.0 ; extra == 'dev' + - doit >=0.36.0 ; extra == 'dev' - pydevtool ; extra == 'dev' requires_python: '>=3.9' - kind: pypi @@ -19121,7 +19038,7 @@ packages: url: https://files.pythonhosted.org/packages/be/e3/236639c51636ec7e678f2aa608fe89acb9d02ef64e1fe1d8eb40373bc62b/scipy-1.13.0-cp311-cp311-macosx_10_9_x86_64.whl sha256: 0fbcf8abaf5aa2dc8d6400566c1a727aed338b5fe880cde64907596a89d576fa requires_dist: - - numpy<2.3,>=1.22.4 + - numpy <2.3, >=1.22.4 - pytest ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-timeout ; extra == 'test' @@ -19132,26 +19049,26 @@ packages: - threadpoolctl ; extra == 'test' - scikit-umfpack ; extra == 'test' - pooch ; extra == 'test' - - hypothesis>=6.30 ; extra == 'test' + - hypothesis >=6.30 ; extra == 'test' - array-api-strict ; extra == 'test' - - sphinx>=5.0.0 ; extra == 'doc' - - pydata-sphinx-theme>=0.15.2 ; extra == 'doc' - - sphinx-design>=0.4.0 ; extra == 'doc' - - matplotlib>=3.5 ; extra == 'doc' + - sphinx >=5.0.0 ; extra == 'doc' + - pydata-sphinx-theme >=0.15.2 ; extra == 'doc' + - sphinx-design >=0.4.0 ; extra == 'doc' + - matplotlib >=3.5 ; extra == 'doc' - numpydoc ; extra == 'doc' - jupytext ; extra == 'doc' - myst-nb ; extra == 'doc' - pooch ; extra == 'doc' - - jupyterlite-sphinx>=0.12.0 ; extra == 'doc' + - jupyterlite-sphinx >=0.12.0 ; extra == 'doc' - jupyterlite-pyodide-kernel ; extra == 'doc' - mypy ; extra == 'dev' - typing-extensions ; extra == 'dev' - types-psutil ; extra == 'dev' - pycodestyle ; extra == 'dev' - ruff ; extra == 'dev' - - cython-lint>=0.12.2 ; extra == 'dev' + - cython-lint >=0.12.2 ; extra == 'dev' - rich-click ; extra == 'dev' - - doit>=0.36.0 ; extra == 'dev' + - doit >=0.36.0 ; extra == 'dev' - pydevtool ; extra == 'dev' requires_python: '>=3.9' - kind: pypi @@ -19160,7 +19077,7 @@ packages: url: https://files.pythonhosted.org/packages/d4/a1/d4adf25b6d2bef8d0ad1682829dcfcba97f3f96bb5b6f137bc3e41003cc7/scipy-1.13.0-cp311-cp311-win_amd64.whl sha256: a2f471de4d01200718b2b8927f7d76b5d9bde18047ea0fa8bd15c5ba3f26a1d6 requires_dist: - - numpy<2.3,>=1.22.4 + - numpy <2.3, >=1.22.4 - pytest ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-timeout ; extra == 'test' @@ -19171,26 +19088,26 @@ packages: - threadpoolctl ; extra == 'test' - scikit-umfpack ; extra == 'test' - pooch ; extra == 'test' - - hypothesis>=6.30 ; extra == 'test' + - hypothesis >=6.30 ; extra == 'test' - array-api-strict ; extra == 'test' - - sphinx>=5.0.0 ; extra == 'doc' - - pydata-sphinx-theme>=0.15.2 ; extra == 'doc' - - sphinx-design>=0.4.0 ; extra == 'doc' - - matplotlib>=3.5 ; extra == 'doc' + - sphinx >=5.0.0 ; extra == 'doc' + - pydata-sphinx-theme >=0.15.2 ; extra == 'doc' + - sphinx-design >=0.4.0 ; extra == 'doc' + - matplotlib >=3.5 ; extra == 'doc' - numpydoc ; extra == 'doc' - jupytext ; extra == 'doc' - myst-nb ; extra == 'doc' - pooch ; extra == 'doc' - - jupyterlite-sphinx>=0.12.0 ; extra == 'doc' + - jupyterlite-sphinx >=0.12.0 ; extra == 'doc' - jupyterlite-pyodide-kernel ; extra == 'doc' - mypy ; extra == 'dev' - typing-extensions ; extra == 'dev' - types-psutil ; extra == 'dev' - pycodestyle ; extra == 'dev' - ruff ; extra == 'dev' - - cython-lint>=0.12.2 ; extra == 'dev' + - cython-lint >=0.12.2 ; extra == 'dev' - rich-click ; extra == 'dev' - - doit>=0.36.0 ; extra == 'dev' + - doit >=0.36.0 ; extra == 'dev' - pydevtool ; extra == 'dev' requires_python: '>=3.9' - kind: pypi @@ -19199,7 +19116,7 @@ packages: url: https://files.pythonhosted.org/packages/e8/fb/e5955e2ddbdf2baee461eb53ec8d0adedd20a6dfc5510ef8d5e7e44ba461/scipy-1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 9ff7dad5d24a8045d836671e082a490848e8639cabb3dbdacb29f943a678683d requires_dist: - - numpy<2.3,>=1.22.4 + - numpy <2.3, >=1.22.4 - pytest ; extra == 'test' - pytest-cov ; extra == 'test' - pytest-timeout ; extra == 'test' @@ -19210,26 +19127,26 @@ packages: - threadpoolctl ; extra == 'test' - scikit-umfpack ; extra == 'test' - pooch ; extra == 'test' - - hypothesis>=6.30 ; extra == 'test' + - hypothesis >=6.30 ; extra == 'test' - array-api-strict ; extra == 'test' - - sphinx>=5.0.0 ; extra == 'doc' - - pydata-sphinx-theme>=0.15.2 ; extra == 'doc' - - sphinx-design>=0.4.0 ; extra == 'doc' - - matplotlib>=3.5 ; extra == 'doc' + - sphinx >=5.0.0 ; extra == 'doc' + - pydata-sphinx-theme >=0.15.2 ; extra == 'doc' + - sphinx-design >=0.4.0 ; extra == 'doc' + - matplotlib >=3.5 ; extra == 'doc' - numpydoc ; extra == 'doc' - jupytext ; extra == 'doc' - myst-nb ; extra == 'doc' - pooch ; extra == 'doc' - - jupyterlite-sphinx>=0.12.0 ; extra == 'doc' + - jupyterlite-sphinx >=0.12.0 ; extra == 'doc' - jupyterlite-pyodide-kernel ; extra == 'doc' - mypy ; extra == 'dev' - typing-extensions ; extra == 'dev' - types-psutil ; extra == 'dev' - pycodestyle ; extra == 'dev' - ruff ; extra == 'dev' - - cython-lint>=0.12.2 ; extra == 'dev' + - cython-lint >=0.12.2 ; extra == 'dev' - rich-click ; extra == 'dev' - - doit>=0.36.0 ; extra == 'dev' + - doit >=0.36.0 ; extra == 'dev' - pydevtool ; extra == 'dev' requires_python: '>=3.9' - kind: pypi @@ -19252,11 +19169,11 @@ packages: path: examples/python/segment_anything_model sha256: 753b1345fb994adb562c3eb8199c98f90cea10ac5f5a394575854d959ba22424 requires_dist: - - segment-anything @ git+https://github.com/facebookresearch/segment-anything.git - numpy - opencv-python - - requests>=2.31,<3 + - requests <3, >=2.31 - rerun-sdk + - segment-anything @ git+https://github.com/facebookresearch/segment-anything.git - torch - torchvision - tqdm @@ -19301,8 +19218,8 @@ packages: url: https://files.pythonhosted.org/packages/2a/fb/e3f72b10a90e26bb1a92a38b3f30f3074ebac6d532f87848ac09c3e8a73b/shapely-2.0.4-cp311-cp311-macosx_11_0_arm64.whl sha256: 58b0ecc505bbe49a99551eea3f2e8a9b3b24b3edd2a4de1ac0dc17bc75c9ec07 requires_dist: - - numpy<3,>=1.14 - - numpydoc==1.1.* ; extra == 'docs' + - numpy <3, >=1.14 + - numpydoc ==1.1.* ; extra == 'docs' - matplotlib ; extra == 'docs' - sphinx ; extra == 'docs' - sphinx-book-theme ; extra == 'docs' @@ -19316,8 +19233,8 @@ packages: url: https://files.pythonhosted.org/packages/93/fd/b205661ed60294a344406fb04227042fcede9501e81ee1e7018e9159455a/shapely-2.0.4-cp311-cp311-macosx_10_9_x86_64.whl sha256: 7d56ce3e2a6a556b59a288771cf9d091470116867e578bebced8bfc4147fbfd7 requires_dist: - - numpy<3,>=1.14 - - numpydoc==1.1.* ; extra == 'docs' + - numpy <3, >=1.14 + - numpydoc ==1.1.* ; extra == 'docs' - matplotlib ; extra == 'docs' - sphinx ; extra == 'docs' - sphinx-book-theme ; extra == 'docs' @@ -19331,8 +19248,8 @@ packages: url: https://files.pythonhosted.org/packages/6a/5c/3330f499ca860f0b92db4ceaebd7090096a83c1ea3ae7d8d4c6111761b82/shapely-2.0.4-cp311-cp311-win_amd64.whl sha256: c52ed79f683f721b69a10fb9e3d940a468203f5054927215586c5d49a072de8d requires_dist: - - numpy<3,>=1.14 - - numpydoc==1.1.* ; extra == 'docs' + - numpy <3, >=1.14 + - numpydoc ==1.1.* ; extra == 'docs' - matplotlib ; extra == 'docs' - sphinx ; extra == 'docs' - sphinx-book-theme ; extra == 'docs' @@ -19346,8 +19263,8 @@ packages: url: https://files.pythonhosted.org/packages/d5/fb/bcf6a8164ed307c99f1a8fabe5acd86ac99a33f52530a3ca84b0936f95bd/shapely-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: 4310b5494271e18580d61022c0857eb85d30510d88606fa3b8314790df7f367d requires_dist: - - numpy<3,>=1.14 - - numpydoc==1.1.* ; extra == 'docs' + - numpy <3, >=1.14 + - numpydoc ==1.1.* ; extra == 'docs' - matplotlib ; extra == 'docs' - sphinx ; extra == 'docs' - sphinx-book-theme ; extra == 'docs' @@ -19371,10 +19288,10 @@ packages: requires_dist: - mesh-to-sdf @ git+https://github.com/marian42/mesh_to_sdf.git - numpy - - requests>=2.31,<3 + - requests <3, >=2.31 - rerun-sdk - - scikit-learn>=1.1.3 - - trimesh==3.15.2 + - scikit-learn >=1.1.3 + - trimesh ==3.15.2 editable: true - kind: conda name: sigtool @@ -19512,7 +19429,7 @@ packages: url: https://files.pythonhosted.org/packages/24/5a/c0b9066fcaf783054b3f35254938dcba2d8cf02576ebdc56b6b4e85661f2/sounddevice-0.4.6-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl sha256: 8b0b806c205dd3e3cd5a97262b2482624fd21db7d47083b887090148a08051c8 requires_dist: - - cffi>=1.0 + - cffi >=1.0 - numpy ; extra == 'numpy' requires_python: '>=3.7' - kind: pypi @@ -19521,7 +19438,7 @@ packages: url: https://files.pythonhosted.org/packages/39/ae/5e84220bfca4256e4ca2a62a174636089ab6ff671b5f9ddd7e8238587acd/sounddevice-0.4.6-py3-none-win_amd64.whl sha256: 7830d4f8f8570f2e5552942f81d96999c5fcd9a0b682d6fc5d5c5529df23be2c requires_dist: - - cffi>=1.0 + - cffi >=1.0 - numpy ; extra == 'numpy' requires_python: '>=3.7' - kind: pypi @@ -19530,7 +19447,7 @@ packages: url: https://files.pythonhosted.org/packages/d7/d5/f0a0aba169f23657c7af3f0c878db7413a9a3b113026fc759862a697c611/sounddevice-0.4.6-py3-none-any.whl sha256: 5de768ba6fe56ad2b5aaa2eea794b76b73e427961c95acad2ee2ed7f866a4b20 requires_dist: - - cffi>=1.0 + - cffi >=1.0 - numpy ; extra == 'numpy' requires_python: '>=3.7' - kind: pypi @@ -19545,9 +19462,9 @@ packages: url: https://files.pythonhosted.org/packages/89/d2/4642eb80e3c5a9a00bf8a2ae5cb9390aadfd2a491f161d26a014afa63c4a/sphobjinv-2.3.1-py3-none-any.whl sha256: f3efe68bb0ba6e32cb50df064fe6349b8f94681589b400dea753a2860dd576b5 requires_dist: - - attrs>=19.2 + - attrs >=19.2 - certifi - - jsonschema>=3.0 + - jsonschema >=3.0 requires_python: '>=3.6' - kind: pypi name: stdio @@ -19568,9 +19485,9 @@ packages: path: examples/python/structure_from_motion sha256: b20b79aa7bb2b4225b37d3cb28872a70dc7e9ab2ca9ab138b90d60fc8d7b4c15 requires_dist: - - opencv-python>4.6 - numpy - - requests>=2.31,<3 + - opencv-python >4.6 + - requests <3, >=2.31 - rerun-sdk - tqdm editable: true @@ -19580,7 +19497,7 @@ packages: url: https://files.pythonhosted.org/packages/d2/05/e6600db80270777c4a64238a98d442f0fd07cc8915be2a1c16da7f2b9e74/sympy-1.12-py3-none-any.whl sha256: c3588cd4295d0c0f603d0f2ae780587e64e2efeedb3521e46b9bb1d08d184fa5 requires_dist: - - mpmath>=0.19 + - mpmath >=0.19 requires_python: '>=3.8' - kind: conda name: sysroot_linux-64 @@ -19750,7 +19667,7 @@ packages: sha256: 72643b5c9ef886669a00a659c9fd60a81f220d2fb6572d184c3e147435ccec43 requires_dist: - numpy - - imagecodecs>=2023.8.12 ; extra == 'all' + - imagecodecs >=2023.8.12 ; extra == 'all' - matplotlib ; extra == 'all' - defusedxml ; extra == 'all' - lxml ; extra == 'all' @@ -19763,7 +19680,7 @@ packages: url: https://files.pythonhosted.org/packages/76/aa/4b54f6047c442883243f68f6f9e3a0ab77aaae4b3e6e51a98b371e73dd77/timm-0.9.11-py3-none-any.whl sha256: 02bba56786633ff46b55ee0ce3b991fa85375556844e500ad18e6b12921dc3da requires_dist: - - torch>=1.7 + - torch >=1.7 - torchvision - pyyaml - huggingface-hub @@ -19853,12 +19770,12 @@ packages: url: https://files.pythonhosted.org/packages/90/79/d17a0f491d10817cd30f1121a07aa09c8e97a81114b116e473baf1577f09/tokenizers-0.19.1-cp311-cp311-macosx_11_0_arm64.whl sha256: ddf672ed719b4ed82b51499100f5417d7d9f6fb05a65e232249268f35de5ed14 requires_dist: - - huggingface-hub>=0.16.4,<1.0 + - huggingface-hub >=0.16.4, <1.0 - pytest ; extra == 'testing' - requests ; extra == 'testing' - numpy ; extra == 'testing' - datasets ; extra == 'testing' - - black==22.3 ; extra == 'testing' + - black ==22.3 ; extra == 'testing' - ruff ; extra == 'testing' - sphinx ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' @@ -19871,12 +19788,12 @@ packages: url: https://files.pythonhosted.org/packages/c8/d6/6e1d728d765eb4102767f071bf7f6439ab10d7f4a975c9217db65715207a/tokenizers-0.19.1-cp311-cp311-macosx_10_12_x86_64.whl sha256: 5c88d1481f1882c2e53e6bb06491e474e420d9ac7bdff172610c4f9ad3898059 requires_dist: - - huggingface-hub>=0.16.4,<1.0 + - huggingface-hub >=0.16.4, <1.0 - pytest ; extra == 'testing' - requests ; extra == 'testing' - numpy ; extra == 'testing' - datasets ; extra == 'testing' - - black==22.3 ; extra == 'testing' + - black ==22.3 ; extra == 'testing' - ruff ; extra == 'testing' - sphinx ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' @@ -19889,12 +19806,12 @@ packages: url: https://files.pythonhosted.org/packages/65/8e/6d7d72b28f22c422cff8beae10ac3c2e4376b9be721ef8167b7eecd1da62/tokenizers-0.19.1-cp311-none-win_amd64.whl sha256: ad57d59341710b94a7d9dbea13f5c1e7d76fd8d9bcd944a7a6ab0b0da6e0cc66 requires_dist: - - huggingface-hub>=0.16.4,<1.0 + - huggingface-hub >=0.16.4, <1.0 - pytest ; extra == 'testing' - requests ; extra == 'testing' - numpy ; extra == 'testing' - datasets ; extra == 'testing' - - black==22.3 ; extra == 'testing' + - black ==22.3 ; extra == 'testing' - ruff ; extra == 'testing' - sphinx ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' @@ -19907,12 +19824,12 @@ packages: url: https://files.pythonhosted.org/packages/a7/03/fb50fc03f86016b227a967c8d474f90230c885c0d18f78acdfda7a96ce56/tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl sha256: d16ff18907f4909dca9b076b9c2d899114dd6abceeb074eca0c93e2353f943aa requires_dist: - - huggingface-hub>=0.16.4,<1.0 + - huggingface-hub >=0.16.4, <1.0 - pytest ; extra == 'testing' - requests ; extra == 'testing' - numpy ; extra == 'testing' - datasets ; extra == 'testing' - - black==22.3 ; extra == 'testing' + - black ==22.3 ; extra == 'testing' - ruff ; extra == 'testing' - sphinx ; extra == 'docs' - sphinx-rtd-theme ; extra == 'docs' @@ -19960,133 +19877,133 @@ packages: sha256: 32827fa1fbe5da8851686256b4cd94cc7b11be962862c2293811c94eea9457bf requires_dist: - filelock - - typing-extensions>=4.8.0 + - typing-extensions >=4.8.0 - sympy - networkx - jinja2 - fsspec - - nvidia-cuda-nvrtc-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cuda-runtime-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cuda-cupti-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cudnn-cu12==8.9.2.26 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cublas-cu12==12.1.3.1 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cufft-cu12==11.0.2.54 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-curand-cu12==10.3.2.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cusolver-cu12==11.4.5.107 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cusparse-cu12==12.1.0.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-nccl-cu12==2.19.3 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-nvtx-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - triton==2.2.0 ; platform_system == 'Linux' and platform_machine == 'x86_64' and python_version < '3.12' - - opt-einsum>=3.3 ; extra == 'opt-einsum' - - optree>=0.9.1 ; extra == 'optree' + - nvidia-cuda-nvrtc-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cuda-runtime-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cuda-cupti-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cudnn-cu12 ==8.9.2.26 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cublas-cu12 ==12.1.3.1 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cufft-cu12 ==11.0.2.54 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-curand-cu12 ==10.3.2.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cusolver-cu12 ==11.4.5.107 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cusparse-cu12 ==12.1.0.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-nccl-cu12 ==2.19.3 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-nvtx-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - triton ==2.2.0 ; platform_system == 'Linux' and platform_machine == 'x86_64' and python_version < '3.12' + - opt-einsum >=3.3 ; extra == 'opt-einsum' + - optree >=0.9.1 ; extra == 'optree' requires_python: '>=3.8.0' - kind: pypi name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/96/23/18b9c16c18a77755e7f15173821c7100f11e6b3b7717bea8d729bdeb92c0/torch-2.2.2-cp311-none-macosx_11_0_arm64.whl - sha256: 49aa4126ede714c5aeef7ae92969b4b0bbe67f19665106463c39f22e0a1860d1 + url: https://files.pythonhosted.org/packages/5c/01/5ab75f138bf32d7a69df61e4997e24eccad87cc009f5fb7e2a31af8a4036/torch-2.2.2-cp311-cp311-win_amd64.whl + sha256: f9ef0a648310435511e76905f9b89612e45ef2c8b023bee294f5e6f7e73a3e7c requires_dist: - filelock - - typing-extensions>=4.8.0 + - typing-extensions >=4.8.0 - sympy - networkx - jinja2 - fsspec - - nvidia-cuda-nvrtc-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cuda-runtime-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cuda-cupti-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cudnn-cu12==8.9.2.26 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cublas-cu12==12.1.3.1 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cufft-cu12==11.0.2.54 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-curand-cu12==10.3.2.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cusolver-cu12==11.4.5.107 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cusparse-cu12==12.1.0.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-nccl-cu12==2.19.3 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-nvtx-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - triton==2.2.0 ; platform_system == 'Linux' and platform_machine == 'x86_64' and python_version < '3.12' - - opt-einsum>=3.3 ; extra == 'opt-einsum' - - optree>=0.9.1 ; extra == 'optree' + - nvidia-cuda-nvrtc-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cuda-runtime-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cuda-cupti-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cudnn-cu12 ==8.9.2.26 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cublas-cu12 ==12.1.3.1 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cufft-cu12 ==11.0.2.54 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-curand-cu12 ==10.3.2.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cusolver-cu12 ==11.4.5.107 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cusparse-cu12 ==12.1.0.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-nccl-cu12 ==2.19.3 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-nvtx-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - triton ==2.2.0 ; platform_system == 'Linux' and platform_machine == 'x86_64' and python_version < '3.12' + - opt-einsum >=3.3 ; extra == 'opt-einsum' + - optree >=0.9.1 ; extra == 'optree' requires_python: '>=3.8.0' - kind: pypi name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/c3/33/d7a6123231bd4d04c7005dde8507235772f3bc4622a25f3a88c016415d49/torch-2.2.2-cp311-cp311-manylinux1_x86_64.whl - sha256: ad4c03b786e074f46606f4151c0a1e3740268bcf29fbd2fdf6666d66341c1dcb + url: https://files.pythonhosted.org/packages/96/23/18b9c16c18a77755e7f15173821c7100f11e6b3b7717bea8d729bdeb92c0/torch-2.2.2-cp311-none-macosx_11_0_arm64.whl + sha256: 49aa4126ede714c5aeef7ae92969b4b0bbe67f19665106463c39f22e0a1860d1 requires_dist: - filelock - - typing-extensions>=4.8.0 + - typing-extensions >=4.8.0 - sympy - networkx - jinja2 - fsspec - - nvidia-cuda-nvrtc-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cuda-runtime-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cuda-cupti-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cudnn-cu12==8.9.2.26 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cublas-cu12==12.1.3.1 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cufft-cu12==11.0.2.54 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-curand-cu12==10.3.2.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cusolver-cu12==11.4.5.107 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cusparse-cu12==12.1.0.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-nccl-cu12==2.19.3 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-nvtx-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - triton==2.2.0 ; platform_system == 'Linux' and platform_machine == 'x86_64' and python_version < '3.12' - - opt-einsum>=3.3 ; extra == 'opt-einsum' - - optree>=0.9.1 ; extra == 'optree' + - nvidia-cuda-nvrtc-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cuda-runtime-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cuda-cupti-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cudnn-cu12 ==8.9.2.26 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cublas-cu12 ==12.1.3.1 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cufft-cu12 ==11.0.2.54 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-curand-cu12 ==10.3.2.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cusolver-cu12 ==11.4.5.107 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cusparse-cu12 ==12.1.0.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-nccl-cu12 ==2.19.3 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-nvtx-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - triton ==2.2.0 ; platform_system == 'Linux' and platform_machine == 'x86_64' and python_version < '3.12' + - opt-einsum >=3.3 ; extra == 'opt-einsum' + - optree >=0.9.1 ; extra == 'optree' requires_python: '>=3.8.0' - kind: pypi name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/3f/14/e105b8ef6d324e789c1589e95cb0ab63f3e07c2216d68b1178b7c21b7d2a/torch-2.2.2-cp311-none-macosx_10_9_x86_64.whl - sha256: 95b9b44f3bcebd8b6cd8d37ec802048c872d9c567ba52c894bba90863a439059 + url: https://files.pythonhosted.org/packages/c3/33/d7a6123231bd4d04c7005dde8507235772f3bc4622a25f3a88c016415d49/torch-2.2.2-cp311-cp311-manylinux1_x86_64.whl + sha256: ad4c03b786e074f46606f4151c0a1e3740268bcf29fbd2fdf6666d66341c1dcb requires_dist: - filelock - - typing-extensions>=4.8.0 + - typing-extensions >=4.8.0 - sympy - networkx - jinja2 - fsspec - - nvidia-cuda-nvrtc-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cuda-runtime-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cuda-cupti-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cudnn-cu12==8.9.2.26 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cublas-cu12==12.1.3.1 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cufft-cu12==11.0.2.54 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-curand-cu12==10.3.2.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cusolver-cu12==11.4.5.107 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cusparse-cu12==12.1.0.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-nccl-cu12==2.19.3 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-nvtx-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - triton==2.2.0 ; platform_system == 'Linux' and platform_machine == 'x86_64' and python_version < '3.12' - - opt-einsum>=3.3 ; extra == 'opt-einsum' - - optree>=0.9.1 ; extra == 'optree' + - nvidia-cuda-nvrtc-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cuda-runtime-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cuda-cupti-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cudnn-cu12 ==8.9.2.26 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cublas-cu12 ==12.1.3.1 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cufft-cu12 ==11.0.2.54 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-curand-cu12 ==10.3.2.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cusolver-cu12 ==11.4.5.107 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cusparse-cu12 ==12.1.0.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-nccl-cu12 ==2.19.3 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-nvtx-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - triton ==2.2.0 ; platform_system == 'Linux' and platform_machine == 'x86_64' and python_version < '3.12' + - opt-einsum >=3.3 ; extra == 'opt-einsum' + - optree >=0.9.1 ; extra == 'optree' requires_python: '>=3.8.0' - kind: pypi name: torch version: 2.2.2 - url: https://files.pythonhosted.org/packages/5c/01/5ab75f138bf32d7a69df61e4997e24eccad87cc009f5fb7e2a31af8a4036/torch-2.2.2-cp311-cp311-win_amd64.whl - sha256: f9ef0a648310435511e76905f9b89612e45ef2c8b023bee294f5e6f7e73a3e7c + url: https://files.pythonhosted.org/packages/3f/14/e105b8ef6d324e789c1589e95cb0ab63f3e07c2216d68b1178b7c21b7d2a/torch-2.2.2-cp311-none-macosx_10_9_x86_64.whl + sha256: 95b9b44f3bcebd8b6cd8d37ec802048c872d9c567ba52c894bba90863a439059 requires_dist: - filelock - - typing-extensions>=4.8.0 + - typing-extensions >=4.8.0 - sympy - networkx - jinja2 - fsspec - - nvidia-cuda-nvrtc-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cuda-runtime-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cuda-cupti-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cudnn-cu12==8.9.2.26 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cublas-cu12==12.1.3.1 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cufft-cu12==11.0.2.54 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-curand-cu12==10.3.2.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cusolver-cu12==11.4.5.107 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-cusparse-cu12==12.1.0.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-nccl-cu12==2.19.3 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - nvidia-nvtx-cu12==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' - - triton==2.2.0 ; platform_system == 'Linux' and platform_machine == 'x86_64' and python_version < '3.12' - - opt-einsum>=3.3 ; extra == 'opt-einsum' - - optree>=0.9.1 ; extra == 'optree' + - nvidia-cuda-nvrtc-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cuda-runtime-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cuda-cupti-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cudnn-cu12 ==8.9.2.26 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cublas-cu12 ==12.1.3.1 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cufft-cu12 ==11.0.2.54 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-curand-cu12 ==10.3.2.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cusolver-cu12 ==11.4.5.107 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-cusparse-cu12 ==12.1.0.106 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-nccl-cu12 ==2.19.3 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - nvidia-nvtx-cu12 ==12.1.105 ; platform_system == 'Linux' and platform_machine == 'x86_64' + - triton ==2.2.0 ; platform_system == 'Linux' and platform_machine == 'x86_64' and python_version < '3.12' + - opt-einsum >=3.3 ; extra == 'opt-einsum' + - optree >=0.9.1 ; extra == 'optree' requires_python: '>=3.8.0' - kind: pypi name: torchvision @@ -20095,8 +20012,8 @@ packages: sha256: e031004a1bc432c980a7bd642f6c189a3efc316e423fc30b5569837166a4e28d requires_dist: - numpy - - torch==2.2.2 - - pillow!=8.3.*,>=5.3.0 + - torch ==2.2.2 + - pillow !=8.3.*, >=5.3.0 - scipy ; extra == 'scipy' requires_python: '>=3.8' - kind: pypi @@ -20106,8 +20023,8 @@ packages: sha256: 9b83e55ee7d0a1704f52b9c0ac87388e7a6d1d98a6bde7b0b35f9ab54d7bda54 requires_dist: - numpy - - torch==2.2.2 - - pillow!=8.3.*,>=5.3.0 + - torch ==2.2.2 + - pillow !=8.3.*, >=5.3.0 - scipy ; extra == 'scipy' requires_python: '>=3.8' - kind: pypi @@ -20117,8 +20034,8 @@ packages: sha256: 6835897df852fad1015e6a106c167c83848114cbcc7d86112384a973404e4431 requires_dist: - numpy - - torch==2.2.2 - - pillow!=8.3.*,>=5.3.0 + - torch ==2.2.2 + - pillow !=8.3.*, >=5.3.0 - scipy ; extra == 'scipy' requires_python: '>=3.8' - kind: pypi @@ -20128,8 +20045,8 @@ packages: sha256: 3bbc24b7713e8f22766992562547d8b4b10001208d372fe599255af84bfd1a69 requires_dist: - numpy - - torch==2.2.2 - - pillow!=8.3.*,>=5.3.0 + - torch ==2.2.2 + - pillow !=8.3.*, >=5.3.0 - scipy ; extra == 'scipy' requires_python: '>=3.8' - kind: pypi @@ -20139,11 +20056,11 @@ packages: sha256: 1ee4f8a893eb9bef51c6e35730cebf234d5d0b6bd112b0271e10ed7c24a02bd9 requires_dist: - colorama ; platform_system == 'Windows' - - pytest>=6 ; extra == 'dev' + - pytest >=6 ; extra == 'dev' - pytest-cov ; extra == 'dev' - pytest-timeout ; extra == 'dev' - pytest-xdist ; extra == 'dev' - - ipywidgets>=6 ; extra == 'notebook' + - ipywidgets >=6 ; extra == 'notebook' - slack-sdk ; extra == 'slack' - requests ; extra == 'telegram' requires_python: '>=3.7' @@ -20171,308 +20088,308 @@ packages: sha256: 92797ec3368ed4476a053529a4039a12ad09167d9e371981dda4afb4bdf590ac requires_dist: - filelock - - huggingface-hub<1.0,>=0.19.3 - - numpy>=1.17 - - packaging>=20.0 - - pyyaml>=5.1 - - regex!=2019.12.17 + - huggingface-hub <1.0, >=0.19.3 + - numpy >=1.17 + - packaging >=20.0 + - pyyaml >=5.1 + - regex !=2019.12.17 - requests - - tokenizers<0.20,>=0.19 - - safetensors>=0.4.1 - - tqdm>=4.27 - - accelerate>=0.21.0 ; extra == 'accelerate' + - tokenizers <0.20, >=0.19 + - safetensors >=0.4.1 + - tqdm >=4.27 + - accelerate >=0.21.0 ; extra == 'accelerate' - diffusers ; extra == 'agents' - - accelerate>=0.21.0 ; extra == 'agents' - - datasets!=2.5.0 ; extra == 'agents' + - accelerate >=0.21.0 ; extra == 'agents' + - datasets !=2.5.0 ; extra == 'agents' - torch ; extra == 'agents' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'agents' + - sentencepiece !=0.1.92, >=0.1.91 ; extra == 'agents' - opencv-python ; extra == 'agents' - - pillow<=15.0,>=10.0.1 ; extra == 'agents' - - tensorflow<2.16,>=2.6 ; extra == 'all' + - pillow <=15.0, >=10.0.1 ; extra == 'agents' + - tensorflow <2.16, >=2.6 ; extra == 'all' - onnxconverter-common ; extra == 'all' - tf2onnx ; extra == 'all' - - tensorflow-text<2.16 ; extra == 'all' - - keras-nlp>=0.3.1 ; extra == 'all' + - tensorflow-text <2.16 ; extra == 'all' + - keras-nlp >=0.3.1 ; extra == 'all' - torch ; extra == 'all' - - accelerate>=0.21.0 ; extra == 'all' - - jax<=0.4.13,>=0.4.1 ; extra == 'all' - - jaxlib<=0.4.13,>=0.4.1 ; extra == 'all' - - flax<=0.7.0,>=0.4.1 ; extra == 'all' - - optax<=0.1.4,>=0.0.8 ; extra == 'all' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'all' + - accelerate >=0.21.0 ; extra == 'all' + - jax <=0.4.13, >=0.4.1 ; extra == 'all' + - jaxlib <=0.4.13, >=0.4.1 ; extra == 'all' + - flax <=0.7.0, >=0.4.1 ; extra == 'all' + - optax <=0.1.4, >=0.0.8 ; extra == 'all' + - sentencepiece !=0.1.92, >=0.1.91 ; extra == 'all' - protobuf ; extra == 'all' - - tokenizers<0.20,>=0.19 ; extra == 'all' + - tokenizers <0.20, >=0.19 ; extra == 'all' - torchaudio ; extra == 'all' - librosa ; extra == 'all' - - pyctcdecode>=0.4.0 ; extra == 'all' + - pyctcdecode >=0.4.0 ; extra == 'all' - phonemizer ; extra == 'all' - kenlm ; extra == 'all' - - pillow<=15.0,>=10.0.1 ; extra == 'all' + - pillow <=15.0, >=10.0.1 ; extra == 'all' - optuna ; extra == 'all' - - ray[tune]>=2.7.0 ; extra == 'all' + - ray[tune] >=2.7.0 ; extra == 'all' - sigopt ; extra == 'all' - timm ; extra == 'all' - torchvision ; extra == 'all' - - codecarbon==1.2.0 ; extra == 'all' - - decord==0.6.0 ; extra == 'all' - - av==9.2.0 ; extra == 'all' + - codecarbon ==1.2.0 ; extra == 'all' + - decord ==0.6.0 ; extra == 'all' + - av ==9.2.0 ; extra == 'all' - librosa ; extra == 'audio' - - pyctcdecode>=0.4.0 ; extra == 'audio' + - pyctcdecode >=0.4.0 ; extra == 'audio' - phonemizer ; extra == 'audio' - kenlm ; extra == 'audio' - - codecarbon==1.2.0 ; extra == 'codecarbon' - - deepspeed>=0.9.3 ; extra == 'deepspeed' - - accelerate>=0.21.0 ; extra == 'deepspeed' - - deepspeed>=0.9.3 ; extra == 'deepspeed-testing' - - accelerate>=0.21.0 ; extra == 'deepspeed-testing' - - pytest<8.0.0,>=7.2.0 ; extra == 'deepspeed-testing' + - codecarbon ==1.2.0 ; extra == 'codecarbon' + - deepspeed >=0.9.3 ; extra == 'deepspeed' + - accelerate >=0.21.0 ; extra == 'deepspeed' + - deepspeed >=0.9.3 ; extra == 'deepspeed-testing' + - accelerate >=0.21.0 ; extra == 'deepspeed-testing' + - pytest <8.0.0, >=7.2.0 ; extra == 'deepspeed-testing' - pytest-xdist ; extra == 'deepspeed-testing' - timeout-decorator ; extra == 'deepspeed-testing' - parameterized ; extra == 'deepspeed-testing' - psutil ; extra == 'deepspeed-testing' - - datasets!=2.5.0 ; extra == 'deepspeed-testing' - - dill<0.3.5 ; extra == 'deepspeed-testing' - - evaluate>=0.2.0 ; extra == 'deepspeed-testing' + - datasets !=2.5.0 ; extra == 'deepspeed-testing' + - dill <0.3.5 ; extra == 'deepspeed-testing' + - evaluate >=0.2.0 ; extra == 'deepspeed-testing' - pytest-timeout ; extra == 'deepspeed-testing' - - ruff==0.1.5 ; extra == 'deepspeed-testing' - - sacrebleu<2.0.0,>=1.4.12 ; extra == 'deepspeed-testing' - - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'deepspeed-testing' + - ruff ==0.1.5 ; extra == 'deepspeed-testing' + - sacrebleu <2.0.0, >=1.4.12 ; extra == 'deepspeed-testing' + - rouge-score !=0.0.7, !=0.0.8, !=0.1, !=0.1.1 ; extra == 'deepspeed-testing' - nltk ; extra == 'deepspeed-testing' - - gitpython<3.1.19 ; extra == 'deepspeed-testing' - - hf-doc-builder>=0.3.0 ; extra == 'deepspeed-testing' + - gitpython <3.1.19 ; extra == 'deepspeed-testing' + - hf-doc-builder >=0.3.0 ; extra == 'deepspeed-testing' - protobuf ; extra == 'deepspeed-testing' - sacremoses ; extra == 'deepspeed-testing' - rjieba ; extra == 'deepspeed-testing' - beautifulsoup4 ; extra == 'deepspeed-testing' - tensorboard ; extra == 'deepspeed-testing' - pydantic ; extra == 'deepspeed-testing' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'deepspeed-testing' + - sentencepiece !=0.1.92, >=0.1.91 ; extra == 'deepspeed-testing' - faiss-cpu ; extra == 'deepspeed-testing' - - cookiecutter==1.7.3 ; extra == 'deepspeed-testing' + - cookiecutter ==1.7.3 ; extra == 'deepspeed-testing' - optuna ; extra == 'deepspeed-testing' - - tensorflow<2.16,>=2.6 ; extra == 'dev' + - tensorflow <2.16, >=2.6 ; extra == 'dev' - onnxconverter-common ; extra == 'dev' - tf2onnx ; extra == 'dev' - - tensorflow-text<2.16 ; extra == 'dev' - - keras-nlp>=0.3.1 ; extra == 'dev' + - tensorflow-text <2.16 ; extra == 'dev' + - keras-nlp >=0.3.1 ; extra == 'dev' - torch ; extra == 'dev' - - accelerate>=0.21.0 ; extra == 'dev' - - jax<=0.4.13,>=0.4.1 ; extra == 'dev' - - jaxlib<=0.4.13,>=0.4.1 ; extra == 'dev' - - flax<=0.7.0,>=0.4.1 ; extra == 'dev' - - optax<=0.1.4,>=0.0.8 ; extra == 'dev' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'dev' + - accelerate >=0.21.0 ; extra == 'dev' + - jax <=0.4.13, >=0.4.1 ; extra == 'dev' + - jaxlib <=0.4.13, >=0.4.1 ; extra == 'dev' + - flax <=0.7.0, >=0.4.1 ; extra == 'dev' + - optax <=0.1.4, >=0.0.8 ; extra == 'dev' + - sentencepiece !=0.1.92, >=0.1.91 ; extra == 'dev' - protobuf ; extra == 'dev' - - tokenizers<0.20,>=0.19 ; extra == 'dev' + - tokenizers <0.20, >=0.19 ; extra == 'dev' - torchaudio ; extra == 'dev' - librosa ; extra == 'dev' - - pyctcdecode>=0.4.0 ; extra == 'dev' + - pyctcdecode >=0.4.0 ; extra == 'dev' - phonemizer ; extra == 'dev' - kenlm ; extra == 'dev' - - pillow<=15.0,>=10.0.1 ; extra == 'dev' + - pillow <=15.0, >=10.0.1 ; extra == 'dev' - optuna ; extra == 'dev' - - ray[tune]>=2.7.0 ; extra == 'dev' + - ray[tune] >=2.7.0 ; extra == 'dev' - sigopt ; extra == 'dev' - timm ; extra == 'dev' - torchvision ; extra == 'dev' - - codecarbon==1.2.0 ; extra == 'dev' - - decord==0.6.0 ; extra == 'dev' - - av==9.2.0 ; extra == 'dev' - - pytest<8.0.0,>=7.2.0 ; extra == 'dev' + - codecarbon ==1.2.0 ; extra == 'dev' + - decord ==0.6.0 ; extra == 'dev' + - av ==9.2.0 ; extra == 'dev' + - pytest <8.0.0, >=7.2.0 ; extra == 'dev' - pytest-xdist ; extra == 'dev' - timeout-decorator ; extra == 'dev' - parameterized ; extra == 'dev' - psutil ; extra == 'dev' - - datasets!=2.5.0 ; extra == 'dev' - - dill<0.3.5 ; extra == 'dev' - - evaluate>=0.2.0 ; extra == 'dev' + - datasets !=2.5.0 ; extra == 'dev' + - dill <0.3.5 ; extra == 'dev' + - evaluate >=0.2.0 ; extra == 'dev' - pytest-timeout ; extra == 'dev' - - ruff==0.1.5 ; extra == 'dev' - - sacrebleu<2.0.0,>=1.4.12 ; extra == 'dev' - - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'dev' + - ruff ==0.1.5 ; extra == 'dev' + - sacrebleu <2.0.0, >=1.4.12 ; extra == 'dev' + - rouge-score !=0.0.7, !=0.0.8, !=0.1, !=0.1.1 ; extra == 'dev' - nltk ; extra == 'dev' - - gitpython<3.1.19 ; extra == 'dev' - - hf-doc-builder>=0.3.0 ; extra == 'dev' + - gitpython <3.1.19 ; extra == 'dev' + - hf-doc-builder >=0.3.0 ; extra == 'dev' - sacremoses ; extra == 'dev' - rjieba ; extra == 'dev' - beautifulsoup4 ; extra == 'dev' - tensorboard ; extra == 'dev' - pydantic ; extra == 'dev' - faiss-cpu ; extra == 'dev' - - cookiecutter==1.7.3 ; extra == 'dev' - - isort>=5.5.4 ; extra == 'dev' - - urllib3<2.0.0 ; extra == 'dev' - - fugashi>=1.0 ; extra == 'dev' - - ipadic<2.0,>=1.0.0 ; extra == 'dev' - - unidic-lite>=1.0.7 ; extra == 'dev' - - unidic>=1.0.2 ; extra == 'dev' - - sudachipy>=0.6.6 ; extra == 'dev' - - sudachidict-core>=20220729 ; extra == 'dev' - - rhoknp<1.3.1,>=1.1.0 ; extra == 'dev' + - cookiecutter ==1.7.3 ; extra == 'dev' + - isort >=5.5.4 ; extra == 'dev' + - urllib3 <2.0.0 ; extra == 'dev' + - fugashi >=1.0 ; extra == 'dev' + - ipadic <2.0, >=1.0.0 ; extra == 'dev' + - unidic-lite >=1.0.7 ; extra == 'dev' + - unidic >=1.0.2 ; extra == 'dev' + - sudachipy >=0.6.6 ; extra == 'dev' + - sudachidict-core >=20220729 ; extra == 'dev' + - rhoknp <1.3.1, >=1.1.0 ; extra == 'dev' - hf-doc-builder ; extra == 'dev' - scikit-learn ; extra == 'dev' - - pytest<8.0.0,>=7.2.0 ; extra == 'dev-tensorflow' + - pytest <8.0.0, >=7.2.0 ; extra == 'dev-tensorflow' - pytest-xdist ; extra == 'dev-tensorflow' - timeout-decorator ; extra == 'dev-tensorflow' - parameterized ; extra == 'dev-tensorflow' - psutil ; extra == 'dev-tensorflow' - - datasets!=2.5.0 ; extra == 'dev-tensorflow' - - dill<0.3.5 ; extra == 'dev-tensorflow' - - evaluate>=0.2.0 ; extra == 'dev-tensorflow' + - datasets !=2.5.0 ; extra == 'dev-tensorflow' + - dill <0.3.5 ; extra == 'dev-tensorflow' + - evaluate >=0.2.0 ; extra == 'dev-tensorflow' - pytest-timeout ; extra == 'dev-tensorflow' - - ruff==0.1.5 ; extra == 'dev-tensorflow' - - sacrebleu<2.0.0,>=1.4.12 ; extra == 'dev-tensorflow' - - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'dev-tensorflow' + - ruff ==0.1.5 ; extra == 'dev-tensorflow' + - sacrebleu <2.0.0, >=1.4.12 ; extra == 'dev-tensorflow' + - rouge-score !=0.0.7, !=0.0.8, !=0.1, !=0.1.1 ; extra == 'dev-tensorflow' - nltk ; extra == 'dev-tensorflow' - - gitpython<3.1.19 ; extra == 'dev-tensorflow' - - hf-doc-builder>=0.3.0 ; extra == 'dev-tensorflow' + - gitpython <3.1.19 ; extra == 'dev-tensorflow' + - hf-doc-builder >=0.3.0 ; extra == 'dev-tensorflow' - protobuf ; extra == 'dev-tensorflow' - sacremoses ; extra == 'dev-tensorflow' - rjieba ; extra == 'dev-tensorflow' - beautifulsoup4 ; extra == 'dev-tensorflow' - tensorboard ; extra == 'dev-tensorflow' - pydantic ; extra == 'dev-tensorflow' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'dev-tensorflow' + - sentencepiece !=0.1.92, >=0.1.91 ; extra == 'dev-tensorflow' - faiss-cpu ; extra == 'dev-tensorflow' - - cookiecutter==1.7.3 ; extra == 'dev-tensorflow' - - tensorflow<2.16,>=2.6 ; extra == 'dev-tensorflow' + - cookiecutter ==1.7.3 ; extra == 'dev-tensorflow' + - tensorflow <2.16, >=2.6 ; extra == 'dev-tensorflow' - onnxconverter-common ; extra == 'dev-tensorflow' - tf2onnx ; extra == 'dev-tensorflow' - - tensorflow-text<2.16 ; extra == 'dev-tensorflow' - - keras-nlp>=0.3.1 ; extra == 'dev-tensorflow' - - tokenizers<0.20,>=0.19 ; extra == 'dev-tensorflow' - - pillow<=15.0,>=10.0.1 ; extra == 'dev-tensorflow' - - isort>=5.5.4 ; extra == 'dev-tensorflow' - - urllib3<2.0.0 ; extra == 'dev-tensorflow' + - tensorflow-text <2.16 ; extra == 'dev-tensorflow' + - keras-nlp >=0.3.1 ; extra == 'dev-tensorflow' + - tokenizers <0.20, >=0.19 ; extra == 'dev-tensorflow' + - pillow <=15.0, >=10.0.1 ; extra == 'dev-tensorflow' + - isort >=5.5.4 ; extra == 'dev-tensorflow' + - urllib3 <2.0.0 ; extra == 'dev-tensorflow' - hf-doc-builder ; extra == 'dev-tensorflow' - scikit-learn ; extra == 'dev-tensorflow' - - onnxruntime>=1.4.0 ; extra == 'dev-tensorflow' - - onnxruntime-tools>=1.4.2 ; extra == 'dev-tensorflow' + - onnxruntime >=1.4.0 ; extra == 'dev-tensorflow' + - onnxruntime-tools >=1.4.2 ; extra == 'dev-tensorflow' - librosa ; extra == 'dev-tensorflow' - - pyctcdecode>=0.4.0 ; extra == 'dev-tensorflow' + - pyctcdecode >=0.4.0 ; extra == 'dev-tensorflow' - phonemizer ; extra == 'dev-tensorflow' - kenlm ; extra == 'dev-tensorflow' - - pytest<8.0.0,>=7.2.0 ; extra == 'dev-torch' + - pytest <8.0.0, >=7.2.0 ; extra == 'dev-torch' - pytest-xdist ; extra == 'dev-torch' - timeout-decorator ; extra == 'dev-torch' - parameterized ; extra == 'dev-torch' - psutil ; extra == 'dev-torch' - - datasets!=2.5.0 ; extra == 'dev-torch' - - dill<0.3.5 ; extra == 'dev-torch' - - evaluate>=0.2.0 ; extra == 'dev-torch' + - datasets !=2.5.0 ; extra == 'dev-torch' + - dill <0.3.5 ; extra == 'dev-torch' + - evaluate >=0.2.0 ; extra == 'dev-torch' - pytest-timeout ; extra == 'dev-torch' - - ruff==0.1.5 ; extra == 'dev-torch' - - sacrebleu<2.0.0,>=1.4.12 ; extra == 'dev-torch' - - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'dev-torch' + - ruff ==0.1.5 ; extra == 'dev-torch' + - sacrebleu <2.0.0, >=1.4.12 ; extra == 'dev-torch' + - rouge-score !=0.0.7, !=0.0.8, !=0.1, !=0.1.1 ; extra == 'dev-torch' - nltk ; extra == 'dev-torch' - - gitpython<3.1.19 ; extra == 'dev-torch' - - hf-doc-builder>=0.3.0 ; extra == 'dev-torch' + - gitpython <3.1.19 ; extra == 'dev-torch' + - hf-doc-builder >=0.3.0 ; extra == 'dev-torch' - protobuf ; extra == 'dev-torch' - sacremoses ; extra == 'dev-torch' - rjieba ; extra == 'dev-torch' - beautifulsoup4 ; extra == 'dev-torch' - tensorboard ; extra == 'dev-torch' - pydantic ; extra == 'dev-torch' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'dev-torch' + - sentencepiece !=0.1.92, >=0.1.91 ; extra == 'dev-torch' - faiss-cpu ; extra == 'dev-torch' - - cookiecutter==1.7.3 ; extra == 'dev-torch' + - cookiecutter ==1.7.3 ; extra == 'dev-torch' - torch ; extra == 'dev-torch' - - accelerate>=0.21.0 ; extra == 'dev-torch' - - tokenizers<0.20,>=0.19 ; extra == 'dev-torch' + - accelerate >=0.21.0 ; extra == 'dev-torch' + - tokenizers <0.20, >=0.19 ; extra == 'dev-torch' - torchaudio ; extra == 'dev-torch' - librosa ; extra == 'dev-torch' - - pyctcdecode>=0.4.0 ; extra == 'dev-torch' + - pyctcdecode >=0.4.0 ; extra == 'dev-torch' - phonemizer ; extra == 'dev-torch' - kenlm ; extra == 'dev-torch' - - pillow<=15.0,>=10.0.1 ; extra == 'dev-torch' + - pillow <=15.0, >=10.0.1 ; extra == 'dev-torch' - optuna ; extra == 'dev-torch' - - ray[tune]>=2.7.0 ; extra == 'dev-torch' + - ray[tune] >=2.7.0 ; extra == 'dev-torch' - sigopt ; extra == 'dev-torch' - timm ; extra == 'dev-torch' - torchvision ; extra == 'dev-torch' - - codecarbon==1.2.0 ; extra == 'dev-torch' - - isort>=5.5.4 ; extra == 'dev-torch' - - urllib3<2.0.0 ; extra == 'dev-torch' - - fugashi>=1.0 ; extra == 'dev-torch' - - ipadic<2.0,>=1.0.0 ; extra == 'dev-torch' - - unidic-lite>=1.0.7 ; extra == 'dev-torch' - - unidic>=1.0.2 ; extra == 'dev-torch' - - sudachipy>=0.6.6 ; extra == 'dev-torch' - - sudachidict-core>=20220729 ; extra == 'dev-torch' - - rhoknp<1.3.1,>=1.1.0 ; extra == 'dev-torch' + - codecarbon ==1.2.0 ; extra == 'dev-torch' + - isort >=5.5.4 ; extra == 'dev-torch' + - urllib3 <2.0.0 ; extra == 'dev-torch' + - fugashi >=1.0 ; extra == 'dev-torch' + - ipadic <2.0, >=1.0.0 ; extra == 'dev-torch' + - unidic-lite >=1.0.7 ; extra == 'dev-torch' + - unidic >=1.0.2 ; extra == 'dev-torch' + - sudachipy >=0.6.6 ; extra == 'dev-torch' + - sudachidict-core >=20220729 ; extra == 'dev-torch' + - rhoknp <1.3.1, >=1.1.0 ; extra == 'dev-torch' - hf-doc-builder ; extra == 'dev-torch' - scikit-learn ; extra == 'dev-torch' - - onnxruntime>=1.4.0 ; extra == 'dev-torch' - - onnxruntime-tools>=1.4.2 ; extra == 'dev-torch' - - tensorflow<2.16,>=2.6 ; extra == 'docs' + - onnxruntime >=1.4.0 ; extra == 'dev-torch' + - onnxruntime-tools >=1.4.2 ; extra == 'dev-torch' + - tensorflow <2.16, >=2.6 ; extra == 'docs' - onnxconverter-common ; extra == 'docs' - tf2onnx ; extra == 'docs' - - tensorflow-text<2.16 ; extra == 'docs' - - keras-nlp>=0.3.1 ; extra == 'docs' + - tensorflow-text <2.16 ; extra == 'docs' + - keras-nlp >=0.3.1 ; extra == 'docs' - torch ; extra == 'docs' - - accelerate>=0.21.0 ; extra == 'docs' - - jax<=0.4.13,>=0.4.1 ; extra == 'docs' - - jaxlib<=0.4.13,>=0.4.1 ; extra == 'docs' - - flax<=0.7.0,>=0.4.1 ; extra == 'docs' - - optax<=0.1.4,>=0.0.8 ; extra == 'docs' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'docs' + - accelerate >=0.21.0 ; extra == 'docs' + - jax <=0.4.13, >=0.4.1 ; extra == 'docs' + - jaxlib <=0.4.13, >=0.4.1 ; extra == 'docs' + - flax <=0.7.0, >=0.4.1 ; extra == 'docs' + - optax <=0.1.4, >=0.0.8 ; extra == 'docs' + - sentencepiece !=0.1.92, >=0.1.91 ; extra == 'docs' - protobuf ; extra == 'docs' - - tokenizers<0.20,>=0.19 ; extra == 'docs' + - tokenizers <0.20, >=0.19 ; extra == 'docs' - torchaudio ; extra == 'docs' - librosa ; extra == 'docs' - - pyctcdecode>=0.4.0 ; extra == 'docs' + - pyctcdecode >=0.4.0 ; extra == 'docs' - phonemizer ; extra == 'docs' - kenlm ; extra == 'docs' - - pillow<=15.0,>=10.0.1 ; extra == 'docs' + - pillow <=15.0, >=10.0.1 ; extra == 'docs' - optuna ; extra == 'docs' - - ray[tune]>=2.7.0 ; extra == 'docs' + - ray[tune] >=2.7.0 ; extra == 'docs' - sigopt ; extra == 'docs' - timm ; extra == 'docs' - torchvision ; extra == 'docs' - - codecarbon==1.2.0 ; extra == 'docs' - - decord==0.6.0 ; extra == 'docs' - - av==9.2.0 ; extra == 'docs' + - codecarbon ==1.2.0 ; extra == 'docs' + - decord ==0.6.0 ; extra == 'docs' + - av ==9.2.0 ; extra == 'docs' - hf-doc-builder ; extra == 'docs' - hf-doc-builder ; extra == 'docs_specific' - - jax<=0.4.13,>=0.4.1 ; extra == 'flax' - - jaxlib<=0.4.13,>=0.4.1 ; extra == 'flax' - - flax<=0.7.0,>=0.4.1 ; extra == 'flax' - - optax<=0.1.4,>=0.0.8 ; extra == 'flax' + - jax <=0.4.13, >=0.4.1 ; extra == 'flax' + - jaxlib <=0.4.13, >=0.4.1 ; extra == 'flax' + - flax <=0.7.0, >=0.4.1 ; extra == 'flax' + - optax <=0.1.4, >=0.0.8 ; extra == 'flax' - librosa ; extra == 'flax-speech' - - pyctcdecode>=0.4.0 ; extra == 'flax-speech' + - pyctcdecode >=0.4.0 ; extra == 'flax-speech' - phonemizer ; extra == 'flax-speech' - kenlm ; extra == 'flax-speech' - ftfy ; extra == 'ftfy' - optuna ; extra == 'integrations' - - ray[tune]>=2.7.0 ; extra == 'integrations' + - ray[tune] >=2.7.0 ; extra == 'integrations' - sigopt ; extra == 'integrations' - - fugashi>=1.0 ; extra == 'ja' - - ipadic<2.0,>=1.0.0 ; extra == 'ja' - - unidic-lite>=1.0.7 ; extra == 'ja' - - unidic>=1.0.2 ; extra == 'ja' - - sudachipy>=0.6.6 ; extra == 'ja' - - sudachidict-core>=20220729 ; extra == 'ja' - - rhoknp<1.3.1,>=1.1.0 ; extra == 'ja' - - cookiecutter==1.7.3 ; extra == 'modelcreation' - - natten<0.15.0,>=0.14.6 ; extra == 'natten' + - fugashi >=1.0 ; extra == 'ja' + - ipadic <2.0, >=1.0.0 ; extra == 'ja' + - unidic-lite >=1.0.7 ; extra == 'ja' + - unidic >=1.0.2 ; extra == 'ja' + - sudachipy >=0.6.6 ; extra == 'ja' + - sudachidict-core >=20220729 ; extra == 'ja' + - rhoknp <1.3.1, >=1.1.0 ; extra == 'ja' + - cookiecutter ==1.7.3 ; extra == 'modelcreation' + - natten <0.15.0, >=0.14.6 ; extra == 'natten' - onnxconverter-common ; extra == 'onnx' - tf2onnx ; extra == 'onnx' - - onnxruntime>=1.4.0 ; extra == 'onnx' - - onnxruntime-tools>=1.4.2 ; extra == 'onnx' - - onnxruntime>=1.4.0 ; extra == 'onnxruntime' - - onnxruntime-tools>=1.4.2 ; extra == 'onnxruntime' + - onnxruntime >=1.4.0 ; extra == 'onnx' + - onnxruntime-tools >=1.4.2 ; extra == 'onnx' + - onnxruntime >=1.4.0 ; extra == 'onnxruntime' + - onnxruntime-tools >=1.4.2 ; extra == 'onnxruntime' - optuna ; extra == 'optuna' - - datasets!=2.5.0 ; extra == 'quality' - - isort>=5.5.4 ; extra == 'quality' - - ruff==0.1.5 ; extra == 'quality' - - gitpython<3.1.19 ; extra == 'quality' - - hf-doc-builder>=0.3.0 ; extra == 'quality' - - urllib3<2.0.0 ; extra == 'quality' - - ray[tune]>=2.7.0 ; extra == 'ray' + - datasets !=2.5.0 ; extra == 'quality' + - isort >=5.5.4 ; extra == 'quality' + - ruff ==0.1.5 ; extra == 'quality' + - gitpython <3.1.19 ; extra == 'quality' + - hf-doc-builder >=0.3.0 ; extra == 'quality' + - urllib3 <2.0.0 ; extra == 'quality' + - ray[tune] >=2.7.0 ; extra == 'ray' - faiss-cpu ; extra == 'retrieval' - - datasets!=2.5.0 ; extra == 'retrieval' - - sagemaker>=2.31.0 ; extra == 'sagemaker' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'sentencepiece' + - datasets !=2.5.0 ; extra == 'retrieval' + - sagemaker >=2.31.0 ; extra == 'sagemaker' + - sentencepiece !=0.1.92, >=0.1.91 ; extra == 'sentencepiece' - protobuf ; extra == 'sentencepiece' - pydantic ; extra == 'serving' - uvicorn ; extra == 'serving' @@ -20482,73 +20399,73 @@ packages: - scikit-learn ; extra == 'sklearn' - torchaudio ; extra == 'speech' - librosa ; extra == 'speech' - - pyctcdecode>=0.4.0 ; extra == 'speech' + - pyctcdecode >=0.4.0 ; extra == 'speech' - phonemizer ; extra == 'speech' - kenlm ; extra == 'speech' - - pytest<8.0.0,>=7.2.0 ; extra == 'testing' + - pytest <8.0.0, >=7.2.0 ; extra == 'testing' - pytest-xdist ; extra == 'testing' - timeout-decorator ; extra == 'testing' - parameterized ; extra == 'testing' - psutil ; extra == 'testing' - - datasets!=2.5.0 ; extra == 'testing' - - dill<0.3.5 ; extra == 'testing' - - evaluate>=0.2.0 ; extra == 'testing' + - datasets !=2.5.0 ; extra == 'testing' + - dill <0.3.5 ; extra == 'testing' + - evaluate >=0.2.0 ; extra == 'testing' - pytest-timeout ; extra == 'testing' - - ruff==0.1.5 ; extra == 'testing' - - sacrebleu<2.0.0,>=1.4.12 ; extra == 'testing' - - rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1 ; extra == 'testing' + - ruff ==0.1.5 ; extra == 'testing' + - sacrebleu <2.0.0, >=1.4.12 ; extra == 'testing' + - rouge-score !=0.0.7, !=0.0.8, !=0.1, !=0.1.1 ; extra == 'testing' - nltk ; extra == 'testing' - - gitpython<3.1.19 ; extra == 'testing' - - hf-doc-builder>=0.3.0 ; extra == 'testing' + - gitpython <3.1.19 ; extra == 'testing' + - hf-doc-builder >=0.3.0 ; extra == 'testing' - protobuf ; extra == 'testing' - sacremoses ; extra == 'testing' - rjieba ; extra == 'testing' - beautifulsoup4 ; extra == 'testing' - tensorboard ; extra == 'testing' - pydantic ; extra == 'testing' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'testing' + - sentencepiece !=0.1.92, >=0.1.91 ; extra == 'testing' - faiss-cpu ; extra == 'testing' - - cookiecutter==1.7.3 ; extra == 'testing' - - tensorflow<2.16,>=2.6 ; extra == 'tf' + - cookiecutter ==1.7.3 ; extra == 'testing' + - tensorflow <2.16, >=2.6 ; extra == 'tf' - onnxconverter-common ; extra == 'tf' - tf2onnx ; extra == 'tf' - - tensorflow-text<2.16 ; extra == 'tf' - - keras-nlp>=0.3.1 ; extra == 'tf' - - tensorflow-cpu<2.16,>=2.6 ; extra == 'tf-cpu' + - tensorflow-text <2.16 ; extra == 'tf' + - keras-nlp >=0.3.1 ; extra == 'tf' + - tensorflow-cpu <2.16, >=2.6 ; extra == 'tf-cpu' - onnxconverter-common ; extra == 'tf-cpu' - tf2onnx ; extra == 'tf-cpu' - - tensorflow-text<2.16 ; extra == 'tf-cpu' - - keras-nlp>=0.3.1 ; extra == 'tf-cpu' + - tensorflow-text <2.16 ; extra == 'tf-cpu' + - keras-nlp >=0.3.1 ; extra == 'tf-cpu' - librosa ; extra == 'tf-speech' - - pyctcdecode>=0.4.0 ; extra == 'tf-speech' + - pyctcdecode >=0.4.0 ; extra == 'tf-speech' - phonemizer ; extra == 'tf-speech' - kenlm ; extra == 'tf-speech' - timm ; extra == 'timm' - - tokenizers<0.20,>=0.19 ; extra == 'tokenizers' + - tokenizers <0.20, >=0.19 ; extra == 'tokenizers' - torch ; extra == 'torch' - - accelerate>=0.21.0 ; extra == 'torch' + - accelerate >=0.21.0 ; extra == 'torch' - torchaudio ; extra == 'torch-speech' - librosa ; extra == 'torch-speech' - - pyctcdecode>=0.4.0 ; extra == 'torch-speech' + - pyctcdecode >=0.4.0 ; extra == 'torch-speech' - phonemizer ; extra == 'torch-speech' - kenlm ; extra == 'torch-speech' - torchvision ; extra == 'torch-vision' - - pillow<=15.0,>=10.0.1 ; extra == 'torch-vision' + - pillow <=15.0, >=10.0.1 ; extra == 'torch-vision' - filelock ; extra == 'torchhub' - - huggingface-hub<1.0,>=0.19.3 ; extra == 'torchhub' + - huggingface-hub <1.0, >=0.19.3 ; extra == 'torchhub' - importlib-metadata ; extra == 'torchhub' - - numpy>=1.17 ; extra == 'torchhub' - - packaging>=20.0 ; extra == 'torchhub' + - numpy >=1.17 ; extra == 'torchhub' + - packaging >=20.0 ; extra == 'torchhub' - protobuf ; extra == 'torchhub' - - regex!=2019.12.17 ; extra == 'torchhub' + - regex !=2019.12.17 ; extra == 'torchhub' - requests ; extra == 'torchhub' - - sentencepiece!=0.1.92,>=0.1.91 ; extra == 'torchhub' + - sentencepiece !=0.1.92, >=0.1.91 ; extra == 'torchhub' - torch ; extra == 'torchhub' - - tokenizers<0.20,>=0.19 ; extra == 'torchhub' - - tqdm>=4.27 ; extra == 'torchhub' - - decord==0.6.0 ; extra == 'video' - - av==9.2.0 ; extra == 'video' - - pillow<=15.0,>=10.0.1 ; extra == 'vision' + - tokenizers <0.20, >=0.19 ; extra == 'torchhub' + - tqdm >=4.27 ; extra == 'torchhub' + - decord ==0.6.0 ; extra == 'video' + - av ==9.2.0 ; extra == 'video' + - pillow <=15.0, >=10.0.1 ; extra == 'vision' requires_python: '>=3.8.0' - kind: pypi name: trimesh @@ -20611,14 +20528,14 @@ packages: sha256: da58a152bddb62cafa9a857dd2bc1f886dbf9f9c90a2b5da82157cd2b34392b0 requires_dist: - filelock - - cmake>=3.20 ; extra == 'build' + - cmake >=3.20 ; extra == 'build' - lit ; extra == 'build' - autopep8 ; extra == 'tests' - flake8 ; extra == 'tests' - isort ; extra == 'tests' - numpy ; extra == 'tests' - pytest ; extra == 'tests' - - scipy>=1.7.1 ; extra == 'tests' + - scipy >=1.7.1 ; extra == 'tests' - torch ; extra == 'tests' - matplotlib ; extra == 'tutorials' - pandas ; extra == 'tutorials' @@ -20635,7 +20552,7 @@ packages: url: https://files.pythonhosted.org/packages/8b/ea/91b718b8c0b88e4f61cdd61357cc4a1f8767b32be691fb388299003a3ae3/types_requests-2.31.0.20240406-py3-none-any.whl sha256: 6216cdac377c6b9a040ac1c0404f7284bd13199c0e1bb235f4324627e8898cf5 requires_dist: - - urllib3>=2 + - urllib3 >=2 requires_python: '>=3.8' - kind: pypi name: typing-extensions @@ -20649,9 +20566,9 @@ packages: url: https://files.pythonhosted.org/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl sha256: 9ee6fc59062311ef8547596ab6b955e1b8aa46242d854bfc78f4f6b0eff35f9f requires_dist: - - mypy-extensions>=0.3.0 - - typing-extensions>=3.7.4 - - typing>=3.7.4 ; python_version < '3.5' + - mypy-extensions >=0.3.0 + - typing-extensions >=3.7.4 + - typing >=3.7.4 ; python_version < '3.5' - kind: conda name: typing_extensions version: 4.11.0 @@ -20810,13 +20727,13 @@ packages: url: https://files.pythonhosted.org/packages/d1/1b/46802a050b1c55d10c4f59fc6afd2b45ac9b4f62b2e12092d3f599286f14/umap_learn-0.5.6-py3-none-any.whl sha256: 881cc0c2ee845b790bf0455aa1664f9f68b838d9d0fe12a1291b85c5a559c913 requires_dist: - - numpy>=1.17 - - scipy>=1.3.1 - - scikit-learn>=0.22 - - numba>=0.51.2 - - pynndescent>=0.5 + - numpy >=1.17 + - scipy >=1.3.1 + - scikit-learn >=0.22 + - numba >=0.51.2 + - pynndescent >=0.5 - tqdm - - tensorflow>=2.1 ; extra == 'parametric_umap' + - tensorflow >=2.1 ; extra == 'parametric_umap' - pandas ; extra == 'plot' - matplotlib ; extra == 'plot' - datashader ; extra == 'plot' @@ -20825,18 +20742,18 @@ packages: - colorcet ; extra == 'plot' - seaborn ; extra == 'plot' - scikit-image ; extra == 'plot' - - tbb>=2019.0 ; extra == 'tbb' + - tbb >=2019.0 ; extra == 'tbb' - kind: pypi name: urllib3 version: 2.2.1 url: https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl sha256: 450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d requires_dist: - - brotli>=1.0.9 ; platform_python_implementation == 'CPython' and extra == 'brotli' - - brotlicffi>=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'brotli' - - h2<5,>=4 ; extra == 'h2' - - pysocks!=1.5.7,<2.0,>=1.5.6 ; extra == 'socks' - - zstandard>=0.18.0 ; extra == 'zstd' + - brotli >=1.0.9 ; platform_python_implementation == 'CPython' and extra == 'brotli' + - brotlicffi >=0.8.0 ; platform_python_implementation != 'CPython' and extra == 'brotli' + - h2 <5, >=4 ; extra == 'h2' + - pysocks !=1.5.7, <2.0, >=1.5.6 ; extra == 'socks' + - zstandard >=0.18.0 ; extra == 'zstd' requires_python: '>=3.8' - kind: conda name: vc @@ -20879,7 +20796,7 @@ packages: sha256: 741877d5633cc9464c45a469ae2a31e801e6dbbaa85b9675d481cda100f11c31 requires_dist: - coverage ; extra == 'test' - - flake8>=3.7 ; extra == 'test' + - flake8 >=3.7 ; extra == 'test' - mypy ; extra == 'test' - pretend ; extra == 'test' - pytest ; extra == 'test' @@ -20889,29 +20806,29 @@ packages: url: https://files.pythonhosted.org/packages/cd/8a/709e9994dc2f9705d1127c63b64151582655e02c953e163b317803864fc0/virtualenv-20.25.3-py3-none-any.whl sha256: 8aac4332f2ea6ef519c648d0bc48a5b1d324994753519919bddbb1aff25a104e requires_dist: - - distlib<1,>=0.3.7 - - filelock<4,>=3.12.2 - - importlib-metadata>=6.6 ; python_version < '3.8' - - platformdirs<5,>=3.9.1 - - furo>=2023.7.26 ; extra == 'docs' - - proselint>=0.13 ; extra == 'docs' - - sphinx!=7.3,>=7.1.2 ; extra == 'docs' - - sphinx-argparse>=0.4 ; extra == 'docs' - - sphinxcontrib-towncrier>=0.2.1a0 ; extra == 'docs' - - towncrier>=23.6 ; extra == 'docs' - - covdefaults>=2.3 ; extra == 'test' - - coverage-enable-subprocess>=1 ; extra == 'test' - - coverage>=7.2.7 ; extra == 'test' - - flaky>=3.7 ; extra == 'test' - - packaging>=23.1 ; extra == 'test' - - pytest-env>=0.8.2 ; extra == 'test' - - pytest-freezer>=0.4.8 ; platform_python_implementation == 'PyPy' and extra == 'test' - - pytest-mock>=3.11.1 ; extra == 'test' - - pytest-randomly>=3.12 ; extra == 'test' - - pytest-timeout>=2.1 ; extra == 'test' - - pytest>=7.4 ; extra == 'test' - - setuptools>=68 ; extra == 'test' - - time-machine>=2.10 ; platform_python_implementation == 'CPython' and extra == 'test' + - distlib <1, >=0.3.7 + - filelock <4, >=3.12.2 + - importlib-metadata >=6.6 ; python_version < '3.8' + - platformdirs <5, >=3.9.1 + - furo >=2023.7.26 ; extra == 'docs' + - proselint >=0.13 ; extra == 'docs' + - sphinx !=7.3, >=7.1.2 ; extra == 'docs' + - sphinx-argparse >=0.4 ; extra == 'docs' + - sphinxcontrib-towncrier >=0.2.1a0 ; extra == 'docs' + - towncrier >=23.6 ; extra == 'docs' + - covdefaults >=2.3 ; extra == 'test' + - coverage-enable-subprocess >=1 ; extra == 'test' + - coverage >=7.2.7 ; extra == 'test' + - flaky >=3.7 ; extra == 'test' + - packaging >=23.1 ; extra == 'test' + - pytest-env >=0.8.2 ; extra == 'test' + - pytest-freezer >=0.4.8 ; platform_python_implementation == 'PyPy' and extra == 'test' + - pytest-mock >=3.11.1 ; extra == 'test' + - pytest-randomly >=3.12 ; extra == 'test' + - pytest-timeout >=2.1 ; extra == 'test' + - pytest >=7.4 ; extra == 'test' + - setuptools >=68 ; extra == 'test' + - time-machine >=2.10 ; platform_python_implementation == 'CPython' and extra == 'test' requires_python: '>=3.7' - kind: conda name: vs2015_runtime @@ -20959,29 +20876,21 @@ packages: license_family: MIT size: 218421 timestamp: 1682376911339 -- kind: pypi - name: watchdog - version: 4.0.0 - url: https://files.pythonhosted.org/packages/7f/9b/04110f5c61fe2a90d5cccfc6445c8cce8c560c2fae236571c397b0dd68d0/watchdog-4.0.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: c17d98799f32e3f55f181f19dd2021d762eb38fdd381b4a748b9f5a36738e935 - requires_dist: - - pyyaml>=3.10 ; extra == 'watchmedo' - requires_python: '>=3.8' - kind: pypi name: watchdog version: 4.0.0 url: https://files.pythonhosted.org/packages/fb/01/2275fe6a5598daf95b9e44cc10a4db642c637ae00986836478e01eaccb4f/watchdog-4.0.0-cp311-cp311-macosx_11_0_arm64.whl sha256: 4986db5e8880b0e6b7cd52ba36255d4793bf5cdc95bd6264806c233173b1ec0b requires_dist: - - pyyaml>=3.10 ; extra == 'watchmedo' + - pyyaml >=3.10 ; extra == 'watchmedo' requires_python: '>=3.8' - kind: pypi name: watchdog version: 4.0.0 - url: https://files.pythonhosted.org/packages/dd/3d/b19ab5850a2c35d11cda16d132842314ae15f9bda5fafb93407ea396f74b/watchdog-4.0.0-py3-none-manylinux2014_aarch64.whl - sha256: 8fec441f5adcf81dd240a5fe78e3d83767999771630b5ddfc5867827a34fa3d3 + url: https://files.pythonhosted.org/packages/7f/9b/04110f5c61fe2a90d5cccfc6445c8cce8c560c2fae236571c397b0dd68d0/watchdog-4.0.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: c17d98799f32e3f55f181f19dd2021d762eb38fdd381b4a748b9f5a36738e935 requires_dist: - - pyyaml>=3.10 ; extra == 'watchmedo' + - pyyaml >=3.10 ; extra == 'watchmedo' requires_python: '>=3.8' - kind: pypi name: watchdog @@ -20989,7 +20898,7 @@ packages: url: https://files.pythonhosted.org/packages/91/7b/26d2f43aa9fe428416be21ee1cb9ac75638cf302466b7e706c14eeaea42c/watchdog-4.0.0-py3-none-manylinux2014_x86_64.whl sha256: 6a80d5cae8c265842c7419c560b9961561556c4361b297b4c431903f8c33b269 requires_dist: - - pyyaml>=3.10 ; extra == 'watchmedo' + - pyyaml >=3.10 ; extra == 'watchmedo' requires_python: '>=3.8' - kind: pypi name: watchdog @@ -20997,7 +20906,15 @@ packages: url: https://files.pythonhosted.org/packages/d2/5c/110884d0c632aedc54cdef5b7de3a78b388b03582e3ba57ae06c79db8b10/watchdog-4.0.0-py3-none-win_amd64.whl sha256: f970663fa4f7e80401a7b0cbeec00fa801bf0287d93d48368fc3e6fa32716245 requires_dist: - - pyyaml>=3.10 ; extra == 'watchmedo' + - pyyaml >=3.10 ; extra == 'watchmedo' + requires_python: '>=3.8' +- kind: pypi + name: watchdog + version: 4.0.0 + url: https://files.pythonhosted.org/packages/dd/3d/b19ab5850a2c35d11cda16d132842314ae15f9bda5fafb93407ea396f74b/watchdog-4.0.0-py3-none-manylinux2014_aarch64.whl + sha256: 8fec441f5adcf81dd240a5fe78e3d83767999771630b5ddfc5867827a34fa3d3 + requires_dist: + - pyyaml >=3.10 ; extra == 'watchmedo' requires_python: '>=3.8' - kind: pypi name: webencodings @@ -21042,32 +20959,32 @@ packages: - kind: pypi name: wrapt version: 1.16.0 - url: https://files.pythonhosted.org/packages/7f/a7/f1212ba098f3de0fd244e2de0f8791ad2539c03bef6c05a9fcb03e45b089/wrapt-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl - sha256: a452f9ca3e3267cd4d0fcf2edd0d035b1934ac2bd7e0e57ac91ad6b95c0c6389 + url: https://files.pythonhosted.org/packages/6e/52/2da48b35193e39ac53cfb141467d9f259851522d0e8c87153f0ba4205fb1/wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl + sha256: 72554a23c78a8e7aa02abbd699d129eead8b147a23c56e08d08dfc29cfdddca1 requires_python: '>=3.6' - kind: pypi name: wrapt version: 1.16.0 - url: https://files.pythonhosted.org/packages/cf/c3/0084351951d9579ae83a3d9e38c140371e4c6b038136909235079f2e6e78/wrapt-1.16.0-cp311-cp311-win_amd64.whl - sha256: aefbc4cb0a54f91af643660a0a150ce2c090d3652cf4052a5397fb2de549cd89 + url: https://files.pythonhosted.org/packages/0f/16/ea627d7817394db04518f62934a5de59874b587b792300991b3c347ff5e0/wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl + sha256: 75ea7d0ee2a15733684badb16de6794894ed9c55aa5e9903260922f0482e687d requires_python: '>=3.6' - kind: pypi name: wrapt version: 1.16.0 - url: https://files.pythonhosted.org/packages/fd/03/c188ac517f402775b90d6f312955a5e53b866c964b32119f2ed76315697e/wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl - sha256: 1a5db485fe2de4403f13fafdc231b0dbae5eca4359232d2efc79025527375b09 + url: https://files.pythonhosted.org/packages/cf/c3/0084351951d9579ae83a3d9e38c140371e4c6b038136909235079f2e6e78/wrapt-1.16.0-cp311-cp311-win_amd64.whl + sha256: aefbc4cb0a54f91af643660a0a150ce2c090d3652cf4052a5397fb2de549cd89 requires_python: '>=3.6' - kind: pypi name: wrapt version: 1.16.0 - url: https://files.pythonhosted.org/packages/6e/52/2da48b35193e39ac53cfb141467d9f259851522d0e8c87153f0ba4205fb1/wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl - sha256: 72554a23c78a8e7aa02abbd699d129eead8b147a23c56e08d08dfc29cfdddca1 + url: https://files.pythonhosted.org/packages/7f/a7/f1212ba098f3de0fd244e2de0f8791ad2539c03bef6c05a9fcb03e45b089/wrapt-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl + sha256: a452f9ca3e3267cd4d0fcf2edd0d035b1934ac2bd7e0e57ac91ad6b95c0c6389 requires_python: '>=3.6' - kind: pypi name: wrapt version: 1.16.0 - url: https://files.pythonhosted.org/packages/0f/16/ea627d7817394db04518f62934a5de59874b587b792300991b3c347ff5e0/wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl - sha256: 75ea7d0ee2a15733684badb16de6794894ed9c55aa5e9903260922f0482e687d + url: https://files.pythonhosted.org/packages/fd/03/c188ac517f402775b90d6f312955a5e53b866c964b32119f2ed76315697e/wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl + sha256: 1a5db485fe2de4403f13fafdc231b0dbae5eca4359232d2efc79025527375b09 requires_python: '>=3.6' - kind: conda name: xz @@ -21239,37 +21156,37 @@ packages: url: https://files.pythonhosted.org/packages/d5/b5/70bb98ee38ce532ee29fab76fb668382291fe6e1aa69a8c1ac7e6bc108e7/yfinance-0.2.38-py2.py3-none-any.whl sha256: 07525cf84414272723a3e2b9d4c0a2898ddb60cc0828aa190de26664fac6f676 requires_dist: - - pandas>=1.3.0 - - numpy>=1.16.5 - - requests>=2.31 - - multitasking>=0.0.7 - - lxml>=4.9.1 - - appdirs>=1.4.4 - - pytz>=2022.5 - - frozendict>=2.3.4 - - peewee>=3.16.2 - - beautifulsoup4>=4.11.1 - - html5lib>=1.1 - - requests-cache>=1.0 ; extra == 'nospam' - - requests-ratelimiter>=0.3.1 ; extra == 'nospam' - - scipy>=1.6.3 ; extra == 'repair' + - pandas >=1.3.0 + - numpy >=1.16.5 + - requests >=2.31 + - multitasking >=0.0.7 + - lxml >=4.9.1 + - appdirs >=1.4.4 + - pytz >=2022.5 + - frozendict >=2.3.4 + - peewee >=3.16.2 + - beautifulsoup4 >=4.11.1 + - html5lib >=1.1 + - requests-cache >=1.0 ; extra == 'nospam' + - requests-ratelimiter >=0.3.1 ; extra == 'nospam' + - scipy >=1.6.3 ; extra == 'repair' - kind: pypi name: zipp version: 3.18.1 url: https://files.pythonhosted.org/packages/c2/0a/ba9d0ee9536d3ef73a3448e931776e658b36f128d344e175bc32b092a8bf/zipp-3.18.1-py3-none-any.whl sha256: 206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b requires_dist: - - sphinx>=3.5 ; extra == 'docs' - - jaraco-packaging>=9.3 ; extra == 'docs' - - rst-linker>=1.9 ; extra == 'docs' + - sphinx >=3.5 ; extra == 'docs' + - jaraco-packaging >=9.3 ; extra == 'docs' + - rst-linker >=1.9 ; extra == 'docs' - furo ; extra == 'docs' - sphinx-lint ; extra == 'docs' - - jaraco-tidelift>=1.4 ; extra == 'docs' - - pytest>=6 ; extra == 'testing' - - pytest-checkdocs>=2.4 ; extra == 'testing' + - jaraco-tidelift >=1.4 ; extra == 'docs' + - pytest >=6 ; extra == 'testing' + - pytest-checkdocs >=2.4 ; extra == 'testing' - pytest-cov ; extra == 'testing' - - pytest-enabler>=2.2 ; extra == 'testing' - - pytest-ruff>=0.2.1 ; extra == 'testing' + - pytest-enabler >=2.2 ; extra == 'testing' + - pytest-ruff >=0.2.1 ; extra == 'testing' - jaraco-itertools ; extra == 'testing' - jaraco-functools ; extra == 'testing' - more-itertools ; extra == 'testing' diff --git a/pixi.toml b/pixi.toml index f88dfa28a540..1436dc582e85 100644 --- a/pixi.toml +++ b/pixi.toml @@ -326,7 +326,6 @@ platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"] [feature.examples-common.system-requirements] macos = "12.0" # needed for scipy - [feature.examples-common.dependencies] python = "=3.11" @@ -334,10 +333,6 @@ python = "=3.11" # ALL deps of ALL examples should be listed here. In case of conflicts, the conflicting example should be moved to # another, dedicated environment other than `examples`. [feature.examples-common.pypi-dependencies] -# TODO: including the meta-project is currently not possible due to TBC -# ∆ always keep `editable = true` to avoid caching of the dependency list (which is dynamic) -#all_examples = { path = "examples/python/all_examples", editable = true } - arkit_scenes = { path = "examples/python/arkit_scenes", editable = true } blueprint = { path = "examples/python/blueprint", editable = true } blueprint_stocks = { path = "examples/python/blueprint_stocks", editable = true } @@ -370,6 +365,9 @@ signed_distance_fields = { path = "examples/python/signed_distance_fields", edit stdio = { path = "examples/python/stdio", editable = true } structure_from_motion = { path = "examples/python/structure_from_motion", editable = true } +# Force pixi to depend on this (fake) rerun-sdk package, as this one can be overridden with `py-build` +rerun-sdk = { path = "examples/python/_empty_rerun_sdk" } + # TODO(ab): reactivate these examples when they no-longer trigger the pixi perma-lock-invalidate bug #nuscenes_dataset = { path = "examples/python/nuscenes_dataset", editable = true } #lidar = { path = "examples/python/lidar", editable = true }