From 48cf0edef9838207b90e00fb8190f06450b543f0 Mon Sep 17 00:00:00 2001 From: Hofer-Julian Date: Wed, 25 Oct 2023 08:56:03 +0200 Subject: [PATCH 1/3] Move from black to ruff formatter --- .pre-commit-config.yaml | 10 +- .vscode/extensions.json | 1 - .vscode/settings_template.json | 2 +- docs/python/examples.ipynb | 15 +- pixi.lock | 16148 ++++++++++++++----------------- pixi.toml | 2 - ruff.toml | 14 +- 7 files changed, 7478 insertions(+), 8714 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 38c658ddc..8c0b2ef9c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,15 +14,13 @@ repos: exclude: '.teamcity' - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.291 + rev: v0.1.2 hooks: - id: ruff + types_or: [python, pyi, jupyter] args: [--fix, --exit-non-zero-on-fix] - - repo: https://github.com/psf/black - rev: 23.9.1 - hooks: - - id: black - - id: black-jupyter + - id: ruff-format + types_or: [python, pyi, jupyter] - repo: https://github.com/kynan/nbstripout rev: 0.6.1 hooks: diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 8a813b8e9..fb27e6a36 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,7 +2,6 @@ "recommendations": [ "julialang.language-julia", "ms-python.python", - "ms-python.black-formatter", "ms-python.mypy-type-checker", "charliermarsh.ruff", "njpwerner.autodocstring" diff --git a/.vscode/settings_template.json b/.vscode/settings_template.json index 15d5f46f9..852168c6d 100644 --- a/.vscode/settings_template.json +++ b/.vscode/settings_template.json @@ -5,7 +5,7 @@ "julia.environmentPath": "core", "notebook.formatOnSave.enabled": true, "[python]": { - "editor.defaultFormatter": "ms-python.black-formatter", + "editor.defaultFormatter": "charliermarsh.ruff", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": true diff --git a/docs/python/examples.ipynb b/docs/python/examples.ipynb index 8e9a1f861..6382d5967 100644 --- a/docs/python/examples.ipynb +++ b/docs/python/examples.ipynb @@ -35,12 +35,12 @@ "metadata": {}, "outputs": [], "source": [ + "from pathlib import Path\n", + "\n", "import geopandas as gpd\n", + "import matplotlib.pyplot as plt\n", "import numpy as np\n", "import pandas as pd\n", - "import matplotlib.pyplot as plt\n", - "from pathlib import Path\n", - "\n", "import ribasim" ] }, @@ -459,9 +459,8 @@ "source": [ "import numpy as np\n", "import pandas as pd\n", - "import xarray as xr\n", - "\n", - "import ribasim" + "import ribasim\n", + "import xarray as xr" ] }, { @@ -1418,7 +1417,7 @@ "# Plot target level\n", "target_levels = model.pid_control.time.target.to_numpy()[::2]\n", "times = date2num(model.pid_control.time.time)[::2]\n", - "ax.plot(times, target_levels, color=\"k\", ls=\":\", label=\"target level\");" + "ax.plot(times, target_levels, color=\"k\", ls=\":\", label=\"target level\")" ] }, { @@ -1445,7 +1444,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.12" + "version": "3.11.5" } }, "nbformat": 4, diff --git a/pixi.lock b/pixi.lock index 0e9396ce9..5e1f4d950 100644 --- a/pixi.lock +++ b/pixi.lock @@ -16,17 +16,16 @@ metadata: inputs_metadata: null custom_metadata: null package: -- name: _libgcc_mutex +- platform: linux-64 + name: _libgcc_mutex version: '0.1' + category: main manager: conda - platform: linux-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 hash: md5: d7c89558ba9fa0495403155b64376d81 sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 - optional: false - category: main build: conda_forge arch: x86_64 subdir: linux-64 @@ -34,19 +33,18 @@ package: license: None size: 2562 timestamp: 1578324546067 -- name: _openmp_mutex +- platform: linux-64 + name: _openmp_mutex version: '4.5' + category: main manager: conda - platform: linux-64 dependencies: - _libgcc_mutex: ==0.1 conda_forge - libgomp: '>=7.5.0' + - _libgcc_mutex ==0.1 conda_forge + - libgomp >=7.5.0 url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 hash: md5: 73aaf86a425cc6e73fcf236a5a46396d sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 - optional: false - category: main build: 2_gnu arch: x86_64 subdir: linux-64 @@ -57,18 +55,17 @@ package: license_family: BSD size: 23621 timestamp: 1650670423406 -- name: alsa-lib +- platform: linux-64 + name: alsa-lib version: 1.2.10 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.10-hd590300_0.conda hash: md5: 75dae9a4201732aa78a530b826ee5fe0 sha256: 51147922bad9d3176e780eb26f748f380cd3184896a9f9125d8ac64fe330158b - optional: false - category: main build: hd590300_0 arch: x86_64 subdir: linux-64 @@ -77,21 +74,20 @@ package: license_family: GPL size: 554938 timestamp: 1693607226431 -- name: anyio +- platform: linux-64 + name: anyio version: 4.0.0 + category: main manager: conda - platform: linux-64 dependencies: - exceptiongroup: '*' - idna: '>=2.8' - python: '>=3.8' - sniffio: '>=1.1' + - exceptiongroup * + - idna >=2.8 + - python >=3.8 + - sniffio >=1.1 url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda hash: md5: 3c4e99d3ae4ec033d4dd99fb5220e540 sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -103,21 +99,20 @@ package: noarch: python size: 98958 timestamp: 1693488730301 -- name: anyio +- platform: osx-64 + name: anyio version: 4.0.0 + category: main manager: conda - platform: osx-64 dependencies: - exceptiongroup: '*' - idna: '>=2.8' - python: '>=3.8' - sniffio: '>=1.1' + - exceptiongroup * + - idna >=2.8 + - python >=3.8 + - sniffio >=1.1 url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda hash: md5: 3c4e99d3ae4ec033d4dd99fb5220e540 sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -129,21 +124,20 @@ package: noarch: python size: 98958 timestamp: 1693488730301 -- name: anyio +- platform: win-64 + name: anyio version: 4.0.0 + category: main manager: conda - platform: win-64 dependencies: - exceptiongroup: '*' - idna: '>=2.8' - python: '>=3.8' - sniffio: '>=1.1' + - exceptiongroup * + - idna >=2.8 + - python >=3.8 + - sniffio >=1.1 url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda hash: md5: 3c4e99d3ae4ec033d4dd99fb5220e540 sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -155,18 +149,17 @@ package: noarch: python size: 98958 timestamp: 1693488730301 -- name: appnope +- platform: osx-64 + name: appnope version: 0.1.3 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=2.7' + - python >=2.7 url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2 hash: md5: 54ac328d703bff191256ffa1183126d1 sha256: b209a68ac55eb9ecad7042f0d4eedef5da924699f6cdf54ac1826869cfdae742 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -176,18 +169,17 @@ package: noarch: python size: 8095 timestamp: 1649077760928 -- name: argcomplete +- platform: linux-64 + name: argcomplete version: 3.1.2 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.1.2-pyhd8ed1ab_0.conda hash: md5: 05718204d3570baccbda39c830bbe4d9 sha256: fc193581a3084f0e732145a99d488838ab394d8d97bd200bcdf9e4be00e0d07d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -197,18 +189,17 @@ package: noarch: python size: 39476 timestamp: 1694937085441 -- name: argcomplete +- platform: osx-64 + name: argcomplete version: 3.1.2 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.1.2-pyhd8ed1ab_0.conda hash: md5: 05718204d3570baccbda39c830bbe4d9 sha256: fc193581a3084f0e732145a99d488838ab394d8d97bd200bcdf9e4be00e0d07d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -218,18 +209,17 @@ package: noarch: python size: 39476 timestamp: 1694937085441 -- name: argcomplete +- platform: win-64 + name: argcomplete version: 3.1.2 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.1.2-pyhd8ed1ab_0.conda hash: md5: 05718204d3570baccbda39c830bbe4d9 sha256: fc193581a3084f0e732145a99d488838ab394d8d97bd200bcdf9e4be00e0d07d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -239,20 +229,19 @@ package: noarch: python size: 39476 timestamp: 1694937085441 -- name: argon2-cffi +- platform: linux-64 + name: argon2-cffi version: 23.1.0 + category: main manager: conda - platform: linux-64 dependencies: - argon2-cffi-bindings: '*' - python: '>=3.7' - typing-extensions: '*' + - argon2-cffi-bindings * + - python >=3.7 + - typing-extensions * url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda hash: md5: 3afef1f55a1366b4d3b6a0d92e2235e4 sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -264,20 +253,19 @@ package: noarch: python size: 18602 timestamp: 1692818472638 -- name: argon2-cffi +- platform: osx-64 + name: argon2-cffi version: 23.1.0 + category: main manager: conda - platform: osx-64 dependencies: - argon2-cffi-bindings: '*' - python: '>=3.7' - typing-extensions: '*' + - argon2-cffi-bindings * + - python >=3.7 + - typing-extensions * url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda hash: md5: 3afef1f55a1366b4d3b6a0d92e2235e4 sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -289,20 +277,19 @@ package: noarch: python size: 18602 timestamp: 1692818472638 -- name: argon2-cffi +- platform: win-64 + name: argon2-cffi version: 23.1.0 + category: main manager: conda - platform: win-64 dependencies: - argon2-cffi-bindings: '*' - python: '>=3.7' - typing-extensions: '*' + - argon2-cffi-bindings * + - python >=3.7 + - typing-extensions * url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda hash: md5: 3afef1f55a1366b4d3b6a0d92e2235e4 sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -314,21 +301,20 @@ package: noarch: python size: 18602 timestamp: 1692818472638 -- name: argon2-cffi-bindings +- platform: linux-64 + name: argon2-cffi-bindings version: 21.2.0 + category: main manager: conda - platform: linux-64 dependencies: - cffi: '>=1.0.1' - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - cffi >=1.0.1 + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py311h459d7ec_4.conda hash: md5: de5b16869a430949b02161b04b844a30 sha256: 104194af519b4e667aa5341068b94b521a791aaaa05ec0091f8f0bdba43a60ac - optional: false - category: main build: py311h459d7ec_4 arch: x86_64 subdir: linux-64 @@ -337,20 +323,19 @@ package: license_family: MIT size: 34955 timestamp: 1695386703660 -- name: argon2-cffi-bindings +- platform: osx-64 + name: argon2-cffi-bindings version: 21.2.0 + category: main manager: conda - platform: osx-64 dependencies: - cffi: '>=1.0.1' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - cffi >=1.0.1 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/argon2-cffi-bindings-21.2.0-py311h2725bcf_4.conda hash: md5: e2aba0ad0f533ee73f9d4330d2e32549 sha256: be27659496bcb660fc9c3f5f74128a7bb090336897e9c7cfbcc55ae66f13b8d8 - optional: false - category: main build: py311h2725bcf_4 arch: x86_64 subdir: osx-64 @@ -359,23 +344,22 @@ package: license_family: MIT size: 32542 timestamp: 1695386887016 -- name: argon2-cffi-bindings +- platform: win-64 + name: argon2-cffi-bindings version: 21.2.0 + category: main manager: conda - platform: win-64 dependencies: - cffi: '>=1.0.1' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - cffi >=1.0.1 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/argon2-cffi-bindings-21.2.0-py311ha68e1ae_4.conda hash: md5: e95c947541bf1cb821ea4a6bf7d5794c sha256: 0b8eb99e7ac6b409abbb5f3b9733f883865ff4314e85146380f072f6f6234929 - optional: false - category: main build: py311ha68e1ae_4 arch: x86_64 subdir: win-64 @@ -384,20 +368,19 @@ package: license_family: MIT size: 34687 timestamp: 1695387285415 -- name: arrow +- platform: linux-64 + name: arrow version: 1.3.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' - python-dateutil: '>=2.7.0' - types-python-dateutil: '>=2.8.10' + - python >=3.8 + - python-dateutil >=2.7.0 + - types-python-dateutil >=2.8.10 url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda hash: md5: b77d8c2313158e6e461ca0efb1c2c508 sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -407,20 +390,19 @@ package: noarch: python size: 100096 timestamp: 1696129131844 -- name: arrow +- platform: osx-64 + name: arrow version: 1.3.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' - python-dateutil: '>=2.7.0' - types-python-dateutil: '>=2.8.10' + - python >=3.8 + - python-dateutil >=2.7.0 + - types-python-dateutil >=2.8.10 url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda hash: md5: b77d8c2313158e6e461ca0efb1c2c508 sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -430,20 +412,19 @@ package: noarch: python size: 100096 timestamp: 1696129131844 -- name: arrow +- platform: win-64 + name: arrow version: 1.3.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' - python-dateutil: '>=2.7.0' - types-python-dateutil: '>=2.8.10' + - python >=3.8 + - python-dateutil >=2.7.0 + - types-python-dateutil >=2.8.10 url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda hash: md5: b77d8c2313158e6e461ca0efb1c2c508 sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -453,19 +434,18 @@ package: noarch: python size: 100096 timestamp: 1696129131844 -- name: asttokens +- platform: linux-64 + name: asttokens version: 2.4.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.5' - six: '>=1.12.0' + - python >=3.5 + - six >=1.12.0 url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.0-pyhd8ed1ab_0.conda hash: md5: 056f04e51dd63337e8d7c425c18c86f1 sha256: e7e91e3fa26abe502be690371893f205d87a82c225668ea6e9a1ba26870388ee - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -475,19 +455,18 @@ package: noarch: python size: 28819 timestamp: 1694046538391 -- name: asttokens +- platform: osx-64 + name: asttokens version: 2.4.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.5' - six: '>=1.12.0' + - python >=3.5 + - six >=1.12.0 url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.0-pyhd8ed1ab_0.conda hash: md5: 056f04e51dd63337e8d7c425c18c86f1 sha256: e7e91e3fa26abe502be690371893f205d87a82c225668ea6e9a1ba26870388ee - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -497,19 +476,18 @@ package: noarch: python size: 28819 timestamp: 1694046538391 -- name: asttokens +- platform: win-64 + name: asttokens version: 2.4.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.5' - six: '>=1.12.0' + - python >=3.5 + - six >=1.12.0 url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.0-pyhd8ed1ab_0.conda hash: md5: 056f04e51dd63337e8d7c425c18c86f1 sha256: e7e91e3fa26abe502be690371893f205d87a82c225668ea6e9a1ba26870388ee - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -519,19 +497,18 @@ package: noarch: python size: 28819 timestamp: 1694046538391 -- name: async-lru +- platform: linux-64 + name: async-lru version: 2.0.4 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' - typing_extensions: '>=4.0.0' + - python >=3.8 + - typing_extensions >=4.0.0 url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda hash: md5: 3d081de3a6ea9f894bbb585e8e3a4dcb sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -541,19 +518,18 @@ package: noarch: python size: 15342 timestamp: 1690563152778 -- name: async-lru +- platform: osx-64 + name: async-lru version: 2.0.4 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' - typing_extensions: '>=4.0.0' + - python >=3.8 + - typing_extensions >=4.0.0 url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda hash: md5: 3d081de3a6ea9f894bbb585e8e3a4dcb sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -563,19 +539,18 @@ package: noarch: python size: 15342 timestamp: 1690563152778 -- name: async-lru +- platform: win-64 + name: async-lru version: 2.0.4 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' - typing_extensions: '>=4.0.0' + - python >=3.8 + - typing_extensions >=4.0.0 url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda hash: md5: 3d081de3a6ea9f894bbb585e8e3a4dcb sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -585,18 +560,17 @@ package: noarch: python size: 15342 timestamp: 1690563152778 -- name: attr +- platform: linux-64 + name: attr version: 2.5.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 hash: md5: d9c69a24ad678ffce24c6543a0176b00 sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324 - optional: false - category: main build: h166bdaf_1 arch: x86_64 subdir: linux-64 @@ -605,18 +579,17 @@ package: license_family: GPL size: 71042 timestamp: 1660065501192 -- name: attrs +- platform: linux-64 + name: attrs version: 23.1.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda hash: md5: 3edfead7cedd1ab4400a6c588f3e75f8 sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - optional: false - category: main build: pyh71513ae_1 arch: x86_64 subdir: linux-64 @@ -626,18 +599,17 @@ package: noarch: python size: 55022 timestamp: 1683424195402 -- name: attrs +- platform: osx-64 + name: attrs version: 23.1.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda hash: md5: 3edfead7cedd1ab4400a6c588f3e75f8 sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - optional: false - category: main build: pyh71513ae_1 arch: x86_64 subdir: osx-64 @@ -647,18 +619,17 @@ package: noarch: python size: 55022 timestamp: 1683424195402 -- name: attrs +- platform: win-64 + name: attrs version: 23.1.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda hash: md5: 3edfead7cedd1ab4400a6c588f3e75f8 sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - optional: false - category: main build: pyh71513ae_1 arch: x86_64 subdir: win-64 @@ -668,23 +639,22 @@ package: noarch: python size: 55022 timestamp: 1683424195402 -- name: aws-c-auth +- platform: linux-64 + name: aws-c-auth version: 0.7.4 + category: main manager: conda - platform: linux-64 dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' - libgcc-ng: '>=12' + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.4-hc8144f4_1.conda hash: md5: 81b00630260ff8c9388ee3913465b208 sha256: a41d33da5f25bb6666805a8ac72ff7f03742ce6d311c4241de7beb94681c1289 - optional: false - category: main build: hc8144f4_1 arch: x86_64 subdir: linux-64 @@ -693,22 +663,21 @@ package: license_family: Apache size: 101876 timestamp: 1695806693576 -- name: aws-c-auth +- platform: osx-64 + name: aws-c-auth version: 0.7.4 + category: main manager: conda - platform: osx-64 dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.4-h7fea801_1.conda hash: md5: 6a391ec90c3efedcd4e29eecdc10198a sha256: 316b595cd5491b68b890cfd8ec9f5401a78274774667f9be7bbb9c1498c4bcd0 - optional: false - category: main build: h7fea801_1 arch: x86_64 subdir: osx-64 @@ -717,25 +686,24 @@ package: license_family: Apache size: 89157 timestamp: 1695806962937 -- name: aws-c-auth +- platform: win-64 + name: aws-c-auth version: 0.7.4 + category: main manager: conda - platform: win-64 dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.4-hc10d58f_1.conda hash: md5: 7ed6baf38798ebb4152b821c6b04f061 sha256: beea4633962b493cb6b19e54331b3a3cdfff006ee92fcd8bf80fe432ef1eb254 - optional: false - category: main build: hc10d58f_1 arch: x86_64 subdir: win-64 @@ -744,20 +712,19 @@ package: license_family: Apache size: 98155 timestamp: 1695807069215 -- name: aws-c-cal +- platform: linux-64 + name: aws-c-cal version: 0.6.2 + category: main manager: conda - platform: linux-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - libgcc-ng: '>=12' - openssl: '>=3.1.3,<4.0a0' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - libgcc-ng >=12 + - openssl >=3.1.3,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.2-h09139f6_2.conda hash: md5: 29c3112841eee851f6f5451f6d705782 sha256: f6f91c7d04be3888365499628f3369fc94dada451360bd82e5e3c61abeb7fc3e - optional: false - category: main build: h09139f6_2 arch: x86_64 subdir: linux-64 @@ -766,18 +733,17 @@ package: license_family: Apache size: 50982 timestamp: 1695755343237 -- name: aws-c-cal +- platform: osx-64 + name: aws-c-cal version: 0.6.2 + category: main manager: conda - platform: osx-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' + - aws-c-common >=0.9.3,<0.9.4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.2-hfc10710_2.conda hash: md5: a340450b9351a8979cc1130fece3cc9f sha256: 8752777b77fdb1a8b60ec2903916fd4397ad0ddff8618ee8e5156a3cbfe4095a - optional: false - category: main build: hfc10710_2 arch: x86_64 subdir: osx-64 @@ -786,21 +752,20 @@ package: license_family: Apache size: 40963 timestamp: 1695755654862 -- name: aws-c-cal +- platform: win-64 + name: aws-c-cal version: 0.6.2 + category: main manager: conda - platform: win-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.2-hd5965a7_2.conda hash: md5: cbfd6b62693f67233f205e72e505109a sha256: bf8bc4eae5baacc4a12bef32c25a7f43129b79cf167d2e45c5c5b8672af50815 - optional: false - category: main build: hd5965a7_2 arch: x86_64 subdir: win-64 @@ -809,18 +774,17 @@ package: license_family: Apache size: 51212 timestamp: 1695756000021 -- name: aws-c-common +- platform: linux-64 + name: aws-c-common version: 0.9.3 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.3-hd590300_0.conda hash: md5: 434466e97a4174b0c4de114eb7100550 sha256: 6f3a9c285199f828ac1917112495b4e5f4ca578d385442f33aae282bd95618ac - optional: false - category: main build: hd590300_0 arch: x86_64 subdir: linux-64 @@ -829,17 +793,16 @@ package: license_family: Apache size: 220352 timestamp: 1695654440131 -- name: aws-c-common +- platform: osx-64 + name: aws-c-common version: 0.9.3 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.3-h0dc2134_0.conda hash: md5: 08315e4f10bb6df0b6457dd2c4aefe04 sha256: cd186a847486ecc6f4c90f321552422a148b30bde40c1984cb3c2cdedb5b6842 - optional: false - category: main build: h0dc2134_0 arch: x86_64 subdir: osx-64 @@ -848,20 +811,19 @@ package: license_family: Apache size: 203404 timestamp: 1695654891068 -- name: aws-c-common +- platform: win-64 + name: aws-c-common version: 0.9.3 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.3-hcfcfb64_0.conda hash: md5: ef7faef92f32551745303430e45d61d8 sha256: 4a83811c573c965c55f3f67c149f232ce81c157391b651699a8c8ad22b743ead - optional: false - category: main build: hcfcfb64_0 arch: x86_64 subdir: win-64 @@ -870,19 +832,18 @@ package: license_family: Apache size: 217632 timestamp: 1695654879342 -- name: aws-c-compression +- platform: linux-64 + name: aws-c-compression version: 0.2.17 + category: main manager: conda - platform: linux-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - libgcc-ng: '>=12' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.17-h184a658_3.conda hash: md5: c62775b5028b5a4eda25037f9af7f5b3 sha256: 07f3431f097f64c1ee916c27ac7745bbf27a9b06768fa0449d9e0eaea1b6f4d2 - optional: false - category: main build: h184a658_3 arch: x86_64 subdir: linux-64 @@ -891,18 +852,17 @@ package: license_family: Apache size: 19162 timestamp: 1695755217636 -- name: aws-c-compression +- platform: osx-64 + name: aws-c-compression version: 0.2.17 + category: main manager: conda - platform: osx-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' + - aws-c-common >=0.9.3,<0.9.4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.17-hd41bdd4_3.conda hash: md5: 8477d925cf7a7972e85139c385ec6f45 sha256: 922f2be31994d2ba277f2452c801a35c4695335938788bd280f73ab1cbd189df - optional: false - category: main build: hd41bdd4_3 arch: x86_64 subdir: osx-64 @@ -911,21 +871,20 @@ package: license_family: Apache size: 18078 timestamp: 1695755408655 -- name: aws-c-compression +- platform: win-64 + name: aws-c-compression version: 0.2.17 + category: main manager: conda - platform: win-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.17-hd5965a7_3.conda hash: md5: b0e3df9a002b961bf5fa2400235a8f74 sha256: 5d63e840b6ba0f737503584e14ed94b94397e68e1768f1d76b263dee771a07dd - optional: false - category: main build: hd5965a7_3 arch: x86_64 subdir: win-64 @@ -934,22 +893,21 @@ package: license_family: Apache size: 22691 timestamp: 1695755699057 -- name: aws-c-event-stream +- platform: linux-64 + name: aws-c-event-stream version: 0.3.2 + category: main manager: conda - platform: linux-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.3.2-hd6ebb48_1.conda hash: md5: ef9692e74f437004ef47a4363552bcb6 sha256: 32385f297271fcbdfa97adeceea56c1317ffb96d94a681933805f97ef30bda12 - optional: false - category: main build: hd6ebb48_1 arch: x86_64 subdir: linux-64 @@ -958,21 +916,20 @@ package: license_family: Apache size: 53665 timestamp: 1695786768147 -- name: aws-c-event-stream +- platform: osx-64 + name: aws-c-event-stream version: 0.3.2 + category: main manager: conda - platform: osx-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - libcxx: '>=15.0.7' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - libcxx >=15.0.7 url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.3.2-hab6341b_1.conda hash: md5: ea7090c6dce0f098e6f27531204ae9c3 sha256: ed52fda59f2c42a50a53055f909189d48169fa875f9fdcf4aa280c326aac3123 - optional: false - category: main build: hab6341b_1 arch: x86_64 subdir: osx-64 @@ -981,23 +938,22 @@ package: license_family: Apache size: 46908 timestamp: 1695787042268 -- name: aws-c-event-stream +- platform: win-64 + name: aws-c-event-stream version: 0.3.2 + category: main manager: conda - platform: win-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.3.2-hea44b67_1.conda hash: md5: 8714f7f7c40e43d9830f41b8f010b9d6 sha256: 9aa0bb1e4417b17935094e8fadfba1bc9e00f7e20a9e36f04d790ea7ab4cf308 - optional: false - category: main build: hea44b67_1 arch: x86_64 subdir: win-64 @@ -1006,22 +962,21 @@ package: license_family: Apache size: 54351 timestamp: 1695787146551 -- name: aws-c-http +- platform: linux-64 + name: aws-c-http version: 0.7.13 + category: main manager: conda - platform: linux-64 dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-compression: '>=0.2.17,<0.2.18.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - libgcc-ng: '>=12' + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-compression >=0.2.17,<0.2.18.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.7.13-hc690213_1.conda hash: md5: c912831e92c565598072243266073161 sha256: 609016dcb4c3480362ba6307759b9dabc59fd02f936d6c09f299c46964c19a7c - optional: false - category: main build: hc690213_1 arch: x86_64 subdir: linux-64 @@ -1030,21 +985,20 @@ package: license_family: Apache size: 193066 timestamp: 1695786758113 -- name: aws-c-http +- platform: osx-64 + name: aws-c-http version: 0.7.13 + category: main manager: conda - platform: osx-64 dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-compression: '>=0.2.17,<0.2.18.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-compression >=0.2.17,<0.2.18.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.7.13-h868b204_1.conda hash: md5: f43a2a8cae0408db86d4461359a0dbe2 sha256: f3db9629daee50f27f86676a2d4dec58c9aa2d6d4a6d0f32433928bac7d58dcd - optional: false - category: main build: h868b204_1 arch: x86_64 subdir: osx-64 @@ -1053,24 +1007,23 @@ package: license_family: Apache size: 164664 timestamp: 1695786938189 -- name: aws-c-http +- platform: win-64 + name: aws-c-http version: 0.7.13 + category: main manager: conda - platform: win-64 dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-compression: '>=0.2.17,<0.2.18.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-compression >=0.2.17,<0.2.18.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.7.13-h6dd44e3_1.conda hash: md5: cf2be4ecb54d59f946b6041859051b66 sha256: 536f6e1153fd374ed75632bb568a7b9ab106e8634084235b56f128e9be65175e - optional: false - category: main build: h6dd44e3_1 arch: x86_64 subdir: win-64 @@ -1079,21 +1032,20 @@ package: license_family: Apache size: 179477 timestamp: 1695787045722 -- name: aws-c-io +- platform: linux-64 + name: aws-c-io version: 0.13.32 + category: main manager: conda - platform: linux-64 dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - libgcc-ng: '>=12' - s2n: '>=1.3.51,<1.3.52.0a0' + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - libgcc-ng >=12 + - s2n >=1.3.51,<1.3.52.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.13.32-h89a0be2_4.conda hash: md5: 00ec8ea1819d8c80d0ed87a2f190ce0b sha256: 72ce849960910cc931533b9ecae1f4beb605825391917791131ce871a81e968a - optional: false - category: main build: h89a0be2_4 arch: x86_64 subdir: linux-64 @@ -1102,19 +1054,18 @@ package: license_family: Apache size: 154949 timestamp: 1695775370010 -- name: aws-c-io +- platform: osx-64 + name: aws-c-io version: 0.13.32 + category: main manager: conda - platform: osx-64 dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.13.32-hc4800aa_4.conda hash: md5: 7af067371289d258ff06858c8f8fcd7a sha256: 3c2f725b1a43dbe5a74b86d41eb962c103d4b2cc09ccb77f0c0476764cb70af5 - optional: false - category: main build: hc4800aa_4 arch: x86_64 subdir: osx-64 @@ -1123,22 +1074,21 @@ package: license_family: Apache size: 135469 timestamp: 1695775544592 -- name: aws-c-io +- platform: win-64 + name: aws-c-io version: 0.13.32 + category: main manager: conda - platform: win-64 dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.13.32-ha16e049_4.conda hash: md5: 99e4a38b5a5cd201f5eeba33f978872e sha256: 164a0c9fcc3cbeb4628cf7fd369efd4bca671ce2f7e18116c254bbcd036f6206 - optional: false - category: main build: ha16e049_4 arch: x86_64 subdir: win-64 @@ -1147,21 +1097,20 @@ package: license_family: Apache size: 156378 timestamp: 1695775880642 -- name: aws-c-mqtt +- platform: linux-64 + name: aws-c-mqtt version: 0.9.6 + category: main manager: conda - platform: linux-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - libgcc-ng: '>=12' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.9.6-h32970c0_2.conda hash: md5: 21dd1cb1e73b0ce2ea31e9f9f692e051 sha256: ff961111d41afc107bcb263d1ce727a2900b4546adbb7bae03046e1473157e64 - optional: false - category: main build: h32970c0_2 arch: x86_64 subdir: linux-64 @@ -1170,20 +1119,19 @@ package: license_family: Apache size: 162703 timestamp: 1695917197677 -- name: aws-c-mqtt +- platform: osx-64 + name: aws-c-mqtt version: 0.9.6 + category: main manager: conda - platform: osx-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.9.6-he6da789_2.conda hash: md5: 4b30f7acb9cf20c7570b000213484f52 sha256: 343781159bb6bc47dd8e69c41eaeaacfc4d146cfa18fd01bf2c75e8b7bd45ba6 - optional: false - category: main build: he6da789_2 arch: x86_64 subdir: osx-64 @@ -1192,23 +1140,22 @@ package: license_family: Apache size: 139336 timestamp: 1695917405265 -- name: aws-c-mqtt +- platform: win-64 + name: aws-c-mqtt version: 0.9.6 + category: main manager: conda - platform: win-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.9.6-h5e85a83_2.conda hash: md5: 348bde350e6eee35c3dd310cef20775f sha256: 8f6e103b8a5c85275b541fe52d69b879aa96c9996f5edc81fd6a21d662bc7392 - optional: false - category: main build: h5e85a83_2 arch: x86_64 subdir: win-64 @@ -1217,25 +1164,24 @@ package: license_family: Apache size: 157202 timestamp: 1695917786835 -- name: aws-c-s3 +- platform: linux-64 + name: aws-c-s3 version: 0.3.17 + category: main manager: conda - platform: linux-64 dependencies: - aws-c-auth: '>=0.7.4,<0.7.5.0a0' - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - libgcc-ng: '>=12' - openssl: '>=3.1.3,<4.0a0' + - aws-c-auth >=0.7.4,<0.7.5.0a0 + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - libgcc-ng >=12 + - openssl >=3.1.3,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.3.17-hb5e3142_3.conda hash: md5: f0eeadc3f7fc9a29b7ce416897056826 sha256: e2735df82153f7bc29d9d118453349b8d1fdd565e43764188af502fbcd32635a - optional: false - category: main build: hb5e3142_3 arch: x86_64 subdir: linux-64 @@ -1244,23 +1190,22 @@ package: license_family: Apache size: 86367 timestamp: 1695816475381 -- name: aws-c-s3 +- platform: osx-64 + name: aws-c-s3 version: 0.3.17 + category: main manager: conda - platform: osx-64 dependencies: - aws-c-auth: '>=0.7.4,<0.7.5.0a0' - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' + - aws-c-auth >=0.7.4,<0.7.5.0a0 + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.3.17-h5997705_3.conda hash: md5: e4e8a0ea0385a06a83944f603e56320e sha256: 4146f40b392860c1bb9c76e39d5a6aa95a8429da4d5a7e10b30318147faddfe8 - optional: false - category: main build: h5997705_3 arch: x86_64 subdir: osx-64 @@ -1269,26 +1214,25 @@ package: license_family: Apache size: 74663 timestamp: 1695816593583 -- name: aws-c-s3 +- platform: win-64 + name: aws-c-s3 version: 0.3.17 + category: main manager: conda - platform: win-64 - dependencies: - aws-c-auth: '>=0.7.4,<0.7.5.0a0' - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + dependencies: + - aws-c-auth >=0.7.4,<0.7.5.0a0 + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.3.17-ha8f72b6_3.conda hash: md5: e6e98f522c89d8b02766d09468d790f3 sha256: ee731c295a74363afae65e3268d524e3a3d8d198aaaf0b0ab6af4c0cbfd56756 - optional: false - category: main build: ha8f72b6_3 arch: x86_64 subdir: win-64 @@ -1297,19 +1241,18 @@ package: license_family: Apache size: 83349 timestamp: 1695817009484 -- name: aws-c-sdkutils +- platform: linux-64 + name: aws-c-sdkutils version: 0.1.12 + category: main manager: conda - platform: linux-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - libgcc-ng: '>=12' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.12-h184a658_2.conda hash: md5: ba06d81b81ec3eaf4ee83cd47f808134 sha256: f8cea4495d2d6c622aa65257aa24958fde6e5f5d518772036ba1fe5dfd0666ad - optional: false - category: main build: h184a658_2 arch: x86_64 subdir: linux-64 @@ -1318,18 +1261,17 @@ package: license_family: Apache size: 53021 timestamp: 1695742870649 -- name: aws-c-sdkutils +- platform: osx-64 + name: aws-c-sdkutils version: 0.1.12 + category: main manager: conda - platform: osx-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' + - aws-c-common >=0.9.3,<0.9.4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.12-hd41bdd4_2.conda hash: md5: ca04a04205202fee021697f614bd59dd sha256: 763f1091d0abae8ec74ffe6077788e4a558e88e0a0c9aaba69c66b88f91f9b14 - optional: false - category: main build: hd41bdd4_2 arch: x86_64 subdir: osx-64 @@ -1338,21 +1280,20 @@ package: license_family: Apache size: 47319 timestamp: 1695743229851 -- name: aws-c-sdkutils +- platform: win-64 + name: aws-c-sdkutils version: 0.1.12 + category: main manager: conda - platform: win-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.12-hd5965a7_2.conda hash: md5: 5ac1b07dec55938a5f410e04aba2e27a sha256: 029e039ff2bc526d5f31637a5525192787b3457b03cf33e479cd07641a9b5430 - optional: false - category: main build: hd5965a7_2 arch: x86_64 subdir: win-64 @@ -1361,19 +1302,18 @@ package: license_family: Apache size: 51875 timestamp: 1695743449932 -- name: aws-checksums +- platform: linux-64 + name: aws-checksums version: 0.1.17 + category: main manager: conda - platform: linux-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - libgcc-ng: '>=12' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.17-h184a658_2.conda hash: md5: 10fcdbd02ba7fa0827fb8f7d94f8375b sha256: feeea13a9a15c4dd27a2244fedbe439ee7548192b21e5e6cf6c07142af5a92d1 - optional: false - category: main build: h184a658_2 arch: x86_64 subdir: linux-64 @@ -1382,18 +1322,17 @@ package: license_family: Apache size: 50130 timestamp: 1695743103287 -- name: aws-checksums +- platform: osx-64 + name: aws-checksums version: 0.1.17 + category: main manager: conda - platform: osx-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' + - aws-c-common >=0.9.3,<0.9.4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.17-hd41bdd4_2.conda hash: md5: e4d679bf261bafcf215804bcbcd63e6f sha256: d59f0b77d02fe275f0d758148c5705c72dfca85d97b55c9a227579eb284dd6a2 - optional: false - category: main build: hd41bdd4_2 arch: x86_64 subdir: osx-64 @@ -1402,21 +1341,20 @@ package: license_family: Apache size: 48675 timestamp: 1695743318668 -- name: aws-checksums +- platform: win-64 + name: aws-checksums version: 0.1.17 + category: main manager: conda - platform: win-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.17-hd5965a7_2.conda hash: md5: 750eaf78f1354c70743cb15c1e2ad4ac sha256: 0c9e36f6b0729e8b0507b16fd10ab01b6bf59afd99d7d3b6fa93151485ac481f - optional: false - category: main build: hd5965a7_2 arch: x86_64 subdir: win-64 @@ -1425,28 +1363,27 @@ package: license_family: Apache size: 52214 timestamp: 1695743755136 -- name: aws-crt-cpp +- platform: linux-64 + name: aws-crt-cpp version: 0.23.1 + category: main manager: conda - platform: linux-64 - dependencies: - aws-c-auth: '>=0.7.4,<0.7.5.0a0' - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-event-stream: '>=0.3.2,<0.3.3.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-mqtt: '>=0.9.6,<0.9.7.0a0' - aws-c-s3: '>=0.3.17,<0.3.18.0a0' - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + dependencies: + - aws-c-auth >=0.7.4,<0.7.5.0a0 + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-mqtt >=0.9.6,<0.9.7.0a0 + - aws-c-s3 >=0.3.17,<0.3.18.0a0 + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.23.1-h94c364a_5.conda hash: md5: 0d9257d4ebe9af80677c178f172d3c39 sha256: 2c3af3148c4625a9f4bc8cd46b0d55f6e39f7381ee54095752c62f1c1598c24b - optional: false - category: main build: h94c364a_5 arch: x86_64 subdir: linux-64 @@ -1455,27 +1392,26 @@ package: license_family: Apache size: 323319 timestamp: 1695993507703 -- name: aws-crt-cpp +- platform: osx-64 + name: aws-crt-cpp version: 0.23.1 + category: main manager: conda - platform: osx-64 - dependencies: - aws-c-auth: '>=0.7.4,<0.7.5.0a0' - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-event-stream: '>=0.3.2,<0.3.3.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-mqtt: '>=0.9.6,<0.9.7.0a0' - aws-c-s3: '>=0.3.17,<0.3.18.0a0' - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' - libcxx: '>=15.0.7' + dependencies: + - aws-c-auth >=0.7.4,<0.7.5.0a0 + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-mqtt >=0.9.6,<0.9.7.0a0 + - aws-c-s3 >=0.3.17,<0.3.18.0a0 + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - libcxx >=15.0.7 url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.23.1-h4e3dc9b_5.conda hash: md5: 327a1a3776bb737a8de1a02203b67c18 sha256: 63d6022f15f57422243065b09d940cb7c336883bd3d581ce8d8e0a9ae19bc64d - optional: false - category: main build: h4e3dc9b_5 arch: x86_64 subdir: osx-64 @@ -1484,29 +1420,28 @@ package: license_family: Apache size: 275005 timestamp: 1695993989586 -- name: aws-crt-cpp +- platform: win-64 + name: aws-crt-cpp version: 0.23.1 + category: main manager: conda - platform: win-64 - dependencies: - aws-c-auth: '>=0.7.4,<0.7.5.0a0' - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-event-stream: '>=0.3.2,<0.3.3.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-mqtt: '>=0.9.6,<0.9.7.0a0' - aws-c-s3: '>=0.3.17,<0.3.18.0a0' - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + dependencies: + - aws-c-auth >=0.7.4,<0.7.5.0a0 + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-mqtt >=0.9.6,<0.9.7.0a0 + - aws-c-s3 >=0.3.17,<0.3.18.0a0 + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.23.1-h70f7a23_5.conda hash: md5: c0c9016cd7385ad14dcd575ef349c620 sha256: 7b39b5bbd278838543655068f8779e538b6cd2b7931689762127082b544eea4e - optional: false - category: main build: h70f7a23_5 arch: x86_64 subdir: win-64 @@ -1515,26 +1450,25 @@ package: license_family: Apache size: 236477 timestamp: 1695993950546 -- name: aws-sdk-cpp +- platform: linux-64 + name: aws-sdk-cpp version: 1.11.156 + category: main manager: conda - platform: linux-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-event-stream: '>=0.3.2,<0.3.3.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - aws-crt-cpp: '>=0.23.1,<0.23.2.0a0' - libcurl: '>=8.3.0,<9.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' + dependencies: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - aws-crt-cpp >=0.23.1,<0.23.2.0a0 + - libcurl >=8.3.0,<9.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.156-h6600424_3.conda hash: md5: 6caecdec46acbd4743807b4be6efce33 sha256: ed42d559b18025f422d4b4ae81e0574eae200c3e321b9f97e3b269a6d064994a - optional: false - category: main build: h6600424_3 arch: x86_64 subdir: linux-64 @@ -1543,25 +1477,24 @@ package: license_family: Apache size: 3432093 timestamp: 1696017730687 -- name: aws-sdk-cpp +- platform: osx-64 + name: aws-sdk-cpp version: 1.11.156 + category: main manager: conda - platform: osx-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-event-stream: '>=0.3.2,<0.3.3.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - aws-crt-cpp: '>=0.23.1,<0.23.2.0a0' - libcurl: '>=8.3.0,<9.0a0' - libcxx: '>=15.0.7' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - aws-crt-cpp >=0.23.1,<0.23.2.0a0 + - libcurl >=8.3.0,<9.0a0 + - libcxx >=15.0.7 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.156-h99d1da1_3.conda hash: md5: c2fed554b5b634befb8849c87dc193c4 sha256: b757126d923fb4bf78c4d97025d0b636579a7814d319e493219e36e8f0ab8439 - optional: false - category: main build: h99d1da1_3 arch: x86_64 subdir: osx-64 @@ -1570,25 +1503,24 @@ package: license_family: Apache size: 3190406 timestamp: 1696018395381 -- name: aws-sdk-cpp +- platform: win-64 + name: aws-sdk-cpp version: 1.11.156 + category: main manager: conda - platform: win-64 dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-event-stream: '>=0.3.2,<0.3.3.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - aws-crt-cpp: '>=0.23.1,<0.23.2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - aws-crt-cpp >=0.23.1,<0.23.2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.156-h02852bd_3.conda hash: md5: 1a232e6d0c8b7ce34b0f819e072fbf7c sha256: e183eda509e1079ef8e72927c68ed3108a3006b67d8a07a39edad49dc79636e3 - optional: false - category: main build: h02852bd_3 arch: x86_64 subdir: win-64 @@ -1597,19 +1529,18 @@ package: license_family: Apache size: 3228453 timestamp: 1696018718586 -- name: babel +- platform: linux-64 + name: babel version: 2.12.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' - pytz: '*' + - python >=3.7 + - pytz * url: https://conda.anaconda.org/conda-forge/noarch/babel-2.12.1-pyhd8ed1ab_1.conda hash: md5: ac432e732804a81ddcf29c92ead57cde sha256: 2d9b8768bf8b45073830f7104278c6eb17d78b0f509c9d818ff06b9c4d60283a - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: linux-64 @@ -1619,19 +1550,18 @@ package: noarch: python size: 6886728 timestamp: 1677767201771 -- name: babel +- platform: osx-64 + name: babel version: 2.12.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' - pytz: '*' + - python >=3.7 + - pytz * url: https://conda.anaconda.org/conda-forge/noarch/babel-2.12.1-pyhd8ed1ab_1.conda hash: md5: ac432e732804a81ddcf29c92ead57cde sha256: 2d9b8768bf8b45073830f7104278c6eb17d78b0f509c9d818ff06b9c4d60283a - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: osx-64 @@ -1641,19 +1571,18 @@ package: noarch: python size: 6886728 timestamp: 1677767201771 -- name: babel +- platform: win-64 + name: babel version: 2.12.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' - pytz: '*' + - python >=3.7 + - pytz * url: https://conda.anaconda.org/conda-forge/noarch/babel-2.12.1-pyhd8ed1ab_1.conda hash: md5: ac432e732804a81ddcf29c92ead57cde sha256: 2d9b8768bf8b45073830f7104278c6eb17d78b0f509c9d818ff06b9c4d60283a - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: win-64 @@ -1663,18 +1592,17 @@ package: noarch: python size: 6886728 timestamp: 1677767201771 -- name: backcall +- platform: linux-64 + name: backcall version: 0.2.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2 hash: md5: 6006a6d08a3fa99268a2681c7fb55213 sha256: ee62d6434090c1327a48551734e06bd10e65a64ef7f3b6e68719500dab0e42b9 - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: linux-64 @@ -1684,18 +1612,17 @@ package: noarch: python size: 13705 timestamp: 1592338491389 -- name: backcall +- platform: osx-64 + name: backcall version: 0.2.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2 hash: md5: 6006a6d08a3fa99268a2681c7fb55213 sha256: ee62d6434090c1327a48551734e06bd10e65a64ef7f3b6e68719500dab0e42b9 - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: osx-64 @@ -1705,18 +1632,17 @@ package: noarch: python size: 13705 timestamp: 1592338491389 -- name: backcall +- platform: win-64 + name: backcall version: 0.2.0 + category: main manager: conda - platform: win-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2 hash: md5: 6006a6d08a3fa99268a2681c7fb55213 sha256: ee62d6434090c1327a48551734e06bd10e65a64ef7f3b6e68719500dab0e42b9 - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: win-64 @@ -1726,18 +1652,17 @@ package: noarch: python size: 13705 timestamp: 1592338491389 -- name: backports +- platform: linux-64 + name: backports version: '1.0' + category: main manager: conda - platform: linux-64 dependencies: - python: '>=2.7' + - python >=2.7 url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda hash: md5: 54ca2e08b3220c148a1d8329c2678e02 sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd - optional: false - category: main build: pyhd8ed1ab_3 arch: x86_64 subdir: linux-64 @@ -1747,18 +1672,17 @@ package: noarch: python size: 5950 timestamp: 1669158729416 -- name: backports +- platform: osx-64 + name: backports version: '1.0' + category: main manager: conda - platform: osx-64 dependencies: - python: '>=2.7' + - python >=2.7 url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda hash: md5: 54ca2e08b3220c148a1d8329c2678e02 sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd - optional: false - category: main build: pyhd8ed1ab_3 arch: x86_64 subdir: osx-64 @@ -1768,18 +1692,17 @@ package: noarch: python size: 5950 timestamp: 1669158729416 -- name: backports +- platform: win-64 + name: backports version: '1.0' + category: main manager: conda - platform: win-64 dependencies: - python: '>=2.7' + - python >=2.7 url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda hash: md5: 54ca2e08b3220c148a1d8329c2678e02 sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd - optional: false - category: main build: pyhd8ed1ab_3 arch: x86_64 subdir: win-64 @@ -1789,20 +1712,19 @@ package: noarch: python size: 5950 timestamp: 1669158729416 -- name: backports.functools_lru_cache +- platform: linux-64 + name: backports.functools_lru_cache version: 1.6.5 + category: main manager: conda - platform: linux-64 dependencies: - backports: '*' - python: '>=3.6' - setuptools: '*' + - backports * + - python >=3.6 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda hash: md5: 6b1b907661838a75d067a22f87996b2e sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -1812,20 +1734,19 @@ package: noarch: python size: 11519 timestamp: 1687772319931 -- name: backports.functools_lru_cache +- platform: osx-64 + name: backports.functools_lru_cache version: 1.6.5 + category: main manager: conda - platform: osx-64 dependencies: - backports: '*' - python: '>=3.6' - setuptools: '*' + - backports * + - python >=3.6 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda hash: md5: 6b1b907661838a75d067a22f87996b2e sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -1835,20 +1756,19 @@ package: noarch: python size: 11519 timestamp: 1687772319931 -- name: backports.functools_lru_cache +- platform: win-64 + name: backports.functools_lru_cache version: 1.6.5 + category: main manager: conda - platform: win-64 dependencies: - backports: '*' - python: '>=3.6' - setuptools: '*' + - backports * + - python >=3.6 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda hash: md5: 6b1b907661838a75d067a22f87996b2e sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -1858,19 +1778,18 @@ package: noarch: python size: 11519 timestamp: 1687772319931 -- name: beautifulsoup4 +- platform: linux-64 + name: beautifulsoup4 version: 4.12.2 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' - soupsieve: '>=1.2' + - python >=3.6 + - soupsieve >=1.2 url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda hash: md5: a362ff7d976217f8fa78c0f1c4f59717 sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -1880,19 +1799,18 @@ package: noarch: python size: 115011 timestamp: 1680888259061 -- name: beautifulsoup4 +- platform: osx-64 + name: beautifulsoup4 version: 4.12.2 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' - soupsieve: '>=1.2' + - python >=3.6 + - soupsieve >=1.2 url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda hash: md5: a362ff7d976217f8fa78c0f1c4f59717 sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -1902,19 +1820,18 @@ package: noarch: python size: 115011 timestamp: 1680888259061 -- name: beautifulsoup4 +- platform: win-64 + name: beautifulsoup4 version: 4.12.2 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' - soupsieve: '>=1.2' + - python >=3.6 + - soupsieve >=1.2 url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda hash: md5: a362ff7d976217f8fa78c0f1c4f59717 sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -1924,24 +1841,23 @@ package: noarch: python size: 115011 timestamp: 1680888259061 -- name: black +- platform: linux-64 + name: black version: 23.9.1 + category: main manager: conda - platform: linux-64 dependencies: - click: '>=8.0.0' - mypy_extensions: '>=0.4.3' - packaging: '>=22.0' - pathspec: '>=0.9' - platformdirs: '>=2' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/black-23.9.1-py311h38be061_0.conda hash: md5: 1c8a584d930b21d050ce16084cbcce28 sha256: d2f462cedc6d7811d5451042ca725f68ca4646c16e7f65043c222f121fd34107 - optional: false - category: main build: py311h38be061_0 arch: x86_64 subdir: linux-64 @@ -1950,24 +1866,23 @@ package: license_family: MIT size: 357875 timestamp: 1694452048454 -- name: black +- platform: osx-64 + name: black version: 23.9.1 + category: main manager: conda - platform: osx-64 dependencies: - click: '>=8.0.0' - mypy_extensions: '>=0.4.3' - packaging: '>=22.0' - pathspec: '>=0.9' - platformdirs: '>=2' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/black-23.9.1-py311h6eed73b_0.conda hash: md5: d29a05f540c7a4039ac48080f99fb8ac sha256: 4a167af23c1d738dcab6bf8f396ffe420f156d9f440049d0e072ff7c606a1da7 - optional: false - category: main build: py311h6eed73b_0 arch: x86_64 subdir: osx-64 @@ -1976,24 +1891,23 @@ package: license_family: MIT size: 358443 timestamp: 1694452244066 -- name: black +- platform: win-64 + name: black version: 23.9.1 + category: main manager: conda - platform: win-64 dependencies: - click: '>=8.0.0' - mypy_extensions: '>=0.4.3' - packaging: '>=22.0' - pathspec: '>=0.9' - platformdirs: '>=2' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - click >=8.0.0 + - mypy_extensions >=0.4.3 + - packaging >=22.0 + - pathspec >=0.9 + - platformdirs >=2 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/win-64/black-23.9.1-py311h1ea47a8_0.conda hash: md5: f12c7eddbffa2a5e5a43db3e0e316436 sha256: 219a4e613449244b0e1b49b4895096399c832861c2b0e1d18db2da36828dc611 - optional: false - category: main build: py311h1ea47a8_0 arch: x86_64 subdir: win-64 @@ -2002,91 +1916,21 @@ package: license_family: MIT size: 374263 timestamp: 1694452640885 -- name: black-jupyter - version: 23.9.1 - manager: conda - platform: linux-64 - dependencies: - black: '>=23.9.1,<23.9.2.0a0' - ipython: '>=7.8.0' - tokenize-rt: '>=3.2.0' - url: https://conda.anaconda.org/conda-forge/noarch/black-jupyter-23.9.1-hd8ed1ab_0.conda - hash: - md5: dd3f05937a9f8db754ef2afaa138f378 - sha256: d69a5ff988b7c2e510ffc605dc7bf222189381b49fc72bfc2d33b2e9f6f3c2b9 - optional: false - category: main - build: hd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 7236 - timestamp: 1694452060149 -- name: black-jupyter - version: 23.9.1 - manager: conda - platform: osx-64 - dependencies: - black: '>=23.9.1,<23.9.2.0a0' - ipython: '>=7.8.0' - tokenize-rt: '>=3.2.0' - url: https://conda.anaconda.org/conda-forge/noarch/black-jupyter-23.9.1-hd8ed1ab_0.conda - hash: - md5: dd3f05937a9f8db754ef2afaa138f378 - sha256: d69a5ff988b7c2e510ffc605dc7bf222189381b49fc72bfc2d33b2e9f6f3c2b9 - optional: false - category: main - build: hd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 7236 - timestamp: 1694452060149 -- name: black-jupyter - version: 23.9.1 - manager: conda - platform: win-64 - dependencies: - black: '>=23.9.1,<23.9.2.0a0' - ipython: '>=7.8.0' - tokenize-rt: '>=3.2.0' - url: https://conda.anaconda.org/conda-forge/noarch/black-jupyter-23.9.1-hd8ed1ab_0.conda - hash: - md5: dd3f05937a9f8db754ef2afaa138f378 - sha256: d69a5ff988b7c2e510ffc605dc7bf222189381b49fc72bfc2d33b2e9f6f3c2b9 - optional: false - category: main - build: hd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 7236 - timestamp: 1694452060149 -- name: bleach +- platform: linux-64 + name: bleach version: 6.0.0 + category: main manager: conda - platform: linux-64 dependencies: - packaging: '*' - python: '>=3.6' - setuptools: '*' - six: '>=1.9.0' - webencodings: '*' + - packaging * + - python >=3.6 + - setuptools * + - six >=1.9.0 + - webencodings * url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.0.0-pyhd8ed1ab_0.conda hash: md5: d48b143d01385872a88ef8417e96c30e sha256: 59da02f550ec546f9375fa309bc7712f50b478bad67b99fbebbb5b57ee3a67d3 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -2096,22 +1940,21 @@ package: noarch: python size: 130677 timestamp: 1674535450476 -- name: bleach +- platform: osx-64 + name: bleach version: 6.0.0 + category: main manager: conda - platform: osx-64 dependencies: - packaging: '*' - python: '>=3.6' - setuptools: '*' - six: '>=1.9.0' - webencodings: '*' + - packaging * + - python >=3.6 + - setuptools * + - six >=1.9.0 + - webencodings * url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.0.0-pyhd8ed1ab_0.conda hash: md5: d48b143d01385872a88ef8417e96c30e sha256: 59da02f550ec546f9375fa309bc7712f50b478bad67b99fbebbb5b57ee3a67d3 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -2121,22 +1964,21 @@ package: noarch: python size: 130677 timestamp: 1674535450476 -- name: bleach +- platform: win-64 + name: bleach version: 6.0.0 + category: main manager: conda - platform: win-64 dependencies: - packaging: '*' - python: '>=3.6' - setuptools: '*' - six: '>=1.9.0' - webencodings: '*' + - packaging * + - python >=3.6 + - setuptools * + - six >=1.9.0 + - webencodings * url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.0.0-pyhd8ed1ab_0.conda hash: md5: d48b143d01385872a88ef8417e96c30e sha256: 59da02f550ec546f9375fa309bc7712f50b478bad67b99fbebbb5b57ee3a67d3 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -2146,23 +1988,22 @@ package: noarch: python size: 130677 timestamp: 1674535450476 -- name: blosc +- platform: linux-64 + name: blosc version: 1.21.5 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.10,<2.0a0' - zstd: '>=1.5.5,<1.6.0a0' + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.1.10,<2.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.5-h0f2a231_0.conda hash: md5: 009521b7ed97cca25f8f997f9e745976 sha256: e2b15b017775d1bda8edbb1bc48e545e45364edefa4d926732fc5488cc600731 - optional: false - category: main build: h0f2a231_0 arch: x86_64 subdir: linux-64 @@ -2171,22 +2012,21 @@ package: license_family: BSD size: 48692 timestamp: 1693657088079 -- name: blosc +- platform: osx-64 + name: blosc version: 1.21.5 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.10,<2.0a0' - zstd: '>=1.5.5,<1.6.0a0' + - libcxx >=15.0.7 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.1.10,<2.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.5-heccf04b_0.conda hash: md5: 3003fa6dd18769db1a616982dcee5b40 sha256: db629047f1721d5a6e3bd41b07c1a3bacd0dee70f4063b61db2aa46f19a0b8b4 - optional: false - category: main build: heccf04b_0 arch: x86_64 subdir: osx-64 @@ -2195,24 +2035,23 @@ package: license_family: BSD size: 49891 timestamp: 1693657206065 -- name: blosc +- platform: win-64 + name: blosc version: 1.21.5 + category: main manager: conda - platform: win-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.10,<2.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zstd: '>=1.5.5,<1.6.0a0' + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.1.10,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.5-hdccc3a2_0.conda hash: md5: 77a5cea2ce92907b7d1e7954457a526a sha256: 73cee35e5366ce998ef36ccccb4c11ef9ead297886cc08269379f91539131288 - optional: false - category: main build: hdccc3a2_0 arch: x86_64 subdir: win-64 @@ -2221,23 +2060,22 @@ package: license_family: BSD size: 50069 timestamp: 1693657396550 -- name: bmipy +- platform: linux-64 + name: bmipy version: '2.0' + category: main manager: conda - platform: linux-64 dependencies: - black: '*' - click: '*' - jinja2: '*' - numpy: '*' - python: '>=3' - six: '*' + - black * + - click * + - jinja2 * + - numpy * + - python >=3 + - six * url: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0-py_0.tar.bz2 hash: md5: 09c29e1098ac9d79df603f3de51aa8ae sha256: f8bb604a5892ba2c2446558f7ec8c7546fc614c82658cba3390ace663701e0be - optional: false - category: main build: py_0 arch: x86_64 subdir: linux-64 @@ -2247,23 +2085,22 @@ package: noarch: python size: 11078 timestamp: 1576274472294 -- name: bmipy +- platform: osx-64 + name: bmipy version: '2.0' + category: main manager: conda - platform: osx-64 dependencies: - black: '*' - click: '*' - jinja2: '*' - numpy: '*' - python: '>=3' - six: '*' + - black * + - click * + - jinja2 * + - numpy * + - python >=3 + - six * url: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0-py_0.tar.bz2 hash: md5: 09c29e1098ac9d79df603f3de51aa8ae sha256: f8bb604a5892ba2c2446558f7ec8c7546fc614c82658cba3390ace663701e0be - optional: false - category: main build: py_0 arch: x86_64 subdir: osx-64 @@ -2273,23 +2110,22 @@ package: noarch: python size: 11078 timestamp: 1576274472294 -- name: bmipy +- platform: win-64 + name: bmipy version: '2.0' + category: main manager: conda - platform: win-64 dependencies: - black: '*' - click: '*' - jinja2: '*' - numpy: '*' - python: '>=3' - six: '*' + - black * + - click * + - jinja2 * + - numpy * + - python >=3 + - six * url: https://conda.anaconda.org/conda-forge/noarch/bmipy-2.0-py_0.tar.bz2 hash: md5: 09c29e1098ac9d79df603f3de51aa8ae sha256: f8bb604a5892ba2c2446558f7ec8c7546fc614c82658cba3390ace663701e0be - optional: false - category: main build: py_0 arch: x86_64 subdir: win-64 @@ -2299,20 +2135,19 @@ package: noarch: python size: 11078 timestamp: 1576274472294 -- name: branca +- platform: linux-64 + name: branca version: 0.6.0 + category: main manager: conda - platform: linux-64 dependencies: - jinja2: '*' - python: '>=3.7' - setuptools: '*' + - jinja2 * + - python >=3.7 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/branca-0.6.0-pyhd8ed1ab_0.tar.bz2 hash: md5: f4cc65697763ef8c2f7555f1ec355a6b sha256: 46175d4dd94e458b2c5303a4cd816db6c45ff302b1b1852c1fd37411ce171f05 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -2322,20 +2157,19 @@ package: noarch: python size: 27849 timestamp: 1667848843468 -- name: branca +- platform: osx-64 + name: branca version: 0.6.0 + category: main manager: conda - platform: osx-64 dependencies: - jinja2: '*' - python: '>=3.7' - setuptools: '*' + - jinja2 * + - python >=3.7 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/branca-0.6.0-pyhd8ed1ab_0.tar.bz2 hash: md5: f4cc65697763ef8c2f7555f1ec355a6b sha256: 46175d4dd94e458b2c5303a4cd816db6c45ff302b1b1852c1fd37411ce171f05 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -2345,20 +2179,19 @@ package: noarch: python size: 27849 timestamp: 1667848843468 -- name: branca +- platform: win-64 + name: branca version: 0.6.0 + category: main manager: conda - platform: win-64 dependencies: - jinja2: '*' - python: '>=3.7' - setuptools: '*' + - jinja2 * + - python >=3.7 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/branca-0.6.0-pyhd8ed1ab_0.tar.bz2 hash: md5: f4cc65697763ef8c2f7555f1ec355a6b sha256: 46175d4dd94e458b2c5303a4cd816db6c45ff302b1b1852c1fd37411ce171f05 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -2368,21 +2201,20 @@ package: noarch: python size: 27849 timestamp: 1667848843468 -- name: brotli +- platform: linux-64 + name: brotli version: 1.1.0 + category: main manager: conda - platform: linux-64 dependencies: - brotli-bin: ==1.1.0 hd590300_1 - libbrotlidec: ==1.1.0 hd590300_1 - libbrotlienc: ==1.1.0 hd590300_1 - libgcc-ng: '>=12' + - brotli-bin ==1.1.0 hd590300_1 + - libbrotlidec ==1.1.0 hd590300_1 + - libbrotlienc ==1.1.0 hd590300_1 + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hd590300_1.conda hash: md5: f27a24d46e3ea7b70a1f98e50c62508f sha256: f2d918d351edd06c55a6c2d84b488fe392f85ea018ff227daac07db22b408f6b - optional: false - category: main build: hd590300_1 arch: x86_64 subdir: linux-64 @@ -2391,20 +2223,19 @@ package: license_family: MIT size: 19383 timestamp: 1695990069230 -- name: brotli +- platform: osx-64 + name: brotli version: 1.1.0 + category: main manager: conda - platform: osx-64 dependencies: - brotli-bin: ==1.1.0 h0dc2134_1 - libbrotlidec: ==1.1.0 h0dc2134_1 - libbrotlienc: ==1.1.0 h0dc2134_1 + - brotli-bin ==1.1.0 h0dc2134_1 + - libbrotlidec ==1.1.0 h0dc2134_1 + - libbrotlienc ==1.1.0 h0dc2134_1 url: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h0dc2134_1.conda hash: md5: 9272dd3b19c4e8212f8542cefd5c3d67 sha256: 4bf66d450be5d3f9ebe029b50f818d088b1ef9666b1f19e90c85479c77bbdcde - optional: false - category: main build: h0dc2134_1 arch: x86_64 subdir: osx-64 @@ -2413,23 +2244,22 @@ package: license_family: MIT size: 19530 timestamp: 1695990310168 -- name: brotli +- platform: win-64 + name: brotli version: 1.1.0 + category: main manager: conda - platform: win-64 dependencies: - brotli-bin: ==1.1.0 hcfcfb64_1 - libbrotlidec: ==1.1.0 hcfcfb64_1 - libbrotlienc: ==1.1.0 hcfcfb64_1 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - brotli-bin ==1.1.0 hcfcfb64_1 + - libbrotlidec ==1.1.0 hcfcfb64_1 + - libbrotlienc ==1.1.0 hcfcfb64_1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/brotli-1.1.0-hcfcfb64_1.conda hash: md5: f47f6db2528e38321fb00ae31674c133 sha256: b927c95121c5f3d82fe084730281739fb04621afebf2d9f05711a0f42d27e326 - optional: false - category: main build: hcfcfb64_1 arch: x86_64 subdir: win-64 @@ -2438,20 +2268,19 @@ package: license_family: MIT size: 19772 timestamp: 1695990547936 -- name: brotli-bin +- platform: linux-64 + name: brotli-bin version: 1.1.0 + category: main manager: conda - platform: linux-64 dependencies: - libbrotlidec: ==1.1.0 hd590300_1 - libbrotlienc: ==1.1.0 hd590300_1 - libgcc-ng: '>=12' + - libbrotlidec ==1.1.0 hd590300_1 + - libbrotlienc ==1.1.0 hd590300_1 + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hd590300_1.conda hash: md5: 39f910d205726805a958da408ca194ba sha256: a641abfbaec54f454c8434061fffa7fdaa9c695e8a5a400ed96b4f07c0c00677 - optional: false - category: main build: hd590300_1 arch: x86_64 subdir: linux-64 @@ -2460,19 +2289,18 @@ package: license_family: MIT size: 18980 timestamp: 1695990054140 -- name: brotli-bin +- platform: osx-64 + name: brotli-bin version: 1.1.0 + category: main manager: conda - platform: osx-64 dependencies: - libbrotlidec: ==1.1.0 h0dc2134_1 - libbrotlienc: ==1.1.0 h0dc2134_1 + - libbrotlidec ==1.1.0 h0dc2134_1 + - libbrotlienc ==1.1.0 h0dc2134_1 url: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h0dc2134_1.conda hash: md5: ece565c215adcc47fc1db4e651ee094b sha256: 7ca3cfb4c5df314ed481301335387ab2b2ee651e2c74fbb15bacc795c664a5f1 - optional: false - category: main build: h0dc2134_1 arch: x86_64 subdir: osx-64 @@ -2481,22 +2309,21 @@ package: license_family: MIT size: 16660 timestamp: 1695990286737 -- name: brotli-bin +- platform: win-64 + name: brotli-bin version: 1.1.0 + category: main manager: conda - platform: win-64 dependencies: - libbrotlidec: ==1.1.0 hcfcfb64_1 - libbrotlienc: ==1.1.0 hcfcfb64_1 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libbrotlidec ==1.1.0 hcfcfb64_1 + - libbrotlienc ==1.1.0 hcfcfb64_1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/brotli-bin-1.1.0-hcfcfb64_1.conda hash: md5: 0105229d7c5fabaa840043a86c10ec64 sha256: 4fbcb8f94acc97b2b04adbc64e304acd7c06fa0cf01953527bddae46091cc942 - optional: false - category: main build: hcfcfb64_1 arch: x86_64 subdir: win-64 @@ -2505,21 +2332,20 @@ package: license_family: MIT size: 20885 timestamp: 1695990517506 -- name: brotli-python +- platform: linux-64 + name: brotli-python version: 1.1.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py311hb755f60_1.conda hash: md5: cce9e7c3f1c307f2a5fb08a2922d6164 sha256: 559093679e9fdb6061b7b80ca0f9a31fe6ffc213f1dae65bc5c82e2cd1a94107 - optional: false - category: main build: py311hb755f60_1 arch: x86_64 subdir: linux-64 @@ -2530,20 +2356,19 @@ package: license_family: MIT size: 351340 timestamp: 1695990160360 -- name: brotli-python +- platform: osx-64 + name: brotli-python version: 1.1.0 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libcxx >=15.0.7 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py311hdf8f085_1.conda hash: md5: 546fdccabb90492fbaf2da4ffb78f352 sha256: 0f5e0a7de58006f349220365e32db521a1fe494c37ee455e5ecf05b8fe567dcc - optional: false - category: main build: py311hdf8f085_1 arch: x86_64 subdir: osx-64 @@ -2554,22 +2379,21 @@ package: license_family: MIT size: 366864 timestamp: 1695990449997 -- name: brotli-python +- platform: win-64 + name: brotli-python version: 1.1.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py311h12c1d0e_1.conda hash: md5: 42fbf4e947c17ea605e6a4d7f526669a sha256: 5390e1e5e8e159d4893ecbfd2c08ca75ef51bdce1a4a44ff4ee9e2d596004aac - optional: false - category: main build: py311h12c1d0e_1 arch: x86_64 subdir: win-64 @@ -2580,22 +2404,21 @@ package: license_family: MIT size: 322086 timestamp: 1695990976742 -- name: build +- platform: linux-64 + name: build version: 0.7.0 + category: main manager: conda - platform: linux-64 dependencies: - importlib-metadata: '*' - packaging: '*' - pep517: '>=0.9.1' - python: '>=3.6' - tomli: '*' + - importlib-metadata * + - packaging * + - pep517 >=0.9.1 + - python >=3.6 + - tomli * url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 hash: md5: add7f31586d03678695b32b78a1337a1 sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -2605,22 +2428,21 @@ package: noarch: python size: 17759 timestamp: 1631843776429 -- name: build +- platform: osx-64 + name: build version: 0.7.0 + category: main manager: conda - platform: osx-64 dependencies: - importlib-metadata: '*' - packaging: '*' - pep517: '>=0.9.1' - python: '>=3.6' - tomli: '*' + - importlib-metadata * + - packaging * + - pep517 >=0.9.1 + - python >=3.6 + - tomli * url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 hash: md5: add7f31586d03678695b32b78a1337a1 sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -2630,22 +2452,21 @@ package: noarch: python size: 17759 timestamp: 1631843776429 -- name: build +- platform: win-64 + name: build version: 0.7.0 + category: main manager: conda - platform: win-64 dependencies: - importlib-metadata: '*' - packaging: '*' - pep517: '>=0.9.1' - python: '>=3.6' - tomli: '*' + - importlib-metadata * + - packaging * + - pep517 >=0.9.1 + - python >=3.6 + - tomli * url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 hash: md5: add7f31586d03678695b32b78a1337a1 sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -2655,18 +2476,17 @@ package: noarch: python size: 17759 timestamp: 1631843776429 -- name: bzip2 +- platform: linux-64 + name: bzip2 version: 1.0.8 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.3.0' + - libgcc-ng >=9.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h7f98852_4.tar.bz2 hash: md5: a1fd65c7ccbf10880423d82bca54eb54 sha256: cb521319804640ff2ad6a9f118d972ed76d86bea44e5626c09a13d38f562e1fa - optional: false - category: main build: h7f98852_4 arch: x86_64 subdir: linux-64 @@ -2675,17 +2495,16 @@ package: license_family: BSD size: 495686 timestamp: 1606604745109 -- name: bzip2 +- platform: osx-64 + name: bzip2 version: 1.0.8 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h0d85af4_4.tar.bz2 hash: md5: 37edc4e6304ca87316e160f5ca0bd1b5 sha256: 60ba4c64f5d0afca0d283c7addba577d3e2efc0db86002808dadb0498661b2f2 - optional: false - category: main build: h0d85af4_4 arch: x86_64 subdir: osx-64 @@ -2694,19 +2513,18 @@ package: license_family: BSD size: 158829 timestamp: 1618862580095 -- name: bzip2 +- platform: win-64 + name: bzip2 version: 1.0.8 + category: main manager: conda - platform: win-64 dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h8ffe710_4.tar.bz2 hash: md5: 7c03c66026944073040cb19a4f3ec3c9 sha256: 5389dad4e73e4865bb485f460fc60b120bae74404003d457ecb1a62eb7abf0c1 - optional: false - category: main build: h8ffe710_4 arch: x86_64 subdir: win-64 @@ -2715,18 +2533,17 @@ package: license_family: BSD size: 152247 timestamp: 1606605223049 -- name: c-ares +- platform: linux-64 + name: c-ares version: 1.19.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.19.1-hd590300_0.conda hash: md5: e8c18d865be43e2fb3f7a145b6adf1f5 sha256: c4276b1a0e8f18ab08018b1881666656742b325e0fcf2354f714e924d28683b6 - optional: false - category: main build: hd590300_0 arch: x86_64 subdir: linux-64 @@ -2735,17 +2552,16 @@ package: license_family: MIT size: 113362 timestamp: 1684782732180 -- name: c-ares +- platform: osx-64 + name: c-ares version: 1.19.1 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.19.1-h0dc2134_0.conda hash: md5: b3e62631b4e1b9801477523ce1d6f355 sha256: 1de09d540facc3833e3f0a280ae987859f310f535726eff66d6f4a66045bd32c - optional: false - category: main build: h0dc2134_0 arch: x86_64 subdir: osx-64 @@ -2754,20 +2570,19 @@ package: license_family: MIT size: 103004 timestamp: 1684783034995 -- name: c-ares +- platform: win-64 + name: c-ares version: 1.19.1 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.19.1-hcfcfb64_0.conda hash: md5: 8aa74d9a74ed3a31d9ed38a387a8ca50 sha256: 4dc79f3b5784ea9bffcbd27f2c23a52f0507e877af59d002aa2202c07d0d4951 - optional: false - category: main build: hcfcfb64_0 arch: x86_64 subdir: win-64 @@ -2776,17 +2591,16 @@ package: license_family: MIT size: 112589 timestamp: 1684783302054 -- name: ca-certificates +- platform: linux-64 + name: ca-certificates version: 2023.7.22 + category: main manager: conda - platform: linux-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.7.22-hbcca054_0.conda hash: md5: a73ecd2988327ad4c8f2c331482917f2 sha256: 525b7b6b5135b952ec1808de84e5eca57c7c7ff144e29ef3e96ae4040ff432c1 - optional: false - category: main build: hbcca054_0 arch: x86_64 subdir: linux-64 @@ -2794,17 +2608,16 @@ package: license: ISC size: 149515 timestamp: 1690026108541 -- name: ca-certificates +- platform: osx-64 + name: ca-certificates version: 2023.7.22 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2023.7.22-h8857fd0_0.conda hash: md5: bf2c54c18997bf3542af074c10191771 sha256: 27de15e18a12117e83ac1eb8a8e52eb65731cc7f0b607a7922206a15e2460c7b - optional: false - category: main build: h8857fd0_0 arch: x86_64 subdir: osx-64 @@ -2812,17 +2625,16 @@ package: license: ISC size: 149911 timestamp: 1690026363769 -- name: ca-certificates +- platform: win-64 + name: ca-certificates version: 2023.7.22 + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2023.7.22-h56e8100_0.conda hash: md5: b1c2327b36f1a25d96f2039b0d3e3739 sha256: b85a6f307f8e1c803cb570bdfb9e4d811a361417873ecd2ecf687587405a72e0 - optional: false - category: main build: h56e8100_0 arch: x86_64 subdir: win-64 @@ -2830,18 +2642,17 @@ package: license: ISC size: 150013 timestamp: 1690026269050 -- name: cached-property +- platform: linux-64 + name: cached-property version: 1.5.2 + category: main manager: conda - platform: linux-64 dependencies: - cached_property: '>=1.5.2,<1.5.3.0a0' + - cached_property >=1.5.2,<1.5.3.0a0 url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 hash: md5: 9b347a7ec10940d3f7941ff6c460b551 sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 - optional: false - category: main build: hd8ed1ab_1 arch: x86_64 subdir: linux-64 @@ -2851,18 +2662,17 @@ package: noarch: python size: 4134 timestamp: 1615209571450 -- name: cached-property +- platform: osx-64 + name: cached-property version: 1.5.2 + category: main manager: conda - platform: osx-64 dependencies: - cached_property: '>=1.5.2,<1.5.3.0a0' + - cached_property >=1.5.2,<1.5.3.0a0 url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 hash: md5: 9b347a7ec10940d3f7941ff6c460b551 sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 - optional: false - category: main build: hd8ed1ab_1 arch: x86_64 subdir: osx-64 @@ -2872,18 +2682,17 @@ package: noarch: python size: 4134 timestamp: 1615209571450 -- name: cached-property +- platform: win-64 + name: cached-property version: 1.5.2 + category: main manager: conda - platform: win-64 dependencies: - cached_property: '>=1.5.2,<1.5.3.0a0' + - cached_property >=1.5.2,<1.5.3.0a0 url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 hash: md5: 9b347a7ec10940d3f7941ff6c460b551 sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 - optional: false - category: main build: hd8ed1ab_1 arch: x86_64 subdir: win-64 @@ -2893,18 +2702,17 @@ package: noarch: python size: 4134 timestamp: 1615209571450 -- name: cached_property +- platform: linux-64 + name: cached_property version: 1.5.2 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 hash: md5: 576d629e47797577ab0f1b351297ef4a sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 - optional: false - category: main build: pyha770c72_1 arch: x86_64 subdir: linux-64 @@ -2914,18 +2722,17 @@ package: noarch: python size: 11065 timestamp: 1615209567874 -- name: cached_property +- platform: osx-64 + name: cached_property version: 1.5.2 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 hash: md5: 576d629e47797577ab0f1b351297ef4a sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 - optional: false - category: main build: pyha770c72_1 arch: x86_64 subdir: osx-64 @@ -2935,18 +2742,17 @@ package: noarch: python size: 11065 timestamp: 1615209567874 -- name: cached_property +- platform: win-64 + name: cached_property version: 1.5.2 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 hash: md5: 576d629e47797577ab0f1b351297ef4a sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 - optional: false - category: main build: pyha770c72_1 arch: x86_64 subdir: win-64 @@ -2956,33 +2762,32 @@ package: noarch: python size: 11065 timestamp: 1615209567874 -- name: cairo +- platform: linux-64 + name: cairo version: 1.16.0 + category: main manager: conda - platform: linux-64 - dependencies: - fontconfig: '>=2.14.2,<3.0a0' - fonts-conda-ecosystem: '*' - freetype: '>=2.12.1,<3.0a0' - icu: '>=73.2,<74.0a0' - libgcc-ng: '>=12' - libglib: '>=2.76.4,<3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libxcb: '>=1.15,<1.16.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - pixman: '>=0.40.0,<1.0a0' - xorg-libice: '>=1.1.1,<2.0a0' - xorg-libsm: '>=1.2.4,<2.0a0' - xorg-libx11: '>=1.8.6,<2.0a0' - xorg-libxext: '>=1.3.4,<2.0a0' - xorg-libxrender: '>=0.9.11,<0.10.0a0' - zlib: '*' + dependencies: + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem * + - freetype >=2.12.1,<3.0a0 + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 + - libglib >=2.76.4,<3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libxcb >=1.15,<1.16.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - pixman >=0.40.0,<1.0a0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + - zlib * url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.16.0-h0c91306_1017.conda hash: md5: 3db543896d34fc6804ddfb9239dcb125 sha256: e8218419ba02e49b1b33365f139622ed23c93c089ebbcef99ac1c6d05a07f247 - optional: false - category: main build: h0c91306_1017 arch: x86_64 subdir: linux-64 @@ -2990,26 +2795,25 @@ package: license: LGPL-2.1-only or MPL-1.1 size: 1106759 timestamp: 1692960387046 -- name: cairo +- platform: osx-64 + name: cairo version: 1.16.0 + category: main manager: conda - platform: osx-64 - dependencies: - fontconfig: '>=2.14.2,<3.0a0' - fonts-conda-ecosystem: '*' - freetype: '>=2.12.1,<3.0a0' - icu: '>=73.2,<74.0a0' - libglib: '>=2.76.4,<3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - pixman: '>=0.40.0,<1.0a0' - zlib: '*' + dependencies: + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem * + - freetype >=2.12.1,<3.0a0 + - icu >=73.2,<74.0a0 + - libglib >=2.76.4,<3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - pixman >=0.40.0,<1.0a0 + - zlib * url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.16.0-hfdb49f2_1017.conda hash: md5: 3fcec2e67ea8af5f5e33506651b16c41 sha256: 0679272caa68ea528c87fa077dc5445766dde05142bece02b5c7b7573dd862c0 - optional: false - category: main build: hfdb49f2_1017 arch: x86_64 subdir: osx-64 @@ -3017,29 +2821,28 @@ package: license: LGPL-2.1-only or MPL-1.1 size: 946699 timestamp: 1692960940662 -- name: cairo +- platform: win-64 + name: cairo version: 1.16.0 + category: main manager: conda - platform: win-64 - dependencies: - fontconfig: '>=2.14.2,<3.0a0' - fonts-conda-ecosystem: '*' - freetype: '>=2.12.1,<3.0a0' - icu: '>=73.2,<74.0a0' - libglib: '>=2.76.4,<3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - pixman: '>=0.40.0,<1.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zlib: '*' + dependencies: + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem * + - freetype >=2.12.1,<3.0a0 + - icu >=73.2,<74.0a0 + - libglib >=2.76.4,<3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - pixman >=0.40.0,<1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib * url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.16.0-h412253b_1017.conda hash: md5: 7bae4345898b999b3f45a8421f4eef29 sha256: 072fbc3539b123ed42c1e3a06603fc42b5b1cf51e186e939dd56cb1a6ff3d215 - optional: false - category: main build: h412253b_1017 arch: x86_64 subdir: win-64 @@ -3047,18 +2850,17 @@ package: license: LGPL-2.1-only or MPL-1.1 size: 1609362 timestamp: 1692960974679 -- name: certifi +- platform: linux-64 + name: certifi version: 2023.7.22 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda hash: md5: 7f3dbc9179b4dde7da98dfb151d0ad22 sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -3067,18 +2869,17 @@ package: noarch: python size: 153791 timestamp: 1690024617757 -- name: certifi +- platform: osx-64 + name: certifi version: 2023.7.22 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda hash: md5: 7f3dbc9179b4dde7da98dfb151d0ad22 sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -3087,18 +2888,17 @@ package: noarch: python size: 153791 timestamp: 1690024617757 -- name: certifi +- platform: win-64 + name: certifi version: 2023.7.22 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda hash: md5: 7f3dbc9179b4dde7da98dfb151d0ad22 sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -3107,22 +2907,21 @@ package: noarch: python size: 153791 timestamp: 1690024617757 -- name: cffi +- platform: linux-64 + name: cffi version: 1.16.0 + category: main manager: conda - platform: linux-64 dependencies: - libffi: '>=3.4,<4.0a0' - libgcc-ng: '>=12' - pycparser: '*' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 + - pycparser * + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py311hb3a22ac_0.conda hash: md5: b3469563ac5e808b0cd92810d0697043 sha256: b71c94528ca0c35133da4b7ef69b51a0b55eeee570376057f3d2ad60c3ab1444 - optional: false - category: main build: py311hb3a22ac_0 arch: x86_64 subdir: linux-64 @@ -3131,21 +2930,20 @@ package: license_family: MIT size: 300207 timestamp: 1696001873452 -- name: cffi +- platform: osx-64 + name: cffi version: 1.16.0 + category: main manager: conda - platform: osx-64 dependencies: - libffi: '>=3.4,<4.0a0' - pycparser: '*' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libffi >=3.4,<4.0a0 + - pycparser * + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py311hc0b63fd_0.conda hash: md5: 15d07b82223cac96af629e5e747ba27a sha256: 1f13a5fa7f310fdbd27f5eddceb9e62cfb10012c58a58c923dd6f51fa979748a - optional: false - category: main build: py311hc0b63fd_0 arch: x86_64 subdir: osx-64 @@ -3154,23 +2952,22 @@ package: license_family: MIT size: 289932 timestamp: 1696002096156 -- name: cffi +- platform: win-64 + name: cffi version: 1.16.0 + category: main manager: conda - platform: win-64 dependencies: - pycparser: '*' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - pycparser * + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py311ha68e1ae_0.conda hash: md5: d109d6e767c4890ea32880b8bfa4a3b6 sha256: eb7463fe3785dd9ac0b3b1e5fea3b721d20eb082e194cab0af8d9ff28c28934f - optional: false - category: main build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 @@ -3179,18 +2976,17 @@ package: license_family: MIT size: 297043 timestamp: 1696002186279 -- name: cfgv +- platform: linux-64 + name: cfgv version: 3.3.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6.1' + - python >=3.6.1 url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 hash: md5: ebb5f5f7dc4f1a3780ef7ea7738db08c sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -3200,18 +2996,17 @@ package: noarch: python size: 10788 timestamp: 1629909423398 -- name: cfgv +- platform: osx-64 + name: cfgv version: 3.3.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6.1' + - python >=3.6.1 url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 hash: md5: ebb5f5f7dc4f1a3780ef7ea7738db08c sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -3221,18 +3016,17 @@ package: noarch: python size: 10788 timestamp: 1629909423398 -- name: cfgv +- platform: win-64 + name: cfgv version: 3.3.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6.1' + - python >=3.6.1 url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 hash: md5: ebb5f5f7dc4f1a3780ef7ea7738db08c sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -3242,23 +3036,22 @@ package: noarch: python size: 10788 timestamp: 1629909423398 -- name: cfitsio +- platform: linux-64 + name: cfitsio version: 4.3.0 + category: main manager: conda - platform: linux-64 dependencies: - bzip2: '>=1.0.8,<2.0a0' - libcurl: '>=8.2.0,<9.0a0' - libgcc-ng: '>=12' - libgfortran-ng: '*' - libgfortran5: '>=12.3.0' - libzlib: '>=1.2.13,<1.3.0a0' + - bzip2 >=1.0.8,<2.0a0 + - libcurl >=8.2.0,<9.0a0 + - libgcc-ng >=12 + - libgfortran-ng * + - libgfortran5 >=12.3.0 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/cfitsio-4.3.0-hbdc6101_0.conda hash: md5: 797554b8b7603011e8677884381fbcc5 sha256: c74938f1ade9b8f37b9fa8cc98a5b9262b325506f41d7492ad1d00146e0f1d08 - optional: false - category: main build: hbdc6101_0 arch: x86_64 subdir: linux-64 @@ -3266,22 +3059,21 @@ package: license: LicenseRef-fitsio size: 887615 timestamp: 1690377677271 -- name: cfitsio +- platform: osx-64 + name: cfitsio version: 4.3.0 + category: main manager: conda - platform: osx-64 dependencies: - bzip2: '>=1.0.8,<2.0a0' - libcurl: '>=8.2.0,<9.0a0' - libgfortran: 5.* - libgfortran5: '>=12.2.0' - libzlib: '>=1.2.13,<1.3.0a0' + - bzip2 >=1.0.8,<2.0a0 + - libcurl >=8.2.0,<9.0a0 + - libgfortran 5.* + - libgfortran5 >=12.2.0 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/cfitsio-4.3.0-h66f91ea_0.conda hash: md5: f540472ad8a8ea2b39a4c6ca14ebc1b5 sha256: 0246d80ce305609c7e810514d1aa578ef498a1f05fd2dba5fa46ea845e4e57b9 - optional: false - category: main build: h66f91ea_0 arch: x86_64 subdir: osx-64 @@ -3289,22 +3081,21 @@ package: license: LicenseRef-fitsio size: 843556 timestamp: 1690378027019 -- name: cfitsio +- platform: win-64 + name: cfitsio version: 4.3.0 + category: main manager: conda - platform: win-64 dependencies: - libcurl: '>=8.2.0,<9.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libcurl >=8.2.0,<9.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/cfitsio-4.3.0-h9b0cee5_0.conda hash: md5: a04c557207fa9fc6f663ae1e4768d321 sha256: b941249b2254939a180922d7639e1517feae71d61bcca86788fb953202e2b103 - optional: false - category: main build: h9b0cee5_0 arch: x86_64 subdir: win-64 @@ -3312,18 +3103,17 @@ package: license: LicenseRef-fitsio size: 563108 timestamp: 1690378239344 -- name: chardet +- platform: linux-64 + name: chardet version: 3.0.4 + category: main manager: conda - platform: linux-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/chardet-3.0.4-py_1.tar.bz2 hash: md5: fe78e4f34d845480ff480e0f8561f83c sha256: 1b63f2e11c96f8564c9e0b05cc05eaa45dd38de56052dd6e049a795db1e00620 - optional: false - category: main build: py_1 arch: x86_64 subdir: linux-64 @@ -3333,18 +3123,17 @@ package: noarch: python size: 97878 timestamp: 1530974982414 -- name: chardet +- platform: osx-64 + name: chardet version: 3.0.4 + category: main manager: conda - platform: osx-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/chardet-3.0.4-py_1.tar.bz2 hash: md5: fe78e4f34d845480ff480e0f8561f83c sha256: 1b63f2e11c96f8564c9e0b05cc05eaa45dd38de56052dd6e049a795db1e00620 - optional: false - category: main build: py_1 arch: x86_64 subdir: osx-64 @@ -3354,18 +3143,17 @@ package: noarch: python size: 97878 timestamp: 1530974982414 -- name: chardet +- platform: win-64 + name: chardet version: 3.0.4 + category: main manager: conda - platform: win-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/chardet-3.0.4-py_1.tar.bz2 hash: md5: fe78e4f34d845480ff480e0f8561f83c sha256: 1b63f2e11c96f8564c9e0b05cc05eaa45dd38de56052dd6e049a795db1e00620 - optional: false - category: main build: py_1 arch: x86_64 subdir: win-64 @@ -3375,18 +3163,17 @@ package: noarch: python size: 97878 timestamp: 1530974982414 -- name: charset-normalizer +- platform: linux-64 + name: charset-normalizer version: 3.2.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.2.0-pyhd8ed1ab_0.conda hash: md5: 313516e9a4b08b12dfb1e1cd390a96e3 sha256: 0666a95fbbd2299008162e2126c009191e5953d1cad1878bf9f4d8d634af1dd4 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -3396,18 +3183,17 @@ package: noarch: python size: 45686 timestamp: 1688813585878 -- name: charset-normalizer +- platform: osx-64 + name: charset-normalizer version: 3.2.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.2.0-pyhd8ed1ab_0.conda hash: md5: 313516e9a4b08b12dfb1e1cd390a96e3 sha256: 0666a95fbbd2299008162e2126c009191e5953d1cad1878bf9f4d8d634af1dd4 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -3417,18 +3203,17 @@ package: noarch: python size: 45686 timestamp: 1688813585878 -- name: charset-normalizer +- platform: win-64 + name: charset-normalizer version: 3.2.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.2.0-pyhd8ed1ab_0.conda hash: md5: 313516e9a4b08b12dfb1e1cd390a96e3 sha256: 0666a95fbbd2299008162e2126c009191e5953d1cad1878bf9f4d8d634af1dd4 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -3438,19 +3223,18 @@ package: noarch: python size: 45686 timestamp: 1688813585878 -- name: click +- platform: linux-64 + name: click version: 8.1.7 + category: main manager: conda - platform: linux-64 dependencies: - __unix: '*' - python: '>=3.8' + - __unix * + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda hash: md5: f3ad426304898027fc619827ff428eca sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec - optional: false - category: main build: unix_pyh707e725_0 arch: x86_64 subdir: linux-64 @@ -3460,19 +3244,18 @@ package: noarch: python size: 84437 timestamp: 1692311973840 -- name: click +- platform: osx-64 + name: click version: 8.1.7 + category: main manager: conda - platform: osx-64 dependencies: - __unix: '*' - python: '>=3.8' + - __unix * + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda hash: md5: f3ad426304898027fc619827ff428eca sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec - optional: false - category: main build: unix_pyh707e725_0 arch: x86_64 subdir: osx-64 @@ -3482,20 +3265,19 @@ package: noarch: python size: 84437 timestamp: 1692311973840 -- name: click +- platform: win-64 + name: click version: 8.1.7 + category: main manager: conda - platform: win-64 dependencies: - __win: '*' - colorama: '*' - python: '>=3.8' + - __win * + - colorama * + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda hash: md5: 3549ecbceb6cd77b91a105511b7d0786 sha256: 90236b113b9a20041736e80b80ee965167f9aac0468315c55e2bad902d673fb0 - optional: false - category: main build: win_pyh7428d3b_0 arch: x86_64 subdir: win-64 @@ -3505,19 +3287,18 @@ package: noarch: python size: 85051 timestamp: 1692312207348 -- name: click-plugins +- platform: linux-64 + name: click-plugins version: 1.1.1 + category: main manager: conda - platform: linux-64 dependencies: - click: '>=3.0' - python: '*' + - click >=3.0 + - python * url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 hash: md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 - optional: false - category: main build: py_0 arch: x86_64 subdir: linux-64 @@ -3527,19 +3308,18 @@ package: noarch: python size: 8992 timestamp: 1554588104889 -- name: click-plugins +- platform: osx-64 + name: click-plugins version: 1.1.1 + category: main manager: conda - platform: osx-64 dependencies: - click: '>=3.0' - python: '*' + - click >=3.0 + - python * url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 hash: md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 - optional: false - category: main build: py_0 arch: x86_64 subdir: osx-64 @@ -3549,19 +3329,18 @@ package: noarch: python size: 8992 timestamp: 1554588104889 -- name: click-plugins +- platform: win-64 + name: click-plugins version: 1.1.1 + category: main manager: conda - platform: win-64 dependencies: - click: '>=3.0' - python: '*' + - click >=3.0 + - python * url: https://conda.anaconda.org/conda-forge/noarch/click-plugins-1.1.1-py_0.tar.bz2 hash: md5: 4fd2c6b53934bd7d96d1f3fdaf99b79f sha256: ddef6e559dde6673ee504b0e29dd814d36e22b6b9b1f519fa856ee268905bf92 - optional: false - category: main build: py_0 arch: x86_64 subdir: win-64 @@ -3571,19 +3350,18 @@ package: noarch: python size: 8992 timestamp: 1554588104889 -- name: cligj +- platform: linux-64 + name: cligj version: 0.7.2 + category: main manager: conda - platform: linux-64 dependencies: - click: '>=4.0' - python: <4.0 + - click >=4.0 + - python <4.0 url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 hash: md5: a29b7c141d6b2de4bb67788a5f107734 sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: linux-64 @@ -3593,19 +3371,18 @@ package: noarch: python size: 10255 timestamp: 1633637895378 -- name: cligj +- platform: osx-64 + name: cligj version: 0.7.2 + category: main manager: conda - platform: osx-64 dependencies: - click: '>=4.0' - python: <4.0 + - click >=4.0 + - python <4.0 url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 hash: md5: a29b7c141d6b2de4bb67788a5f107734 sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: osx-64 @@ -3615,19 +3392,18 @@ package: noarch: python size: 10255 timestamp: 1633637895378 -- name: cligj +- platform: win-64 + name: cligj version: 0.7.2 + category: main manager: conda - platform: win-64 dependencies: - click: '>=4.0' - python: <4.0 + - click >=4.0 + - python <4.0 url: https://conda.anaconda.org/conda-forge/noarch/cligj-0.7.2-pyhd8ed1ab_1.tar.bz2 hash: md5: a29b7c141d6b2de4bb67788a5f107734 sha256: 97bd58f0cfcff56a0bcda101e26f7d936625599325beba3e3a1fa512dd7fc174 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: win-64 @@ -3637,21 +3413,20 @@ package: noarch: python size: 10255 timestamp: 1633637895378 -- name: cmarkgfm +- platform: linux-64 + name: cmarkgfm version: 0.8.0 + category: main manager: conda - platform: linux-64 dependencies: - cffi: '>=1.0.0' - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - cffi >=1.0.0 + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/cmarkgfm-0.8.0-py311h459d7ec_3.conda hash: md5: 5090d5a3ab2580cabb17a3ae965e257f sha256: 01316757b817f21ec8c901ecdd1cf60141a80ea5bfddf352846ba85f4c7a3e9d - optional: false - category: main build: py311h459d7ec_3 arch: x86_64 subdir: linux-64 @@ -3660,20 +3435,19 @@ package: license_family: MIT size: 136524 timestamp: 1695669889658 -- name: cmarkgfm +- platform: osx-64 + name: cmarkgfm version: 0.8.0 + category: main manager: conda - platform: osx-64 dependencies: - cffi: '>=1.0.0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - cffi >=1.0.0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/cmarkgfm-0.8.0-py311h2725bcf_3.conda hash: md5: 3a4ef0858a3fae7e61ae9cdf72adefd1 sha256: a8036546261cc57f5383f9fcacaedd3c8aed76ca03c05fa5955fcd0a0707ff45 - optional: false - category: main build: py311h2725bcf_3 arch: x86_64 subdir: osx-64 @@ -3682,23 +3456,22 @@ package: license_family: MIT size: 113116 timestamp: 1695670250339 -- name: cmarkgfm +- platform: win-64 + name: cmarkgfm version: 0.8.0 + category: main manager: conda - platform: win-64 dependencies: - cffi: '>=1.0.0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - cffi >=1.0.0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/cmarkgfm-0.8.0-py311ha68e1ae_3.conda hash: md5: 489e7c645da48b8c19f8232d70b45ec8 sha256: 8fe56f677ec4b47043170d2437ce020c204c88a56895c58490e89277af93a2ca - optional: false - category: main build: py311ha68e1ae_3 arch: x86_64 subdir: win-64 @@ -3707,18 +3480,17 @@ package: license_family: MIT size: 120405 timestamp: 1695670523318 -- name: colorama +- platform: linux-64 + name: colorama version: 0.4.6 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 hash: md5: 3faab06a954c2a04039983f2c4a50d99 sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -3728,18 +3500,17 @@ package: noarch: python size: 25170 timestamp: 1666700778190 -- name: colorama +- platform: osx-64 + name: colorama version: 0.4.6 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 hash: md5: 3faab06a954c2a04039983f2c4a50d99 sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -3749,18 +3520,17 @@ package: noarch: python size: 25170 timestamp: 1666700778190 -- name: colorama +- platform: win-64 + name: colorama version: 0.4.6 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 hash: md5: 3faab06a954c2a04039983f2c4a50d99 sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -3770,19 +3540,18 @@ package: noarch: python size: 25170 timestamp: 1666700778190 -- name: comm +- platform: linux-64 + name: comm version: 0.1.4 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' - traitlets: '>=5.3' + - python >=3.6 + - traitlets >=5.3 url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda hash: md5: c8eaca39e2b6abae1fc96acc929ae939 sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -3792,19 +3561,18 @@ package: noarch: python size: 11682 timestamp: 1691045097208 -- name: comm +- platform: osx-64 + name: comm version: 0.1.4 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' - traitlets: '>=5.3' + - python >=3.6 + - traitlets >=5.3 url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda hash: md5: c8eaca39e2b6abae1fc96acc929ae939 sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -3814,19 +3582,18 @@ package: noarch: python size: 11682 timestamp: 1691045097208 -- name: comm +- platform: win-64 + name: comm version: 0.1.4 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' - traitlets: '>=5.3' + - python >=3.6 + - traitlets >=5.3 url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda hash: md5: c8eaca39e2b6abae1fc96acc929ae939 sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -3836,22 +3603,21 @@ package: noarch: python size: 11682 timestamp: 1691045097208 -- name: contourpy +- platform: linux-64 + name: contourpy version: 1.1.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.16' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - numpy >=1.16 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.1.1-py311h9547e67_1.conda hash: md5: 52d3de443952d33c5cee6b24b172ce96 sha256: dbc70ddc7ce3e764b22e9ebc14e635268b2d9e8b0abe32a19f46def110eb8f47 - optional: false - category: main build: py311h9547e67_1 arch: x86_64 subdir: linux-64 @@ -3860,21 +3626,20 @@ package: license_family: BSD size: 234891 timestamp: 1695554431837 -- name: contourpy +- platform: osx-64 + name: contourpy version: 1.1.1 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - numpy: '>=1.16' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libcxx >=15.0.7 + - numpy >=1.16 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.1.1-py311h5fe6e05_1.conda hash: md5: a8e5f688e3249e1dea90b4dd4eede1a7 sha256: 7a2d0dcd69098d87455268a2b46cbec46a97de7090048f7ac8cadaae3d21a60e - optional: false - category: main build: py311h5fe6e05_1 arch: x86_64 subdir: osx-64 @@ -3883,23 +3648,22 @@ package: license_family: BSD size: 229250 timestamp: 1695554561690 -- name: contourpy +- platform: win-64 + name: contourpy version: 1.1.1 + category: main manager: conda - platform: win-64 dependencies: - numpy: '>=1.16' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - numpy >=1.16 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/contourpy-1.1.1-py311h005e61a_1.conda hash: md5: 12947dd3b9884bf165cb53cf93c69799 sha256: 75f9c46aed36f51a63dd85e9696692bbcd3b5282ef7df84003f081179e6a4d8e - optional: false - category: main build: py311h005e61a_1 arch: x86_64 subdir: win-64 @@ -3908,21 +3672,20 @@ package: license_family: BSD size: 185671 timestamp: 1695554665873 -- name: coverage +- platform: linux-64 + name: coverage version: 7.3.2 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - tomli: '*' + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - tomli * url: https://conda.anaconda.org/conda-forge/linux-64/coverage-7.3.2-py311h459d7ec_0.conda hash: md5: 7b3145fed7adc7c63a0e08f6f29f5480 sha256: 8b56edd4336e7fc6ff9b73436a3a270cf835f57cf4d0565c6e240c40f1981085 - optional: false - category: main build: py311h459d7ec_0 arch: x86_64 subdir: linux-64 @@ -3931,20 +3694,19 @@ package: license_family: APACHE size: 355132 timestamp: 1696281925482 -- name: coverage +- platform: osx-64 + name: coverage version: 7.3.2 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - tomli: '*' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - tomli * url: https://conda.anaconda.org/conda-forge/osx-64/coverage-7.3.2-py311h2725bcf_0.conda hash: md5: 0ce651c68a0322a6eacef726025b938a sha256: ada34f95907fe0cd98d4d12e439bd1508363738f8b0fbe88d14cb398f4235af6 - optional: false - category: main build: py311h2725bcf_0 arch: x86_64 subdir: osx-64 @@ -3953,23 +3715,22 @@ package: license_family: APACHE size: 352862 timestamp: 1696282084699 -- name: coverage +- platform: win-64 + name: coverage version: 7.3.2 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - tomli: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - tomli * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/coverage-7.3.2-py311ha68e1ae_0.conda hash: md5: 6d0d75c92bdf393a2dd818b7fe6615a0 sha256: 1025c5a4da262a05563b7067101dd2fa9ef36b6f9c31e6c1df05db800375e18d - optional: false - category: main build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 @@ -3978,22 +3739,21 @@ package: license_family: APACHE size: 372107 timestamp: 1696282186892 -- name: cryptography +- platform: linux-64 + name: cryptography version: 41.0.4 + category: main manager: conda - platform: linux-64 dependencies: - cffi: '>=1.12' - libgcc-ng: '>=12' - openssl: '>=3.1.3,<4.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - cffi >=1.12 + - libgcc-ng >=12 + - openssl >=3.1.3,<4.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/cryptography-41.0.4-py311h63ff55d_0.conda hash: md5: 2b14cd05541532521196b0d2e0291ecf sha256: 5de1eb15efe9d1e018d0d085c2989b1c7c7f1fa18a16031ec06528841531fafd - optional: false - category: main build: py311h63ff55d_0 arch: x86_64 subdir: linux-64 @@ -4002,18 +3762,17 @@ package: license_family: BSD size: 2052511 timestamp: 1695164094702 -- name: cycler +- platform: linux-64 + name: cycler version: 0.11.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.11.0-pyhd8ed1ab_0.tar.bz2 hash: md5: a50559fad0affdbb33729a68669ca1cb sha256: 3b594bc8aa0b9a51269d54c7a4ef6af777d7fad4bee16b05695e1124de6563f6 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -4023,18 +3782,17 @@ package: noarch: python size: 10307 timestamp: 1635519555262 -- name: cycler +- platform: osx-64 + name: cycler version: 0.11.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.11.0-pyhd8ed1ab_0.tar.bz2 hash: md5: a50559fad0affdbb33729a68669ca1cb sha256: 3b594bc8aa0b9a51269d54c7a4ef6af777d7fad4bee16b05695e1124de6563f6 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -4044,18 +3802,17 @@ package: noarch: python size: 10307 timestamp: 1635519555262 -- name: cycler +- platform: win-64 + name: cycler version: 0.11.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.11.0-pyhd8ed1ab_0.tar.bz2 hash: md5: a50559fad0affdbb33729a68669ca1cb sha256: 3b594bc8aa0b9a51269d54c7a4ef6af777d7fad4bee16b05695e1124de6563f6 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -4065,17 +3822,16 @@ package: noarch: python size: 10307 timestamp: 1635519555262 -- name: dart-sass +- platform: linux-64 + name: dart-sass version: 1.58.3 + category: main manager: conda - platform: linux-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/linux-64/dart-sass-1.58.3-ha770c72_1.conda hash: md5: d54982a58cd9be3d00a7efe76ba6f60c sha256: a94f8024ac8a09cbf265c62d2bd57e709802868ef656c6cafe5864ed20bf94af - optional: false - category: main build: ha770c72_1 arch: x86_64 subdir: linux-64 @@ -4084,17 +3840,16 @@ package: license_family: MIT size: 2961769 timestamp: 1683598364427 -- name: dart-sass +- platform: osx-64 + name: dart-sass version: 1.58.3 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/dart-sass-1.58.3-h694c41f_1.conda hash: md5: 5151299fff69a62e792c79d1b726a470 sha256: d6bd5e712d55ef3e2b222fcb98eb20ab8e72042594e38369c28b8fb75ce7a1f8 - optional: false - category: main build: h694c41f_1 arch: x86_64 subdir: osx-64 @@ -4103,17 +3858,16 @@ package: license_family: MIT size: 2810170 timestamp: 1683598628559 -- name: dart-sass +- platform: win-64 + name: dart-sass version: 1.58.3 + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/win-64/dart-sass-1.58.3-h57928b3_1.conda hash: md5: 717501926d44c46117979fc54892c560 sha256: b974772f376bea3afc8ecacf916fce3170b02604310c4a1d25fc39f1c44bd532 - optional: false - category: main build: h57928b3_1 arch: x86_64 subdir: win-64 @@ -4122,30 +3876,29 @@ package: license_family: MIT size: 2846260 timestamp: 1683598954152 -- name: datamodel-code-generator +- platform: linux-64 + name: datamodel-code-generator version: 0.21.5 + category: main manager: conda - platform: linux-64 - dependencies: - argcomplete: '>=1.10,<4.0' - black: '>=19.10b0' - genson: '>=1.2.1,<2.0' - inflect: '>=4.1.0,<6.0' - isort: '>=4.3.21,<6.0' - jinja2: '>=2.10.1,<4.0' - openapi-spec-validator: '>=0.2.8,<=0.5.1' - packaging: '*' - prance: '>=0.18.2,<1.0' - pydantic: '>=1.5.1,<3.0' - pysnooper: '>=0.4.1,<2.0.0' - python: '>=3.7,<4.0' - toml: '>=0.10.0,<1.0.0' + dependencies: + - argcomplete >=1.10,<4.0 + - black >=19.10b0 + - genson >=1.2.1,<2.0 + - inflect >=4.1.0,<6.0 + - isort >=4.3.21,<6.0 + - jinja2 >=2.10.1,<4.0 + - openapi-spec-validator >=0.2.8,<=0.5.1 + - packaging * + - prance >=0.18.2,<1.0 + - pydantic >=1.5.1,<3.0 + - pysnooper >=0.4.1,<2.0.0 + - python >=3.7,<4.0 + - toml >=0.10.0,<1.0.0 url: https://conda.anaconda.org/conda-forge/noarch/datamodel-code-generator-0.21.5-pyhd8ed1ab_0.conda hash: md5: 59644eecc77832103d8e4a382565117a sha256: 03cd134b83852bd0a789ab6d4f12011b646e7c5c3c80acc2717157720641567c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -4155,30 +3908,29 @@ package: noarch: python size: 65656 timestamp: 1694550890631 -- name: datamodel-code-generator +- platform: osx-64 + name: datamodel-code-generator version: 0.21.5 + category: main manager: conda - platform: osx-64 - dependencies: - argcomplete: '>=1.10,<4.0' - black: '>=19.10b0' - genson: '>=1.2.1,<2.0' - inflect: '>=4.1.0,<6.0' - isort: '>=4.3.21,<6.0' - jinja2: '>=2.10.1,<4.0' - openapi-spec-validator: '>=0.2.8,<=0.5.1' - packaging: '*' - prance: '>=0.18.2,<1.0' - pydantic: '>=1.5.1,<3.0' - pysnooper: '>=0.4.1,<2.0.0' - python: '>=3.7,<4.0' - toml: '>=0.10.0,<1.0.0' + dependencies: + - argcomplete >=1.10,<4.0 + - black >=19.10b0 + - genson >=1.2.1,<2.0 + - inflect >=4.1.0,<6.0 + - isort >=4.3.21,<6.0 + - jinja2 >=2.10.1,<4.0 + - openapi-spec-validator >=0.2.8,<=0.5.1 + - packaging * + - prance >=0.18.2,<1.0 + - pydantic >=1.5.1,<3.0 + - pysnooper >=0.4.1,<2.0.0 + - python >=3.7,<4.0 + - toml >=0.10.0,<1.0.0 url: https://conda.anaconda.org/conda-forge/noarch/datamodel-code-generator-0.21.5-pyhd8ed1ab_0.conda hash: md5: 59644eecc77832103d8e4a382565117a sha256: 03cd134b83852bd0a789ab6d4f12011b646e7c5c3c80acc2717157720641567c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -4188,30 +3940,29 @@ package: noarch: python size: 65656 timestamp: 1694550890631 -- name: datamodel-code-generator +- platform: win-64 + name: datamodel-code-generator version: 0.21.5 + category: main manager: conda - platform: win-64 - dependencies: - argcomplete: '>=1.10,<4.0' - black: '>=19.10b0' - genson: '>=1.2.1,<2.0' - inflect: '>=4.1.0,<6.0' - isort: '>=4.3.21,<6.0' - jinja2: '>=2.10.1,<4.0' - openapi-spec-validator: '>=0.2.8,<=0.5.1' - packaging: '*' - prance: '>=0.18.2,<1.0' - pydantic: '>=1.5.1,<3.0' - pysnooper: '>=0.4.1,<2.0.0' - python: '>=3.7,<4.0' - toml: '>=0.10.0,<1.0.0' + dependencies: + - argcomplete >=1.10,<4.0 + - black >=19.10b0 + - genson >=1.2.1,<2.0 + - inflect >=4.1.0,<6.0 + - isort >=4.3.21,<6.0 + - jinja2 >=2.10.1,<4.0 + - openapi-spec-validator >=0.2.8,<=0.5.1 + - packaging * + - prance >=0.18.2,<1.0 + - pydantic >=1.5.1,<3.0 + - pysnooper >=0.4.1,<2.0.0 + - python >=3.7,<4.0 + - toml >=0.10.0,<1.0.0 url: https://conda.anaconda.org/conda-forge/noarch/datamodel-code-generator-0.21.5-pyhd8ed1ab_0.conda hash: md5: 59644eecc77832103d8e4a382565117a sha256: 03cd134b83852bd0a789ab6d4f12011b646e7c5c3c80acc2717157720641567c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -4221,20 +3972,19 @@ package: noarch: python size: 65656 timestamp: 1694550890631 -- name: dbus +- platform: linux-64 + name: dbus version: 1.13.6 + category: main manager: conda - platform: linux-64 dependencies: - expat: '>=2.4.2,<3.0a0' - libgcc-ng: '>=9.4.0' - libglib: '>=2.70.2,<3.0a0' + - expat >=2.4.2,<3.0a0 + - libgcc-ng >=9.4.0 + - libglib >=2.70.2,<3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 hash: md5: ecfff944ba3960ecb334b9a2663d708d sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 - optional: false - category: main build: h5008d03_3 arch: x86_64 subdir: linux-64 @@ -4243,21 +3993,20 @@ package: license_family: GPL size: 618596 timestamp: 1640112124844 -- name: debugpy +- platform: linux-64 + name: debugpy version: 1.8.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.0-py311hb755f60_1.conda hash: md5: 2c241533b8eafe8028442d46ef41eb13 sha256: f18492ebfaea54bbbeaec0ae207851f711ff589f60f2cc9b8a689f88b2442171 - optional: false - category: main build: py311hb755f60_1 arch: x86_64 subdir: linux-64 @@ -4266,20 +4015,19 @@ package: license_family: MIT size: 3001696 timestamp: 1695534493087 -- name: debugpy +- platform: osx-64 + name: debugpy version: 1.8.0 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libcxx >=15.0.7 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.0-py311hdf8f085_1.conda hash: md5: 7f20ef8a63be62d1bcdaa8136ec09647 sha256: 93e94c9077b13f3dde47794bb6ca02f9c3174c794edf889158306a54764a075c - optional: false - category: main build: py311hdf8f085_1 arch: x86_64 subdir: osx-64 @@ -4288,22 +4036,21 @@ package: license_family: MIT size: 2939392 timestamp: 1695534639423 -- name: debugpy +- platform: win-64 + name: debugpy version: 1.8.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.0-py311h12c1d0e_1.conda hash: md5: 8f521f35a7544cbf058b24e11561d53a sha256: df14ab3bfa7864fedda2d45b16057792ad29dd607f0ff9a86b3e9cfbd0c41332 - optional: false - category: main build: py311h12c1d0e_1 arch: x86_64 subdir: win-64 @@ -4312,18 +4059,17 @@ package: license_family: MIT size: 3870801 timestamp: 1695534773660 -- name: decorator +- platform: linux-64 + name: decorator version: 5.1.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 43afe5ab04e35e17ba28649471dd7364 sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -4333,18 +4079,17 @@ package: noarch: python size: 12072 timestamp: 1641555714315 -- name: decorator +- platform: osx-64 + name: decorator version: 5.1.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 43afe5ab04e35e17ba28649471dd7364 sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -4354,18 +4099,17 @@ package: noarch: python size: 12072 timestamp: 1641555714315 -- name: decorator +- platform: win-64 + name: decorator version: 5.1.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 43afe5ab04e35e17ba28649471dd7364 sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -4375,18 +4119,17 @@ package: noarch: python size: 12072 timestamp: 1641555714315 -- name: defusedxml +- platform: linux-64 + name: defusedxml version: 0.7.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 961b3a227b437d82ad7054484cfa71b2 sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -4396,18 +4139,17 @@ package: noarch: python size: 24062 timestamp: 1615232388757 -- name: defusedxml +- platform: osx-64 + name: defusedxml version: 0.7.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 961b3a227b437d82ad7054484cfa71b2 sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -4417,18 +4159,17 @@ package: noarch: python size: 24062 timestamp: 1615232388757 -- name: defusedxml +- platform: win-64 + name: defusedxml version: 0.7.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 961b3a227b437d82ad7054484cfa71b2 sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -4438,18 +4179,17 @@ package: noarch: python size: 24062 timestamp: 1615232388757 -- name: deno +- platform: linux-64 + name: deno version: 1.28.2 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/deno-1.28.2-h2f28480_0.conda hash: md5: 4d086b73971d25ab801b9e6455788a0e sha256: a850d7c16c9e87951867df4394b25b5be6fd97c58189559700677501dfdd92e3 - optional: false - category: main build: h2f28480_0 arch: x86_64 subdir: linux-64 @@ -4458,18 +4198,17 @@ package: license_family: MIT size: 29440868 timestamp: 1669782838216 -- name: deno +- platform: osx-64 + name: deno version: 1.28.2 + category: main manager: conda - platform: osx-64 dependencies: - __osx: '>=10.11' + - __osx >=10.11 url: https://conda.anaconda.org/conda-forge/osx-64/deno-1.28.2-he996c65_0.conda hash: md5: 94d1d6c83d48e07412f99705a097a513 sha256: adc100b34fa375c51e3ce8f16bed882e03e7e25d4a770cca30ea185c83827f1c - optional: false - category: main build: he996c65_0 arch: x86_64 subdir: osx-64 @@ -4478,20 +4217,19 @@ package: license_family: MIT size: 25275444 timestamp: 1669785166693 -- name: deno +- platform: win-64 + name: deno version: 1.28.2 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/deno-1.28.2-h975169c_0.conda hash: md5: 8eb099a2d25a7fc2ed82c18566490556 sha256: 5df401e3b1b387af5a55248a3e380addf8d4196105fd343fc55e11e7a5d6c59b - optional: false - category: main build: h975169c_0 arch: x86_64 subdir: win-64 @@ -4500,18 +4238,17 @@ package: license_family: MIT size: 24088442 timestamp: 1669785211835 -- name: deno-dom +- platform: linux-64 + name: deno-dom version: 0.1.35 + category: main manager: conda - platform: linux-64 dependencies: - deno: '>=1.24.2' + - deno >=1.24.2 url: https://conda.anaconda.org/conda-forge/linux-64/deno-dom-0.1.35-hd9586b0_1.conda hash: md5: 263ee0870b18b013d9ec8539113ac69f sha256: 386c157bf2eebe4fc58e63c26784d084eaa71cf1020257c30a430624631415fd - optional: false - category: main build: hd9586b0_1 arch: x86_64 subdir: linux-64 @@ -4520,18 +4257,17 @@ package: license_family: MIT size: 1062480 timestamp: 1682953401972 -- name: deno-dom +- platform: osx-64 + name: deno-dom version: 0.1.35 + category: main manager: conda - platform: osx-64 dependencies: - deno: '>=1.24.2' + - deno >=1.24.2 url: https://conda.anaconda.org/conda-forge/osx-64/deno-dom-0.1.35-h08cba0f_1.conda hash: md5: a066a401b756000c623b09113f59f9c1 sha256: b743fc9a6bcb5991321a4a7c35fcdac04b64b13b232f624052b34e31585a2e74 - optional: false - category: main build: h08cba0f_1 arch: x86_64 subdir: osx-64 @@ -4540,18 +4276,17 @@ package: license_family: MIT size: 372486 timestamp: 1682953705956 -- name: deno-dom +- platform: win-64 + name: deno-dom version: 0.1.35 + category: main manager: conda - platform: win-64 dependencies: - deno: '>=1.24.2' + - deno >=1.24.2 url: https://conda.anaconda.org/conda-forge/win-64/deno-dom-0.1.35-h8b8d39b_1.conda hash: md5: e1b95d707e592ee1f8d20986c449d927 sha256: b8368da706bb912606eb5063e1535fe3075a23c063461a13cf95d05567ae4e15 - optional: false - category: main build: h8b8d39b_1 arch: x86_64 subdir: win-64 @@ -4560,18 +4295,17 @@ package: license_family: MIT size: 298218 timestamp: 1682953841090 -- name: distlib +- platform: linux-64 + name: distlib version: 0.3.7 + category: main manager: conda - platform: linux-64 dependencies: - python: ==2.7|>=3.6 + - python ==2.7|>=3.6 url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda hash: md5: 12d8aae6994f342618443a8f05c652a0 sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -4581,18 +4315,17 @@ package: noarch: python size: 273692 timestamp: 1689598624555 -- name: distlib +- platform: osx-64 + name: distlib version: 0.3.7 + category: main manager: conda - platform: osx-64 dependencies: - python: ==2.7|>=3.6 + - python ==2.7|>=3.6 url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda hash: md5: 12d8aae6994f342618443a8f05c652a0 sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -4602,18 +4335,17 @@ package: noarch: python size: 273692 timestamp: 1689598624555 -- name: distlib +- platform: win-64 + name: distlib version: 0.3.7 + category: main manager: conda - platform: win-64 dependencies: - python: ==2.7|>=3.6 + - python ==2.7|>=3.6 url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.7-pyhd8ed1ab_0.conda hash: md5: 12d8aae6994f342618443a8f05c652a0 sha256: 13c887cb4a29e1e853a118cfc0e42b72a7e1d1c50c66c0974885d37f0db30619 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -4623,19 +4355,18 @@ package: noarch: python size: 273692 timestamp: 1689598624555 -- name: docutils +- platform: linux-64 + name: docutils version: 0.20.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py311h38be061_2.conda hash: md5: 33f8066e53679dd4be2355fec849bf01 sha256: 4e90bbc89f9ab192cb247d8b8ebe54c33e57652f8a057f9f176d9d9dd32993b9 - optional: false - category: main build: py311h38be061_2 arch: x86_64 subdir: linux-64 @@ -4643,19 +4374,18 @@ package: license: LicenseRef-Public-Domain-Dedictation AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-PSF-2.1.1 size: 915810 timestamp: 1695300614781 -- name: docutils +- platform: osx-64 + name: docutils version: 0.20.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/docutils-0.20.1-py311h6eed73b_2.conda hash: md5: d56b49f1a2c908d05d1ca6b3f85d0fd5 sha256: 869e919066b308794e399bc551fc508c175da5f9324b7a324eb259cef8adabf2 - optional: false - category: main build: py311h6eed73b_2 arch: x86_64 subdir: osx-64 @@ -4663,19 +4393,18 @@ package: license: LicenseRef-Public-Domain-Dedictation AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-PSF-2.1.1 size: 921558 timestamp: 1695300850498 -- name: docutils +- platform: win-64 + name: docutils version: 0.20.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/win-64/docutils-0.20.1-py311h1ea47a8_2.conda hash: md5: 6b90695c3fc8616b09e3fabc77f816df sha256: 56c6737d61281897eee17947361704eed48b1cddaf2a9df4e0e10757852622c6 - optional: false - category: main build: py311h1ea47a8_2 arch: x86_64 subdir: win-64 @@ -4683,18 +4412,17 @@ package: license: LicenseRef-Public-Domain-Dedictation AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-PSF-2.1.1 size: 972760 timestamp: 1695301035902 -- name: entrypoints +- platform: linux-64 + name: entrypoints version: '0.4' + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 hash: md5: 3cf04868fee0a029769bd41f4b2fbf2d sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -4704,18 +4432,17 @@ package: noarch: python size: 9199 timestamp: 1643888357950 -- name: entrypoints +- platform: osx-64 + name: entrypoints version: '0.4' + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 hash: md5: 3cf04868fee0a029769bd41f4b2fbf2d sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -4725,18 +4452,17 @@ package: noarch: python size: 9199 timestamp: 1643888357950 -- name: entrypoints +- platform: win-64 + name: entrypoints version: '0.4' + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 hash: md5: 3cf04868fee0a029769bd41f4b2fbf2d sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -4746,17 +4472,16 @@ package: noarch: python size: 9199 timestamp: 1643888357950 -- name: esbuild +- platform: linux-64 + name: esbuild version: 0.19.2 + category: main manager: conda - platform: linux-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/linux-64/esbuild-0.19.2-ha770c72_0.conda hash: md5: 8fa87b764cf6143cb66e9cc3548b186a sha256: bb6dee100b3f62ee088a212834c9d47ad158f3fc678ff595e402803db5fab871 - optional: false - category: main build: ha770c72_0 arch: x86_64 subdir: linux-64 @@ -4765,17 +4490,16 @@ package: license_family: MIT size: 3376650 timestamp: 1693243729127 -- name: esbuild +- platform: osx-64 + name: esbuild version: 0.19.2 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/esbuild-0.19.2-h694c41f_0.conda hash: md5: 61cc0fd0aa08d9a37b2df02b88c00203 sha256: 3c52971d424630e4e5e749208c144bd070b94ae404aa8ea72ae20c9e5300517d - optional: false - category: main build: h694c41f_0 arch: x86_64 subdir: osx-64 @@ -4786,17 +4510,16 @@ package: license_family: MIT size: 3465734 timestamp: 1693243810332 -- name: esbuild +- platform: win-64 + name: esbuild version: 0.19.2 + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/win-64/esbuild-0.19.2-h57928b3_0.conda hash: md5: 7250cb4e9c20f9f7acdf4b523844ad90 sha256: 7a6354b23d03a4eaff672e4d20cf4a6c554da31be506050055af97f4b023a8b9 - optional: false - category: main build: h57928b3_0 arch: x86_64 subdir: win-64 @@ -4805,18 +4528,17 @@ package: license_family: MIT size: 3430198 timestamp: 1693244283213 -- name: exceptiongroup +- platform: linux-64 + name: exceptiongroup version: 1.1.3 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda hash: md5: e6518222753f519e911e83136d2158d9 sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -4826,18 +4548,17 @@ package: noarch: python size: 19262 timestamp: 1692026296517 -- name: exceptiongroup +- platform: osx-64 + name: exceptiongroup version: 1.1.3 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda hash: md5: e6518222753f519e911e83136d2158d9 sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -4847,18 +4568,17 @@ package: noarch: python size: 19262 timestamp: 1692026296517 -- name: exceptiongroup +- platform: win-64 + name: exceptiongroup version: 1.1.3 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda hash: md5: e6518222753f519e911e83136d2158d9 sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -4868,18 +4588,17 @@ package: noarch: python size: 19262 timestamp: 1692026296517 -- name: execnet +- platform: linux-64 + name: execnet version: 2.0.2 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/execnet-2.0.2-pyhd8ed1ab_0.conda hash: md5: 67de0d8241e1060a479e3c37793e26f9 sha256: 88ea68a360198af39368beecf057af6b31f0ae38071b2bdb2aa961b6ae5427c0 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -4889,18 +4608,17 @@ package: noarch: python size: 36534 timestamp: 1688933537234 -- name: execnet +- platform: osx-64 + name: execnet version: 2.0.2 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/execnet-2.0.2-pyhd8ed1ab_0.conda hash: md5: 67de0d8241e1060a479e3c37793e26f9 sha256: 88ea68a360198af39368beecf057af6b31f0ae38071b2bdb2aa961b6ae5427c0 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -4910,18 +4628,17 @@ package: noarch: python size: 36534 timestamp: 1688933537234 -- name: execnet +- platform: win-64 + name: execnet version: 2.0.2 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/execnet-2.0.2-pyhd8ed1ab_0.conda hash: md5: 67de0d8241e1060a479e3c37793e26f9 sha256: 88ea68a360198af39368beecf057af6b31f0ae38071b2bdb2aa961b6ae5427c0 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -4931,18 +4648,17 @@ package: noarch: python size: 36534 timestamp: 1688933537234 -- name: executing +- platform: linux-64 + name: executing version: 1.2.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=2.7' + - python >=2.7 url: https://conda.anaconda.org/conda-forge/noarch/executing-1.2.0-pyhd8ed1ab_0.tar.bz2 hash: md5: 4c1bc140e2be5c8ba6e3acab99e25c50 sha256: 9c03425cd58c474af20e179c9ba121a82984d6c4bfc896bbc992f5ed75dd7539 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -4952,18 +4668,17 @@ package: noarch: python size: 25013 timestamp: 1667317463548 -- name: executing +- platform: osx-64 + name: executing version: 1.2.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=2.7' + - python >=2.7 url: https://conda.anaconda.org/conda-forge/noarch/executing-1.2.0-pyhd8ed1ab_0.tar.bz2 hash: md5: 4c1bc140e2be5c8ba6e3acab99e25c50 sha256: 9c03425cd58c474af20e179c9ba121a82984d6c4bfc896bbc992f5ed75dd7539 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -4973,18 +4688,17 @@ package: noarch: python size: 25013 timestamp: 1667317463548 -- name: executing +- platform: win-64 + name: executing version: 1.2.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=2.7' + - python >=2.7 url: https://conda.anaconda.org/conda-forge/noarch/executing-1.2.0-pyhd8ed1ab_0.tar.bz2 hash: md5: 4c1bc140e2be5c8ba6e3acab99e25c50 sha256: 9c03425cd58c474af20e179c9ba121a82984d6c4bfc896bbc992f5ed75dd7539 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -4994,19 +4708,18 @@ package: noarch: python size: 25013 timestamp: 1667317463548 -- name: expat +- platform: linux-64 + name: expat version: 2.5.0 + category: main manager: conda - platform: linux-64 dependencies: - libexpat: ==2.5.0 hcb278e6_1 - libgcc-ng: '>=12' + - libexpat ==2.5.0 hcb278e6_1 + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.5.0-hcb278e6_1.conda hash: md5: 8b9b5aca60558d02ddaa09d599e55920 sha256: 36dfeb4375059b3bba75ce9b38c29c69fd257342a79e6cf20e9f25c1523f785f - optional: false - category: main build: hcb278e6_1 arch: x86_64 subdir: linux-64 @@ -5015,18 +4728,17 @@ package: license_family: MIT size: 136778 timestamp: 1680190541750 -- name: expat +- platform: osx-64 + name: expat version: 2.5.0 + category: main manager: conda - platform: osx-64 dependencies: - libexpat: ==2.5.0 hf0c8a7f_1 + - libexpat ==2.5.0 hf0c8a7f_1 url: https://conda.anaconda.org/conda-forge/osx-64/expat-2.5.0-hf0c8a7f_1.conda hash: md5: e12630038077877cbb6c7851e139c17c sha256: 15c04a5a690b337b50fb7550cce057d843cf94dd0109d576ec9bc3448a8571d0 - optional: false - category: main build: hf0c8a7f_1 arch: x86_64 subdir: osx-64 @@ -5035,18 +4747,17 @@ package: license_family: MIT size: 120323 timestamp: 1680191057827 -- name: expat +- platform: win-64 + name: expat version: 2.5.0 + category: main manager: conda - platform: win-64 dependencies: - libexpat: ==2.5.0 h63175ca_1 + - libexpat ==2.5.0 h63175ca_1 url: https://conda.anaconda.org/conda-forge/win-64/expat-2.5.0-h63175ca_1.conda hash: md5: 87c77fe1b445aedb5c6d207dd236fa3e sha256: 3bcd88290cd462d5573c2923c796599d0dece2ff9d9c9d6c914d31e9c5881aaf - optional: false - category: main build: h63175ca_1 arch: x86_64 subdir: win-64 @@ -5055,18 +4766,17 @@ package: license_family: MIT size: 226571 timestamp: 1680190888036 -- name: filelock +- platform: linux-64 + name: filelock version: 3.12.4 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.12.4-pyhd8ed1ab_0.conda hash: md5: 5173d4b8267a0699a43d73231e0b6596 sha256: 7463c64364c14b34a7a69a7550a880ccd1ec6d3014001e55913e6e4e8b0c7395 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -5075,18 +4785,17 @@ package: noarch: python size: 15153 timestamp: 1694629394497 -- name: filelock +- platform: osx-64 + name: filelock version: 3.12.4 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.12.4-pyhd8ed1ab_0.conda hash: md5: 5173d4b8267a0699a43d73231e0b6596 sha256: 7463c64364c14b34a7a69a7550a880ccd1ec6d3014001e55913e6e4e8b0c7395 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -5095,18 +4804,17 @@ package: noarch: python size: 15153 timestamp: 1694629394497 -- name: filelock +- platform: win-64 + name: filelock version: 3.12.4 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.12.4-pyhd8ed1ab_0.conda hash: md5: 5173d4b8267a0699a43d73231e0b6596 sha256: 7463c64364c14b34a7a69a7550a880ccd1ec6d3014001e55913e6e4e8b0c7395 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -5115,33 +4823,32 @@ package: noarch: python size: 15153 timestamp: 1694629394497 -- name: fiona +- platform: linux-64 + name: fiona version: 1.9.4 + category: main manager: conda - platform: linux-64 - dependencies: - attrs: '>=17' - click: '>=4.0' - click-plugins: '>=1.0' - cligj: '>=0.5' - gdal: '*' - importlib-metadata: '*' - libgcc-ng: '>=12' - libgdal: '>=3.7.0,<3.8.0a0' - libstdcxx-ng: '>=12' - munch: '*' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - setuptools: '*' - shapely: '*' - six: '>=1.7' + dependencies: + - attrs >=17 + - click >=4.0 + - click-plugins >=1.0 + - cligj >=0.5 + - gdal * + - importlib-metadata * + - libgcc-ng >=12 + - libgdal >=3.7.0,<3.8.0a0 + - libstdcxx-ng >=12 + - munch * + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - setuptools * + - shapely * + - six >=1.7 url: https://conda.anaconda.org/conda-forge/linux-64/fiona-1.9.4-py311hbac4ec9_0.conda hash: md5: 1d3445f5f7fa002a1c149c405376f012 sha256: ed9563cdbea2a769c41a045fd0f96230f9f8f73c439b54f2f2bc2b78487bb9f2 - optional: false - category: main build: py311hbac4ec9_0 arch: x86_64 subdir: linux-64 @@ -5150,32 +4857,31 @@ package: license_family: BSD size: 1133155 timestamp: 1684320615690 -- name: fiona +- platform: osx-64 + name: fiona version: 1.9.4 + category: main manager: conda - platform: osx-64 - dependencies: - attrs: '>=17' - click: '>=4.0' - click-plugins: '>=1.0' - cligj: '>=0.5' - gdal: '*' - importlib-metadata: '*' - libcxx: '>=15.0.7' - libgdal: '>=3.7.0,<3.8.0a0' - munch: '*' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - setuptools: '*' - shapely: '*' - six: '>=1.7' + dependencies: + - attrs >=17 + - click >=4.0 + - click-plugins >=1.0 + - cligj >=0.5 + - gdal * + - importlib-metadata * + - libcxx >=15.0.7 + - libgdal >=3.7.0,<3.8.0a0 + - munch * + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - setuptools * + - shapely * + - six >=1.7 url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.4-py311h4c3e48b_0.conda hash: md5: cd0863576024ea48a95e767cbc2a442d sha256: 3f77a2ed7fa608fcc9264325a5483149bd6c2e62315da8f48e949ba69735aba3 - optional: false - category: main build: py311h4c3e48b_0 arch: x86_64 subdir: osx-64 @@ -5184,34 +4890,33 @@ package: license_family: BSD size: 1058055 timestamp: 1684320945706 -- name: fiona +- platform: win-64 + name: fiona version: 1.9.4 + category: main manager: conda - platform: win-64 - dependencies: - attrs: '>=17' - click: '>=4.0' - click-plugins: '>=1.0' - cligj: '>=0.5' - gdal: '*' - importlib-metadata: '*' - libgdal: '>=3.7.0,<3.8.0a0' - munch: '*' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - setuptools: '*' - shapely: '*' - six: '>=1.7' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + dependencies: + - attrs >=17 + - click >=4.0 + - click-plugins >=1.0 + - cligj >=0.5 + - gdal * + - importlib-metadata * + - libgdal >=3.7.0,<3.8.0a0 + - munch * + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - setuptools * + - shapely * + - six >=1.7 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.4-py311h4e4dc46_0.conda hash: md5: c668da21a3f2ffe36a9c3bac2f864150 sha256: ec6d380d300d6848b96abd6840dcbd66290ec905891b7cd9ef941ece5d3d61b8 - optional: false - category: main build: py311h4e4dc46_0 arch: x86_64 subdir: win-64 @@ -5220,22 +4925,21 @@ package: license_family: BSD size: 976836 timestamp: 1684321074754 -- name: folium +- platform: linux-64 + name: folium version: 0.14.0 + category: main manager: conda - platform: linux-64 dependencies: - branca: '>=0.6.0' - jinja2: '>=2.9' - numpy: '*' - python: '>=3.6' - requests: '*' + - branca >=0.6.0 + - jinja2 >=2.9 + - numpy * + - python >=3.6 + - requests * url: https://conda.anaconda.org/conda-forge/noarch/folium-0.14.0-pyhd8ed1ab_0.conda hash: md5: 48c8bb19df0d0268f1a9d30ffc56c5b0 sha256: 60c51dacc4edb33ba02a7224ddec9d938200f89588eb34b0ccdffc96155795fe - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -5245,22 +4949,21 @@ package: noarch: python size: 72892 timestamp: 1670956406559 -- name: folium +- platform: osx-64 + name: folium version: 0.14.0 + category: main manager: conda - platform: osx-64 dependencies: - branca: '>=0.6.0' - jinja2: '>=2.9' - numpy: '*' - python: '>=3.6' - requests: '*' + - branca >=0.6.0 + - jinja2 >=2.9 + - numpy * + - python >=3.6 + - requests * url: https://conda.anaconda.org/conda-forge/noarch/folium-0.14.0-pyhd8ed1ab_0.conda hash: md5: 48c8bb19df0d0268f1a9d30ffc56c5b0 sha256: 60c51dacc4edb33ba02a7224ddec9d938200f89588eb34b0ccdffc96155795fe - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -5270,22 +4973,21 @@ package: noarch: python size: 72892 timestamp: 1670956406559 -- name: folium +- platform: win-64 + name: folium version: 0.14.0 + category: main manager: conda - platform: win-64 dependencies: - branca: '>=0.6.0' - jinja2: '>=2.9' - numpy: '*' - python: '>=3.6' - requests: '*' + - branca >=0.6.0 + - jinja2 >=2.9 + - numpy * + - python >=3.6 + - requests * url: https://conda.anaconda.org/conda-forge/noarch/folium-0.14.0-pyhd8ed1ab_0.conda hash: md5: 48c8bb19df0d0268f1a9d30ffc56c5b0 sha256: 60c51dacc4edb33ba02a7224ddec9d938200f89588eb34b0ccdffc96155795fe - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -5295,17 +4997,16 @@ package: noarch: python size: 72892 timestamp: 1670956406559 -- name: font-ttf-dejavu-sans-mono +- platform: linux-64 + name: font-ttf-dejavu-sans-mono version: '2.37' + category: main manager: conda - platform: linux-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 hash: md5: 0c96522c6bdaed4b1566d11387caaf45 sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b - optional: false - category: main build: hab24e00_0 arch: x86_64 subdir: linux-64 @@ -5315,17 +5016,16 @@ package: noarch: generic size: 397370 timestamp: 1566932522327 -- name: font-ttf-dejavu-sans-mono +- platform: osx-64 + name: font-ttf-dejavu-sans-mono version: '2.37' + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 hash: md5: 0c96522c6bdaed4b1566d11387caaf45 sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b - optional: false - category: main build: hab24e00_0 arch: x86_64 subdir: osx-64 @@ -5335,17 +5035,16 @@ package: noarch: generic size: 397370 timestamp: 1566932522327 -- name: font-ttf-dejavu-sans-mono +- platform: win-64 + name: font-ttf-dejavu-sans-mono version: '2.37' + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 hash: md5: 0c96522c6bdaed4b1566d11387caaf45 sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b - optional: false - category: main build: hab24e00_0 arch: x86_64 subdir: win-64 @@ -5355,17 +5054,16 @@ package: noarch: generic size: 397370 timestamp: 1566932522327 -- name: font-ttf-inconsolata +- platform: linux-64 + name: font-ttf-inconsolata version: '3.000' + category: main manager: conda - platform: linux-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 hash: md5: 34893075a5c9e55cdafac56607368fc6 sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - optional: false - category: main build: h77eed37_0 arch: x86_64 subdir: linux-64 @@ -5375,17 +5073,16 @@ package: noarch: generic size: 96530 timestamp: 1620479909603 -- name: font-ttf-inconsolata +- platform: osx-64 + name: font-ttf-inconsolata version: '3.000' + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 hash: md5: 34893075a5c9e55cdafac56607368fc6 sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - optional: false - category: main build: h77eed37_0 arch: x86_64 subdir: osx-64 @@ -5395,17 +5092,16 @@ package: noarch: generic size: 96530 timestamp: 1620479909603 -- name: font-ttf-inconsolata +- platform: win-64 + name: font-ttf-inconsolata version: '3.000' + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 hash: md5: 34893075a5c9e55cdafac56607368fc6 sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - optional: false - category: main build: h77eed37_0 arch: x86_64 subdir: win-64 @@ -5415,17 +5111,16 @@ package: noarch: generic size: 96530 timestamp: 1620479909603 -- name: font-ttf-source-code-pro +- platform: linux-64 + name: font-ttf-source-code-pro version: '2.038' + category: main manager: conda - platform: linux-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 hash: md5: 4d59c254e01d9cde7957100457e2d5fb sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 - optional: false - category: main build: h77eed37_0 arch: x86_64 subdir: linux-64 @@ -5435,17 +5130,16 @@ package: noarch: generic size: 700814 timestamp: 1620479612257 -- name: font-ttf-source-code-pro +- platform: osx-64 + name: font-ttf-source-code-pro version: '2.038' + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 hash: md5: 4d59c254e01d9cde7957100457e2d5fb sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 - optional: false - category: main build: h77eed37_0 arch: x86_64 subdir: osx-64 @@ -5455,17 +5149,16 @@ package: noarch: generic size: 700814 timestamp: 1620479612257 -- name: font-ttf-source-code-pro +- platform: win-64 + name: font-ttf-source-code-pro version: '2.038' + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 hash: md5: 4d59c254e01d9cde7957100457e2d5fb sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 - optional: false - category: main build: h77eed37_0 arch: x86_64 subdir: win-64 @@ -5475,17 +5168,16 @@ package: noarch: generic size: 700814 timestamp: 1620479612257 -- name: font-ttf-ubuntu +- platform: linux-64 + name: font-ttf-ubuntu version: '0.83' + category: main manager: conda - platform: linux-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 hash: md5: 19410c3df09dfb12d1206132a1d357c5 sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e - optional: false - category: main build: hab24e00_0 arch: x86_64 subdir: linux-64 @@ -5495,17 +5187,16 @@ package: noarch: generic size: 1961279 timestamp: 1566932680646 -- name: font-ttf-ubuntu +- platform: osx-64 + name: font-ttf-ubuntu version: '0.83' + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 hash: md5: 19410c3df09dfb12d1206132a1d357c5 sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e - optional: false - category: main build: hab24e00_0 arch: x86_64 subdir: osx-64 @@ -5515,17 +5206,16 @@ package: noarch: generic size: 1961279 timestamp: 1566932680646 -- name: font-ttf-ubuntu +- platform: win-64 + name: font-ttf-ubuntu version: '0.83' + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 hash: md5: 19410c3df09dfb12d1206132a1d357c5 sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e - optional: false - category: main build: hab24e00_0 arch: x86_64 subdir: win-64 @@ -5535,22 +5225,21 @@ package: noarch: generic size: 1961279 timestamp: 1566932680646 -- name: fontconfig +- platform: linux-64 + name: fontconfig version: 2.14.2 + category: main manager: conda - platform: linux-64 dependencies: - expat: '>=2.5.0,<3.0a0' - freetype: '>=2.12.1,<3.0a0' - libgcc-ng: '>=12' - libuuid: '>=2.32.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' + - expat >=2.5.0,<3.0a0 + - freetype >=2.12.1,<3.0a0 + - libgcc-ng >=12 + - libuuid >=2.32.1,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda hash: md5: 0f69b688f52ff6da70bccb7ff7001d1d sha256: 155d534c9037347ea7439a2c6da7c24ffec8e5dd278889b4c57274a1d91e0a83 - optional: false - category: main build: h14ed4e7_0 arch: x86_64 subdir: linux-64 @@ -5559,20 +5248,19 @@ package: license_family: MIT size: 272010 timestamp: 1674828850194 -- name: fontconfig +- platform: osx-64 + name: fontconfig version: 2.14.2 + category: main manager: conda - platform: osx-64 dependencies: - expat: '>=2.5.0,<3.0a0' - freetype: '>=2.12.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' + - expat >=2.5.0,<3.0a0 + - freetype >=2.12.1,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda hash: md5: 86cc5867dfbee4178118392bae4a3c89 sha256: f63e6d1d6aef8ba6de4fc54d3d7898a153479888d40ffdf2e4cfad6f92679d34 - optional: false - category: main build: h5bb23bf_0 arch: x86_64 subdir: osx-64 @@ -5581,24 +5269,23 @@ package: license_family: MIT size: 237068 timestamp: 1674829100063 -- name: fontconfig +- platform: win-64 + name: fontconfig version: 2.14.2 + category: main manager: conda - platform: win-64 dependencies: - expat: '>=2.5.0,<3.0a0' - freetype: '>=2.12.1,<3.0a0' - libiconv: '>=1.17,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' + - expat >=2.5.0,<3.0a0 + - freetype >=2.12.1,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda hash: md5: 08767992f1a4f1336a257af1241034bd sha256: 643f2b95be68abeb130c53d543dcd0c1244bebabd58c774a21b31e4b51ac3c96 - optional: false - category: main build: hbde0cde_0 arch: x86_64 subdir: win-64 @@ -5607,18 +5294,17 @@ package: license_family: MIT size: 190111 timestamp: 1674829354122 -- name: fonts-conda-ecosystem +- platform: linux-64 + name: fonts-conda-ecosystem version: '1' + category: main manager: conda - platform: linux-64 dependencies: - fonts-conda-forge: '*' + - fonts-conda-forge * url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 hash: md5: fee5683a3f04bd15cbd8318b096a27ab sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - optional: false - category: main build: '0' arch: x86_64 subdir: linux-64 @@ -5628,18 +5314,17 @@ package: noarch: generic size: 3667 timestamp: 1566974674465 -- name: fonts-conda-ecosystem +- platform: osx-64 + name: fonts-conda-ecosystem version: '1' + category: main manager: conda - platform: osx-64 dependencies: - fonts-conda-forge: '*' + - fonts-conda-forge * url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 hash: md5: fee5683a3f04bd15cbd8318b096a27ab sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - optional: false - category: main build: '0' arch: x86_64 subdir: osx-64 @@ -5649,18 +5334,17 @@ package: noarch: generic size: 3667 timestamp: 1566974674465 -- name: fonts-conda-ecosystem +- platform: win-64 + name: fonts-conda-ecosystem version: '1' + category: main manager: conda - platform: win-64 dependencies: - fonts-conda-forge: '*' + - fonts-conda-forge * url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 hash: md5: fee5683a3f04bd15cbd8318b096a27ab sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - optional: false - category: main build: '0' arch: x86_64 subdir: win-64 @@ -5670,21 +5354,20 @@ package: noarch: generic size: 3667 timestamp: 1566974674465 -- name: fonts-conda-forge +- platform: linux-64 + name: fonts-conda-forge version: '1' + category: main manager: conda - platform: linux-64 dependencies: - font-ttf-dejavu-sans-mono: '*' - font-ttf-inconsolata: '*' - font-ttf-source-code-pro: '*' - font-ttf-ubuntu: '*' + - font-ttf-dejavu-sans-mono * + - font-ttf-inconsolata * + - font-ttf-source-code-pro * + - font-ttf-ubuntu * url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 hash: md5: f766549260d6815b0c52253f1fb1bb29 sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 - optional: false - category: main build: '0' arch: x86_64 subdir: linux-64 @@ -5694,21 +5377,20 @@ package: noarch: generic size: 4102 timestamp: 1566932280397 -- name: fonts-conda-forge +- platform: osx-64 + name: fonts-conda-forge version: '1' + category: main manager: conda - platform: osx-64 dependencies: - font-ttf-dejavu-sans-mono: '*' - font-ttf-inconsolata: '*' - font-ttf-source-code-pro: '*' - font-ttf-ubuntu: '*' + - font-ttf-dejavu-sans-mono * + - font-ttf-inconsolata * + - font-ttf-source-code-pro * + - font-ttf-ubuntu * url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 hash: md5: f766549260d6815b0c52253f1fb1bb29 sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 - optional: false - category: main build: '0' arch: x86_64 subdir: osx-64 @@ -5718,21 +5400,20 @@ package: noarch: generic size: 4102 timestamp: 1566932280397 -- name: fonts-conda-forge +- platform: win-64 + name: fonts-conda-forge version: '1' + category: main manager: conda - platform: win-64 dependencies: - font-ttf-dejavu-sans-mono: '*' - font-ttf-inconsolata: '*' - font-ttf-source-code-pro: '*' - font-ttf-ubuntu: '*' + - font-ttf-dejavu-sans-mono * + - font-ttf-inconsolata * + - font-ttf-source-code-pro * + - font-ttf-ubuntu * url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 hash: md5: f766549260d6815b0c52253f1fb1bb29 sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 - optional: false - category: main build: '0' arch: x86_64 subdir: win-64 @@ -5742,22 +5423,21 @@ package: noarch: generic size: 4102 timestamp: 1566932280397 -- name: fonttools +- platform: linux-64 + name: fonttools version: 4.43.0 + category: main manager: conda - platform: linux-64 dependencies: - brotli: '*' - libgcc-ng: '>=12' - munkres: '*' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - brotli * + - libgcc-ng >=12 + - munkres * + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.43.0-py311h459d7ec_0.conda hash: md5: 6b1558de70fcb3fe6d6bf3294ab5569e sha256: 68e39451dd4df2be5858605199178086b683270f71fb62562eba3488ed1cd89f - optional: false - category: main build: py311h459d7ec_0 arch: x86_64 subdir: linux-64 @@ -5766,21 +5446,20 @@ package: license_family: MIT size: 2752220 timestamp: 1695995860720 -- name: fonttools +- platform: osx-64 + name: fonttools version: 4.43.0 + category: main manager: conda - platform: osx-64 dependencies: - brotli: '*' - munkres: '*' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - brotli * + - munkres * + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.43.0-py311h2725bcf_0.conda hash: md5: 21b7751678b0281c82ecad93b0911f2b sha256: 634b4338c2931abf5c353413d43f221e0cf1fc118cd042d967c9b80e4c684550 - optional: false - category: main build: py311h2725bcf_0 arch: x86_64 subdir: osx-64 @@ -5789,24 +5468,23 @@ package: license_family: MIT size: 2706062 timestamp: 1695996147846 -- name: fonttools +- platform: win-64 + name: fonttools version: 4.43.0 + category: main manager: conda - platform: win-64 dependencies: - brotli: '*' - munkres: '*' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - brotli * + - munkres * + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.43.0-py311ha68e1ae_0.conda hash: md5: 559bf097c256daa7d2e6c920cb2b8037 sha256: e15c57e91fcb29625b9762e78b906333333d9ec7ed3cdd8a62e2e92ebcf1c43f - optional: false - category: main build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 @@ -5815,19 +5493,18 @@ package: license_family: MIT size: 2336994 timestamp: 1695996146238 -- name: fqdn +- platform: linux-64 + name: fqdn version: 1.5.1 + category: main manager: conda - platform: linux-64 dependencies: - cached-property: '>=1.3.0' - python: '>=2.7,<4' + - cached-property >=1.3.0 + - python >=2.7,<4 url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 642d35437078749ef23a5dca2c9bb1f3 sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -5837,19 +5514,18 @@ package: noarch: python size: 14395 timestamp: 1638810388635 -- name: fqdn +- platform: osx-64 + name: fqdn version: 1.5.1 + category: main manager: conda - platform: osx-64 dependencies: - cached-property: '>=1.3.0' - python: '>=2.7,<4' + - cached-property >=1.3.0 + - python >=2.7,<4 url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 642d35437078749ef23a5dca2c9bb1f3 sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -5859,19 +5535,18 @@ package: noarch: python size: 14395 timestamp: 1638810388635 -- name: fqdn +- platform: win-64 + name: fqdn version: 1.5.1 + category: main manager: conda - platform: win-64 dependencies: - cached-property: '>=1.3.0' - python: '>=2.7,<4' + - cached-property >=1.3.0 + - python >=2.7,<4 url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 642d35437078749ef23a5dca2c9bb1f3 sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -5881,20 +5556,19 @@ package: noarch: python size: 14395 timestamp: 1638810388635 -- name: freetype +- platform: linux-64 + name: freetype version: 2.12.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libpng: '>=1.6.39,<1.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' + - libgcc-ng >=12 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda hash: md5: 9ae35c3d96db2c94ce0cef86efdfa2cb sha256: b2e3c449ec9d907dd4656cb0dc93e140f447175b125a3824b31368b06c666bb6 - optional: false - category: main build: h267a509_2 arch: x86_64 subdir: linux-64 @@ -5902,19 +5576,18 @@ package: license: GPL-2.0-only OR FTL size: 634972 timestamp: 1694615932610 -- name: freetype +- platform: osx-64 + name: freetype version: 2.12.1 + category: main manager: conda - platform: osx-64 dependencies: - libpng: '>=1.6.39,<1.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda hash: md5: 25152fce119320c980e5470e64834b50 sha256: b292cf5a25f094eeb4b66e37d99a97894aafd04a5683980852a8cbddccdc8e4e - optional: false - category: main build: h60636b9_2 arch: x86_64 subdir: osx-64 @@ -5922,22 +5595,21 @@ package: license: GPL-2.0-only OR FTL size: 599300 timestamp: 1694616137838 -- name: freetype +- platform: win-64 + name: freetype version: 2.12.1 + category: main manager: conda - platform: win-64 dependencies: - libpng: '>=1.6.39,<1.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda hash: md5: 3761b23693f768dc75a8fd0a73ca053f sha256: 2c53ee8879e05e149a9e525481d36adfd660a6abda26fd731376fa64ff03e728 - optional: false - category: main build: hdaf720e_2 arch: x86_64 subdir: win-64 @@ -5945,21 +5617,20 @@ package: license: GPL-2.0-only OR FTL size: 510306 timestamp: 1694616398888 -- name: freexl +- platform: linux-64 + name: freexl version: 2.0.0 + category: main manager: conda - platform: linux-64 dependencies: - libexpat: '>=2.5.0,<3.0a0' - libgcc-ng: '>=12' - libiconv: '>=1.17,<2.0a0' - minizip: '>=4.0.1,<5.0a0' + - libexpat >=2.5.0,<3.0a0 + - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.1,<5.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/freexl-2.0.0-h743c826_0.conda hash: md5: 12e6988845706b2cfbc3bc35c9a61a95 sha256: 9213f60ba710ecfd3632ce47e036775c9f15ce80a6682ff63cbf12d9dddd5382 - optional: false - category: main build: h743c826_0 arch: x86_64 subdir: linux-64 @@ -5968,20 +5639,19 @@ package: license_family: MOZILLA size: 59769 timestamp: 1694952692595 -- name: freexl +- platform: osx-64 + name: freexl version: 2.0.0 + category: main manager: conda - platform: osx-64 dependencies: - libexpat: '>=2.5.0,<3.0a0' - libiconv: '>=1.17,<2.0a0' - minizip: '>=4.0.1,<5.0a0' + - libexpat >=2.5.0,<3.0a0 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.1,<5.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/freexl-2.0.0-h3ec172f_0.conda hash: md5: 640c34a8084e2a812bcee5b804597fc9 sha256: 9d59f1894c3b526e6806e376e979b81d0df23a836415122b86458aef72cda24a - optional: false - category: main build: h3ec172f_0 arch: x86_64 subdir: osx-64 @@ -5990,23 +5660,22 @@ package: license_family: MOZILLA size: 54007 timestamp: 1694952882265 -- name: freexl +- platform: win-64 + name: freexl version: 2.0.0 + category: main manager: conda - platform: win-64 dependencies: - libexpat: '>=2.5.0,<3.0a0' - libiconv: '>=1.17,<2.0a0' - minizip: '>=4.0.1,<5.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libexpat >=2.5.0,<3.0a0 + - libiconv >=1.17,<2.0a0 + - minizip >=4.0.1,<5.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/freexl-2.0.0-h8276f4a_0.conda hash: md5: 8e02e06229c677cbc9f5dc69ba49052c sha256: 9ef2fcf3b35703bf61a8359038c4b707382f3d5f0c4020f3f8ffb2f665daabae - optional: false - category: main build: h8276f4a_0 arch: x86_64 subdir: win-64 @@ -6015,26 +5684,25 @@ package: license_family: MOZILLA size: 77439 timestamp: 1694953013560 -- name: gdal +- platform: linux-64 + name: gdal version: 3.7.2 + category: main manager: conda - platform: linux-64 - dependencies: - hdf5: '>=1.14.2,<1.14.3.0a0' - libgcc-ng: '>=12' - libgdal: ==3.7.2 h3aa23ec_3 - libstdcxx-ng: '>=12' - libxml2: '>=2.11.5,<2.12.0a0' - numpy: '>=1.23.5,<2.0a0' - openssl: '>=3.1.3,<4.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + dependencies: + - hdf5 >=1.14.2,<1.14.3.0a0 + - libgcc-ng >=12 + - libgdal ==3.7.2 h3aa23ec_3 + - libstdcxx-ng >=12 + - libxml2 >=2.11.5,<2.12.0a0 + - numpy >=1.23.5,<2.0a0 + - openssl >=3.1.3,<4.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/gdal-3.7.2-py311h815a124_3.conda hash: md5: 748f760b4b3b8319899fbf77ded071e6 sha256: 2031b4adc0ddf62aaca63e5322febd9e3d4f0c3880bf725c0ada34a63f0d9adb - optional: false - category: main build: py311h815a124_3 arch: x86_64 subdir: linux-64 @@ -6043,25 +5711,24 @@ package: license_family: MIT size: 1624780 timestamp: 1695218076163 -- name: gdal +- platform: osx-64 + name: gdal version: 3.7.2 + category: main manager: conda - platform: osx-64 dependencies: - hdf5: '>=1.14.2,<1.14.3.0a0' - libcxx: '>=15.0.7' - libgdal: ==3.7.2 h57f23c7_4 - libxml2: '>=2.11.5,<2.12.0a0' - numpy: '>=1.23.5,<2.0a0' - openssl: '>=3.1.3,<4.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - hdf5 >=1.14.2,<1.14.3.0a0 + - libcxx >=15.0.7 + - libgdal ==3.7.2 h57f23c7_4 + - libxml2 >=2.11.5,<2.12.0a0 + - numpy >=1.23.5,<2.0a0 + - openssl >=3.1.3,<4.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.7.2-py311hc436b80_4.conda hash: md5: 64e74c20adbe92697b05f47dac47b434 sha256: 0b772f1037a9848a2f8be07cc9ee0b87055db2f4e75479d027bedcbbd77884db - optional: false - category: main build: py311hc436b80_4 arch: x86_64 subdir: osx-64 @@ -6070,27 +5737,26 @@ package: license_family: MIT size: 1636022 timestamp: 1695518320623 -- name: gdal +- platform: win-64 + name: gdal version: 3.7.2 + category: main manager: conda - platform: win-64 - dependencies: - hdf5: '>=1.14.2,<1.14.3.0a0' - libgdal: ==3.7.2 hc5c2e26_4 - libxml2: '>=2.11.5,<2.12.0a0' - numpy: '>=1.23.5,<2.0a0' - openssl: '>=3.1.3,<4.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + dependencies: + - hdf5 >=1.14.2,<1.14.3.0a0 + - libgdal ==3.7.2 hc5c2e26_4 + - libxml2 >=2.11.5,<2.12.0a0 + - numpy >=1.23.5,<2.0a0 + - openssl >=3.1.3,<4.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/gdal-3.7.2-py311h9601e46_4.conda hash: md5: 3c3eb8a7b05b61f67737aa65d333880c sha256: 0cd6982123fb223bec72515891607b9d57d21f021130fd5e2c0c9ee7d847e9d2 - optional: false - category: main build: py311h9601e46_4 arch: x86_64 subdir: win-64 @@ -6099,18 +5765,17 @@ package: license_family: MIT size: 1596107 timestamp: 1695519329341 -- name: genson +- platform: linux-64 + name: genson version: 1.2.2 + category: main manager: conda - platform: linux-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/genson-1.2.2-pyh9f0ad1d_0.tar.bz2 hash: md5: b81e260d49a36f570e4b251b614dcdde sha256: 9539754b644f051ed779c943f0faa667e7a8a52993f94c8f228d0507f3607998 - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: linux-64 @@ -6120,18 +5785,17 @@ package: noarch: python size: 20414 timestamp: 1601490140447 -- name: genson +- platform: osx-64 + name: genson version: 1.2.2 + category: main manager: conda - platform: osx-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/genson-1.2.2-pyh9f0ad1d_0.tar.bz2 hash: md5: b81e260d49a36f570e4b251b614dcdde sha256: 9539754b644f051ed779c943f0faa667e7a8a52993f94c8f228d0507f3607998 - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: osx-64 @@ -6141,18 +5805,17 @@ package: noarch: python size: 20414 timestamp: 1601490140447 -- name: genson +- platform: win-64 + name: genson version: 1.2.2 + category: main manager: conda - platform: win-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/genson-1.2.2-pyh9f0ad1d_0.tar.bz2 hash: md5: b81e260d49a36f570e4b251b614dcdde sha256: 9539754b644f051ed779c943f0faa667e7a8a52993f94c8f228d0507f3607998 - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: win-64 @@ -6162,25 +5825,24 @@ package: noarch: python size: 20414 timestamp: 1601490140447 -- name: geopandas +- platform: linux-64 + name: geopandas version: 0.14.0 + category: main manager: conda - platform: linux-64 dependencies: - fiona: '>=1.8.21' - folium: '*' - geopandas-base: ==0.14.0 pyha770c72_0 - mapclassify: '>=2.4.0' - matplotlib-base: '*' - python: '>=3.9' - rtree: '*' - xyzservices: '*' + - fiona >=1.8.21 + - folium * + - geopandas-base ==0.14.0 pyha770c72_0 + - mapclassify >=2.4.0 + - matplotlib-base * + - python >=3.9 + - rtree * + - xyzservices * url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.0-pyhd8ed1ab_0.conda hash: md5: c95d2e337213d778d0247073aaaa45b2 sha256: dc50511701d297105cf847e8af9f46533c374dfbab8eba0f2e6e632a69a88cbb - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -6190,25 +5852,24 @@ package: noarch: python size: 7574 timestamp: 1694771654710 -- name: geopandas +- platform: osx-64 + name: geopandas version: 0.14.0 + category: main manager: conda - platform: osx-64 dependencies: - fiona: '>=1.8.21' - folium: '*' - geopandas-base: ==0.14.0 pyha770c72_0 - mapclassify: '>=2.4.0' - matplotlib-base: '*' - python: '>=3.9' - rtree: '*' - xyzservices: '*' + - fiona >=1.8.21 + - folium * + - geopandas-base ==0.14.0 pyha770c72_0 + - mapclassify >=2.4.0 + - matplotlib-base * + - python >=3.9 + - rtree * + - xyzservices * url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.0-pyhd8ed1ab_0.conda hash: md5: c95d2e337213d778d0247073aaaa45b2 sha256: dc50511701d297105cf847e8af9f46533c374dfbab8eba0f2e6e632a69a88cbb - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -6218,25 +5879,24 @@ package: noarch: python size: 7574 timestamp: 1694771654710 -- name: geopandas +- platform: win-64 + name: geopandas version: 0.14.0 + category: main manager: conda - platform: win-64 dependencies: - fiona: '>=1.8.21' - folium: '*' - geopandas-base: ==0.14.0 pyha770c72_0 - mapclassify: '>=2.4.0' - matplotlib-base: '*' - python: '>=3.9' - rtree: '*' - xyzservices: '*' + - fiona >=1.8.21 + - folium * + - geopandas-base ==0.14.0 pyha770c72_0 + - mapclassify >=2.4.0 + - matplotlib-base * + - python >=3.9 + - rtree * + - xyzservices * url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.0-pyhd8ed1ab_0.conda hash: md5: c95d2e337213d778d0247073aaaa45b2 sha256: dc50511701d297105cf847e8af9f46533c374dfbab8eba0f2e6e632a69a88cbb - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -6246,22 +5906,21 @@ package: noarch: python size: 7574 timestamp: 1694771654710 -- name: geopandas-base +- platform: linux-64 + name: geopandas-base version: 0.14.0 + category: main manager: conda - platform: linux-64 dependencies: - packaging: '*' - pandas: '>=1.4.0' - pyproj: '>=3.3.0' - python: '>=3.9' - shapely: '>=1.8.0' + - packaging * + - pandas >=1.4.0 + - pyproj >=3.3.0 + - python >=3.9 + - shapely >=1.8.0 url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.0-pyha770c72_0.conda hash: md5: 361cdd18edd55ea73f6d5e6bb7bf6256 sha256: a6e3a692cb1435b1239e1f7e002d6e3d33d4736dd90b1613ed4afb72b86bd383 - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -6271,22 +5930,21 @@ package: noarch: python size: 1018078 timestamp: 1694771646400 -- name: geopandas-base +- platform: osx-64 + name: geopandas-base version: 0.14.0 + category: main manager: conda - platform: osx-64 dependencies: - packaging: '*' - pandas: '>=1.4.0' - pyproj: '>=3.3.0' - python: '>=3.9' - shapely: '>=1.8.0' + - packaging * + - pandas >=1.4.0 + - pyproj >=3.3.0 + - python >=3.9 + - shapely >=1.8.0 url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.0-pyha770c72_0.conda hash: md5: 361cdd18edd55ea73f6d5e6bb7bf6256 sha256: a6e3a692cb1435b1239e1f7e002d6e3d33d4736dd90b1613ed4afb72b86bd383 - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -6296,22 +5954,21 @@ package: noarch: python size: 1018078 timestamp: 1694771646400 -- name: geopandas-base +- platform: win-64 + name: geopandas-base version: 0.14.0 + category: main manager: conda - platform: win-64 dependencies: - packaging: '*' - pandas: '>=1.4.0' - pyproj: '>=3.3.0' - python: '>=3.9' - shapely: '>=1.8.0' + - packaging * + - pandas >=1.4.0 + - pyproj >=3.3.0 + - python >=3.9 + - shapely >=1.8.0 url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.0-pyha770c72_0.conda hash: md5: 361cdd18edd55ea73f6d5e6bb7bf6256 sha256: a6e3a692cb1435b1239e1f7e002d6e3d33d4736dd90b1613ed4afb72b86bd383 - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -6321,19 +5978,18 @@ package: noarch: python size: 1018078 timestamp: 1694771646400 -- name: geos +- platform: linux-64 + name: geos version: 3.12.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/geos-3.12.0-h59595ed_0.conda hash: md5: 3fdf79ef322c8379ae83be491d805369 sha256: c80ff0ed71db0d56567ee87df28bc442b596330ac241ab86f488e3139f0e2cae - optional: false - category: main build: h59595ed_0 arch: x86_64 subdir: linux-64 @@ -6341,18 +5997,17 @@ package: license: LGPL-2.1-only size: 1731484 timestamp: 1687938888266 -- name: geos +- platform: osx-64 + name: geos version: 3.12.0 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' + - libcxx >=15.0.7 url: https://conda.anaconda.org/conda-forge/osx-64/geos-3.12.0-he965462_0.conda hash: md5: 264a53af0fb378e81b44e45e5ab5aff1 sha256: e84ff98270717ae49aeba6788476d3569ad33993a46d33d727ee528fb3386a58 - optional: false - category: main build: he965462_0 arch: x86_64 subdir: osx-64 @@ -6360,20 +6015,19 @@ package: license: LGPL-2.1-only size: 1484046 timestamp: 1687940076636 -- name: geos +- platform: win-64 + name: geos version: 3.12.0 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/geos-3.12.0-h1537add_0.conda hash: md5: 78119c25e59de33135b673375c6fa126 sha256: 096c45cb03240ae67ff9e09166110a3bd19a5ab20bf7deea8be55557792b9924 - optional: false - category: main build: h1537add_0 arch: x86_64 subdir: win-64 @@ -6381,24 +6035,23 @@ package: license: LGPL-2.1-only size: 1557552 timestamp: 1687939460054 -- name: geotiff +- platform: linux-64 + name: geotiff version: 1.7.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libstdcxx-ng: '>=12' - libtiff: '>=4.6.0,<4.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - proj: '>=9.3.0,<9.3.1.0a0' - zlib: '*' + - libgcc-ng >=12 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - proj >=9.3.0,<9.3.1.0a0 + - zlib * url: https://conda.anaconda.org/conda-forge/linux-64/geotiff-1.7.1-hee599c5_13.conda hash: md5: 8c55dacddd589be64b2bd6a5d4264be6 sha256: 23e238e396b6ce9761bf0cf3d2ac75d3289e5bee1d34f5d5c3e9f98c6c9aee98 - optional: false - category: main build: hee599c5_13 arch: x86_64 subdir: linux-64 @@ -6407,23 +6060,22 @@ package: license_family: MIT size: 133438 timestamp: 1694679400052 -- name: geotiff +- platform: osx-64 + name: geotiff version: 1.7.1 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - proj: '>=9.3.0,<9.3.1.0a0' - zlib: '*' + - libcxx >=15.0.7 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - proj >=9.3.0,<9.3.1.0a0 + - zlib * url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.1-hc41fca6_13.conda hash: md5: 35de4c46f97ca73177b26d28132cfcbf sha256: 8a99704b5409c17c0a97ba3199aa2b89801be32971b69acf0c8750f0c629daec - optional: false - category: main build: hc41fca6_13 arch: x86_64 subdir: osx-64 @@ -6432,25 +6084,24 @@ package: license_family: MIT size: 117766 timestamp: 1694679774776 -- name: geotiff +- platform: win-64 + name: geotiff version: 1.7.1 + category: main manager: conda - platform: win-64 dependencies: - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - proj: '>=9.3.0,<9.3.1.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zlib: '*' + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - proj >=9.3.0,<9.3.1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib * url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.1-h2e186c9_13.conda hash: md5: 54068dd99d24b046dece7863bc88e732 sha256: 2582b236013d06ed5db3b2a16ba91f787151e245e8789d52e5d326009951fb33 - optional: false - category: main build: h2e186c9_13 arch: x86_64 subdir: win-64 @@ -6459,18 +6110,17 @@ package: license_family: MIT size: 126196 timestamp: 1694679804280 -- name: gettext +- platform: linux-64 + name: gettext version: 0.21.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2 hash: md5: 14947d8770185e5153fdd04d4673ed37 sha256: 4fcfedc44e4c9a053f0416f9fc6ab6ed50644fca3a761126dbd00d09db1f546a - optional: false - category: main build: h27087fc_0 arch: x86_64 subdir: linux-64 @@ -6478,18 +6128,17 @@ package: license: LGPL-2.1-or-later AND GPL-3.0-or-later size: 4320628 timestamp: 1665673494324 -- name: gettext +- platform: osx-64 + name: gettext version: 0.21.1 + category: main manager: conda - platform: osx-64 dependencies: - libiconv: '>=1.17,<2.0a0' + - libiconv >=1.17,<2.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/gettext-0.21.1-h8a4c099_0.tar.bz2 hash: md5: 1e3aff29ce703d421c43f371ad676cc5 sha256: 915d3cd2d777b9b3fc2e87a25901b8e4a6aa1b2b33cf2ba54e9e9ed4f6b67d94 - optional: false - category: main build: h8a4c099_0 arch: x86_64 subdir: osx-64 @@ -6497,18 +6146,17 @@ package: license: LGPL-2.1-or-later AND GPL-3.0-or-later size: 4153781 timestamp: 1665674106245 -- name: gettext +- platform: win-64 + name: gettext version: 0.21.1 + category: main manager: conda - platform: win-64 dependencies: - libiconv: '>=1.17,<2.0a0' + - libiconv >=1.17,<2.0a0 url: https://conda.anaconda.org/conda-forge/win-64/gettext-0.21.1-h5728263_0.tar.bz2 hash: md5: 299d4fd6798a45337042ff5a48219e5f sha256: 71c75b0a4dc2cf95d2860ea0076edf9f5558baeb4dacaeecb32643b199074616 - optional: false - category: main build: h5728263_0 arch: x86_64 subdir: win-64 @@ -6516,19 +6164,18 @@ package: license: LGPL-2.1-or-later AND GPL-3.0-or-later size: 5579416 timestamp: 1665676022441 -- name: gflags +- platform: linux-64 + name: gflags version: 2.2.2 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=7.5.0' - libstdcxx-ng: '>=7.5.0' + - libgcc-ng >=7.5.0 + - libstdcxx-ng >=7.5.0 url: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2 hash: md5: cddaf2c63ea4a5901cf09524c490ecdc sha256: a853c0cacf53cfc59e1bca8d6e5cdfe9f38fce836f08c2a69e35429c2a492e77 - optional: false - category: main build: he1b5a44_1004 arch: x86_64 subdir: linux-64 @@ -6537,18 +6184,17 @@ package: license_family: BSD size: 116549 timestamp: 1594303828933 -- name: gflags +- platform: osx-64 + name: gflags version: 2.2.2 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=10.0.1' + - libcxx >=10.0.1 url: https://conda.anaconda.org/conda-forge/osx-64/gflags-2.2.2-hb1e8313_1004.tar.bz2 hash: md5: 3f59cc77a929537e42120faf104e0d16 sha256: 39540f879057ae529cad131644af111a8c3c48b384ec6212de6a5381e0863948 - optional: false - category: main build: hb1e8313_1004 arch: x86_64 subdir: osx-64 @@ -6557,18 +6203,17 @@ package: license_family: BSD size: 94612 timestamp: 1599590973213 -- name: giflib +- platform: linux-64 + name: giflib version: 5.2.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.1-h0b41bf4_3.conda hash: md5: 96f3b11872ef6fad973eac856cd2624f sha256: 41ec165704ccce2faa0437f4f53c03c06261a2cc9ff7614828e51427d9261f4b - optional: false - category: main build: h0b41bf4_3 arch: x86_64 subdir: linux-64 @@ -6577,17 +6222,16 @@ package: license_family: MIT size: 77385 timestamp: 1678717794467 -- name: giflib +- platform: osx-64 + name: giflib version: 5.2.1 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.1-hb7f2c08_3.conda hash: md5: aca150b0186836f893ebac79019e5498 sha256: 47515e0874bcf67e438e1d5d093b074c1781f055067195f0d00a7790a56d446d - optional: false - category: main build: hb7f2c08_3 arch: x86_64 subdir: osx-64 @@ -6596,24 +6240,23 @@ package: license_family: MIT size: 76514 timestamp: 1678717973971 -- name: glib +- platform: linux-64 + name: glib version: 2.78.0 + category: main manager: conda - platform: linux-64 dependencies: - gettext: '>=0.21.1,<1.0a0' - glib-tools: ==2.78.0 hfc55251_0 - libgcc-ng: '>=12' - libglib: ==2.78.0 hebfc3b9_0 - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - python: '*' + - gettext >=0.21.1,<1.0a0 + - glib-tools ==2.78.0 hfc55251_0 + - libgcc-ng >=12 + - libglib ==2.78.0 hebfc3b9_0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - python * url: https://conda.anaconda.org/conda-forge/linux-64/glib-2.78.0-hfc55251_0.conda hash: md5: 2f55a36b549f51a7e0c2b1e3c3f0ccd4 sha256: b7fd5ef9aee4205e14105dc9f79b3de326af091c0253e1e52d3e4ee0d960851d - optional: false - category: main build: hfc55251_0 arch: x86_64 subdir: linux-64 @@ -6621,25 +6264,24 @@ package: license: LGPL-2.1-or-later size: 490912 timestamp: 1694381302237 -- name: glib +- platform: win-64 + name: glib version: 2.78.0 + category: main manager: conda - platform: win-64 dependencies: - gettext: '>=0.21.1,<1.0a0' - glib-tools: ==2.78.0 h12be248_0 - libglib: ==2.78.0 he8f3873_0 - libzlib: '>=1.2.13,<1.3.0a0' - python: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - gettext >=0.21.1,<1.0a0 + - glib-tools ==2.78.0 h12be248_0 + - libglib ==2.78.0 he8f3873_0 + - libzlib >=1.2.13,<1.3.0a0 + - python * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/glib-2.78.0-h12be248_0.conda hash: md5: 1ed98e4da48693079f2fe83298c5b0ac sha256: a9860e833d1ac9e2e87e5a0ae6863c819d893dac90aa1f6df9c06ab312d80170 - optional: false - category: main build: h12be248_0 arch: x86_64 subdir: win-64 @@ -6647,21 +6289,20 @@ package: license: LGPL-2.1-or-later size: 509622 timestamp: 1694381620175 -- name: glib-tools +- platform: linux-64 + name: glib-tools version: 2.78.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libglib: ==2.78.0 hebfc3b9_0 - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' + - libgcc-ng >=12 + - libglib ==2.78.0 hebfc3b9_0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.78.0-hfc55251_0.conda hash: md5: e10134de3558dd95abda6987b5548f4f sha256: 991803ca90e6ba54568ff1bcb8a02f69a9beb8a09988d257fc21e1bbb3557d8c - optional: false - category: main build: hfc55251_0 arch: x86_64 subdir: linux-64 @@ -6669,22 +6310,21 @@ package: license: LGPL-2.1-or-later size: 112222 timestamp: 1694381266818 -- name: glib-tools +- platform: win-64 + name: glib-tools version: 2.78.0 + category: main manager: conda - platform: win-64 dependencies: - libglib: ==2.78.0 he8f3873_0 - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libglib ==2.78.0 he8f3873_0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/glib-tools-2.78.0-h12be248_0.conda hash: md5: 466538fb59949a3c015b55671dc7e52c sha256: 0781647629fdb9c88a2b1dc22bb845645d3365693f104374c7d9139bc59bd0ce - optional: false - category: main build: h12be248_0 arch: x86_64 subdir: win-64 @@ -6692,20 +6332,19 @@ package: license: LGPL-2.1-or-later size: 145796 timestamp: 1694381570560 -- name: glog +- platform: linux-64 + name: glog version: 0.6.0 + category: main manager: conda - platform: linux-64 dependencies: - gflags: '>=2.2.2,<2.3.0a0' - libgcc-ng: '>=10.3.0' - libstdcxx-ng: '>=10.3.0' + - gflags >=2.2.2,<2.3.0a0 + - libgcc-ng >=10.3.0 + - libstdcxx-ng >=10.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/glog-0.6.0-h6f12383_0.tar.bz2 hash: md5: b31f3565cb84435407594e548a2fb7b2 sha256: 888cbcfb67f6e3d88a4c4ab9d26c9a406f620c4101a35dc6d2dbadb95f2221d4 - optional: false - category: main build: h6f12383_0 arch: x86_64 subdir: linux-64 @@ -6714,19 +6353,18 @@ package: license_family: BSD size: 114321 timestamp: 1649143789233 -- name: glog +- platform: osx-64 + name: glog version: 0.6.0 + category: main manager: conda - platform: osx-64 dependencies: - gflags: '>=2.2.2,<2.3.0a0' - libcxx: '>=12.0.1' + - gflags >=2.2.2,<2.3.0a0 + - libcxx >=12.0.1 url: https://conda.anaconda.org/conda-forge/osx-64/glog-0.6.0-h8ac2a54_0.tar.bz2 hash: md5: 69eb97ca709a136c53fdca1f2fd33ddf sha256: fdb38560094fb4a952346dc72a79b3cb09e23e4d0cae9ba4f524e6e88203d3c8 - optional: false - category: main build: h8ac2a54_0 arch: x86_64 subdir: osx-64 @@ -6735,19 +6373,18 @@ package: license_family: BSD size: 100624 timestamp: 1649143914155 -- name: graphite2 +- platform: linux-64 + name: graphite2 version: 1.3.13 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=7.5.0' - libstdcxx-ng: '>=7.5.0' + - libgcc-ng >=7.5.0 + - libstdcxx-ng >=7.5.0 url: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h58526e2_1001.tar.bz2 hash: md5: 8c54672728e8ec6aa6db90cf2806d220 sha256: 65da967f3101b737b08222de6a6a14e20e480e7d523a5d1e19ace7b960b5d6b1 - optional: false - category: main build: h58526e2_1001 arch: x86_64 subdir: linux-64 @@ -6755,35 +6392,34 @@ package: license: LGPLv2 size: 104701 timestamp: 1604365484436 -- name: gst-plugins-base +- platform: linux-64 + name: gst-plugins-base version: 1.22.6 + category: main manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - alsa-lib: '>=1.2.10,<1.2.11.0a0' - gettext: '>=0.21.1,<1.0a0' - gstreamer: ==1.22.6 h98fc4e7_2 - libexpat: '>=2.5.0,<3.0a0' - libgcc-ng: '>=12' - libglib: '>=2.78.0,<3.0a0' - libogg: '>=1.3.4,<1.4.0a0' - libopus: '>=1.3.1,<2.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libstdcxx-ng: '>=12' - libvorbis: '>=1.3.7,<1.4.0a0' - libxcb: '>=1.15,<1.16.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - xorg-libx11: '>=1.8.6,<2.0a0' - xorg-libxau: '>=1.0.11,<2.0a0' - xorg-libxext: '>=1.3.4,<2.0a0' - xorg-libxrender: '>=0.9.11,<0.10.0a0' + dependencies: + - __glibc >=2.17,<3.0.a0 + - alsa-lib >=1.2.10,<1.2.11.0a0 + - gettext >=0.21.1,<1.0a0 + - gstreamer ==1.22.6 h98fc4e7_2 + - libexpat >=2.5.0,<3.0a0 + - libgcc-ng >=12 + - libglib >=2.78.0,<3.0a0 + - libogg >=1.3.4,<1.4.0a0 + - libopus >=1.3.1,<2.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libstdcxx-ng >=12 + - libvorbis >=1.3.7,<1.4.0a0 + - libxcb >=1.15,<1.16.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-libxau >=1.0.11,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.22.6-h8e1006c_2.conda hash: md5: 3d8e98279bad55287f2ef9047996f33c sha256: 07e71ef8ad4d1516695132ed142ef6bc6393243fee54f950aa0944561f2f277f - optional: false - category: main build: h8e1006c_2 arch: x86_64 subdir: linux-64 @@ -6792,26 +6428,25 @@ package: license_family: LGPL size: 2704605 timestamp: 1696222053755 -- name: gst-plugins-base +- platform: win-64 + name: gst-plugins-base version: 1.22.6 + category: main manager: conda - platform: win-64 - dependencies: - gettext: '>=0.21.1,<1.0a0' - gstreamer: ==1.22.6 hb4038d2_2 - libglib: '>=2.78.0,<3.0a0' - libogg: '>=1.3.4,<1.4.0a0' - libvorbis: '>=1.3.7,<1.4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + dependencies: + - gettext >=0.21.1,<1.0a0 + - gstreamer ==1.22.6 hb4038d2_2 + - libglib >=2.78.0,<3.0a0 + - libogg >=1.3.4,<1.4.0a0 + - libvorbis >=1.3.7,<1.4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.22.6-h001b923_2.conda hash: md5: 20e57b894392cb792cdf5c501b35a8f6 sha256: 34816d0335e796ea3610022756b3b0832f5699007adc2819a08e068120dd3a8f - optional: false - category: main build: h001b923_2 arch: x86_64 subdir: win-64 @@ -6820,24 +6455,23 @@ package: license_family: LGPL size: 2032915 timestamp: 1696222439891 -- name: gstreamer +- platform: linux-64 + name: gstreamer version: 1.22.6 + category: main manager: conda - platform: linux-64 dependencies: - __glibc: '>=2.17,<3.0.a0' - gettext: '>=0.21.1,<1.0a0' - glib: '>=2.78.0,<3.0a0' - libgcc-ng: '>=12' - libglib: '>=2.78.0,<3.0a0' - libiconv: '>=1.17,<2.0a0' - libstdcxx-ng: '>=12' + - __glibc >=2.17,<3.0.a0 + - gettext >=0.21.1,<1.0a0 + - glib >=2.78.0,<3.0a0 + - libgcc-ng >=12 + - libglib >=2.78.0,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.22.6-h98fc4e7_2.conda hash: md5: 1c95f7c612f9121353c4ef764678113e sha256: 5578119cec4e86b7b607678781026ebe1170cb851b4f784c49b09bed1c92566c - optional: false - category: main build: h98fc4e7_2 arch: x86_64 subdir: linux-64 @@ -6846,24 +6480,23 @@ package: license_family: LGPL size: 1972133 timestamp: 1696221935494 -- name: gstreamer +- platform: win-64 + name: gstreamer version: 1.22.6 + category: main manager: conda - platform: win-64 dependencies: - gettext: '>=0.21.1,<1.0a0' - glib: '>=2.78.0,<3.0a0' - libglib: '>=2.78.0,<3.0a0' - libiconv: '>=1.17,<2.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - gettext >=0.21.1,<1.0a0 + - glib >=2.78.0,<3.0a0 + - libglib >=2.78.0,<3.0a0 + - libiconv >=1.17,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.22.6-hb4038d2_2.conda hash: md5: e6d2009457a1e5d9653fd06873a7a367 sha256: 08600f04d220a43f0ef5c383bb586cdd05ec482aceadb397fcd43a233b946144 - optional: false - category: main build: hb4038d2_2 arch: x86_64 subdir: win-64 @@ -6872,24 +6505,23 @@ package: license_family: LGPL size: 1939400 timestamp: 1696222270363 -- name: harfbuzz +- platform: linux-64 + name: harfbuzz version: 8.2.1 + category: main manager: conda - platform: linux-64 dependencies: - cairo: '>=1.16.0,<2.0a0' - freetype: '>=2.12.1,<3.0a0' - graphite2: '*' - icu: '>=73.2,<74.0a0' - libgcc-ng: '>=12' - libglib: '>=2.78.0,<3.0a0' - libstdcxx-ng: '>=12' + - cairo >=1.16.0,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 * + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 + - libglib >=2.78.0,<3.0a0 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-8.2.1-h3d44ed6_0.conda hash: md5: 98db5f8813f45e2b29766aff0e4a499c sha256: 5ca6585e6a4348bcbe214d57f5d6f560d15d23a6650770a2909475848b214edb - optional: false - category: main build: h3d44ed6_0 arch: x86_64 subdir: linux-64 @@ -6898,21 +6530,20 @@ package: license_family: MIT size: 1526592 timestamp: 1695089914042 -- name: hdf4 +- platform: linux-64 + name: hdf4 version: 4.2.15 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' + - libgcc-ng >=12 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/hdf4-4.2.15-h501b40f_6.conda hash: md5: c3e9338e15d90106f467377017352b97 sha256: 8ad0e739f106e2937e36a2177d012165bc2173fac0f0b941c5796d85f854f9be - optional: false - category: main build: h501b40f_6 arch: x86_64 subdir: linux-64 @@ -6921,20 +6552,19 @@ package: license_family: BSD size: 757671 timestamp: 1678292685208 -- name: hdf4 +- platform: osx-64 + name: hdf4 version: 4.2.15 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=14.0.6' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' + - libcxx >=14.0.6 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/hdf4-4.2.15-h9804679_6.conda hash: md5: c13d8841112ba7f5931d1d60631394f3 sha256: 74a309f9c885aa2b0acf4adb9a9bf6c6e8869496a6a8a79833a2796940ed0a1c - optional: false - category: main build: h9804679_6 arch: x86_64 subdir: osx-64 @@ -6943,22 +6573,21 @@ package: license_family: BSD size: 724520 timestamp: 1678293107328 -- name: hdf4 +- platform: win-64 + name: hdf4 version: 4.2.15 + category: main manager: conda - platform: win-64 dependencies: - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/hdf4-4.2.15-h1334946_6.conda hash: md5: 5777b72b13771944e15a839dd617c964 sha256: 7114aa881e88ab0eb314f7612bef704ccf539e04965882e7b74a8c05230415b0 - optional: false - category: main build: h1334946_6 arch: x86_64 subdir: win-64 @@ -6967,25 +6596,24 @@ package: license_family: BSD size: 779782 timestamp: 1678293184582 -- name: hdf5 +- platform: linux-64 + name: hdf5 version: 1.14.2 + category: main manager: conda - platform: linux-64 dependencies: - libaec: '>=1.0.6,<2.0a0' - libcurl: '>=8.2.1,<9.0a0' - libgcc-ng: '>=12' - libgfortran-ng: '*' - libgfortran5: '>=12.3.0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' + - libaec >=1.0.6,<2.0a0 + - libcurl >=8.2.1,<9.0a0 + - libgcc-ng >=12 + - libgfortran-ng * + - libgfortran5 >=12.3.0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.14.2-nompi_h4f84152_100.conda hash: md5: 2de6a9bc8083b49f09b2f6eb28d3ba3c sha256: f70f18291f912ba019cbb736bb87b6487021154733cd109147a6d9672790b6b8 - optional: false - category: main build: nompi_h4f84152_100 arch: x86_64 subdir: linux-64 @@ -6994,24 +6622,23 @@ package: license_family: BSD size: 3726636 timestamp: 1692563074131 -- name: hdf5 +- platform: osx-64 + name: hdf5 version: 1.14.2 + category: main manager: conda - platform: osx-64 dependencies: - libaec: '>=1.0.6,<2.0a0' - libcurl: '>=8.2.1,<9.0a0' - libcxx: '>=15.0.7' - libgfortran: 5.* - libgfortran5: '>=12.3.0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' + - libaec >=1.0.6,<2.0a0 + - libcurl >=8.2.1,<9.0a0 + - libcxx >=15.0.7 + - libgfortran 5.* + - libgfortran5 >=12.3.0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.2-nompi_hedada53_100.conda hash: md5: 2b1d4f355b60eb10c5cb435b9f0e664f sha256: 08ab97d63ab4be60c92d3f5931effc565ae6ee0cd686eba81b9d20daf5f181ff - optional: false - category: main build: nompi_hedada53_100 arch: x86_64 subdir: osx-64 @@ -7020,24 +6647,23 @@ package: license_family: BSD size: 3564108 timestamp: 1692563939275 -- name: hdf5 +- platform: win-64 + name: hdf5 version: 1.14.2 + category: main manager: conda - platform: win-64 dependencies: - libaec: '>=1.0.6,<2.0a0' - libcurl: '>=8.2.1,<9.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libaec >=1.0.6,<2.0a0 + - libcurl >=8.2.1,<9.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/hdf5-1.14.2-nompi_h73e8ff5_100.conda hash: md5: 7fc095c23e4519a8df15c09f3671d09a sha256: 86bab02f1dbc658a15719b27ca5dcd2b50c22905cc2296a31a0ed220dac746f9 - optional: false - category: main build: nompi_h73e8ff5_100 arch: x86_64 subdir: win-64 @@ -7046,19 +6672,18 @@ package: license_family: BSD size: 2044096 timestamp: 1692562772245 -- name: icu +- platform: linux-64 + name: icu version: '73.2' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda hash: md5: cc47e1facc155f91abd89b11e48e72ff sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8 - optional: false - category: main build: h59595ed_0 arch: x86_64 subdir: linux-64 @@ -7067,17 +6692,16 @@ package: license_family: MIT size: 12089150 timestamp: 1692900650789 -- name: icu +- platform: osx-64 + name: icu version: '73.2' + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda hash: md5: 5cc301d759ec03f28328428e28f65591 sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 - optional: false - category: main build: hf5e326d_0 arch: x86_64 subdir: osx-64 @@ -7086,20 +6710,19 @@ package: license_family: MIT size: 11787527 timestamp: 1692901622519 -- name: icu +- platform: win-64 + name: icu version: '73.2' + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda hash: md5: 0f47d9e3192d9e09ae300da0d28e0f56 sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c - optional: false - category: main build: h63175ca_0 arch: x86_64 subdir: win-64 @@ -7108,19 +6731,18 @@ package: license_family: MIT size: 13422193 timestamp: 1692901469029 -- name: identify +- platform: linux-64 + name: identify version: 2.5.30 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' - ukkonen: '*' + - python >=3.6 + - ukkonen * url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.30-pyhd8ed1ab_0.conda hash: md5: b7a2e3bb89bda8c69839485c20aabadf sha256: dc9901654af0556209bb5b4194ef2deb643bc641ac859a31f13c41b945b60150 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -7130,19 +6752,18 @@ package: noarch: python size: 78089 timestamp: 1696170905976 -- name: identify +- platform: osx-64 + name: identify version: 2.5.30 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' - ukkonen: '*' + - python >=3.6 + - ukkonen * url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.30-pyhd8ed1ab_0.conda hash: md5: b7a2e3bb89bda8c69839485c20aabadf sha256: dc9901654af0556209bb5b4194ef2deb643bc641ac859a31f13c41b945b60150 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -7152,19 +6773,18 @@ package: noarch: python size: 78089 timestamp: 1696170905976 -- name: identify +- platform: win-64 + name: identify version: 2.5.30 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' - ukkonen: '*' + - python >=3.6 + - ukkonen * url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.30-pyhd8ed1ab_0.conda hash: md5: b7a2e3bb89bda8c69839485c20aabadf sha256: dc9901654af0556209bb5b4194ef2deb643bc641ac859a31f13c41b945b60150 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -7174,18 +6794,17 @@ package: noarch: python size: 78089 timestamp: 1696170905976 -- name: idna +- platform: linux-64 + name: idna version: '3.4' + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 hash: md5: 34272b248891bddccc64479f9a7fffed sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -7195,18 +6814,17 @@ package: noarch: python size: 56742 timestamp: 1663625484114 -- name: idna +- platform: osx-64 + name: idna version: '3.4' + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 hash: md5: 34272b248891bddccc64479f9a7fffed sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -7216,18 +6834,17 @@ package: noarch: python size: 56742 timestamp: 1663625484114 -- name: idna +- platform: win-64 + name: idna version: '3.4' + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 hash: md5: 34272b248891bddccc64479f9a7fffed sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -7237,19 +6854,18 @@ package: noarch: python size: 56742 timestamp: 1663625484114 -- name: importlib-metadata +- platform: linux-64 + name: importlib-metadata version: 6.8.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' - zipp: '>=0.5' + - python >=3.8 + - zipp >=0.5 url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda hash: md5: 4e9f59a060c3be52bc4ddc46ee9b6946 sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -7259,19 +6875,18 @@ package: noarch: python size: 25910 timestamp: 1688754651944 -- name: importlib-metadata +- platform: osx-64 + name: importlib-metadata version: 6.8.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' - zipp: '>=0.5' + - python >=3.8 + - zipp >=0.5 url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda hash: md5: 4e9f59a060c3be52bc4ddc46ee9b6946 sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -7281,19 +6896,18 @@ package: noarch: python size: 25910 timestamp: 1688754651944 -- name: importlib-metadata +- platform: win-64 + name: importlib-metadata version: 6.8.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' - zipp: '>=0.5' + - python >=3.8 + - zipp >=0.5 url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda hash: md5: 4e9f59a060c3be52bc4ddc46ee9b6946 sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -7303,18 +6917,17 @@ package: noarch: python size: 25910 timestamp: 1688754651944 -- name: importlib_metadata +- platform: linux-64 + name: importlib_metadata version: 6.8.0 + category: main manager: conda - platform: linux-64 dependencies: - importlib-metadata: '>=6.8.0,<6.8.1.0a0' + - importlib-metadata >=6.8.0,<6.8.1.0a0 url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda hash: md5: b279b07ce18058034e5b3606ba103a8b sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f - optional: false - category: main build: hd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -7324,18 +6937,17 @@ package: noarch: generic size: 9428 timestamp: 1688754660209 -- name: importlib_metadata +- platform: osx-64 + name: importlib_metadata version: 6.8.0 + category: main manager: conda - platform: osx-64 dependencies: - importlib-metadata: '>=6.8.0,<6.8.1.0a0' + - importlib-metadata >=6.8.0,<6.8.1.0a0 url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda hash: md5: b279b07ce18058034e5b3606ba103a8b sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f - optional: false - category: main build: hd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -7345,18 +6957,17 @@ package: noarch: generic size: 9428 timestamp: 1688754660209 -- name: importlib_metadata +- platform: win-64 + name: importlib_metadata version: 6.8.0 + category: main manager: conda - platform: win-64 dependencies: - importlib-metadata: '>=6.8.0,<6.8.1.0a0' + - importlib-metadata >=6.8.0,<6.8.1.0a0 url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda hash: md5: b279b07ce18058034e5b3606ba103a8b sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f - optional: false - category: main build: hd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -7366,19 +6977,18 @@ package: noarch: generic size: 9428 timestamp: 1688754660209 -- name: importlib_resources +- platform: linux-64 + name: importlib_resources version: 6.1.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' - zipp: '>=3.1.0' + - python >=3.8 + - zipp >=3.1.0 url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.0-pyhd8ed1ab_0.conda hash: md5: 48b0d98e0c0ec810d3ccc2a0926c8c0e sha256: adab6da633ec3b642f036ab5c1196c3e2db0e8db57fb0c7fc9a8e06e29fa9bdc - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -7390,19 +7000,18 @@ package: noarch: python size: 30024 timestamp: 1695414932459 -- name: importlib_resources +- platform: osx-64 + name: importlib_resources version: 6.1.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' - zipp: '>=3.1.0' + - python >=3.8 + - zipp >=3.1.0 url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.0-pyhd8ed1ab_0.conda hash: md5: 48b0d98e0c0ec810d3ccc2a0926c8c0e sha256: adab6da633ec3b642f036ab5c1196c3e2db0e8db57fb0c7fc9a8e06e29fa9bdc - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -7414,19 +7023,18 @@ package: noarch: python size: 30024 timestamp: 1695414932459 -- name: importlib_resources +- platform: win-64 + name: importlib_resources version: 6.1.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' - zipp: '>=3.1.0' + - python >=3.8 + - zipp >=3.1.0 url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.0-pyhd8ed1ab_0.conda hash: md5: 48b0d98e0c0ec810d3ccc2a0926c8c0e sha256: adab6da633ec3b642f036ab5c1196c3e2db0e8db57fb0c7fc9a8e06e29fa9bdc - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -7438,19 +7046,18 @@ package: noarch: python size: 30024 timestamp: 1695414932459 -- name: inflect +- platform: linux-64 + name: inflect version: 5.6.2 + category: main manager: conda - platform: linux-64 dependencies: - importlib-metadata: '*' - python: '>=3' + - importlib-metadata * + - python >=3 url: https://conda.anaconda.org/conda-forge/noarch/inflect-5.6.2-pyhd8ed1ab_0.tar.bz2 hash: md5: 7e5f7c7da6604706a97fcfa5407382a1 sha256: 215102137164d174956307d1100d530ac41a2496d32debd073597724a4bc1ad0 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -7460,19 +7067,18 @@ package: noarch: python size: 36112 timestamp: 1657910314055 -- name: inflect +- platform: osx-64 + name: inflect version: 5.6.2 + category: main manager: conda - platform: osx-64 dependencies: - importlib-metadata: '*' - python: '>=3' + - importlib-metadata * + - python >=3 url: https://conda.anaconda.org/conda-forge/noarch/inflect-5.6.2-pyhd8ed1ab_0.tar.bz2 hash: md5: 7e5f7c7da6604706a97fcfa5407382a1 sha256: 215102137164d174956307d1100d530ac41a2496d32debd073597724a4bc1ad0 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -7482,19 +7088,18 @@ package: noarch: python size: 36112 timestamp: 1657910314055 -- name: inflect +- platform: win-64 + name: inflect version: 5.6.2 + category: main manager: conda - platform: win-64 dependencies: - importlib-metadata: '*' - python: '>=3' + - importlib-metadata * + - python >=3 url: https://conda.anaconda.org/conda-forge/noarch/inflect-5.6.2-pyhd8ed1ab_0.tar.bz2 hash: md5: 7e5f7c7da6604706a97fcfa5407382a1 sha256: 215102137164d174956307d1100d530ac41a2496d32debd073597724a4bc1ad0 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -7504,18 +7109,17 @@ package: noarch: python size: 36112 timestamp: 1657910314055 -- name: iniconfig +- platform: linux-64 + name: iniconfig version: 2.0.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda hash: md5: f800d2da156d08e289b14e87e43c1ae5 sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -7525,18 +7129,17 @@ package: noarch: python size: 11101 timestamp: 1673103208955 -- name: iniconfig +- platform: osx-64 + name: iniconfig version: 2.0.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda hash: md5: f800d2da156d08e289b14e87e43c1ae5 sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -7546,18 +7149,17 @@ package: noarch: python size: 11101 timestamp: 1673103208955 -- name: iniconfig +- platform: win-64 + name: iniconfig version: 2.0.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda hash: md5: f800d2da156d08e289b14e87e43c1ae5 sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -7567,17 +7169,16 @@ package: noarch: python size: 11101 timestamp: 1673103208955 -- name: intel-openmp +- platform: win-64 + name: intel-openmp version: 2023.2.0 + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2023.2.0-h57928b3_50496.conda hash: md5: 519f9c42672f1e8a334ec9471e93f4fe sha256: 38367c264bace64d6f939c1170cda3aba2eb0fb2300570c16a8c63aff9ca8031 - optional: false - category: main build: h57928b3_50496 arch: x86_64 subdir: win-64 @@ -7586,31 +7187,30 @@ package: license_family: Proprietary size: 2520627 timestamp: 1695994411378 -- name: ipykernel +- platform: linux-64 + name: ipykernel version: 6.25.2 + category: main manager: conda - platform: linux-64 - dependencies: - __linux: '*' - comm: '>=0.1.1' - debugpy: '>=1.6.5' - ipython: '>=7.23.1' - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - matplotlib-inline: '>=0.1' - nest-asyncio: '*' - packaging: '*' - psutil: '*' - python: '>=3.8' - pyzmq: '>=20' - tornado: '>=6.1' - traitlets: '>=5.4.0' + dependencies: + - __linux * + - comm >=0.1.1 + - debugpy >=1.6.5 + - ipython >=7.23.1 + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - matplotlib-inline >=0.1 + - nest-asyncio * + - packaging * + - psutil * + - python >=3.8 + - pyzmq >=20 + - tornado >=6.1 + - traitlets >=5.4.0 url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.25.2-pyh2140261_0.conda hash: md5: 226f2032ec491cc6e9ce66072660e4f6 sha256: 30316b79a8b2777ad6120c724440ae8a260c6b61eeb3edffbe0380e87c26c4b9 - optional: false - category: main build: pyh2140261_0 arch: x86_64 subdir: linux-64 @@ -7620,32 +7220,31 @@ package: noarch: python size: 113964 timestamp: 1693880440518 -- name: ipykernel +- platform: osx-64 + name: ipykernel version: 6.25.2 + category: main manager: conda - platform: osx-64 - dependencies: - __osx: '*' - appnope: '*' - comm: '>=0.1.1' - debugpy: '>=1.6.5' - ipython: '>=7.23.1' - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - matplotlib-inline: '>=0.1' - nest-asyncio: '*' - packaging: '*' - psutil: '*' - python: '>=3.8' - pyzmq: '>=20' - tornado: '>=6.1' - traitlets: '>=5.4.0' + dependencies: + - __osx * + - appnope * + - comm >=0.1.1 + - debugpy >=1.6.5 + - ipython >=7.23.1 + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - matplotlib-inline >=0.1 + - nest-asyncio * + - packaging * + - psutil * + - python >=3.8 + - pyzmq >=20 + - tornado >=6.1 + - traitlets >=5.4.0 url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.25.2-pyh1050b4e_0.conda hash: md5: a643e6f6c33ed821664f2a69f6e4e89f sha256: f99ab5cbbe2f349ff2f7842ee1ab710e15b27d6140e8b1356098bbbba2e6370c - optional: false - category: main build: pyh1050b4e_0 arch: x86_64 subdir: osx-64 @@ -7655,31 +7254,30 @@ package: noarch: python size: 115240 timestamp: 1693880672936 -- name: ipykernel +- platform: win-64 + name: ipykernel version: 6.25.2 + category: main manager: conda - platform: win-64 - dependencies: - __win: '*' - comm: '>=0.1.1' - debugpy: '>=1.6.5' - ipython: '>=7.23.1' - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - matplotlib-inline: '>=0.1' - nest-asyncio: '*' - packaging: '*' - psutil: '*' - python: '>=3.8' - pyzmq: '>=20' - tornado: '>=6.1' - traitlets: '>=5.4.0' + dependencies: + - __win * + - comm >=0.1.1 + - debugpy >=1.6.5 + - ipython >=7.23.1 + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - matplotlib-inline >=0.1 + - nest-asyncio * + - packaging * + - psutil * + - python >=3.8 + - pyzmq >=20 + - tornado >=6.1 + - traitlets >=5.4.0 url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.25.2-pyh60829e3_0.conda hash: md5: 387f16a39a2e57bff9de9bc0216baa09 sha256: 8531e04e585db4fb95ba5152e7f6af0fa9be0b3e68a8c9e335e4a3585222db2c - optional: false - category: main build: pyh60829e3_0 arch: x86_64 subdir: win-64 @@ -7689,31 +7287,30 @@ package: noarch: python size: 115123 timestamp: 1693880680681 -- name: ipython +- platform: linux-64 + name: ipython version: 8.16.1 + category: main manager: conda - platform: linux-64 - dependencies: - __linux: '*' - backcall: '*' - decorator: '*' - exceptiongroup: '*' - jedi: '>=0.16' - matplotlib-inline: '*' - pexpect: '>4.3' - pickleshare: '*' - prompt_toolkit: '>=3.0.30,<3.1.0,!=3.0.37' - pygments: '>=2.4.0' - python: '>=3.9' - stack_data: '*' - traitlets: '>=5' - typing_extensions: '*' + dependencies: + - __linux * + - backcall * + - decorator * + - exceptiongroup * + - jedi >=0.16 + - matplotlib-inline * + - pexpect >4.3 + - pickleshare * + - prompt_toolkit >=3.0.30,<3.1.0,!=3.0.37 + - pygments >=2.4.0 + - python >=3.9 + - stack_data * + - traitlets >=5 + - typing_extensions * url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.16.1-pyh0d859eb_0.conda hash: md5: 7e52cb0dbf01b90365bfe433ec8bd3c0 sha256: 2dc119746ddac02cb01644ae7c7ac54a296366e2edf0d178f50f833113aaf94a - optional: false - category: main build: pyh0d859eb_0 arch: x86_64 subdir: linux-64 @@ -7723,32 +7320,31 @@ package: noarch: python size: 590501 timestamp: 1696264206857 -- name: ipython +- platform: osx-64 + name: ipython version: 8.16.1 + category: main manager: conda - platform: osx-64 - dependencies: - __osx: '*' - appnope: '*' - backcall: '*' - decorator: '*' - exceptiongroup: '*' - jedi: '>=0.16' - matplotlib-inline: '*' - pexpect: '>4.3' - pickleshare: '*' - prompt_toolkit: '>=3.0.30,<3.1.0,!=3.0.37' - pygments: '>=2.4.0' - python: '>=3.9' - stack_data: '*' - traitlets: '>=5' - typing_extensions: '*' + dependencies: + - __osx * + - appnope * + - backcall * + - decorator * + - exceptiongroup * + - jedi >=0.16 + - matplotlib-inline * + - pexpect >4.3 + - pickleshare * + - prompt_toolkit >=3.0.30,<3.1.0,!=3.0.37 + - pygments >=2.4.0 + - python >=3.9 + - stack_data * + - traitlets >=5 + - typing_extensions * url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.16.1-pyh31c8845_0.conda hash: md5: 531bac092414642fdead7a511357485a sha256: 77cfbc15ee2ad8976009a6880bb1f7c716db44e23594fba7c9c382135e02eb03 - optional: false - category: main build: pyh31c8845_0 arch: x86_64 subdir: osx-64 @@ -7758,31 +7354,30 @@ package: noarch: python size: 593043 timestamp: 1696264534473 -- name: ipython +- platform: win-64 + name: ipython version: 8.16.1 + category: main manager: conda - platform: win-64 - dependencies: - __win: '*' - backcall: '*' - colorama: '*' - decorator: '*' - exceptiongroup: '*' - jedi: '>=0.16' - matplotlib-inline: '*' - pickleshare: '*' - prompt_toolkit: '>=3.0.30,<3.1.0,!=3.0.37' - pygments: '>=2.4.0' - python: '>=3.9' - stack_data: '*' - traitlets: '>=5' - typing_extensions: '*' + dependencies: + - __win * + - backcall * + - colorama * + - decorator * + - exceptiongroup * + - jedi >=0.16 + - matplotlib-inline * + - pickleshare * + - prompt_toolkit >=3.0.30,<3.1.0,!=3.0.37 + - pygments >=2.4.0 + - python >=3.9 + - stack_data * + - traitlets >=5 + - typing_extensions * url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.16.1-pyh5737063_0.conda hash: md5: 1f0a208b45d0bf8d1cf09d2f2b549ab5 sha256: 9a09600613147838d6bd027d22078abc13e83300a53192b465e8deb1ef0eeb22 - optional: false - category: main build: pyh5737063_0 arch: x86_64 subdir: win-64 @@ -7792,19 +7387,18 @@ package: noarch: python size: 590588 timestamp: 1696264618038 -- name: isoduration +- platform: linux-64 + name: isoduration version: 20.11.0 + category: main manager: conda - platform: linux-64 dependencies: - arrow: '>=0.15.0' - python: '>=3.7' + - arrow >=0.15.0 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 hash: md5: 4cb68948e0b8429534380243d063a27a sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -7814,19 +7408,18 @@ package: noarch: python size: 17189 timestamp: 1638811664194 -- name: isoduration +- platform: osx-64 + name: isoduration version: 20.11.0 + category: main manager: conda - platform: osx-64 dependencies: - arrow: '>=0.15.0' - python: '>=3.7' + - arrow >=0.15.0 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 hash: md5: 4cb68948e0b8429534380243d063a27a sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -7836,19 +7429,18 @@ package: noarch: python size: 17189 timestamp: 1638811664194 -- name: isoduration +- platform: win-64 + name: isoduration version: 20.11.0 + category: main manager: conda - platform: win-64 dependencies: - arrow: '>=0.15.0' - python: '>=3.7' + - arrow >=0.15.0 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 hash: md5: 4cb68948e0b8429534380243d063a27a sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -7858,19 +7450,18 @@ package: noarch: python size: 17189 timestamp: 1638811664194 -- name: isort +- platform: linux-64 + name: isort version: 5.12.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8,<4.0' - setuptools: '*' + - python >=3.8,<4.0 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/isort-5.12.0-pyhd8ed1ab_1.conda hash: md5: 07ed3421bad60867234c7a9282ea39d4 sha256: d34a62e33ac7acc8fd3167ceb0e2aee4e7974b94de263f52d752716429d95bcb - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: linux-64 @@ -7880,19 +7471,18 @@ package: noarch: python size: 73326 timestamp: 1675033987894 -- name: isort +- platform: osx-64 + name: isort version: 5.12.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8,<4.0' - setuptools: '*' + - python >=3.8,<4.0 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/isort-5.12.0-pyhd8ed1ab_1.conda hash: md5: 07ed3421bad60867234c7a9282ea39d4 sha256: d34a62e33ac7acc8fd3167ceb0e2aee4e7974b94de263f52d752716429d95bcb - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: osx-64 @@ -7902,19 +7492,18 @@ package: noarch: python size: 73326 timestamp: 1675033987894 -- name: isort +- platform: win-64 + name: isort version: 5.12.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8,<4.0' - setuptools: '*' + - python >=3.8,<4.0 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/isort-5.12.0-pyhd8ed1ab_1.conda hash: md5: 07ed3421bad60867234c7a9282ea39d4 sha256: d34a62e33ac7acc8fd3167ceb0e2aee4e7974b94de263f52d752716429d95bcb - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: win-64 @@ -7924,19 +7513,18 @@ package: noarch: python size: 73326 timestamp: 1675033987894 -- name: jaraco.classes +- platform: linux-64 + name: jaraco.classes version: 3.3.0 + category: main manager: conda - platform: linux-64 dependencies: - more-itertools: '*' - python: '>=3.7' + - more-itertools * + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/jaraco.classes-3.3.0-pyhd8ed1ab_0.conda hash: md5: e9f79248d30e942f7c358ff21a1790f5 sha256: 14f5240c3834e1b784dd41a5a14392d9150dff62a74ae851f73e65d2e2bbd891 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -7946,19 +7534,18 @@ package: noarch: python size: 11288 timestamp: 1689112573324 -- name: jaraco.classes +- platform: osx-64 + name: jaraco.classes version: 3.3.0 + category: main manager: conda - platform: osx-64 dependencies: - more-itertools: '*' - python: '>=3.7' + - more-itertools * + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/jaraco.classes-3.3.0-pyhd8ed1ab_0.conda hash: md5: e9f79248d30e942f7c358ff21a1790f5 sha256: 14f5240c3834e1b784dd41a5a14392d9150dff62a74ae851f73e65d2e2bbd891 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -7968,19 +7555,18 @@ package: noarch: python size: 11288 timestamp: 1689112573324 -- name: jaraco.classes +- platform: win-64 + name: jaraco.classes version: 3.3.0 + category: main manager: conda - platform: win-64 dependencies: - more-itertools: '*' - python: '>=3.7' + - more-itertools * + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/jaraco.classes-3.3.0-pyhd8ed1ab_0.conda hash: md5: e9f79248d30e942f7c358ff21a1790f5 sha256: 14f5240c3834e1b784dd41a5a14392d9150dff62a74ae851f73e65d2e2bbd891 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -7990,19 +7576,18 @@ package: noarch: python size: 11288 timestamp: 1689112573324 -- name: jedi +- platform: linux-64 + name: jedi version: 0.19.0 + category: main manager: conda - platform: linux-64 dependencies: - parso: '>=0.8.0,<0.9.0' - python: '>=3.6' + - parso >=0.8.0,<0.9.0 + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.0-pyhd8ed1ab_0.conda hash: md5: 1cd7f70057cdffc10977b613fb75425d sha256: d2d9e885cbc1efa63107b616588c61000063d4c223c0585962485bd016e77ce8 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -8012,19 +7597,18 @@ package: noarch: python size: 844518 timestamp: 1690897091100 -- name: jedi +- platform: osx-64 + name: jedi version: 0.19.0 + category: main manager: conda - platform: osx-64 dependencies: - parso: '>=0.8.0,<0.9.0' - python: '>=3.6' + - parso >=0.8.0,<0.9.0 + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.0-pyhd8ed1ab_0.conda hash: md5: 1cd7f70057cdffc10977b613fb75425d sha256: d2d9e885cbc1efa63107b616588c61000063d4c223c0585962485bd016e77ce8 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -8034,19 +7618,18 @@ package: noarch: python size: 844518 timestamp: 1690897091100 -- name: jedi +- platform: win-64 + name: jedi version: 0.19.0 + category: main manager: conda - platform: win-64 dependencies: - parso: '>=0.8.0,<0.9.0' - python: '>=3.6' + - parso >=0.8.0,<0.9.0 + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.0-pyhd8ed1ab_0.conda hash: md5: 1cd7f70057cdffc10977b613fb75425d sha256: d2d9e885cbc1efa63107b616588c61000063d4c223c0585962485bd016e77ce8 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -8056,18 +7639,17 @@ package: noarch: python size: 844518 timestamp: 1690897091100 -- name: jeepney +- platform: linux-64 + name: jeepney version: 0.8.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/jeepney-0.8.0-pyhd8ed1ab_0.tar.bz2 hash: md5: 9800ad1699b42612478755a2d26c722d sha256: 16639759b811866d63315fe1391f6fb45f5478b823972f4d3d9f0392b7dd80b8 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -8077,19 +7659,18 @@ package: noarch: python size: 36895 timestamp: 1649085298891 -- name: jinja2 +- platform: linux-64 + name: jinja2 version: 3.1.2 + category: main manager: conda - platform: linux-64 dependencies: - markupsafe: '>=2.0' - python: '>=3.7' + - markupsafe >=2.0 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 hash: md5: c8490ed5c70966d232fdd389d0dbed37 sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: linux-64 @@ -8099,19 +7680,18 @@ package: noarch: python size: 101443 timestamp: 1654302514195 -- name: jinja2 +- platform: osx-64 + name: jinja2 version: 3.1.2 + category: main manager: conda - platform: osx-64 dependencies: - markupsafe: '>=2.0' - python: '>=3.7' + - markupsafe >=2.0 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 hash: md5: c8490ed5c70966d232fdd389d0dbed37 sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: osx-64 @@ -8121,19 +7701,18 @@ package: noarch: python size: 101443 timestamp: 1654302514195 -- name: jinja2 +- platform: win-64 + name: jinja2 version: 3.1.2 + category: main manager: conda - platform: win-64 dependencies: - markupsafe: '>=2.0' - python: '>=3.7' + - markupsafe >=2.0 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 hash: md5: c8490ed5c70966d232fdd389d0dbed37 sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: win-64 @@ -8143,19 +7722,18 @@ package: noarch: python size: 101443 timestamp: 1654302514195 -- name: joblib +- platform: linux-64 + name: joblib version: 1.3.2 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' - setuptools: '*' + - python >=3.7 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/joblib-1.3.2-pyhd8ed1ab_0.conda hash: md5: 4da50d410f553db77e62ab62ffaa1abc sha256: 31e05d47970d956206188480b038829d24ac11fe8216409d8584d93d40233878 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -8165,19 +7743,18 @@ package: noarch: python size: 221200 timestamp: 1691577306309 -- name: joblib +- platform: osx-64 + name: joblib version: 1.3.2 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' - setuptools: '*' + - python >=3.7 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/joblib-1.3.2-pyhd8ed1ab_0.conda hash: md5: 4da50d410f553db77e62ab62ffaa1abc sha256: 31e05d47970d956206188480b038829d24ac11fe8216409d8584d93d40233878 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -8187,19 +7764,18 @@ package: noarch: python size: 221200 timestamp: 1691577306309 -- name: joblib +- platform: win-64 + name: joblib version: 1.3.2 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' - setuptools: '*' + - python >=3.7 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/joblib-1.3.2-pyhd8ed1ab_0.conda hash: md5: 4da50d410f553db77e62ab62ffaa1abc sha256: 31e05d47970d956206188480b038829d24ac11fe8216409d8584d93d40233878 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -8209,18 +7785,17 @@ package: noarch: python size: 221200 timestamp: 1691577306309 -- name: json-c +- platform: linux-64 + name: json-c version: '0.17' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/json-c-0.17-h7ab15ed_0.conda hash: md5: 9961b1f100c3b6852bd97c9233d06979 sha256: 5646496ca07dfa1486d27ed07282967007811dfc63d6394652e87f94166ecae3 - optional: false - category: main build: h7ab15ed_0 arch: x86_64 subdir: linux-64 @@ -8229,17 +7804,16 @@ package: license_family: MIT size: 83050 timestamp: 1691933952501 -- name: json-c +- platform: osx-64 + name: json-c version: '0.17' + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/json-c-0.17-h8e11ae5_0.conda hash: md5: 266d2e4ebbf37091c8322937392bb540 sha256: 2a493095fe1292108ff1799a1b47ababe82d844bfa3abcf2252676c1017a1e04 - optional: false - category: main build: h8e11ae5_0 arch: x86_64 subdir: osx-64 @@ -8248,18 +7822,17 @@ package: license_family: MIT size: 71671 timestamp: 1691934144512 -- name: json5 +- platform: linux-64 + name: json5 version: 0.9.14 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7,<4.0' + - python >=3.7,<4.0 url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda hash: md5: dac1dabba2b5a9d1aee175c5fcc7b436 sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -8269,18 +7842,17 @@ package: noarch: python size: 25003 timestamp: 1688248468479 -- name: json5 +- platform: osx-64 + name: json5 version: 0.9.14 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7,<4.0' + - python >=3.7,<4.0 url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda hash: md5: dac1dabba2b5a9d1aee175c5fcc7b436 sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -8290,18 +7862,17 @@ package: noarch: python size: 25003 timestamp: 1688248468479 -- name: json5 +- platform: win-64 + name: json5 version: 0.9.14 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7,<4.0' + - python >=3.7,<4.0 url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda hash: md5: dac1dabba2b5a9d1aee175c5fcc7b436 sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -8311,19 +7882,18 @@ package: noarch: python size: 25003 timestamp: 1688248468479 -- name: jsonpointer +- platform: linux-64 + name: jsonpointer version: '2.4' + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/jsonpointer-2.4-py311h38be061_3.conda hash: md5: 41d52d822edf991bf0e6b08c1921a8ec sha256: 976f7bf3c3a49c3066f36b67c12ae06b31542e53b843bb4362f31c9e449c6c46 - optional: false - category: main build: py311h38be061_3 arch: x86_64 subdir: linux-64 @@ -8332,19 +7902,18 @@ package: license_family: BSD size: 18389 timestamp: 1695397377176 -- name: jsonpointer +- platform: osx-64 + name: jsonpointer version: '2.4' + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/jsonpointer-2.4-py311h6eed73b_3.conda hash: md5: ed1c23d0e55abd27d8b9e31c58105140 sha256: b0ba738e1dbf3b69558557cd1e63310364e045b8c8e7f73fdce7e71928b5f22a - optional: false - category: main build: py311h6eed73b_3 arch: x86_64 subdir: osx-64 @@ -8353,19 +7922,18 @@ package: license_family: BSD size: 18557 timestamp: 1695397765266 -- name: jsonpointer +- platform: win-64 + name: jsonpointer version: '2.4' + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/win-64/jsonpointer-2.4-py311h1ea47a8_3.conda hash: md5: db8fc59f9215e668e602f769d0bf67bb sha256: 13042586b08e8caa60615e7c42d05601f9421e8bda5df932e3ef9d2401bf2435 - optional: false - category: main build: py311h1ea47a8_3 arch: x86_64 subdir: win-64 @@ -8374,24 +7942,23 @@ package: license_family: BSD size: 34654 timestamp: 1695397742357 -- name: jsonschema +- platform: linux-64 + name: jsonschema version: 4.19.1 + category: main manager: conda - platform: linux-64 dependencies: - attrs: '>=22.2.0' - importlib_resources: '>=1.4.0' - jsonschema-specifications: '>=2023.3.6' - pkgutil-resolve-name: '>=1.3.10' - python: '>=3.8' - referencing: '>=0.28.4' - rpds-py: '>=0.7.1' + - attrs >=22.2.0 + - importlib_resources >=1.4.0 + - jsonschema-specifications >=2023.3.6 + - pkgutil-resolve-name >=1.3.10 + - python >=3.8 + - referencing >=0.28.4 + - rpds-py >=0.7.1 url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.1-pyhd8ed1ab_0.conda hash: md5: 78aff5d2af74e6537c1ca73017f01f4f sha256: b4e50e1d53b984a467e79b7ba69cc408d14e3a2002cad4eaf7798e20268cff2d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -8401,24 +7968,23 @@ package: noarch: python size: 71078 timestamp: 1695229168542 -- name: jsonschema +- platform: osx-64 + name: jsonschema version: 4.19.1 + category: main manager: conda - platform: osx-64 dependencies: - attrs: '>=22.2.0' - importlib_resources: '>=1.4.0' - jsonschema-specifications: '>=2023.3.6' - pkgutil-resolve-name: '>=1.3.10' - python: '>=3.8' - referencing: '>=0.28.4' - rpds-py: '>=0.7.1' + - attrs >=22.2.0 + - importlib_resources >=1.4.0 + - jsonschema-specifications >=2023.3.6 + - pkgutil-resolve-name >=1.3.10 + - python >=3.8 + - referencing >=0.28.4 + - rpds-py >=0.7.1 url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.1-pyhd8ed1ab_0.conda hash: md5: 78aff5d2af74e6537c1ca73017f01f4f sha256: b4e50e1d53b984a467e79b7ba69cc408d14e3a2002cad4eaf7798e20268cff2d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -8428,24 +7994,23 @@ package: noarch: python size: 71078 timestamp: 1695229168542 -- name: jsonschema +- platform: win-64 + name: jsonschema version: 4.19.1 + category: main manager: conda - platform: win-64 dependencies: - attrs: '>=22.2.0' - importlib_resources: '>=1.4.0' - jsonschema-specifications: '>=2023.3.6' - pkgutil-resolve-name: '>=1.3.10' - python: '>=3.8' - referencing: '>=0.28.4' - rpds-py: '>=0.7.1' + - attrs >=22.2.0 + - importlib_resources >=1.4.0 + - jsonschema-specifications >=2023.3.6 + - pkgutil-resolve-name >=1.3.10 + - python >=3.8 + - referencing >=0.28.4 + - rpds-py >=0.7.1 url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.1-pyhd8ed1ab_0.conda hash: md5: 78aff5d2af74e6537c1ca73017f01f4f sha256: b4e50e1d53b984a467e79b7ba69cc408d14e3a2002cad4eaf7798e20268cff2d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -8455,20 +8020,19 @@ package: noarch: python size: 71078 timestamp: 1695229168542 -- name: jsonschema-specifications +- platform: linux-64 + name: jsonschema-specifications version: 2023.7.1 + category: main manager: conda - platform: linux-64 dependencies: - importlib_resources: '>=1.4.0' - python: '>=3.8' - referencing: '>=0.25.0' + - importlib_resources >=1.4.0 + - python >=3.8 + - referencing >=0.25.0 url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda hash: md5: 7c27ea1bdbe520bb830dcadd59f55cbf sha256: 7b0061e106674f27cc718f79a095e90a5667a3635ec6626dd23b3be0fd2bfbdc - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -8478,20 +8042,19 @@ package: noarch: python size: 15296 timestamp: 1689701341221 -- name: jsonschema-specifications +- platform: osx-64 + name: jsonschema-specifications version: 2023.7.1 + category: main manager: conda - platform: osx-64 dependencies: - importlib_resources: '>=1.4.0' - python: '>=3.8' - referencing: '>=0.25.0' + - importlib_resources >=1.4.0 + - python >=3.8 + - referencing >=0.25.0 url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda hash: md5: 7c27ea1bdbe520bb830dcadd59f55cbf sha256: 7b0061e106674f27cc718f79a095e90a5667a3635ec6626dd23b3be0fd2bfbdc - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -8501,20 +8064,19 @@ package: noarch: python size: 15296 timestamp: 1689701341221 -- name: jsonschema-specifications +- platform: win-64 + name: jsonschema-specifications version: 2023.7.1 + category: main manager: conda - platform: win-64 dependencies: - importlib_resources: '>=1.4.0' - python: '>=3.8' - referencing: '>=0.25.0' + - importlib_resources >=1.4.0 + - python >=3.8 + - referencing >=0.25.0 url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda hash: md5: 7c27ea1bdbe520bb830dcadd59f55cbf sha256: 7b0061e106674f27cc718f79a095e90a5667a3635ec6626dd23b3be0fd2bfbdc - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -8524,27 +8086,26 @@ package: noarch: python size: 15296 timestamp: 1689701341221 -- name: jsonschema-with-format-nongpl +- platform: linux-64 + name: jsonschema-with-format-nongpl version: 4.19.1 + category: main manager: conda - platform: linux-64 - dependencies: - fqdn: '*' - idna: '*' - isoduration: '*' - jsonpointer: '>1.13' - jsonschema: '>=4.19.1,<4.19.2.0a0' - python: '*' - rfc3339-validator: '*' - rfc3986-validator: '>0.1.0' - uri-template: '*' - webcolors: '>=1.11' + dependencies: + - fqdn * + - idna * + - isoduration * + - jsonpointer >1.13 + - jsonschema >=4.19.1,<4.19.2.0a0 + - python * + - rfc3339-validator * + - rfc3986-validator >0.1.0 + - uri-template * + - webcolors >=1.11 url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.1-pyhd8ed1ab_0.conda hash: md5: daca0665e6fe8a376e48b9f0b5865326 sha256: af65a8783a89c03ac8437a1d95ee5ac2e50e92d3af231cec515292fe296aff8e - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -8554,27 +8115,26 @@ package: noarch: python size: 7367 timestamp: 1695229193334 -- name: jsonschema-with-format-nongpl +- platform: osx-64 + name: jsonschema-with-format-nongpl version: 4.19.1 + category: main manager: conda - platform: osx-64 - dependencies: - fqdn: '*' - idna: '*' - isoduration: '*' - jsonpointer: '>1.13' - jsonschema: '>=4.19.1,<4.19.2.0a0' - python: '*' - rfc3339-validator: '*' - rfc3986-validator: '>0.1.0' - uri-template: '*' - webcolors: '>=1.11' + dependencies: + - fqdn * + - idna * + - isoduration * + - jsonpointer >1.13 + - jsonschema >=4.19.1,<4.19.2.0a0 + - python * + - rfc3339-validator * + - rfc3986-validator >0.1.0 + - uri-template * + - webcolors >=1.11 url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.1-pyhd8ed1ab_0.conda hash: md5: daca0665e6fe8a376e48b9f0b5865326 sha256: af65a8783a89c03ac8437a1d95ee5ac2e50e92d3af231cec515292fe296aff8e - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -8584,27 +8144,26 @@ package: noarch: python size: 7367 timestamp: 1695229193334 -- name: jsonschema-with-format-nongpl +- platform: win-64 + name: jsonschema-with-format-nongpl version: 4.19.1 + category: main manager: conda - platform: win-64 - dependencies: - fqdn: '*' - idna: '*' - isoduration: '*' - jsonpointer: '>1.13' - jsonschema: '>=4.19.1,<4.19.2.0a0' - python: '*' - rfc3339-validator: '*' - rfc3986-validator: '>0.1.0' - uri-template: '*' - webcolors: '>=1.11' + dependencies: + - fqdn * + - idna * + - isoduration * + - jsonpointer >1.13 + - jsonschema >=4.19.1,<4.19.2.0a0 + - python * + - rfc3339-validator * + - rfc3986-validator >0.1.0 + - uri-template * + - webcolors >=1.11 url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.1-pyhd8ed1ab_0.conda hash: md5: daca0665e6fe8a376e48b9f0b5865326 sha256: af65a8783a89c03ac8437a1d95ee5ac2e50e92d3af231cec515292fe296aff8e - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -8614,20 +8173,19 @@ package: noarch: python size: 7367 timestamp: 1695229193334 -- name: jupyter-lsp +- platform: linux-64 + name: jupyter-lsp version: 2.2.0 + category: main manager: conda - platform: linux-64 dependencies: - importlib-metadata: '>=4.8.3' - jupyter_server: '>=1.1.2' - python: '>=3.8' + - importlib-metadata >=4.8.3 + - jupyter_server >=1.1.2 + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda hash: md5: 38589f4104d11f2a59ff01a9f4e3bfb3 sha256: 16fc7b40024adece716ba7227e5c123a2deccc13f946a10d9a3270493908d11c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -8637,20 +8195,19 @@ package: noarch: python size: 52525 timestamp: 1685453825227 -- name: jupyter-lsp +- platform: osx-64 + name: jupyter-lsp version: 2.2.0 + category: main manager: conda - platform: osx-64 dependencies: - importlib-metadata: '>=4.8.3' - jupyter_server: '>=1.1.2' - python: '>=3.8' + - importlib-metadata >=4.8.3 + - jupyter_server >=1.1.2 + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda hash: md5: 38589f4104d11f2a59ff01a9f4e3bfb3 sha256: 16fc7b40024adece716ba7227e5c123a2deccc13f946a10d9a3270493908d11c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -8660,20 +8217,19 @@ package: noarch: python size: 52525 timestamp: 1685453825227 -- name: jupyter-lsp +- platform: win-64 + name: jupyter-lsp version: 2.2.0 + category: main manager: conda - platform: win-64 dependencies: - importlib-metadata: '>=4.8.3' - jupyter_server: '>=1.1.2' - python: '>=3.8' + - importlib-metadata >=4.8.3 + - jupyter_server >=1.1.2 + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda hash: md5: 38589f4104d11f2a59ff01a9f4e3bfb3 sha256: 16fc7b40024adece716ba7227e5c123a2deccc13f946a10d9a3270493908d11c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -8683,24 +8239,23 @@ package: noarch: python size: 52525 timestamp: 1685453825227 -- name: jupyter_client +- platform: linux-64 + name: jupyter_client version: 8.3.1 + category: main manager: conda - platform: linux-64 dependencies: - importlib_metadata: '>=4.8.3' - jupyter_core: '>=4.12,!=5.0.*' - python: '>=3.8' - python-dateutil: '>=2.8.2' - pyzmq: '>=23.0' - tornado: '>=6.2' - traitlets: '>=5.3' + - importlib_metadata >=4.8.3 + - jupyter_core >=4.12,!=5.0.* + - python >=3.8 + - python-dateutil >=2.8.2 + - pyzmq >=23.0 + - tornado >=6.2 + - traitlets >=5.3 url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.3.1-pyhd8ed1ab_0.conda hash: md5: b7cc0981484fcb6390e6d341e55618b3 sha256: f8b679e90056271abd9bbb2233198159de60777fe4c06818757552bf5be48fe8 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -8710,24 +8265,23 @@ package: noarch: python size: 105112 timestamp: 1693317650877 -- name: jupyter_client +- platform: osx-64 + name: jupyter_client version: 8.3.1 + category: main manager: conda - platform: osx-64 dependencies: - importlib_metadata: '>=4.8.3' - jupyter_core: '>=4.12,!=5.0.*' - python: '>=3.8' - python-dateutil: '>=2.8.2' - pyzmq: '>=23.0' - tornado: '>=6.2' - traitlets: '>=5.3' + - importlib_metadata >=4.8.3 + - jupyter_core >=4.12,!=5.0.* + - python >=3.8 + - python-dateutil >=2.8.2 + - pyzmq >=23.0 + - tornado >=6.2 + - traitlets >=5.3 url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.3.1-pyhd8ed1ab_0.conda hash: md5: b7cc0981484fcb6390e6d341e55618b3 sha256: f8b679e90056271abd9bbb2233198159de60777fe4c06818757552bf5be48fe8 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -8737,24 +8291,23 @@ package: noarch: python size: 105112 timestamp: 1693317650877 -- name: jupyter_client +- platform: win-64 + name: jupyter_client version: 8.3.1 + category: main manager: conda - platform: win-64 dependencies: - importlib_metadata: '>=4.8.3' - jupyter_core: '>=4.12,!=5.0.*' - python: '>=3.8' - python-dateutil: '>=2.8.2' - pyzmq: '>=23.0' - tornado: '>=6.2' - traitlets: '>=5.3' + - importlib_metadata >=4.8.3 + - jupyter_core >=4.12,!=5.0.* + - python >=3.8 + - python-dateutil >=2.8.2 + - pyzmq >=23.0 + - tornado >=6.2 + - traitlets >=5.3 url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.3.1-pyhd8ed1ab_0.conda hash: md5: b7cc0981484fcb6390e6d341e55618b3 sha256: f8b679e90056271abd9bbb2233198159de60777fe4c06818757552bf5be48fe8 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -8764,21 +8317,20 @@ package: noarch: python size: 105112 timestamp: 1693317650877 -- name: jupyter_core +- platform: linux-64 + name: jupyter_core version: 5.3.2 + category: main manager: conda - platform: linux-64 dependencies: - platformdirs: '>=2.5' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - traitlets: '>=5.3' + - platformdirs >=2.5 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - traitlets >=5.3 url: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.3.2-py311h38be061_0.conda hash: md5: 4e4341e940c0dfa1038c1a2d11fd8c3e sha256: 189435dc967fb5a83f7855abadc6ea503a7f242cbbb1d21c8785b375cfe967ae - optional: false - category: main build: py311h38be061_0 arch: x86_64 subdir: linux-64 @@ -8787,21 +8339,20 @@ package: license_family: BSD size: 93583 timestamp: 1695828240384 -- name: jupyter_core +- platform: osx-64 + name: jupyter_core version: 5.3.2 + category: main manager: conda - platform: osx-64 dependencies: - platformdirs: '>=2.5' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - traitlets: '>=5.3' + - platformdirs >=2.5 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - traitlets >=5.3 url: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.3.2-py311h6eed73b_0.conda hash: md5: 32b2a44c7686c1dc850e4dd44f16b2d8 sha256: 4d4d786062f2e247754e104dc7047e0c3d0a72042d44363d2243471828fbd564 - optional: false - category: main build: py311h6eed73b_0 arch: x86_64 subdir: osx-64 @@ -8810,22 +8361,21 @@ package: license_family: BSD size: 93386 timestamp: 1695828613961 -- name: jupyter_core +- platform: win-64 + name: jupyter_core version: 5.3.2 + category: main manager: conda - platform: win-64 dependencies: - platformdirs: '>=2.5' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - pywin32: '>=300' - traitlets: '>=5.3' + - platformdirs >=2.5 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - pywin32 >=300 + - traitlets >=5.3 url: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.3.2-py311h1ea47a8_0.conda hash: md5: 5debad8642e6d852a2d190b20bbc4e97 sha256: c8d3602c26781eea2d73509e9ee3cb37eec8030e30380cfda27ad20f31fe8a6f - optional: false - category: main build: py311h1ea47a8_0 arch: x86_64 subdir: win-64 @@ -8834,25 +8384,24 @@ package: license_family: BSD size: 110237 timestamp: 1695828826662 -- name: jupyter_events +- platform: linux-64 + name: jupyter_events version: 0.7.0 + category: main manager: conda - platform: linux-64 dependencies: - jsonschema-with-format-nongpl: '>=4.18.0' - python: '>=3.8' - python-json-logger: '>=2.0.4' - pyyaml: '>=5.3' - referencing: '*' - rfc3339-validator: '*' - rfc3986-validator: '>=0.1.1' - traitlets: '>=5.3' + - jsonschema-with-format-nongpl >=4.18.0 + - python >=3.8 + - python-json-logger >=2.0.4 + - pyyaml >=5.3 + - referencing * + - rfc3339-validator * + - rfc3986-validator >=0.1.1 + - traitlets >=5.3 url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.7.0-pyhd8ed1ab_2.conda hash: md5: 088f0493279a7f7eebd514df47d65851 sha256: df230c068714f71c2b00fd3acee7e5c3ae128a5c23279d146827fdba55977823 - optional: false - category: main build: pyhd8ed1ab_2 arch: x86_64 subdir: linux-64 @@ -8862,25 +8411,24 @@ package: noarch: python size: 21381 timestamp: 1691506087003 -- name: jupyter_events +- platform: osx-64 + name: jupyter_events version: 0.7.0 + category: main manager: conda - platform: osx-64 dependencies: - jsonschema-with-format-nongpl: '>=4.18.0' - python: '>=3.8' - python-json-logger: '>=2.0.4' - pyyaml: '>=5.3' - referencing: '*' - rfc3339-validator: '*' - rfc3986-validator: '>=0.1.1' - traitlets: '>=5.3' + - jsonschema-with-format-nongpl >=4.18.0 + - python >=3.8 + - python-json-logger >=2.0.4 + - pyyaml >=5.3 + - referencing * + - rfc3339-validator * + - rfc3986-validator >=0.1.1 + - traitlets >=5.3 url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.7.0-pyhd8ed1ab_2.conda hash: md5: 088f0493279a7f7eebd514df47d65851 sha256: df230c068714f71c2b00fd3acee7e5c3ae128a5c23279d146827fdba55977823 - optional: false - category: main build: pyhd8ed1ab_2 arch: x86_64 subdir: osx-64 @@ -8890,25 +8438,24 @@ package: noarch: python size: 21381 timestamp: 1691506087003 -- name: jupyter_events +- platform: win-64 + name: jupyter_events version: 0.7.0 + category: main manager: conda - platform: win-64 dependencies: - jsonschema-with-format-nongpl: '>=4.18.0' - python: '>=3.8' - python-json-logger: '>=2.0.4' - pyyaml: '>=5.3' - referencing: '*' - rfc3339-validator: '*' - rfc3986-validator: '>=0.1.1' - traitlets: '>=5.3' + - jsonschema-with-format-nongpl >=4.18.0 + - python >=3.8 + - python-json-logger >=2.0.4 + - pyyaml >=5.3 + - referencing * + - rfc3339-validator * + - rfc3986-validator >=0.1.1 + - traitlets >=5.3 url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.7.0-pyhd8ed1ab_2.conda hash: md5: 088f0493279a7f7eebd514df47d65851 sha256: df230c068714f71c2b00fd3acee7e5c3ae128a5c23279d146827fdba55977823 - optional: false - category: main build: pyhd8ed1ab_2 arch: x86_64 subdir: win-64 @@ -8918,36 +8465,35 @@ package: noarch: python size: 21381 timestamp: 1691506087003 -- name: jupyter_server +- platform: linux-64 + name: jupyter_server version: 2.7.3 + category: main manager: conda - platform: linux-64 - dependencies: - anyio: '>=3.1.0' - argon2-cffi: '*' - jinja2: '*' - jupyter_client: '>=7.4.4' - jupyter_core: '>=4.12,!=5.0.*' - jupyter_events: '>=0.6.0' - jupyter_server_terminals: '*' - nbconvert-core: '>=6.4.4' - nbformat: '>=5.3.0' - overrides: '*' - packaging: '*' - prometheus_client: '*' - python: '>=3.8' - pyzmq: '>=24' - send2trash: '>=1.8.2' - terminado: '>=0.8.3' - tornado: '>=6.2.0' - traitlets: '>=5.6.0' - websocket-client: '*' + dependencies: + - anyio >=3.1.0 + - argon2-cffi * + - jinja2 * + - jupyter_client >=7.4.4 + - jupyter_core >=4.12,!=5.0.* + - jupyter_events >=0.6.0 + - jupyter_server_terminals * + - nbconvert-core >=6.4.4 + - nbformat >=5.3.0 + - overrides * + - packaging * + - prometheus_client * + - python >=3.8 + - pyzmq >=24 + - send2trash >=1.8.2 + - terminado >=0.8.3 + - tornado >=6.2.0 + - traitlets >=5.6.0 + - websocket-client * url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.7.3-pyhd8ed1ab_1.conda hash: md5: 0123f934221b023ddc7443e85cac9023 sha256: 47913d8bda9f0cd5cf2a2d27039436a55a74eec51f1ad2b374a88fbf99fd46b3 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: linux-64 @@ -8957,36 +8503,35 @@ package: noarch: python size: 317533 timestamp: 1695664995482 -- name: jupyter_server +- platform: osx-64 + name: jupyter_server version: 2.7.3 + category: main manager: conda - platform: osx-64 - dependencies: - anyio: '>=3.1.0' - argon2-cffi: '*' - jinja2: '*' - jupyter_client: '>=7.4.4' - jupyter_core: '>=4.12,!=5.0.*' - jupyter_events: '>=0.6.0' - jupyter_server_terminals: '*' - nbconvert-core: '>=6.4.4' - nbformat: '>=5.3.0' - overrides: '*' - packaging: '*' - prometheus_client: '*' - python: '>=3.8' - pyzmq: '>=24' - send2trash: '>=1.8.2' - terminado: '>=0.8.3' - tornado: '>=6.2.0' - traitlets: '>=5.6.0' - websocket-client: '*' + dependencies: + - anyio >=3.1.0 + - argon2-cffi * + - jinja2 * + - jupyter_client >=7.4.4 + - jupyter_core >=4.12,!=5.0.* + - jupyter_events >=0.6.0 + - jupyter_server_terminals * + - nbconvert-core >=6.4.4 + - nbformat >=5.3.0 + - overrides * + - packaging * + - prometheus_client * + - python >=3.8 + - pyzmq >=24 + - send2trash >=1.8.2 + - terminado >=0.8.3 + - tornado >=6.2.0 + - traitlets >=5.6.0 + - websocket-client * url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.7.3-pyhd8ed1ab_1.conda hash: md5: 0123f934221b023ddc7443e85cac9023 sha256: 47913d8bda9f0cd5cf2a2d27039436a55a74eec51f1ad2b374a88fbf99fd46b3 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: osx-64 @@ -8996,36 +8541,35 @@ package: noarch: python size: 317533 timestamp: 1695664995482 -- name: jupyter_server +- platform: win-64 + name: jupyter_server version: 2.7.3 + category: main manager: conda - platform: win-64 - dependencies: - anyio: '>=3.1.0' - argon2-cffi: '*' - jinja2: '*' - jupyter_client: '>=7.4.4' - jupyter_core: '>=4.12,!=5.0.*' - jupyter_events: '>=0.6.0' - jupyter_server_terminals: '*' - nbconvert-core: '>=6.4.4' - nbformat: '>=5.3.0' - overrides: '*' - packaging: '*' - prometheus_client: '*' - python: '>=3.8' - pyzmq: '>=24' - send2trash: '>=1.8.2' - terminado: '>=0.8.3' - tornado: '>=6.2.0' - traitlets: '>=5.6.0' - websocket-client: '*' + dependencies: + - anyio >=3.1.0 + - argon2-cffi * + - jinja2 * + - jupyter_client >=7.4.4 + - jupyter_core >=4.12,!=5.0.* + - jupyter_events >=0.6.0 + - jupyter_server_terminals * + - nbconvert-core >=6.4.4 + - nbformat >=5.3.0 + - overrides * + - packaging * + - prometheus_client * + - python >=3.8 + - pyzmq >=24 + - send2trash >=1.8.2 + - terminado >=0.8.3 + - tornado >=6.2.0 + - traitlets >=5.6.0 + - websocket-client * url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.7.3-pyhd8ed1ab_1.conda hash: md5: 0123f934221b023ddc7443e85cac9023 sha256: 47913d8bda9f0cd5cf2a2d27039436a55a74eec51f1ad2b374a88fbf99fd46b3 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: win-64 @@ -9035,19 +8579,18 @@ package: noarch: python size: 317533 timestamp: 1695664995482 -- name: jupyter_server_terminals +- platform: linux-64 + name: jupyter_server_terminals version: 0.4.4 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' - terminado: '>=0.8.3' + - python >=3.8 + - terminado >=0.8.3 url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda hash: md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: linux-64 @@ -9057,19 +8600,18 @@ package: noarch: python size: 18974 timestamp: 1673491600853 -- name: jupyter_server_terminals +- platform: osx-64 + name: jupyter_server_terminals version: 0.4.4 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' - terminado: '>=0.8.3' + - python >=3.8 + - terminado >=0.8.3 url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda hash: md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: osx-64 @@ -9079,19 +8621,18 @@ package: noarch: python size: 18974 timestamp: 1673491600853 -- name: jupyter_server_terminals +- platform: win-64 + name: jupyter_server_terminals version: 0.4.4 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' - terminado: '>=0.8.3' + - python >=3.8 + - terminado >=0.8.3 url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda hash: md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: win-64 @@ -9101,32 +8642,31 @@ package: noarch: python size: 18974 timestamp: 1673491600853 -- name: jupyterlab +- platform: linux-64 + name: jupyterlab version: 4.0.6 + category: main manager: conda - platform: linux-64 - dependencies: - async-lru: '>=1.0.0' - importlib_metadata: '>=4.8.3' - importlib_resources: '>=1.4' - ipykernel: '*' - jinja2: '>=3.0.3' - jupyter-lsp: '>=2.0.0' - jupyter_core: '*' - jupyter_server: '>=2.4.0,<3' - jupyterlab_server: '>=2.19.0,<3' - notebook-shim: '>=0.2' - packaging: '*' - python: '>=3.8' - tomli: '*' - tornado: '>=6.2.0' - traitlets: '*' + dependencies: + - async-lru >=1.0.0 + - importlib_metadata >=4.8.3 + - importlib_resources >=1.4 + - ipykernel * + - jinja2 >=3.0.3 + - jupyter-lsp >=2.0.0 + - jupyter_core * + - jupyter_server >=2.4.0,<3 + - jupyterlab_server >=2.19.0,<3 + - notebook-shim >=0.2 + - packaging * + - python >=3.8 + - tomli * + - tornado >=6.2.0 + - traitlets * url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.6-pyhd8ed1ab_0.conda hash: md5: 80bb1cc3b540790cb5afecd73c2d4d1f sha256: 5eb157e0ec794c0d4b100e9b11efefcc8d8b50b6c298539df31ab79ff9fbe446 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -9136,32 +8676,31 @@ package: noarch: python size: 5673099 timestamp: 1694728366705 -- name: jupyterlab +- platform: osx-64 + name: jupyterlab version: 4.0.6 + category: main manager: conda - platform: osx-64 - dependencies: - async-lru: '>=1.0.0' - importlib_metadata: '>=4.8.3' - importlib_resources: '>=1.4' - ipykernel: '*' - jinja2: '>=3.0.3' - jupyter-lsp: '>=2.0.0' - jupyter_core: '*' - jupyter_server: '>=2.4.0,<3' - jupyterlab_server: '>=2.19.0,<3' - notebook-shim: '>=0.2' - packaging: '*' - python: '>=3.8' - tomli: '*' - tornado: '>=6.2.0' - traitlets: '*' + dependencies: + - async-lru >=1.0.0 + - importlib_metadata >=4.8.3 + - importlib_resources >=1.4 + - ipykernel * + - jinja2 >=3.0.3 + - jupyter-lsp >=2.0.0 + - jupyter_core * + - jupyter_server >=2.4.0,<3 + - jupyterlab_server >=2.19.0,<3 + - notebook-shim >=0.2 + - packaging * + - python >=3.8 + - tomli * + - tornado >=6.2.0 + - traitlets * url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.6-pyhd8ed1ab_0.conda hash: md5: 80bb1cc3b540790cb5afecd73c2d4d1f sha256: 5eb157e0ec794c0d4b100e9b11efefcc8d8b50b6c298539df31ab79ff9fbe446 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -9171,32 +8710,31 @@ package: noarch: python size: 5673099 timestamp: 1694728366705 -- name: jupyterlab +- platform: win-64 + name: jupyterlab version: 4.0.6 + category: main manager: conda - platform: win-64 - dependencies: - async-lru: '>=1.0.0' - importlib_metadata: '>=4.8.3' - importlib_resources: '>=1.4' - ipykernel: '*' - jinja2: '>=3.0.3' - jupyter-lsp: '>=2.0.0' - jupyter_core: '*' - jupyter_server: '>=2.4.0,<3' - jupyterlab_server: '>=2.19.0,<3' - notebook-shim: '>=0.2' - packaging: '*' - python: '>=3.8' - tomli: '*' - tornado: '>=6.2.0' - traitlets: '*' + dependencies: + - async-lru >=1.0.0 + - importlib_metadata >=4.8.3 + - importlib_resources >=1.4 + - ipykernel * + - jinja2 >=3.0.3 + - jupyter-lsp >=2.0.0 + - jupyter_core * + - jupyter_server >=2.4.0,<3 + - jupyterlab_server >=2.19.0,<3 + - notebook-shim >=0.2 + - packaging * + - python >=3.8 + - tomli * + - tornado >=6.2.0 + - traitlets * url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.6-pyhd8ed1ab_0.conda hash: md5: 80bb1cc3b540790cb5afecd73c2d4d1f sha256: 5eb157e0ec794c0d4b100e9b11efefcc8d8b50b6c298539df31ab79ff9fbe446 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -9206,19 +8744,18 @@ package: noarch: python size: 5673099 timestamp: 1694728366705 -- name: jupyterlab_pygments +- platform: linux-64 + name: jupyterlab_pygments version: 0.2.2 + category: main manager: conda - platform: linux-64 dependencies: - pygments: '>=2.4.1,<3' - python: '>=3.7' + - pygments >=2.4.1,<3 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 hash: md5: 243f63592c8e449f40cd42eb5cf32f40 sha256: 08453e09d5a6bbaeeca839553a5dfd7a377a97550efab96019c334a8042f54f5 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -9228,19 +8765,18 @@ package: noarch: python size: 17410 timestamp: 1649936689608 -- name: jupyterlab_pygments +- platform: osx-64 + name: jupyterlab_pygments version: 0.2.2 + category: main manager: conda - platform: osx-64 dependencies: - pygments: '>=2.4.1,<3' - python: '>=3.7' + - pygments >=2.4.1,<3 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 hash: md5: 243f63592c8e449f40cd42eb5cf32f40 sha256: 08453e09d5a6bbaeeca839553a5dfd7a377a97550efab96019c334a8042f54f5 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -9250,19 +8786,18 @@ package: noarch: python size: 17410 timestamp: 1649936689608 -- name: jupyterlab_pygments +- platform: win-64 + name: jupyterlab_pygments version: 0.2.2 + category: main manager: conda - platform: win-64 dependencies: - pygments: '>=2.4.1,<3' - python: '>=3.7' + - pygments >=2.4.1,<3 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 hash: md5: 243f63592c8e449f40cd42eb5cf32f40 sha256: 08453e09d5a6bbaeeca839553a5dfd7a377a97550efab96019c334a8042f54f5 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -9272,26 +8807,25 @@ package: noarch: python size: 17410 timestamp: 1649936689608 -- name: jupyterlab_server +- platform: linux-64 + name: jupyterlab_server version: 2.25.0 + category: main manager: conda - platform: linux-64 - dependencies: - babel: '>=2.10' - importlib-metadata: '>=4.8.3' - jinja2: '>=3.0.3' - json5: '>=0.9.0' - jsonschema: '>=4.18' - jupyter_server: '>=1.21,<3' - packaging: '>=21.3' - python: '>=3.8' - requests: '>=2.31' + dependencies: + - babel >=2.10 + - importlib-metadata >=4.8.3 + - jinja2 >=3.0.3 + - json5 >=0.9.0 + - jsonschema >=4.18 + - jupyter_server >=1.21,<3 + - packaging >=21.3 + - python >=3.8 + - requests >=2.31 url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.0-pyhd8ed1ab_0.conda hash: md5: a52834fa7e3d12abc5efdf06b2097a05 sha256: 608a878d08e0f4f51dd9a61eaead7c0e22d07f48aad06e3e2f6d6f1d0a929746 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -9303,26 +8837,25 @@ package: noarch: python size: 48289 timestamp: 1694532412609 -- name: jupyterlab_server +- platform: osx-64 + name: jupyterlab_server version: 2.25.0 + category: main manager: conda - platform: osx-64 - dependencies: - babel: '>=2.10' - importlib-metadata: '>=4.8.3' - jinja2: '>=3.0.3' - json5: '>=0.9.0' - jsonschema: '>=4.18' - jupyter_server: '>=1.21,<3' - packaging: '>=21.3' - python: '>=3.8' - requests: '>=2.31' + dependencies: + - babel >=2.10 + - importlib-metadata >=4.8.3 + - jinja2 >=3.0.3 + - json5 >=0.9.0 + - jsonschema >=4.18 + - jupyter_server >=1.21,<3 + - packaging >=21.3 + - python >=3.8 + - requests >=2.31 url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.0-pyhd8ed1ab_0.conda hash: md5: a52834fa7e3d12abc5efdf06b2097a05 sha256: 608a878d08e0f4f51dd9a61eaead7c0e22d07f48aad06e3e2f6d6f1d0a929746 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -9334,26 +8867,25 @@ package: noarch: python size: 48289 timestamp: 1694532412609 -- name: jupyterlab_server +- platform: win-64 + name: jupyterlab_server version: 2.25.0 + category: main manager: conda - platform: win-64 - dependencies: - babel: '>=2.10' - importlib-metadata: '>=4.8.3' - jinja2: '>=3.0.3' - json5: '>=0.9.0' - jsonschema: '>=4.18' - jupyter_server: '>=1.21,<3' - packaging: '>=21.3' - python: '>=3.8' - requests: '>=2.31' + dependencies: + - babel >=2.10 + - importlib-metadata >=4.8.3 + - jinja2 >=3.0.3 + - json5 >=0.9.0 + - jsonschema >=4.18 + - jupyter_server >=1.21,<3 + - packaging >=21.3 + - python >=3.8 + - requests >=2.31 url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.0-pyhd8ed1ab_0.conda hash: md5: a52834fa7e3d12abc5efdf06b2097a05 sha256: 608a878d08e0f4f51dd9a61eaead7c0e22d07f48aad06e3e2f6d6f1d0a929746 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -9365,20 +8897,19 @@ package: noarch: python size: 48289 timestamp: 1694532412609 -- name: kealib +- platform: linux-64 + name: kealib version: 1.5.2 + category: main manager: conda - platform: linux-64 dependencies: - hdf5: '>=1.14.2,<1.14.3.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - hdf5 >=1.14.2,<1.14.3.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/kealib-1.5.2-hcd42e92_1.conda hash: md5: b04c039f0bd511533a0d8bc8a7b6835e sha256: 1278aaba7bfd9a143a58a2d5e13296702b6bd77f7b43f6ecace555a55579bdad - optional: false - category: main build: hcd42e92_1 arch: x86_64 subdir: linux-64 @@ -9387,19 +8918,18 @@ package: license_family: MIT size: 170496 timestamp: 1696011266380 -- name: kealib +- platform: osx-64 + name: kealib version: 1.5.2 + category: main manager: conda - platform: osx-64 dependencies: - hdf5: '>=1.14.2,<1.14.3.0a0' - libcxx: '>=15.0.7' + - hdf5 >=1.14.2,<1.14.3.0a0 + - libcxx >=15.0.7 url: https://conda.anaconda.org/conda-forge/osx-64/kealib-1.5.2-h052fcf7_1.conda hash: md5: 346aec056b5619302c4aa538fbee4bdf sha256: b3982fad0bcbe07a8129d93b1977f3a8a26ea96aa5aae7ee1395917a2cac2db2 - optional: false - category: main build: h052fcf7_1 arch: x86_64 subdir: osx-64 @@ -9408,21 +8938,20 @@ package: license_family: MIT size: 150105 timestamp: 1696011567365 -- name: kealib +- platform: win-64 + name: kealib version: 1.5.2 + category: main manager: conda - platform: win-64 dependencies: - hdf5: '>=1.14.2,<1.14.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - hdf5 >=1.14.2,<1.14.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/kealib-1.5.2-ha10e780_1.conda hash: md5: b6e313824859a2408b77a0a3811a6311 sha256: 1c7ee8618ca79a0738b42df539407ca4ecb16a704cc48312c3b337bcc97ec346 - optional: false - category: main build: ha10e780_1 arch: x86_64 subdir: win-64 @@ -9431,23 +8960,22 @@ package: license_family: MIT size: 133341 timestamp: 1696011596185 -- name: keyring +- platform: linux-64 + name: keyring version: 24.2.0 + category: main manager: conda - platform: linux-64 dependencies: - importlib_metadata: '>=4.11.4' - jaraco.classes: '*' - jeepney: '>=0.4.2' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - secretstorage: '>=3.2' + - importlib_metadata >=4.11.4 + - jaraco.classes * + - jeepney >=0.4.2 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - secretstorage >=3.2 url: https://conda.anaconda.org/conda-forge/linux-64/keyring-24.2.0-py311h38be061_1.conda hash: md5: 656d1107cb4934fd950eea244affd3c5 sha256: 495b04b64d897361b4336e6954ef66a2287191344c573d37c4217738b75bbc44 - optional: false - category: main build: py311h38be061_1 arch: x86_64 subdir: linux-64 @@ -9456,21 +8984,20 @@ package: license_family: MIT size: 77805 timestamp: 1696001739370 -- name: keyring +- platform: osx-64 + name: keyring version: 24.2.0 + category: main manager: conda - platform: osx-64 dependencies: - importlib_metadata: '>=4.11.4' - jaraco.classes: '*' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - importlib_metadata >=4.11.4 + - jaraco.classes * + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/keyring-24.2.0-py311h6eed73b_1.conda hash: md5: dc0383887b837540194b65204521b8b3 sha256: dedbbb7d109ad054eb80419aaa9aae6f86d39c892bc278aa04a3980c3bddbbea - optional: false - category: main build: py311h6eed73b_1 arch: x86_64 subdir: osx-64 @@ -9479,22 +9006,21 @@ package: license_family: MIT size: 78006 timestamp: 1696001763015 -- name: keyring +- platform: win-64 + name: keyring version: 24.2.0 + category: main manager: conda - platform: win-64 dependencies: - importlib_metadata: '>=4.11.4' - jaraco.classes: '*' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - pywin32-ctypes: '>=0.2.0' + - importlib_metadata >=4.11.4 + - jaraco.classes * + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - pywin32-ctypes >=0.2.0 url: https://conda.anaconda.org/conda-forge/win-64/keyring-24.2.0-py311h1ea47a8_1.conda hash: md5: d48701e08cf146d16560cbcf52e27d4d sha256: ee5ebe93d9a141f19b3001c44d4007e6cdd52cfb8003d0c53c9ce17ee9121290 - optional: false - category: main build: py311h1ea47a8_1 arch: x86_64 subdir: win-64 @@ -9503,18 +9029,17 @@ package: license_family: MIT size: 93917 timestamp: 1696002026395 -- name: keyutils +- platform: linux-64 + name: keyutils version: 1.6.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=10.3.0' + - libgcc-ng >=10.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 hash: md5: 30186d27e2c9fa62b45fb1476b7200e3 sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb - optional: false - category: main build: h166bdaf_0 arch: x86_64 subdir: linux-64 @@ -9522,21 +9047,20 @@ package: license: LGPL-2.1-or-later size: 117831 timestamp: 1646151697040 -- name: kiwisolver +- platform: linux-64 + name: kiwisolver version: 1.4.5 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.5-py311h9547e67_1.conda hash: md5: 2c65bdf442b0d37aad080c8a4e0d452f sha256: 723b0894d2d2b05a38f9c5a285d5a0a5baa27235ceab6531dbf262ba7c6955c1 - optional: false - category: main build: py311h9547e67_1 arch: x86_64 subdir: linux-64 @@ -9545,20 +9069,19 @@ package: license_family: BSD size: 73273 timestamp: 1695380140676 -- name: kiwisolver +- platform: osx-64 + name: kiwisolver version: 1.4.5 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libcxx >=15.0.7 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py311h5fe6e05_1.conda hash: md5: 24305b23f7995de72bbd53b7c01242a2 sha256: 586a4d0a17e6cfd9f8fdee56106d263ee40ca156832774d6e899f82ad68ac8d0 - optional: false - category: main build: py311h5fe6e05_1 arch: x86_64 subdir: osx-64 @@ -9567,22 +9090,21 @@ package: license_family: BSD size: 60694 timestamp: 1695380246398 -- name: kiwisolver +- platform: win-64 + name: kiwisolver version: 1.4.5 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/kiwisolver-1.4.5-py311h005e61a_1.conda hash: md5: de0b3f37405f8386ac8be18fdc06ff92 sha256: 8fdd1bff75c24ac6a2a13be4db1c9abcfa39ab50b81539e8bd01131141df271a - optional: false - category: main build: py311h005e61a_1 arch: x86_64 subdir: win-64 @@ -9591,22 +9113,21 @@ package: license_family: BSD size: 55822 timestamp: 1695380386563 -- name: krb5 +- platform: linux-64 + name: krb5 version: 1.21.2 + category: main manager: conda - platform: linux-64 dependencies: - keyutils: '>=1.6.1,<2.0a0' - libedit: '>=3.1.20191231,<4.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - openssl: '>=3.1.2,<4.0a0' + - keyutils >=1.6.1,<2.0a0 + - libedit >=3.1.20191231,<4.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - openssl >=3.1.2,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda hash: md5: cd95826dbd331ed1be26bdf401432844 sha256: 259bfaae731989b252b7d2228c1330ef91b641c9d68ff87dae02cbae682cb3e4 - optional: false - category: main build: h659d440_0 arch: x86_64 subdir: linux-64 @@ -9615,20 +9136,19 @@ package: license_family: MIT size: 1371181 timestamp: 1692097755782 -- name: krb5 +- platform: osx-64 + name: krb5 version: 1.21.2 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - libedit: '>=3.1.20191231,<4.0a0' - openssl: '>=3.1.2,<4.0a0' + - libcxx >=15.0.7 + - libedit >=3.1.20191231,<4.0a0 + - openssl >=3.1.2,<4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda hash: md5: 80505a68783f01dc8d7308c075261b2f sha256: 081ae2008a21edf57c048f331a17c65d1ccb52d6ca2f87ee031a73eff4dc0fc6 - optional: false - category: main build: hb884880_0 arch: x86_64 subdir: osx-64 @@ -9637,21 +9157,20 @@ package: license_family: MIT size: 1183568 timestamp: 1692098004387 -- name: krb5 +- platform: win-64 + name: krb5 version: 1.21.2 + category: main manager: conda - platform: win-64 dependencies: - openssl: '>=3.1.2,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - openssl >=3.1.2,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.2-heb0366b_0.conda hash: md5: 6e8b0f22b4eef3b3cb3849bb4c3d47f9 sha256: 6002adff9e3dcfc9732b861730cb9e33d45fd76b2035b2cdb4e6daacb8262c0b - optional: false - category: main build: heb0366b_0 arch: x86_64 subdir: win-64 @@ -9660,18 +9179,17 @@ package: license_family: MIT size: 710894 timestamp: 1692098129546 -- name: lame +- platform: linux-64 + name: lame version: '3.100' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 hash: md5: a8832b479f93521a9e7b5b743803be51 sha256: aad2a703b9d7b038c0f745b853c6bb5f122988fe1a7a096e0e606d9cbec4eaab - optional: false - category: main build: h166bdaf_1003 arch: x86_64 subdir: linux-64 @@ -9680,20 +9198,19 @@ package: license_family: LGPL size: 508258 timestamp: 1664996250081 -- name: lcms2 +- platform: linux-64 + name: lcms2 version: '2.15' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libtiff: '>=4.6.0,<4.7.0a0' + - libgcc-ng >=12 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libtiff >=4.6.0,<4.7.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.15-h7f713cb_2.conda hash: md5: 9ab79924a3760f85a799f21bc99bd655 sha256: 9125833b3019bf29c4a20295665e7bc912de581086a53693f10709fae409a3b2 - optional: false - category: main build: h7f713cb_2 arch: x86_64 subdir: linux-64 @@ -9702,19 +9219,18 @@ package: license_family: MIT size: 240620 timestamp: 1694650174930 -- name: lcms2 +- platform: osx-64 + name: lcms2 version: '2.15' + category: main manager: conda - platform: osx-64 dependencies: - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libtiff: '>=4.6.0,<4.7.0a0' + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libtiff >=4.6.0,<4.7.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.15-ha53face_2.conda hash: md5: 7f749b473f39182e83b1dc6e7caee26a sha256: 547515a3209a9dfc902b9e01bbdef1e21ea363fcb1be644d37693bc68a8f7dc6 - optional: false - category: main build: ha53face_2 arch: x86_64 subdir: osx-64 @@ -9723,22 +9239,21 @@ package: license_family: MIT size: 225438 timestamp: 1694650540411 -- name: lcms2 +- platform: win-64 + name: lcms2 version: '2.15' + category: main manager: conda - platform: win-64 dependencies: - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.15-he9d350c_2.conda hash: md5: c09e28411768ba590c7f4d729dd4e3eb sha256: 78630759c1ee298611a34f70fd721b315d72932eabbcd1a7d45b985bf43987d2 - optional: false - category: main build: he9d350c_2 arch: x86_64 subdir: win-64 @@ -9747,17 +9262,16 @@ package: license_family: MIT size: 498034 timestamp: 1694650655672 -- name: ld_impl_linux-64 +- platform: linux-64 + name: ld_impl_linux-64 version: '2.40' + category: main manager: conda - platform: linux-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda hash: md5: 7aca3059a1729aa76c597603f10b0dd3 sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd - optional: false - category: main build: h41732ed_0 arch: x86_64 subdir: linux-64 @@ -9768,19 +9282,18 @@ package: license_family: GPL size: 704696 timestamp: 1674833944779 -- name: lerc +- platform: linux-64 + name: lerc version: 4.0.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 hash: md5: 76bbff344f0134279f225174e9064c8f sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12 - optional: false - category: main build: h27087fc_0 arch: x86_64 subdir: linux-64 @@ -9789,18 +9302,17 @@ package: license_family: Apache size: 281798 timestamp: 1657977462600 -- name: lerc +- platform: osx-64 + name: lerc version: 4.0.0 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=13.0.1' + - libcxx >=13.0.1 url: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 hash: md5: f9d6a4c82889d5ecedec1d90eb673c55 sha256: e41790fc0f4089726369b3c7f813117bbc14b533e0ed8b94cf75aba252e82497 - optional: false - category: main build: hb486fe8_0 arch: x86_64 subdir: osx-64 @@ -9809,19 +9321,18 @@ package: license_family: Apache size: 290319 timestamp: 1657977526749 -- name: lerc +- platform: win-64 + name: lerc version: 4.0.0 + category: main manager: conda - platform: win-64 dependencies: - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30037' + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30037 url: https://conda.anaconda.org/conda-forge/win-64/lerc-4.0.0-h63175ca_0.tar.bz2 hash: md5: 1900cb3cab5055833cfddb0ba233b074 sha256: f4f39d7f6a2f9b407f8fb567a6c25755270421731d70f0ff331f5de4fa367488 - optional: false - category: main build: h63175ca_0 arch: x86_64 subdir: win-64 @@ -9830,19 +9341,18 @@ package: license_family: Apache size: 194365 timestamp: 1657977692274 -- name: libabseil +- platform: linux-64 + name: libabseil version: '20230802.1' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20230802.1-cxx17_h59595ed_0.conda hash: md5: 2785ddf4cb0e7e743477991d64353947 sha256: 8729021a93e67bb93b4e73ef0a132499db516accfea11561b667635bcd0507e7 - optional: false - category: main build: cxx17_h59595ed_0 arch: x86_64 subdir: linux-64 @@ -9854,18 +9364,17 @@ package: license_family: Apache size: 1263396 timestamp: 1695063868515 -- name: libabseil +- platform: osx-64 + name: libabseil version: '20230802.1' + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' + - libcxx >=15.0.7 url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20230802.1-cxx17_h048a20a_0.conda hash: md5: 6554f5fb47c025273268bcdb7bf3cd48 sha256: 05431a6adb376a865e10d4ae673399d7890083c06f61cf18edb7c6629e75f39e - optional: false - category: main build: cxx17_h048a20a_0 arch: x86_64 subdir: osx-64 @@ -9878,20 +9387,19 @@ package: license_family: Apache size: 1148356 timestamp: 1695064289396 -- name: libabseil +- platform: win-64 + name: libabseil version: '20230802.1' + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libabseil-20230802.1-cxx17_h63175ca_0.conda hash: md5: 02674c18394394ee4f76cdbd1012f526 sha256: 8a016d49fad3d4216ce5ae4a60869b5384d31b2009e1ed9f445b6551ce7ef9e8 - optional: false - category: main build: cxx17_h63175ca_0 arch: x86_64 subdir: win-64 @@ -9903,19 +9411,18 @@ package: license_family: Apache size: 1733638 timestamp: 1695064265262 -- name: libaec +- platform: linux-64 + name: libaec version: 1.1.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.1-h59595ed_0.conda hash: md5: ee2558593a8b60c8231446de9e9a308f sha256: 05fe9175c57ba2da7286d90d54e4069e46075ac2ffbdd49c5779d1bc189f3173 - optional: false - category: main build: h59595ed_0 arch: x86_64 subdir: linux-64 @@ -9924,18 +9431,17 @@ package: license_family: BSD size: 35507 timestamp: 1696174059010 -- name: libaec +- platform: osx-64 + name: libaec version: 1.1.1 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' + - libcxx >=15.0.7 url: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.1-he965462_0.conda hash: md5: 9ad370b604494a7b817603cb747314df sha256: 623901a881d03b3410baec1a49f016db1bd586230204ace31b9f11b083a7347d - optional: false - category: main build: he965462_0 arch: x86_64 subdir: osx-64 @@ -9944,20 +9450,19 @@ package: license_family: BSD size: 29066 timestamp: 1696174463251 -- name: libaec +- platform: win-64 + name: libaec version: 1.1.1 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.1-h63175ca_0.conda hash: md5: a0a393bf1f634289bdfe7c2f3fe0faaa sha256: c42d5e8a14b8cba2ab2c5e0aa73676252cd83018dda0f70c111bc277358627d1 - optional: false - category: main build: h63175ca_0 arch: x86_64 subdir: win-64 @@ -9966,26 +9471,25 @@ package: license_family: BSD size: 34115 timestamp: 1696174391975 -- name: libarchive +- platform: linux-64 + name: libarchive version: 3.7.2 + category: main manager: conda - platform: linux-64 - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libgcc-ng: '>=12' - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - lzo: '>=2.10,<3.0a0' - openssl: '>=3.1.2,<4.0a0' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.1.2,<4.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.7.2-h039dbb9_0.conda hash: md5: 611d6c83d1130ea60c916531adfb11db sha256: b82b9f4a1515877ea65416bf7fd9cc77cae77d7b5977eada2b999ee525a0d5c9 - optional: false - category: main build: h039dbb9_0 arch: x86_64 subdir: linux-64 @@ -9994,26 +9498,25 @@ package: license_family: BSD size: 865908 timestamp: 1694542531202 -- name: libarchive +- platform: osx-64 + name: libarchive version: 3.7.2 + category: main manager: conda - platform: osx-64 - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libiconv: '>=1.17,<2.0a0' - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - lzo: '>=2.10,<3.0a0' - openssl: '>=3.1.2,<4.0a0' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - bzip2 >=1.0.8,<2.0a0 + - libiconv >=1.17,<2.0a0 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.1.2,<4.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.2-h0b5dc4a_0.conda hash: md5: 0f8458c98eaf403501e7e699d93594e7 sha256: 77669122d52073078d55310cf21fdfc35c283243cd47a064d6dbab38d8e6ab02 - optional: false - category: main build: h0b5dc4a_0 arch: x86_64 subdir: osx-64 @@ -10022,28 +9525,27 @@ package: license_family: BSD size: 752960 timestamp: 1694542990941 -- name: libarchive +- platform: win-64 + name: libarchive version: 3.7.2 + category: main manager: conda - platform: win-64 - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - lzo: '>=2.10,<3.0a0' - openssl: '>=3.1.2,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - bzip2 >=1.0.8,<2.0a0 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - lzo >=2.10,<3.0a0 + - openssl >=3.1.2,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.2-h6f8411a_0.conda hash: md5: ef46bb4b1613b308b957a25407ff6f5b sha256: b1d05d7318901605b5833cbd8a440772cc2328335523e22f04d5c1c378121adc - optional: false - category: main build: h6f8411a_0 arch: x86_64 subdir: win-64 @@ -10052,39 +9554,38 @@ package: license_family: BSD size: 953689 timestamp: 1694543279363 -- name: libarrow +- platform: linux-64 + name: libarrow version: 13.0.0 + category: main manager: conda - platform: linux-64 - dependencies: - aws-crt-cpp: '>=0.23.1,<0.23.2.0a0' - aws-sdk-cpp: '>=1.11.156,<1.11.157.0a0' - bzip2: '>=1.0.8,<2.0a0' - glog: '>=0.6.0,<0.7.0a0' - libabseil: '>=20230802.1,<20230803.0a0' - libbrotlidec: '>=1.1.0,<1.2.0a0' - libbrotlienc: '>=1.1.0,<1.2.0a0' - libgcc-ng: '>=12' - libgoogle-cloud: '>=2.12.0,<2.13.0a0' - libgrpc: '>=1.57.0,<1.58.0a0' - libprotobuf: '>=4.23.4,<4.23.5.0a0' - libstdcxx-ng: '>=12' - libthrift: '>=0.19.0,<0.19.1.0a0' - libutf8proc: '>=2.8.0,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - openssl: '>=3.1.3,<4.0a0' - orc: '>=1.9.0,<1.9.1.0a0' - re2: '>=2023.3.2,<2023.3.3.0a0' - snappy: '>=1.1.10,<2.0a0' - ucx: '>=1.14.0,<1.15.0a0' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - aws-crt-cpp >=0.23.1,<0.23.2.0a0 + - aws-sdk-cpp >=1.11.156,<1.11.157.0a0 + - bzip2 >=1.0.8,<2.0a0 + - glog >=0.6.0,<0.7.0a0 + - libabseil >=20230802.1,<20230803.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 + - libgcc-ng >=12 + - libgoogle-cloud >=2.12.0,<2.13.0a0 + - libgrpc >=1.57.0,<1.58.0a0 + - libprotobuf >=4.23.4,<4.23.5.0a0 + - libstdcxx-ng >=12 + - libthrift >=0.19.0,<0.19.1.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.1.3,<4.0a0 + - orc >=1.9.0,<1.9.1.0a0 + - re2 >=2023.3.2,<2023.3.3.0a0 + - snappy >=1.1.10,<2.0a0 + - ucx >=1.14.0,<1.15.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-13.0.0-h1935d02_5_cpu.conda hash: md5: 105be62a1a03a1db24485923ffa8e07e sha256: 307c6766bf8bb30ba4d00d689a1fe9124b9af7c6765fb87d275af8c816c4440d - optional: false - category: main build: h1935d02_5_cpu arch: x86_64 subdir: linux-64 @@ -10097,38 +9598,37 @@ package: license_family: APACHE size: 27905669 timestamp: 1696018912947 -- name: libarrow +- platform: osx-64 + name: libarrow version: 13.0.0 + category: main manager: conda - platform: osx-64 - dependencies: - __osx: '>=10.13' - aws-crt-cpp: '>=0.23.1,<0.23.2.0a0' - aws-sdk-cpp: '>=1.11.156,<1.11.157.0a0' - bzip2: '>=1.0.8,<2.0a0' - glog: '>=0.6.0,<0.7.0a0' - libabseil: '>=20230802.1,<20230803.0a0' - libbrotlidec: '>=1.1.0,<1.2.0a0' - libbrotlienc: '>=1.1.0,<1.2.0a0' - libcxx: '>=15.0.7' - libgoogle-cloud: '>=2.12.0,<2.13.0a0' - libgrpc: '>=1.57.0,<1.58.0a0' - libprotobuf: '>=4.23.4,<4.23.5.0a0' - libthrift: '>=0.19.0,<0.19.1.0a0' - libutf8proc: '>=2.8.0,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - openssl: '>=3.1.3,<4.0a0' - orc: '>=1.9.0,<1.9.1.0a0' - re2: '>=2023.3.2,<2023.3.3.0a0' - snappy: '>=1.1.10,<2.0a0' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - __osx >=10.13 + - aws-crt-cpp >=0.23.1,<0.23.2.0a0 + - aws-sdk-cpp >=1.11.156,<1.11.157.0a0 + - bzip2 >=1.0.8,<2.0a0 + - glog >=0.6.0,<0.7.0a0 + - libabseil >=20230802.1,<20230803.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 + - libcxx >=15.0.7 + - libgoogle-cloud >=2.12.0,<2.13.0a0 + - libgrpc >=1.57.0,<1.58.0a0 + - libprotobuf >=4.23.4,<4.23.5.0a0 + - libthrift >=0.19.0,<0.19.1.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.1.3,<4.0a0 + - orc >=1.9.0,<1.9.1.0a0 + - re2 >=2023.3.2,<2023.3.3.0a0 + - snappy >=1.1.10,<2.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-13.0.0-heeec12f_5_cpu.conda hash: md5: b331eda7b4b7cc2aba7a5a595bc6a8d6 sha256: f4d6a334ae338bfa4f743701cda7da38458eb32df2362d68cd1ca1cd3a02e252 - optional: false - category: main build: heeec12f_5_cpu arch: x86_64 subdir: osx-64 @@ -10141,40 +9641,39 @@ package: license_family: APACHE size: 20012084 timestamp: 1696019809965 -- name: libarrow +- platform: win-64 + name: libarrow version: 13.0.0 + category: main manager: conda - platform: win-64 - dependencies: - aws-crt-cpp: '>=0.23.1,<0.23.2.0a0' - aws-sdk-cpp: '>=1.11.156,<1.11.157.0a0' - bzip2: '>=1.0.8,<2.0a0' - libabseil: '>=20230802.1,<20230803.0a0' - libbrotlidec: '>=1.1.0,<1.2.0a0' - libbrotlienc: '>=1.1.0,<1.2.0a0' - libcrc32c: '>=1.1.2,<1.2.0a0' - libcurl: '>=8.3.0,<9.0a0' - libgoogle-cloud: '>=2.12.0,<2.13.0a0' - libgrpc: '>=1.57.0,<1.58.0a0' - libprotobuf: '>=4.23.4,<4.23.5.0a0' - libthrift: '>=0.19.0,<0.19.1.0a0' - libutf8proc: '>=2.8.0,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - openssl: '>=3.1.3,<4.0a0' - orc: '>=1.9.0,<1.9.1.0a0' - re2: '>=2023.3.2,<2023.3.3.0a0' - snappy: '>=1.1.10,<2.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - aws-crt-cpp >=0.23.1,<0.23.2.0a0 + - aws-sdk-cpp >=1.11.156,<1.11.157.0a0 + - bzip2 >=1.0.8,<2.0a0 + - libabseil >=20230802.1,<20230803.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.3.0,<9.0a0 + - libgoogle-cloud >=2.12.0,<2.13.0a0 + - libgrpc >=1.57.0,<1.58.0a0 + - libprotobuf >=4.23.4,<4.23.5.0a0 + - libthrift >=0.19.0,<0.19.1.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.1.3,<4.0a0 + - orc >=1.9.0,<1.9.1.0a0 + - re2 >=2023.3.2,<2023.3.3.0a0 + - snappy >=1.1.10,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/win-64/libarrow-13.0.0-h1e3473c_5_cpu.conda hash: md5: fd7453e05a22a3dfd7ba2852d00c086a sha256: 6d71114b28096cd1b1e107c38e5fda7f4dcebb60461fd0a8ed3002dfa2c21662 - optional: false - category: main build: h1e3473c_5_cpu arch: x86_64 subdir: win-64 @@ -10187,18 +9686,17 @@ package: license_family: APACHE size: 16599369 timestamp: 1696019653970 -- name: libblas +- platform: linux-64 + name: libblas version: 3.9.0 + category: main manager: conda - platform: linux-64 dependencies: - libopenblas: '>=0.3.24,<1.0a0' + - libopenblas >=0.3.24,<1.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-18_linux64_openblas.conda hash: md5: bcddbb497582ece559465b9cd11042e7 sha256: 92142c12eb42172365c96c865be8f164a2653649b28b23bded0e658f8d5d0815 - optional: false - category: main build: 18_linux64_openblas arch: x86_64 subdir: linux-64 @@ -10212,18 +9710,17 @@ package: license_family: BSD size: 14545 timestamp: 1693951361891 -- name: libblas +- platform: osx-64 + name: libblas version: 3.9.0 + category: main manager: conda - platform: osx-64 dependencies: - libopenblas: '>=0.3.24,<1.0a0' + - libopenblas >=0.3.24,<1.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-18_osx64_openblas.conda hash: md5: 6461cded280f7a46ebef0f1b687d4883 sha256: 6df6e9c008a1a68493c8c394e6dcdd51cfeb7e51f91c0699a596f62f4d9d8995 - optional: false - category: main build: 18_osx64_openblas arch: x86_64 subdir: osx-64 @@ -10237,18 +9734,17 @@ package: license_family: BSD size: 14765 timestamp: 1693951714123 -- name: libblas +- platform: win-64 + name: libblas version: 3.9.0 + category: main manager: conda - platform: win-64 dependencies: - mkl: ==2022.1.0 h6a75c08_874 + - mkl ==2022.1.0 h6a75c08_874 url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-18_win64_mkl.conda hash: md5: b241da5b7a888f72bb3c3e82747334f4 sha256: 5aef8d69197108f3c320a5d4ad4d19ab9c809cdbbf731c7ab988c227de42d6b5 - optional: false - category: main build: 18_win64_mkl arch: x86_64 subdir: win-64 @@ -10262,18 +9758,17 @@ package: license_family: BSD size: 3656012 timestamp: 1693952074690 -- name: libbrotlicommon +- platform: linux-64 + name: libbrotlicommon version: 1.1.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda hash: md5: aec6c91c7371c26392a06708a73c70e5 sha256: 40f29d1fab92c847b083739af86ad2f36d8154008cf99b64194e4705a1725d78 - optional: false - category: main build: hd590300_1 arch: x86_64 subdir: linux-64 @@ -10282,17 +9777,16 @@ package: license_family: MIT size: 69403 timestamp: 1695990007212 -- name: libbrotlicommon +- platform: osx-64 + name: libbrotlicommon version: 1.1.0 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h0dc2134_1.conda hash: md5: 9e6c31441c9aa24e41ace40d6151aab6 sha256: f57c57c442ef371982619f82af8735f93a4f50293022cfd1ffaf2ff89c2e0b2a - optional: false - category: main build: h0dc2134_1 arch: x86_64 subdir: osx-64 @@ -10301,20 +9795,19 @@ package: license_family: MIT size: 67476 timestamp: 1695990207321 -- name: libbrotlicommon +- platform: win-64 + name: libbrotlicommon version: 1.1.0 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-hcfcfb64_1.conda hash: md5: f77f319fb82980166569e1280d5b2864 sha256: f75fed29b0cc503d1b149a4945eaa32df56e19da5e2933de29e8f03947203709 - optional: false - category: main build: hcfcfb64_1 arch: x86_64 subdir: win-64 @@ -10323,19 +9816,18 @@ package: license_family: MIT size: 70598 timestamp: 1695990405143 -- name: libbrotlidec +- platform: linux-64 + name: libbrotlidec version: 1.1.0 + category: main manager: conda - platform: linux-64 dependencies: - libbrotlicommon: ==1.1.0 hd590300_1 - libgcc-ng: '>=12' + - libbrotlicommon ==1.1.0 hd590300_1 + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda hash: md5: f07002e225d7a60a694d42a7bf5ff53f sha256: 86fc861246fbe5ad85c1b6b3882aaffc89590a48b42d794d3d5c8e6d99e5f926 - optional: false - category: main build: hd590300_1 arch: x86_64 subdir: linux-64 @@ -10344,18 +9836,17 @@ package: license_family: MIT size: 32775 timestamp: 1695990022788 -- name: libbrotlidec +- platform: osx-64 + name: libbrotlidec version: 1.1.0 + category: main manager: conda - platform: osx-64 dependencies: - libbrotlicommon: ==1.1.0 h0dc2134_1 + - libbrotlicommon ==1.1.0 h0dc2134_1 url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h0dc2134_1.conda hash: md5: 9ee0bab91b2ca579e10353738be36063 sha256: b11939c4c93c29448660ab5f63273216969d1f2f315dd9be60f3c43c4e61a50c - optional: false - category: main build: h0dc2134_1 arch: x86_64 subdir: osx-64 @@ -10364,21 +9855,20 @@ package: license_family: MIT size: 30327 timestamp: 1695990232422 -- name: libbrotlidec +- platform: win-64 + name: libbrotlidec version: 1.1.0 + category: main manager: conda - platform: win-64 dependencies: - libbrotlicommon: ==1.1.0 hcfcfb64_1 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libbrotlicommon ==1.1.0 hcfcfb64_1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda hash: md5: 19ce3e1dacc7912b3d6ff40690ba9ae0 sha256: 1b352ee05931ea24c11cd4a994d673890fd1cc690c21e023e736bdaac2632e93 - optional: false - category: main build: hcfcfb64_1 arch: x86_64 subdir: win-64 @@ -10387,19 +9877,18 @@ package: license_family: MIT size: 32788 timestamp: 1695990443165 -- name: libbrotlienc +- platform: linux-64 + name: libbrotlienc version: 1.1.0 + category: main manager: conda - platform: linux-64 dependencies: - libbrotlicommon: ==1.1.0 hd590300_1 - libgcc-ng: '>=12' + - libbrotlicommon ==1.1.0 hd590300_1 + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda hash: md5: 5fc11c6020d421960607d821310fcd4d sha256: f751b8b1c4754a2a8dfdc3b4040fa7818f35bbf6b10e905a47d3a194b746b071 - optional: false - category: main build: hd590300_1 arch: x86_64 subdir: linux-64 @@ -10408,18 +9897,17 @@ package: license_family: MIT size: 282523 timestamp: 1695990038302 -- name: libbrotlienc +- platform: osx-64 + name: libbrotlienc version: 1.1.0 + category: main manager: conda - platform: osx-64 dependencies: - libbrotlicommon: ==1.1.0 h0dc2134_1 + - libbrotlicommon ==1.1.0 h0dc2134_1 url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h0dc2134_1.conda hash: md5: 8a421fe09c6187f0eb5e2338a8a8be6d sha256: bc964c23e1a60ca1afe7bac38a9c1f2af3db4a8072c9f2eac4e4de537a844ac7 - optional: false - category: main build: h0dc2134_1 arch: x86_64 subdir: osx-64 @@ -10428,21 +9916,20 @@ package: license_family: MIT size: 299092 timestamp: 1695990259225 -- name: libbrotlienc +- platform: win-64 + name: libbrotlienc version: 1.1.0 + category: main manager: conda - platform: win-64 dependencies: - libbrotlicommon: ==1.1.0 hcfcfb64_1 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libbrotlicommon ==1.1.0 hcfcfb64_1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda hash: md5: 71e890a0b361fd58743a13f77e1506b7 sha256: eae6b76154e594c6d211160c6d1aeed848672618152a562e0eabdfa641d34aca - optional: false - category: main build: hcfcfb64_1 arch: x86_64 subdir: win-64 @@ -10451,19 +9938,18 @@ package: license_family: MIT size: 246515 timestamp: 1695990479484 -- name: libcap +- platform: linux-64 + name: libcap version: '2.69' + category: main manager: conda - platform: linux-64 dependencies: - attr: '>=2.5.1,<2.6.0a0' - libgcc-ng: '>=12' + - attr >=2.5.1,<2.6.0a0 + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libcap-2.69-h0f662aa_0.conda hash: md5: 25cb5999faa414e5ccb2c1388f62d3d5 sha256: 942f9564b4228609f017b6617425d29a74c43b8a030e12239fa4458e5cb6323c - optional: false - category: main build: h0f662aa_0 arch: x86_64 subdir: linux-64 @@ -10472,18 +9958,17 @@ package: license_family: BSD size: 100582 timestamp: 1684162447012 -- name: libcblas +- platform: linux-64 + name: libcblas version: 3.9.0 + category: main manager: conda - platform: linux-64 dependencies: - libblas: ==3.9.0 18_linux64_openblas + - libblas ==3.9.0 18_linux64_openblas url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-18_linux64_openblas.conda hash: md5: 93dd9ab275ad888ed8113953769af78c sha256: b5a3eac5a1e14ad7054a19249afeee6536ab8c9fb6d6ddc26e277f5c3b1acce4 - optional: false - category: main build: 18_linux64_openblas arch: x86_64 subdir: linux-64 @@ -10496,18 +9981,17 @@ package: license_family: BSD size: 14455 timestamp: 1693951371996 -- name: libcblas +- platform: osx-64 + name: libcblas version: 3.9.0 + category: main manager: conda - platform: osx-64 dependencies: - libblas: ==3.9.0 18_osx64_openblas + - libblas ==3.9.0 18_osx64_openblas url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-18_osx64_openblas.conda hash: md5: b359d4c7d91ff6bf5442604d06538985 sha256: 7e8d8bc42c2c21d75b2121cfee0842bd0cf5500e6306c964bea4a9fafd3abba5 - optional: false - category: main build: 18_osx64_openblas arch: x86_64 subdir: osx-64 @@ -10520,18 +10004,17 @@ package: license_family: BSD size: 14699 timestamp: 1693951732651 -- name: libcblas +- platform: win-64 + name: libcblas version: 3.9.0 + category: main manager: conda - platform: win-64 dependencies: - libblas: ==3.9.0 18_win64_mkl + - libblas ==3.9.0 18_win64_mkl url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-18_win64_mkl.conda hash: md5: fb0b514194c14342a97dfe31a41d60fc sha256: d5f60ed6508b3889a77caf5ff2b66203714e45ec4eea6e5cdb12fe6e8ef2bbdb - optional: false - category: main build: 18_win64_mkl arch: x86_64 subdir: win-64 @@ -10544,22 +10027,21 @@ package: license_family: BSD size: 3655770 timestamp: 1693952109193 -- name: libclang +- platform: linux-64 + name: libclang version: 15.0.7 + category: main manager: conda - platform: linux-64 dependencies: - libclang13: ==15.0.7 default_h9986a30_3 - libgcc-ng: '>=12' - libllvm15: '>=15.0.7,<15.1.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' + - libclang13 ==15.0.7 default_h9986a30_3 + - libgcc-ng >=12 + - libllvm15 >=15.0.7,<15.1.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libclang-15.0.7-default_h7634d5b_3.conda hash: md5: 0922208521c0463e690bbaebba7eb551 sha256: c2b0c8dd675e30d86bad410679f258820bc36723fbadffc13c2f60249be91815 - optional: false - category: main build: default_h7634d5b_3 arch: x86_64 subdir: linux-64 @@ -10568,22 +10050,21 @@ package: license_family: Apache size: 133162 timestamp: 1690549855318 -- name: libclang +- platform: win-64 + name: libclang version: 15.0.7 + category: main manager: conda - platform: win-64 dependencies: - libclang13: ==15.0.7 default_h77d9078_3 - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libclang13 ==15.0.7 default_h77d9078_3 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libclang-15.0.7-default_h77d9078_3.conda hash: md5: 71c8b6249c9e9e18b3aec705e95c1040 sha256: d54ad3cc60469f3c885cef45acd7216bab9d941dec8f37e75ece48b9baba145b - optional: false - category: main build: default_h77d9078_3 arch: x86_64 subdir: win-64 @@ -10592,21 +10073,20 @@ package: license_family: Apache size: 147881 timestamp: 1690553583920 -- name: libclang13 +- platform: linux-64 + name: libclang13 version: 15.0.7 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libllvm15: '>=15.0.7,<15.1.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' + - libgcc-ng >=12 + - libllvm15 >=15.0.7,<15.1.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-15.0.7-default_h9986a30_3.conda hash: md5: 1720df000b48e31842500323cb7be18c sha256: df1221a9a05b9bb3bd9b43c08a7e2fe57a0e15a0010ef26065f7ed7666083f45 - optional: false - category: main build: default_h9986a30_3 arch: x86_64 subdir: linux-64 @@ -10615,21 +10095,20 @@ package: license_family: Apache size: 9557507 timestamp: 1690549793486 -- name: libclang13 +- platform: win-64 + name: libclang13 version: 15.0.7 + category: main manager: conda - platform: win-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libclang13-15.0.7-default_h77d9078_3.conda hash: md5: ba26634d038b91466bb4242c8b5e0cfa sha256: 9cff68d1bd3b1b956133f9f5f35d475014402f3f4e7956047bf3a70f2107f11c - optional: false - category: main build: default_h77d9078_3 arch: x86_64 subdir: win-64 @@ -10638,19 +10117,18 @@ package: license_family: Apache size: 21900199 timestamp: 1690553341399 -- name: libcrc32c +- platform: linux-64 + name: libcrc32c version: 1.1.2 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.4.0' - libstdcxx-ng: '>=9.4.0' + - libgcc-ng >=9.4.0 + - libstdcxx-ng >=9.4.0 url: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 hash: md5: c965a5aa0d5c1c37ffc62dff36e28400 sha256: fd1d153962764433fe6233f34a72cdeed5dcf8a883a85769e8295ce940b5b0c5 - optional: false - category: main build: h9c3ff4c_0 arch: x86_64 subdir: linux-64 @@ -10659,18 +10137,17 @@ package: license_family: BSD size: 20440 timestamp: 1633683576494 -- name: libcrc32c +- platform: osx-64 + name: libcrc32c version: 1.1.2 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=11.1.0' + - libcxx >=11.1.0 url: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 hash: md5: 23d6d5a69918a438355d7cbc4c3d54c9 sha256: 3043869ac1ee84554f177695e92f2f3c2c507b260edad38a0bf3981fce1632ff - optional: false - category: main build: he49afe7_0 arch: x86_64 subdir: osx-64 @@ -10679,19 +10156,18 @@ package: license_family: BSD size: 20128 timestamp: 1633683906221 -- name: libcrc32c +- platform: win-64 + name: libcrc32c version: 1.1.2 + category: main manager: conda - platform: win-64 dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 url: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 hash: md5: cd4cc2d0c610c8cb5419ccc979f2d6ce sha256: 75e60fbe436ba8a11c170c89af5213e8bec0418f88b7771ab7e3d9710b70c54e - optional: false - category: main build: h0e60522_0 arch: x86_64 subdir: win-64 @@ -10700,21 +10176,20 @@ package: license_family: BSD size: 25694 timestamp: 1633684287072 -- name: libcups +- platform: linux-64 + name: libcups version: 2.3.3 + category: main manager: conda - platform: linux-64 dependencies: - krb5: '>=1.21.1,<1.22.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' + - krb5 >=1.21.1,<1.22.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h4637d8d_4.conda hash: md5: d4529f4dff3057982a7617c7ac58fde3 sha256: bc67b9b21078c99c6bd8595fe7e1ed6da1f721007726e717f0449de7032798c4 - optional: false - category: main build: h4637d8d_4 arch: x86_64 subdir: linux-64 @@ -10723,24 +10198,23 @@ package: license_family: Apache size: 4519402 timestamp: 1689195353551 -- name: libcurl +- platform: linux-64 + name: libcurl version: 8.3.0 + category: main manager: conda - platform: linux-64 dependencies: - krb5: '>=1.21.2,<1.22.0a0' - libgcc-ng: '>=12' - libnghttp2: '>=1.52.0,<2.0a0' - libssh2: '>=1.11.0,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - zstd: '>=1.5.5,<1.6.0a0' + - krb5 >=1.21.2,<1.22.0a0 + - libgcc-ng >=12 + - libnghttp2 >=1.52.0,<2.0a0 + - libssh2 >=1.11.0,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.3.0-hca28451_0.conda hash: md5: 4ab41bee09a2d2e08de5f09d6f1eef62 sha256: 177b2d2cd552dcb88c0ce74b14512e1a8cd44146645120529e19755eb493232e - optional: false - category: main build: hca28451_0 arch: x86_64 subdir: linux-64 @@ -10749,23 +10223,22 @@ package: license_family: MIT size: 388309 timestamp: 1694599609110 -- name: libcurl +- platform: osx-64 + name: libcurl version: 8.3.0 + category: main manager: conda - platform: osx-64 dependencies: - krb5: '>=1.21.2,<1.22.0a0' - libnghttp2: '>=1.52.0,<2.0a0' - libssh2: '>=1.11.0,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - zstd: '>=1.5.5,<1.6.0a0' + - krb5 >=1.21.2,<1.22.0a0 + - libnghttp2 >=1.52.0,<2.0a0 + - libssh2 >=1.11.0,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.3.0-h5f667d7_0.conda hash: md5: ec1ea8499d8ef2599ffb230b7a97a9bd sha256: ffff8ac8d1a3671a22ba22fc75f7a5668ae47e80ceef97e1d29050d7d43c41ad - optional: false - category: main build: h5f667d7_0 arch: x86_64 subdir: osx-64 @@ -10774,23 +10247,22 @@ package: license_family: MIT size: 366255 timestamp: 1694600019936 -- name: libcurl +- platform: win-64 + name: libcurl version: 8.3.0 + category: main manager: conda - platform: win-64 dependencies: - krb5: '>=1.21.2,<1.22.0a0' - libssh2: '>=1.11.0,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - krb5 >=1.21.2,<1.22.0a0 + - libssh2 >=1.11.0,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.3.0-hd5e4a3a_0.conda hash: md5: 4a493128ac1b1b6b2b283213a9e9abe6 sha256: 66133dc58a4d797c4302835b8d67b0bfac1a0b1a67228ac9043a97e2eb5cbe96 - optional: false - category: main build: hd5e4a3a_0 arch: x86_64 subdir: win-64 @@ -10799,17 +10271,16 @@ package: license_family: MIT size: 318789 timestamp: 1694600121125 -- name: libcxx +- platform: osx-64 + name: libcxx version: 16.0.6 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda hash: md5: 7d6972792161077908b62971802f289a sha256: 9063271847cf05f3a6cc6cae3e7f0ced032ab5f3a3c9d3f943f876f39c5c2549 - optional: false - category: main build: hd57cbcb_0 arch: x86_64 subdir: osx-64 @@ -10818,18 +10289,17 @@ package: license_family: Apache size: 1142172 timestamp: 1686896907750 -- name: libdeflate +- platform: linux-64 + name: libdeflate version: '1.19' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.19-hd590300_0.conda hash: md5: 1635570038840ee3f9c71d22aa5b8b6d sha256: 985ad27aa0ba7aad82afa88a8ede6a1aacb0aaca950d710f15d85360451e72fd - optional: false - category: main build: hd590300_0 arch: x86_64 subdir: linux-64 @@ -10838,17 +10308,16 @@ package: license_family: MIT size: 67080 timestamp: 1694922285678 -- name: libdeflate +- platform: osx-64 + name: libdeflate version: '1.19' + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.19-ha4e1b8e_0.conda hash: md5: 6a45f543c2beb40023df5ee7e3cedfbd sha256: d0f789120fedd0881b129aba9993ec5dcf0ecca67a71ea20c74394e41adcb503 - optional: false - category: main build: ha4e1b8e_0 arch: x86_64 subdir: osx-64 @@ -10857,20 +10326,19 @@ package: license_family: MIT size: 68962 timestamp: 1694922440450 -- name: libdeflate +- platform: win-64 + name: libdeflate version: '1.19' + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.19-hcfcfb64_0.conda hash: md5: 002b1b723b44dbd286b9e3708762433c sha256: e2886a84eaa0fbeca1d1d810270f234431d190402b4a79acf756ca2d16000354 - optional: false - category: main build: hcfcfb64_0 arch: x86_64 subdir: win-64 @@ -10879,19 +10347,18 @@ package: license_family: MIT size: 153203 timestamp: 1694922596415 -- name: libedit +- platform: linux-64 + name: libedit version: 3.1.20191231 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=7.5.0' - ncurses: '>=6.2,<7.0.0a0' + - libgcc-ng >=7.5.0 + - ncurses >=6.2,<7.0.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 hash: md5: 4d331e44109e3f0e19b4cb8f9b82f3e1 sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf - optional: false - category: main build: he28a2e2_2 arch: x86_64 subdir: linux-64 @@ -10900,18 +10367,17 @@ package: license_family: BSD size: 123878 timestamp: 1597616541093 -- name: libedit +- platform: osx-64 + name: libedit version: 3.1.20191231 + category: main manager: conda - platform: osx-64 dependencies: - ncurses: '>=6.2,<7.0.0a0' + - ncurses >=6.2,<7.0.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 hash: md5: 6016a8a1d0e63cac3de2c352cd40208b sha256: dbd3c3f2eca1d21c52e4c03b21930bbce414c4592f8ce805801575b9e9256095 - optional: false - category: main build: h0678c8f_2 arch: x86_64 subdir: osx-64 @@ -10920,18 +10386,17 @@ package: license_family: BSD size: 105382 timestamp: 1597616576726 -- name: libev +- platform: linux-64 + name: libev version: '4.33' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=7.5.0' + - libgcc-ng >=7.5.0 url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-h516909a_1.tar.bz2 hash: md5: 6f8720dff19e17ce5d48cfe7f3d2f0a3 sha256: 8c9635aa0ea28922877dc96358f9547f6a55fc7e2eb75a556b05f1725496baf9 - optional: false - category: main build: h516909a_1 arch: x86_64 subdir: linux-64 @@ -10940,17 +10405,16 @@ package: license_family: BSD size: 106190 timestamp: 1598867915 -- name: libev +- platform: osx-64 + name: libev version: '4.33' + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-haf1e3a3_1.tar.bz2 hash: md5: 79dc2be110b2a3d1e97ec21f691c50ad sha256: c4154d424431898d84d6afb8b32e3ba749fe5d270d322bb0af74571a3cb09c6b - optional: false - category: main build: haf1e3a3_1 arch: x86_64 subdir: osx-64 @@ -10959,19 +10423,18 @@ package: license_family: BSD size: 101424 timestamp: 1598868359024 -- name: libevent +- platform: linux-64 + name: libevent version: 2.1.12 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - openssl: '>=3.1.1,<4.0a0' + - libgcc-ng >=12 + - openssl >=3.1.1,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda hash: md5: a1cfcc585f0c42bf8d5546bb1dfb668d sha256: 2e14399d81fb348e9d231a82ca4d816bf855206923759b69ad006ba482764131 - optional: false - category: main build: hf998b51_1 arch: x86_64 subdir: linux-64 @@ -10980,18 +10443,17 @@ package: license_family: BSD size: 427426 timestamp: 1685725977222 -- name: libevent +- platform: osx-64 + name: libevent version: 2.1.12 + category: main manager: conda - platform: osx-64 dependencies: - openssl: '>=3.1.1,<4.0a0' + - openssl >=3.1.1,<4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libevent-2.1.12-ha90c15b_1.conda hash: md5: e38e467e577bd193a7d5de7c2c540b04 sha256: e0bd9af2a29f8dd74309c0ae4f17a7c2b8c4b89f875ff1d6540c941eefbd07fb - optional: false - category: main build: ha90c15b_1 arch: x86_64 subdir: osx-64 @@ -11000,21 +10462,20 @@ package: license_family: BSD size: 372661 timestamp: 1685726378869 -- name: libevent +- platform: win-64 + name: libevent version: 2.1.12 + category: main manager: conda - platform: win-64 dependencies: - openssl: '>=3.1.1,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - openssl >=3.1.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libevent-2.1.12-h3671451_1.conda hash: md5: 25efbd786caceef438be46da78a7b5ef sha256: af03882afb7a7135288becf340c2f0cf8aa8221138a9a7b108aaeb308a486da1 - optional: false - category: main build: h3671451_1 arch: x86_64 subdir: win-64 @@ -11023,18 +10484,17 @@ package: license_family: BSD size: 410555 timestamp: 1685726568668 -- name: libexpat +- platform: linux-64 + name: libexpat version: 2.5.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda hash: md5: 6305a3dd2752c76335295da4e581f2fd sha256: 74c98a563777ae2ad71f1f74d458a8ab043cee4a513467c159ccf159d0e461f3 - optional: false - category: main build: hcb278e6_1 arch: x86_64 subdir: linux-64 @@ -11045,17 +10505,16 @@ package: license_family: MIT size: 77980 timestamp: 1680190528313 -- name: libexpat +- platform: osx-64 + name: libexpat version: 2.5.0 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.5.0-hf0c8a7f_1.conda hash: md5: 6c81cb022780ee33435cca0127dd43c9 sha256: 80024bd9f44d096c4cc07fb2bac76b5f1f7553390112dab3ad6acb16a05f0b96 - optional: false - category: main build: hf0c8a7f_1 arch: x86_64 subdir: osx-64 @@ -11066,17 +10525,16 @@ package: license_family: MIT size: 69602 timestamp: 1680191040160 -- name: libexpat +- platform: win-64 + name: libexpat version: 2.5.0 + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.5.0-h63175ca_1.conda hash: md5: 636cc3cbbd2e28bcfd2f73b2044aac2c sha256: 794b2a9be72f176a2767c299574d330ffb76b2ed75d7fd20bee3bbadce5886cf - optional: false - category: main build: h63175ca_1 arch: x86_64 subdir: win-64 @@ -11087,18 +10545,17 @@ package: license_family: MIT size: 138689 timestamp: 1680190844101 -- name: libffi +- platform: linux-64 + name: libffi version: 3.4.2 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.4.0' + - libgcc-ng >=9.4.0 url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 hash: md5: d645c6d2ac96843a2bfaccd2d62b3ac3 sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e - optional: false - category: main build: h7f98852_5 arch: x86_64 subdir: linux-64 @@ -11107,17 +10564,16 @@ package: license_family: MIT size: 58292 timestamp: 1636488182923 -- name: libffi +- platform: osx-64 + name: libffi version: 3.4.2 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 hash: md5: ccb34fb14960ad8b125962d3d79b31a9 sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f - optional: false - category: main build: h0d85af4_5 arch: x86_64 subdir: osx-64 @@ -11126,19 +10582,18 @@ package: license_family: MIT size: 51348 timestamp: 1636488394370 -- name: libffi +- platform: win-64 + name: libffi version: 3.4.2 + category: main manager: conda - platform: win-64 dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 hash: md5: 2c96d1b6915b408893f9472569dee135 sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 - optional: false - category: main build: h8ffe710_5 arch: x86_64 subdir: win-64 @@ -11147,21 +10602,20 @@ package: license_family: MIT size: 42063 timestamp: 1636489106777 -- name: libflac +- platform: linux-64 + name: libflac version: 1.4.3 + category: main manager: conda - platform: linux-64 dependencies: - gettext: '>=0.21.1,<1.0a0' - libgcc-ng: '>=12' - libogg: '>=1.3.4,<1.4.0a0' - libstdcxx-ng: '>=12' + - gettext >=0.21.1,<1.0a0 + - libgcc-ng >=12 + - libogg >=1.3.4,<1.4.0a0 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libflac-1.4.3-h59595ed_0.conda hash: md5: ee48bf17cc83a00f59ca1494d5646869 sha256: 65908b75fa7003167b8a8f0001e11e58ed5b1ef5e98b96ab2ba66d7c1b822c7d - optional: false - category: main build: h59595ed_0 arch: x86_64 subdir: linux-64 @@ -11170,19 +10624,18 @@ package: license_family: BSD size: 394383 timestamp: 1687765514062 -- name: libgcc-ng +- platform: linux-64 + name: libgcc-ng version: 13.2.0 + category: main manager: conda - platform: linux-64 dependencies: - _libgcc_mutex: ==0.1 conda_forge - _openmp_mutex: '>=4.5' + - _libgcc_mutex ==0.1 conda_forge + - _openmp_mutex >=4.5 url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_2.conda hash: md5: c28003b0be0494f9a7664389146716ff sha256: d361d3c87c376642b99c1fc25cddec4b9905d3d9b9203c1c545b8c8c1b04539a - optional: false - category: main build: h807b86a_2 arch: x86_64 subdir: linux-64 @@ -11193,19 +10646,18 @@ package: license_family: GPL size: 771133 timestamp: 1695219384393 -- name: libgcrypt +- platform: linux-64 + name: libgcrypt version: 1.10.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=10.3.0' - libgpg-error: '>=1.44,<2.0a0' + - libgcc-ng >=10.3.0 + - libgpg-error >=1.44,<2.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libgcrypt-1.10.1-h166bdaf_0.tar.bz2 hash: md5: f967fc95089cd247ceed56eda31de3a9 sha256: 8fd7e6db1021cd9298d9896233454de204116840eb66a06fcb712e1015ff132a - optional: false - category: main build: h166bdaf_0 arch: x86_64 subdir: linux-64 @@ -11214,59 +10666,58 @@ package: license_family: GPL size: 719561 timestamp: 1649520091125 -- name: libgdal +- platform: linux-64 + name: libgdal version: 3.7.2 + category: main manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - blosc: '>=1.21.5,<2.0a0' - cfitsio: '>=4.3.0,<4.3.1.0a0' - freexl: '>=2.0.0,<3.0a0' - geos: '>=3.12.0,<3.12.1.0a0' - geotiff: '>=1.7.1,<1.8.0a0' - giflib: '>=5.2.1,<5.3.0a0' - hdf4: '>=4.2.15,<4.2.16.0a0' - hdf5: '>=1.14.2,<1.14.3.0a0' - json-c: '>=0.17,<0.18.0a0' - kealib: '>=1.5.1,<1.6.0a0' - lerc: '>=4.0.0,<5.0a0' - libarchive: '>=3.7.2,<3.8.0a0' - libcurl: '>=8.3.0,<9.0a0' - libdeflate: '>=1.19,<1.20.0a0' - libexpat: '>=2.5.0,<3.0a0' - libgcc-ng: '>=12' - libiconv: '>=1.17,<2.0a0' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libkml: '>=1.3.0,<1.4.0a0' - libnetcdf: '>=4.9.2,<4.9.3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libpq: '>=15.4,<16.0a0' - libspatialite: '>=5.1.0,<5.2.0a0' - libsqlite: '>=3.43.0,<4.0a0' - libstdcxx-ng: '>=12' - libtiff: '>=4.6.0,<4.7.0a0' - libuuid: '>=2.38.1,<3.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - openjpeg: '>=2.5.0,<3.0a0' - openssl: '>=3.1.3,<4.0a0' - pcre2: '>=10.40,<10.41.0a0' - poppler: '>=23.8.0,<23.9.0a0' - postgresql: '*' - proj: '>=9.3.0,<9.3.1.0a0' - tiledb: '>=2.16,<2.17.0a0' - xerces-c: '>=3.2.4,<3.3.0a0' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - __glibc >=2.17,<3.0.a0 + - blosc >=1.21.5,<2.0a0 + - cfitsio >=4.3.0,<4.3.1.0a0 + - freexl >=2.0.0,<3.0a0 + - geos >=3.12.0,<3.12.1.0a0 + - geotiff >=1.7.1,<1.8.0a0 + - giflib >=5.2.1,<5.3.0a0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.2,<1.14.3.0a0 + - json-c >=0.17,<0.18.0a0 + - kealib >=1.5.1,<1.6.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.2,<3.8.0a0 + - libcurl >=8.3.0,<9.0a0 + - libdeflate >=1.19,<1.20.0a0 + - libexpat >=2.5.0,<3.0a0 + - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libkml >=1.3.0,<1.4.0a0 + - libnetcdf >=4.9.2,<4.9.3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libpq >=15.4,<16.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.43.0,<4.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - libuuid >=2.38.1,<3.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openjpeg >=2.5.0,<3.0a0 + - openssl >=3.1.3,<4.0a0 + - pcre2 >=10.40,<10.41.0a0 + - poppler >=23.8.0,<23.9.0a0 + - postgresql * + - proj >=9.3.0,<9.3.1.0a0 + - tiledb >=2.16,<2.17.0a0 + - xerces-c >=3.2.4,<3.3.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libgdal-3.7.2-h3aa23ec_3.conda hash: md5: 6d9f0bcd13e4c1d65ee53db636827143 sha256: c4cbe160cab07f082e52f7f871f01d069771e8b576cc8c59eef16a817919e634 - optional: false - category: main build: h3aa23ec_3 arch: x86_64 subdir: linux-64 @@ -11275,56 +10726,55 @@ package: license_family: MIT size: 10669842 timestamp: 1695217803491 -- name: libgdal +- platform: osx-64 + name: libgdal version: 3.7.2 + category: main manager: conda - platform: osx-64 - dependencies: - blosc: '>=1.21.5,<2.0a0' - cfitsio: '>=4.3.0,<4.3.1.0a0' - freexl: '>=2.0.0,<3.0a0' - geos: '>=3.12.0,<3.12.1.0a0' - geotiff: '>=1.7.1,<1.8.0a0' - giflib: '>=5.2.1,<5.3.0a0' - hdf4: '>=4.2.15,<4.2.16.0a0' - hdf5: '>=1.14.2,<1.14.3.0a0' - json-c: '>=0.17,<0.18.0a0' - kealib: '>=1.5.1,<1.6.0a0' - lerc: '>=4.0.0,<5.0a0' - libarchive: '>=3.7.2,<3.8.0a0' - libcurl: '>=8.3.0,<9.0a0' - libcxx: '>=15.0.7' - libdeflate: '>=1.19,<1.20.0a0' - libexpat: '>=2.5.0,<3.0a0' - libiconv: '>=1.17,<2.0a0' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libkml: '>=1.3.0,<1.4.0a0' - libnetcdf: '>=4.9.2,<4.9.3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libpq: '>=16.0,<17.0a0' - libspatialite: '>=5.1.0,<5.2.0a0' - libsqlite: '>=3.43.0,<4.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - openjpeg: '>=2.5.0,<3.0a0' - openssl: '>=3.1.3,<4.0a0' - pcre2: '>=10.40,<10.41.0a0' - poppler: '>=23.8.0,<23.9.0a0' - postgresql: '*' - proj: '>=9.3.0,<9.3.1.0a0' - tiledb: '>=2.16,<2.17.0a0' - xerces-c: '>=3.2.4,<3.3.0a0' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - blosc >=1.21.5,<2.0a0 + - cfitsio >=4.3.0,<4.3.1.0a0 + - freexl >=2.0.0,<3.0a0 + - geos >=3.12.0,<3.12.1.0a0 + - geotiff >=1.7.1,<1.8.0a0 + - giflib >=5.2.1,<5.3.0a0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.2,<1.14.3.0a0 + - json-c >=0.17,<0.18.0a0 + - kealib >=1.5.1,<1.6.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.2,<3.8.0a0 + - libcurl >=8.3.0,<9.0a0 + - libcxx >=15.0.7 + - libdeflate >=1.19,<1.20.0a0 + - libexpat >=2.5.0,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libkml >=1.3.0,<1.4.0a0 + - libnetcdf >=4.9.2,<4.9.3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libpq >=16.0,<17.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.43.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openjpeg >=2.5.0,<3.0a0 + - openssl >=3.1.3,<4.0a0 + - pcre2 >=10.40,<10.41.0a0 + - poppler >=23.8.0,<23.9.0a0 + - postgresql * + - proj >=9.3.0,<9.3.1.0a0 + - tiledb >=2.16,<2.17.0a0 + - xerces-c >=3.2.4,<3.3.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.7.2-h57f23c7_4.conda hash: md5: 56ad9a009640818fdce952c07521c821 sha256: 816e1c7df31597b317ff3843bf62c289b16fc6c48180091313598beb488a1fd3 - optional: false - category: main build: h57f23c7_4 arch: x86_64 subdir: osx-64 @@ -11333,56 +10783,55 @@ package: license_family: MIT size: 9151267 timestamp: 1695518085063 -- name: libgdal +- platform: win-64 + name: libgdal version: 3.7.2 + category: main manager: conda - platform: win-64 - dependencies: - blosc: '>=1.21.5,<2.0a0' - cfitsio: '>=4.3.0,<4.3.1.0a0' - freexl: '>=2.0.0,<3.0a0' - geos: '>=3.12.0,<3.12.1.0a0' - geotiff: '>=1.7.1,<1.8.0a0' - hdf4: '>=4.2.15,<4.2.16.0a0' - hdf5: '>=1.14.2,<1.14.3.0a0' - kealib: '>=1.5.1,<1.6.0a0' - lerc: '>=4.0.0,<5.0a0' - libarchive: '>=3.7.2,<3.8.0a0' - libcurl: '>=8.3.0,<9.0a0' - libdeflate: '>=1.19,<1.20.0a0' - libexpat: '>=2.5.0,<3.0a0' - libiconv: '>=1.17,<2.0a0' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libkml: '>=1.3.0,<1.4.0a0' - libnetcdf: '>=4.9.2,<4.9.3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libpq: '>=16.0,<17.0a0' - libspatialite: '>=5.1.0,<5.2.0a0' - libsqlite: '>=3.43.0,<4.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - openjpeg: '>=2.5.0,<3.0a0' - openssl: '>=3.1.3,<4.0a0' - pcre2: '>=10.40,<10.41.0a0' - poppler: '>=23.8.0,<23.9.0a0' - postgresql: '*' - proj: '>=9.3.0,<9.3.1.0a0' - tiledb: '>=2.16,<2.17.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - xerces-c: '>=3.2.4,<3.3.0a0' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - blosc >=1.21.5,<2.0a0 + - cfitsio >=4.3.0,<4.3.1.0a0 + - freexl >=2.0.0,<3.0a0 + - geos >=3.12.0,<3.12.1.0a0 + - geotiff >=1.7.1,<1.8.0a0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.2,<1.14.3.0a0 + - kealib >=1.5.1,<1.6.0a0 + - lerc >=4.0.0,<5.0a0 + - libarchive >=3.7.2,<3.8.0a0 + - libcurl >=8.3.0,<9.0a0 + - libdeflate >=1.19,<1.20.0a0 + - libexpat >=2.5.0,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libkml >=1.3.0,<1.4.0a0 + - libnetcdf >=4.9.2,<4.9.3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libpq >=16.0,<17.0a0 + - libspatialite >=5.1.0,<5.2.0a0 + - libsqlite >=3.43.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openjpeg >=2.5.0,<3.0a0 + - openssl >=3.1.3,<4.0a0 + - pcre2 >=10.40,<10.41.0a0 + - poppler >=23.8.0,<23.9.0a0 + - postgresql * + - proj >=9.3.0,<9.3.1.0a0 + - tiledb >=2.16,<2.17.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xerces-c >=3.2.4,<3.3.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.7.2-hc5c2e26_4.conda hash: md5: 8312cd786c761257a21f6d214a51368f sha256: cd446cf5e10445b5a49fa4f10ab49bf3471ca32baf84f33f3d2eb0219487c621 - optional: false - category: main build: hc5c2e26_4 arch: x86_64 subdir: win-64 @@ -11391,18 +10840,17 @@ package: license_family: MIT size: 8476788 timestamp: 1695518232372 -- name: libgfortran +- platform: osx-64 + name: libgfortran version: 5.0.0 + category: main manager: conda - platform: osx-64 dependencies: - libgfortran5: ==13.2.0 h2873a65_1 + - libgfortran5 ==13.2.0 h2873a65_1 url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_1.conda hash: md5: b55fd11ab6318a6e67ac191309701d5a sha256: 5be1a59316e5063f4e6492ea86d692600a7b8e32caa25269f8a3b386a028e5f3 - optional: false - category: main build: 13_2_0_h97931a8_1 arch: x86_64 subdir: osx-64 @@ -11411,18 +10859,17 @@ package: license_family: GPL size: 109855 timestamp: 1694165674845 -- name: libgfortran-ng +- platform: linux-64 + name: libgfortran-ng version: 13.2.0 + category: main manager: conda - platform: linux-64 dependencies: - libgfortran5: ==13.2.0 ha4646dd_2 + - libgfortran5 ==13.2.0 ha4646dd_2 url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_2.conda hash: md5: e75a75a6eaf6f318dae2631158c46575 sha256: 767d71999e5386210fe2acaf1b67073e7943c2af538efa85c101e3401e94ff62 - optional: false - category: main build: h69a702a_2 arch: x86_64 subdir: linux-64 @@ -11431,18 +10878,17 @@ package: license_family: GPL size: 23722 timestamp: 1695219642066 -- name: libgfortran5 +- platform: linux-64 + name: libgfortran5 version: 13.2.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=13.2.0' + - libgcc-ng >=13.2.0 url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_2.conda hash: md5: 78fdab09d9138851dde2b5fe2a11019e sha256: 55ecf5c46c05a98b4822a041d6e1cb196a7b0606126eb96b24131b7d2c8ca561 - optional: false - category: main build: ha4646dd_2 arch: x86_64 subdir: linux-64 @@ -11453,18 +10899,17 @@ package: license_family: GPL size: 1441830 timestamp: 1695219403435 -- name: libgfortran5 +- platform: osx-64 + name: libgfortran5 version: 13.2.0 + category: main manager: conda - platform: osx-64 dependencies: - llvm-openmp: '>=8.0.0' + - llvm-openmp >=8.0.0 url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_1.conda hash: md5: 3af564516b5163cd8cc08820413854bc sha256: 44de8930eef3b14d4d9fdfe419e6c909c13b7c859617d3616d5a5e964f3fcf63 - optional: false - category: main build: h2873a65_1 arch: x86_64 subdir: osx-64 @@ -11475,24 +10920,23 @@ package: license_family: GPL size: 1571764 timestamp: 1694165583047 -- name: libglib +- platform: linux-64 + name: libglib version: 2.78.0 + category: main manager: conda - platform: linux-64 dependencies: - gettext: '>=0.21.1,<1.0a0' - libffi: '>=3.4,<4.0a0' - libgcc-ng: '>=12' - libiconv: '>=1.17,<2.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - pcre2: '>=10.40,<10.41.0a0' + - gettext >=0.21.1,<1.0a0 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - pcre2 >=10.40,<10.41.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.78.0-hebfc3b9_0.conda hash: md5: e618003da3547216310088478e475945 sha256: 96ec4dc5e38f434aa5862cb46d74923cce1445de3cd0b9d61e3e63102b163af6 - optional: false - category: main build: hebfc3b9_0 arch: x86_64 subdir: linux-64 @@ -11502,23 +10946,22 @@ package: license: LGPL-2.1-or-later size: 2701539 timestamp: 1694381226310 -- name: libglib +- platform: osx-64 + name: libglib version: 2.78.0 + category: main manager: conda - platform: osx-64 dependencies: - gettext: '>=0.21.1,<1.0a0' - libcxx: '>=15.0.7' - libffi: '>=3.4,<4.0a0' - libiconv: '>=1.17,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - pcre2: '>=10.40,<10.41.0a0' + - gettext >=0.21.1,<1.0a0 + - libcxx >=15.0.7 + - libffi >=3.4,<4.0a0 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - pcre2 >=10.40,<10.41.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.78.0-hc62aa5d_0.conda hash: md5: 2c70095fa74bf95a5fd5c830a1529a8b sha256: 06baed236c43bc225b76145da50caa61d9a36f919525d3e3ed4e59b0d9b7c78a - optional: false - category: main build: hc62aa5d_0 arch: x86_64 subdir: osx-64 @@ -11528,25 +10971,24 @@ package: license: LGPL-2.1-or-later size: 2482876 timestamp: 1694381399072 -- name: libglib +- platform: win-64 + name: libglib version: 2.78.0 + category: main manager: conda - platform: win-64 dependencies: - gettext: '>=0.21.1,<1.0a0' - libffi: '>=3.4,<4.0a0' - libiconv: '>=1.17,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - pcre2: '>=10.40,<10.41.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - gettext >=0.21.1,<1.0a0 + - libffi >=3.4,<4.0a0 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - pcre2 >=10.40,<10.41.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.78.0-he8f3873_0.conda hash: md5: 25f5b3502a82ac425c72c3bc0efbecb5 sha256: 1417a309e40a2fae41e18170a74bface2ab67fb0d6905caeb34f91c6840edacc - optional: false - category: main build: he8f3873_0 arch: x86_64 subdir: win-64 @@ -11556,18 +10998,17 @@ package: license: LGPL-2.1-or-later size: 2637097 timestamp: 1694381512139 -- name: libgomp +- platform: linux-64 + name: libgomp version: 13.2.0 + category: main manager: conda - platform: linux-64 dependencies: - _libgcc_mutex: ==0.1 conda_forge + - _libgcc_mutex ==0.1 conda_forge url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_2.conda hash: md5: e2042154faafe61969556f28bade94b9 sha256: e1e82348f8296abfe344162b3b5f0ddc2f504759ebeb8b337ba99beaae583b15 - optional: false - category: main build: h807b86a_2 arch: x86_64 subdir: linux-64 @@ -11576,25 +11017,24 @@ package: license_family: GPL size: 421133 timestamp: 1695219303065 -- name: libgoogle-cloud +- platform: linux-64 + name: libgoogle-cloud version: 2.12.0 + category: main manager: conda - platform: linux-64 dependencies: - libabseil: '>=20230802.0,<20230803.0a0' - libcrc32c: '>=1.1.2,<1.2.0a0' - libcurl: '>=8.2.1,<9.0a0' - libgcc-ng: '>=12' - libgrpc: '>=1.57.0,<1.58.0a0' - libprotobuf: '>=4.23.4,<4.23.5.0a0' - libstdcxx-ng: '>=12' - openssl: '>=3.1.2,<4.0a0' + - libabseil >=20230802.0,<20230803.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.2.1,<9.0a0 + - libgcc-ng >=12 + - libgrpc >=1.57.0,<1.58.0a0 + - libprotobuf >=4.23.4,<4.23.5.0a0 + - libstdcxx-ng >=12 + - openssl >=3.1.2,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.12.0-h8d7e28b_2.conda hash: md5: ed3cd026aa12259ce96c0552873705c9 sha256: b97ec8dc4a076b804cf84668e87ce1d3e7e6c2e6d6088be3cf7b19a708c1cdb6 - optional: false - category: main build: h8d7e28b_2 arch: x86_64 subdir: linux-64 @@ -11605,25 +11045,24 @@ package: license_family: Apache size: 46181592 timestamp: 1694371473062 -- name: libgoogle-cloud +- platform: osx-64 + name: libgoogle-cloud version: 2.12.0 + category: main manager: conda - platform: osx-64 dependencies: - __osx: '>=10.13' - libabseil: '>=20230802.0,<20230803.0a0' - libcrc32c: '>=1.1.2,<1.2.0a0' - libcurl: '>=8.2.1,<9.0a0' - libcxx: '>=15.0.7' - libgrpc: '>=1.57.0,<1.58.0a0' - libprotobuf: '>=4.23.4,<4.23.5.0a0' - openssl: '>=3.1.2,<4.0a0' + - __osx >=10.13 + - libabseil >=20230802.0,<20230803.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.2.1,<9.0a0 + - libcxx >=15.0.7 + - libgrpc >=1.57.0,<1.58.0a0 + - libprotobuf >=4.23.4,<4.23.5.0a0 + - openssl >=3.1.2,<4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.12.0-hc7e40ee_2.conda hash: md5: 033f2640afa75b1d54f4013d7c028c11 sha256: 054440ba8ca3e301006b8b66bd88e68445eb9ceec16a94957ae2d4a8609cfaf2 - optional: false - category: main build: hc7e40ee_2 arch: x86_64 subdir: osx-64 @@ -11634,26 +11073,25 @@ package: license_family: Apache size: 32459666 timestamp: 1694372093391 -- name: libgoogle-cloud +- platform: win-64 + name: libgoogle-cloud version: 2.12.0 + category: main manager: conda - platform: win-64 - dependencies: - libabseil: '>=20230802.0,<20230803.0a0' - libcrc32c: '>=1.1.2,<1.2.0a0' - libcurl: '>=8.2.1,<9.0a0' - libgrpc: '>=1.57.0,<1.58.0a0' - libprotobuf: '>=4.23.4,<4.23.5.0a0' - openssl: '>=3.1.2,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + dependencies: + - libabseil >=20230802.0,<20230803.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.2.1,<9.0a0 + - libgrpc >=1.57.0,<1.58.0a0 + - libprotobuf >=4.23.4,<4.23.5.0a0 + - openssl >=3.1.2,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.12.0-h0a0a397_2.conda hash: md5: 7118be3d559211085bf62e0f08070e5b sha256: 017b1a77c5edb91e54491014f66c0a96f2a230077e19033b390981d5b9996590 - optional: false - category: main build: h0a0a397_2 arch: x86_64 subdir: win-64 @@ -11664,20 +11102,19 @@ package: license_family: Apache size: 13320 timestamp: 1694367447260 -- name: libgpg-error +- platform: linux-64 + name: libgpg-error version: '1.47' + category: main manager: conda - platform: linux-64 dependencies: - gettext: '>=0.21.1,<1.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - gettext >=0.21.1,<1.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libgpg-error-1.47-h71f35ed_0.conda hash: md5: c2097d0b46367996f09b4e8e4920384a sha256: 0306b3c2d65863048983a50bd8b86f6f26e457ef55d1da745a5796af25093f5a - optional: false - category: main build: h71f35ed_0 arch: x86_64 subdir: linux-64 @@ -11686,25 +11123,24 @@ package: license_family: GPL size: 260794 timestamp: 1686979818648 -- name: libgrpc +- platform: linux-64 + name: libgrpc version: 1.57.0 + category: main manager: conda - platform: linux-64 dependencies: - c-ares: '>=1.19.1,<2.0a0' - libabseil: '>=20230802.0,<20230803.0a0' - libgcc-ng: '>=12' - libprotobuf: '>=4.23.4,<4.23.5.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - re2: '>=2023.3.2,<2023.3.3.0a0' + - c-ares >=1.19.1,<2.0a0 + - libabseil >=20230802.0,<20230803.0a0 + - libgcc-ng >=12 + - libprotobuf >=4.23.4,<4.23.5.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - re2 >=2023.3.2,<2023.3.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.57.0-ha4d0f93_1.conda hash: md5: 56ce4bcc0e1cd0b4c3d7149010410e9a sha256: f21f520fa98466e9a1ea367162348c7fa6438b19e83a200c97b612bdf576063c - optional: false - category: main build: ha4d0f93_1 arch: x86_64 subdir: linux-64 @@ -11715,25 +11151,24 @@ package: license_family: APACHE size: 5984664 timestamp: 1691795612144 -- name: libgrpc +- platform: osx-64 + name: libgrpc version: 1.57.0 + category: main manager: conda - platform: osx-64 dependencies: - __osx: '>=10.13' - c-ares: '>=1.19.1,<2.0a0' - libabseil: '>=20230802.0,<20230803.0a0' - libcxx: '>=15.0.7' - libprotobuf: '>=4.23.4,<4.23.5.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - re2: '>=2023.3.2,<2023.3.3.0a0' + - __osx >=10.13 + - c-ares >=1.19.1,<2.0a0 + - libabseil >=20230802.0,<20230803.0a0 + - libcxx >=15.0.7 + - libprotobuf >=4.23.4,<4.23.5.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - re2 >=2023.3.2,<2023.3.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.57.0-ha2534ac_1.conda hash: md5: edf2b6805b1e6f06d5202fdce3d0fb74 sha256: 9e37b2cf890c50fa192156cae98d1019c3035bb5b8561bf149577e7a199d62e4 - optional: false - category: main build: ha2534ac_1 arch: x86_64 subdir: osx-64 @@ -11744,26 +11179,25 @@ package: license_family: APACHE size: 4325143 timestamp: 1694388149108 -- name: libgrpc +- platform: win-64 + name: libgrpc version: 1.57.0 + category: main manager: conda - platform: win-64 - dependencies: - c-ares: '>=1.19.1,<2.0a0' - libabseil: '>=20230802.0,<20230803.0a0' - libprotobuf: '>=4.23.4,<4.23.5.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - re2: '>=2023.3.2,<2023.3.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + dependencies: + - c-ares >=1.19.1,<2.0a0 + - libabseil >=20230802.0,<20230803.0a0 + - libprotobuf >=4.23.4,<4.23.5.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - re2 >=2023.3.2,<2023.3.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.57.0-h550f6bd_1.conda hash: md5: e0742a36421bb36128ab4b305a27a4ed sha256: bc90d0f9233f98257f4ebdb551fa2da8a49fb7193b7c7462b1afc19b062b89ff - optional: false - category: main build: h550f6bd_1 arch: x86_64 subdir: win-64 @@ -11774,22 +11208,21 @@ package: license_family: APACHE size: 12967454 timestamp: 1691796762776 -- name: libhwloc +- platform: win-64 + name: libhwloc version: 2.9.3 + category: main manager: conda - platform: win-64 dependencies: - libxml2: '>=2.11.5,<2.12.0a0' - pthreads-win32: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libxml2 >=2.11.5,<2.12.0a0 + - pthreads-win32 * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.3-default_haede6df_1009.conda hash: md5: 87da045f6d26ce9fe20ad76a18f6a18a sha256: 2e8c4bb7173f281a8e13f333a23c9fb7a1c86d342d7dccdd74f2eb583ddde450 - optional: false - category: main build: default_haede6df_1009 arch: x86_64 subdir: win-64 @@ -11798,18 +11231,17 @@ package: license_family: BSD size: 2578462 timestamp: 1694533393675 -- name: libiconv +- platform: linux-64 + name: libiconv version: '1.17' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=10.3.0' + - libgcc-ng >=10.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-h166bdaf_0.tar.bz2 hash: md5: b62b52da46c39ee2bc3c162ac7f1804d sha256: 6a81ebac9f1aacdf2b4f945c87ad62b972f0f69c8e0981d68e111739e6720fd7 - optional: false - category: main build: h166bdaf_0 arch: x86_64 subdir: linux-64 @@ -11817,17 +11249,16 @@ package: license: GPL and LGPL size: 1450368 timestamp: 1652700749886 -- name: libiconv +- platform: osx-64 + name: libiconv version: '1.17' + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hac89ed1_0.tar.bz2 hash: md5: 691d103d11180486154af49c037b7ed9 sha256: 4a3294037d595754f7da7c11a41f3922f995aaa333f3cb66f02d8afa032a7bc2 - optional: false - category: main build: hac89ed1_0 arch: x86_64 subdir: osx-64 @@ -11835,19 +11266,18 @@ package: license: GPL and LGPL size: 1378276 timestamp: 1652702364402 -- name: libiconv +- platform: win-64 + name: libiconv version: '1.17' + category: main manager: conda - platform: win-64 dependencies: - vc: '>=14.1,<15' - vs2015_runtime: '>=14.16.27033' + - vc >=14.1,<15 + - vs2015_runtime >=14.16.27033 url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-h8ffe710_0.tar.bz2 hash: md5: 050119977a86e4856f0416e2edcf81bb sha256: 657c2a992c896475021a25faebd9ccfaa149c5d70c7dc824d4069784b686cea1 - optional: false - category: main build: h8ffe710_0 arch: x86_64 subdir: win-64 @@ -11855,18 +11285,17 @@ package: license: GPL and LGPL size: 714518 timestamp: 1652702326553 -- name: libjpeg-turbo +- platform: linux-64 + name: libjpeg-turbo version: 2.1.5.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-2.1.5.1-hd590300_1.conda hash: md5: 323e90742f0f48fc22bea908735f55e6 sha256: 0ef7378818c6d5b407692d02556c32e2f6af31c7542bca5160d0b92a59427fb5 - optional: false - category: main build: hd590300_1 arch: x86_64 subdir: linux-64 @@ -11876,17 +11305,16 @@ package: license: IJG AND BSD-3-Clause AND Zlib size: 496449 timestamp: 1694566464059 -- name: libjpeg-turbo +- platform: osx-64 + name: libjpeg-turbo version: 2.1.5.1 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/libjpeg-turbo-2.1.5.1-h0dc2134_1.conda hash: md5: 5ae57a9afae4bc5c7409e1fc4f47bbc6 sha256: 503e6ca1089c83b3648db9bf39855678505de865bf48b86863b3dcdeb8f55822 - optional: false - category: main build: h0dc2134_1 arch: x86_64 subdir: osx-64 @@ -11896,20 +11324,19 @@ package: license: IJG AND BSD-3-Clause AND Zlib size: 456892 timestamp: 1694566641287 -- name: libjpeg-turbo +- platform: win-64 + name: libjpeg-turbo version: 2.1.5.1 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-2.1.5.1-hcfcfb64_1.conda hash: md5: 9503c6648d5692f1f26aabca7156f809 sha256: 27e49e07f2129cd39c1c34ac882a0e89f55d597d54c35fab362bcd0a37b532a2 - optional: false - category: main build: hcfcfb64_1 arch: x86_64 subdir: win-64 @@ -11919,22 +11346,21 @@ package: license: IJG AND BSD-3-Clause AND Zlib size: 688116 timestamp: 1694566907689 -- name: libkml +- platform: linux-64 + name: libkml version: 1.3.0 + category: main manager: conda - platform: linux-64 dependencies: - libexpat: '>=2.5.0,<3.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - uriparser: '>=0.9.7,<1.0a0' + - libexpat >=2.5.0,<3.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - uriparser >=0.9.7,<1.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libkml-1.3.0-h01aab08_1016.conda hash: md5: 4d0907546d556ef7f14b1dcfa0e217ce sha256: 7e8f2e2bf09e9fae7c046b35545b3c71bebf4d87b38771cc7d058e83ae4b81cc - optional: false - category: main build: h01aab08_1016 arch: x86_64 subdir: linux-64 @@ -11942,21 +11368,20 @@ package: license: BSD-3-Clause size: 511196 timestamp: 1696314384123 -- name: libkml +- platform: osx-64 + name: libkml version: 1.3.0 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - libexpat: '>=2.5.0,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - uriparser: '>=0.9.7,<1.0a0' + - libcxx >=15.0.7 + - libexpat >=2.5.0,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - uriparser >=0.9.7,<1.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libkml-1.3.0-hab3ca0e_1016.conda hash: md5: e574fb1d20c56e9c5e2bd5c12de4f96e sha256: d08ec8ff3e487701db7a504be814a665be9c7e4a5cfd8443c1444155979bd937 - optional: false - category: main build: hab3ca0e_1016 arch: x86_64 subdir: osx-64 @@ -11964,23 +11389,22 @@ package: license: BSD-3-Clause size: 396610 timestamp: 1696314702678 -- name: libkml +- platform: win-64 + name: libkml version: 1.3.0 + category: main manager: conda - platform: win-64 dependencies: - libexpat: '>=2.5.0,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - uriparser: '>=0.9.7,<1.0a0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libexpat >=2.5.0,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - uriparser >=0.9.7,<1.0a0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libkml-1.3.0-hd45a9bc_1016.conda hash: md5: 96153aa82727818d9046ae389fba9b32 sha256: a114731dba8bbaf94fb185b96b2921ed8c14d4501633dd394c27d857760375d1 - optional: false - category: main build: hd45a9bc_1016 arch: x86_64 subdir: win-64 @@ -11988,18 +11412,17 @@ package: license: BSD-3-Clause size: 1759737 timestamp: 1696314695812 -- name: liblapack +- platform: linux-64 + name: liblapack version: 3.9.0 + category: main manager: conda - platform: linux-64 dependencies: - libblas: ==3.9.0 18_linux64_openblas + - libblas ==3.9.0 18_linux64_openblas url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-18_linux64_openblas.conda hash: md5: a1244707531e5b143c420c70573c8ec5 sha256: 7b59c9bf8399b34818d36c7bbd30cd447649fe4ff2136d3102bb67da0af67a3a - optional: false - category: main build: 18_linux64_openblas arch: x86_64 subdir: linux-64 @@ -12012,18 +11435,17 @@ package: license_family: BSD size: 14482 timestamp: 1693951382004 -- name: liblapack +- platform: osx-64 + name: liblapack version: 3.9.0 + category: main manager: conda - platform: osx-64 dependencies: - libblas: ==3.9.0 18_osx64_openblas + - libblas ==3.9.0 18_osx64_openblas url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-18_osx64_openblas.conda hash: md5: e3e4572494c68a638faea31e7b72ec56 sha256: 2a297c50fdd566f8a1685ca3da2d3fc3e8b33806240b20ce9e1dc3a739cd48ff - optional: false - category: main build: 18_osx64_openblas arch: x86_64 subdir: osx-64 @@ -12036,18 +11458,17 @@ package: license_family: BSD size: 14676 timestamp: 1693951751596 -- name: liblapack +- platform: win-64 + name: liblapack version: 3.9.0 + category: main manager: conda - platform: win-64 dependencies: - libblas: ==3.9.0 18_win64_mkl + - libblas ==3.9.0 18_win64_mkl url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-18_win64_mkl.conda hash: md5: 82117ef735a916ace2df6f2de4df4824 sha256: f90d96695938659fad4dd47d92dbeebff4a3824979bfb1aac33c8287a83e9d23 - optional: false - category: main build: 18_win64_mkl arch: x86_64 subdir: win-64 @@ -12060,22 +11481,21 @@ package: license_family: BSD size: 3655780 timestamp: 1693952143445 -- name: libllvm15 +- platform: linux-64 + name: libllvm15 version: 15.0.7 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libxml2: '>=2.11.4,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - zstd: '>=1.5.2,<1.6.0a0' + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxml2 >=2.11.4,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - zstd >=1.5.2,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.7-h5cf9203_3.conda hash: md5: 9efe82d44b76a7529a1d702e5a37752e sha256: bb94e7535a309c2a8d58585cb82bac954ed59f473eef2cac6ea677d6f576a3b6 - optional: false - category: main build: h5cf9203_3 arch: x86_64 subdir: linux-64 @@ -12084,31 +11504,30 @@ package: license_family: Apache size: 33333655 timestamp: 1690527825436 -- name: libnetcdf +- platform: linux-64 + name: libnetcdf version: 4.9.2 + category: main manager: conda - platform: linux-64 - dependencies: - blosc: '>=1.21.4,<2.0a0' - bzip2: '>=1.0.8,<2.0a0' - hdf4: '>=4.2.15,<4.2.16.0a0' - hdf5: '>=1.14.2,<1.14.3.0a0' - libaec: '>=1.0.6,<2.0a0' - libcurl: '>=8.2.1,<9.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libxml2: '>=2.11.5,<2.12.0a0' - libzip: '>=1.10.1,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - zlib: '*' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - blosc >=1.21.4,<2.0a0 + - bzip2 >=1.0.8,<2.0a0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.2,<1.14.3.0a0 + - libaec >=1.0.6,<2.0a0 + - libcurl >=8.2.1,<9.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxml2 >=2.11.5,<2.12.0a0 + - libzip >=1.10.1,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - zlib * + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libnetcdf-4.9.2-nompi_h80fb2b6_112.conda hash: md5: a19fa6cacf80c8a366572853d5890eb4 sha256: 305ffc3ecaffce10754e4d057daa9803e8dc86d68b14524a791c7dc5598c1d2f - optional: false - category: main build: nompi_h80fb2b6_112 arch: x86_64 subdir: linux-64 @@ -12117,30 +11536,29 @@ package: license_family: MIT size: 848361 timestamp: 1693581687090 -- name: libnetcdf +- platform: osx-64 + name: libnetcdf version: 4.9.2 + category: main manager: conda - platform: osx-64 - dependencies: - blosc: '>=1.21.4,<2.0a0' - bzip2: '>=1.0.8,<2.0a0' - hdf4: '>=4.2.15,<4.2.16.0a0' - hdf5: '>=1.14.2,<1.14.3.0a0' - libaec: '>=1.0.6,<2.0a0' - libcurl: '>=8.2.1,<9.0a0' - libcxx: '>=15.0.7' - libxml2: '>=2.11.5,<2.12.0a0' - libzip: '>=1.10.1,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - zlib: '*' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - blosc >=1.21.4,<2.0a0 + - bzip2 >=1.0.8,<2.0a0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.2,<1.14.3.0a0 + - libaec >=1.0.6,<2.0a0 + - libcurl >=8.2.1,<9.0a0 + - libcxx >=15.0.7 + - libxml2 >=2.11.5,<2.12.0a0 + - libzip >=1.10.1,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - zlib * + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h6a32802_112.conda hash: md5: 413f9a35e9f888163b922ea6cfafb9da sha256: 8b1bfc9322bd4f9fe770461fac5b75b1888ccdbdf72b2d2a2bec1e1c13e05f48 - optional: false - category: main build: nompi_h6a32802_112 arch: x86_64 subdir: osx-64 @@ -12149,31 +11567,30 @@ package: license_family: MIT size: 737489 timestamp: 1693582116713 -- name: libnetcdf +- platform: win-64 + name: libnetcdf version: 4.9.2 + category: main manager: conda - platform: win-64 - dependencies: - blosc: '>=1.21.4,<2.0a0' - bzip2: '>=1.0.8,<2.0a0' - hdf4: '>=4.2.15,<4.2.16.0a0' - hdf5: '>=1.14.2,<1.14.3.0a0' - libaec: '>=1.0.6,<2.0a0' - libcurl: '>=8.2.1,<9.0a0' - libxml2: '>=2.11.5,<2.12.0a0' - libzip: '>=1.10.1,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zlib: '*' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - blosc >=1.21.4,<2.0a0 + - bzip2 >=1.0.8,<2.0a0 + - hdf4 >=4.2.15,<4.2.16.0a0 + - hdf5 >=1.14.2,<1.14.3.0a0 + - libaec >=1.0.6,<2.0a0 + - libcurl >=8.2.1,<9.0a0 + - libxml2 >=2.11.5,<2.12.0a0 + - libzip >=1.10.1,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib * + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h8284064_112.conda hash: md5: d13288269ee4de9079261a31028f9954 sha256: 6694fb1a949893178c3e0c7df648f5b9875da5ba9b1d76ec5d9a5bac6647dfc6 - optional: false - category: main build: nompi_h8284064_112 arch: x86_64 subdir: win-64 @@ -12182,23 +11599,22 @@ package: license_family: MIT size: 625332 timestamp: 1693582445195 -- name: libnghttp2 +- platform: linux-64 + name: libnghttp2 version: 1.52.0 + category: main manager: conda - platform: linux-64 dependencies: - c-ares: '>=1.18.1,<2.0a0' - libev: '>=4.33,<4.34.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.0.8,<4.0a0' + - c-ares >=1.18.1,<2.0a0 + - libev >=4.33,<4.34.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.0.8,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.52.0-h61bc06f_0.conda hash: md5: 613955a50485812985c059e7b269f42e sha256: ecd6b08c2b5abe7d1586428c4dd257dcfa00ee53700d79cdc8bca098fdfbd79a - optional: false - category: main build: h61bc06f_0 arch: x86_64 subdir: linux-64 @@ -12207,22 +11623,21 @@ package: license_family: MIT size: 622366 timestamp: 1677678076121 -- name: libnghttp2 +- platform: osx-64 + name: libnghttp2 version: 1.52.0 + category: main manager: conda - platform: osx-64 dependencies: - c-ares: '>=1.18.1,<2.0a0' - libcxx: '>=14.0.6' - libev: '>=4.33,<4.34.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.0.8,<4.0a0' + - c-ares >=1.18.1,<2.0a0 + - libcxx >=14.0.6 + - libev >=4.33,<4.34.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.0.8,<4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.52.0-he2ab024_0.conda hash: md5: 12ac7d100bf260263e30a019517f42a2 sha256: 093e4f3f62b3b07befa403e84a1f550cffe3b3961e435d42a75284f44be5f68a - optional: false - category: main build: he2ab024_0 arch: x86_64 subdir: osx-64 @@ -12231,18 +11646,17 @@ package: license_family: MIT size: 613074 timestamp: 1677678399575 -- name: libnsl +- platform: linux-64 + name: libnsl version: 2.0.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.0-hd590300_1.conda hash: md5: 854e3e1623b39777140f199c5f9ab952 sha256: c0a0c0abc1c17983168c3239d79a62d53c424bc5dd1764dbcd0fa953d6fce5e0 - optional: false - category: main build: hd590300_1 arch: x86_64 subdir: linux-64 @@ -12251,18 +11665,17 @@ package: license_family: GPL size: 33210 timestamp: 1695799598317 -- name: libnuma +- platform: linux-64 + name: libnuma version: 2.0.16 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.16-h0b41bf4_1.conda hash: md5: 28bfe2cb11357ccc5be21101a6b7ce86 sha256: 814a50cba215548ec3ebfb53033ffb9b3b070b2966570ff44910b8d9ba1c359d - optional: false - category: main build: h0b41bf4_1 arch: x86_64 subdir: linux-64 @@ -12270,18 +11683,17 @@ package: license: LGPL-2.1-only size: 41107 timestamp: 1676004391774 -- name: libogg +- platform: linux-64 + name: libogg version: 1.3.4 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.3.0' + - libgcc-ng >=9.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/libogg-1.3.4-h7f98852_1.tar.bz2 hash: md5: 6e8cc2173440d77708196c5b93771680 sha256: b88afeb30620b11bed54dac4295aa57252321446ba4e6babd7dce4b9ffde9b25 - optional: false - category: main build: h7f98852_1 arch: x86_64 subdir: linux-64 @@ -12290,19 +11702,18 @@ package: license_family: BSD size: 210550 timestamp: 1610382007814 -- name: libogg +- platform: win-64 + name: libogg version: 1.3.4 + category: main manager: conda - platform: win-64 dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 url: https://conda.anaconda.org/conda-forge/win-64/libogg-1.3.4-h8ffe710_1.tar.bz2 hash: md5: 04286d905a0dcb7f7d4a12bdfe02516d sha256: ef20f04ad2121a07e074b34bfc211587df18180e680963f5c02c54d1951b9ee6 - optional: false - category: main build: h8ffe710_1 arch: x86_64 subdir: win-64 @@ -12311,20 +11722,19 @@ package: license_family: BSD size: 35187 timestamp: 1610382533961 -- name: libopenblas +- platform: linux-64 + name: libopenblas version: 0.3.24 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libgfortran-ng: '*' - libgfortran5: '>=12.3.0' + - libgcc-ng >=12 + - libgfortran-ng * + - libgfortran5 >=12.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.24-pthreads_h413a1c8_0.conda hash: md5: 6e4ef6ca28655124dcde9bd500e44c32 sha256: c8e080ae4d57506238023e98869928ae93564e6407ef5b0c4d3a337e8c2b7662 - optional: false - category: main build: pthreads_h413a1c8_0 arch: x86_64 subdir: linux-64 @@ -12335,20 +11745,19 @@ package: license_family: BSD size: 5492091 timestamp: 1693785223074 -- name: libopenblas +- platform: osx-64 + name: libopenblas version: 0.3.24 + category: main manager: conda - platform: osx-64 dependencies: - libgfortran: 5.* - libgfortran5: '>=12.3.0' - llvm-openmp: '>=15.0.7' + - libgfortran 5.* + - libgfortran5 >=12.3.0 + - llvm-openmp >=15.0.7 url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.24-openmp_h48a4ad5_0.conda hash: md5: 077718837dd06cf0c3089070108869f6 sha256: ff2c14f7ed121f1df3ad06bea353288eade77c12fb891212a27af88a61483490 - optional: false - category: main build: openmp_h48a4ad5_0 arch: x86_64 subdir: osx-64 @@ -12359,18 +11768,17 @@ package: license_family: BSD size: 6157393 timestamp: 1693785988209 -- name: libopus +- platform: linux-64 + name: libopus version: 1.3.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.3.0' + - libgcc-ng >=9.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 hash: md5: 15345e56d527b330e1cacbdf58676e8f sha256: 0e1c2740ebd1c93226dc5387461bbcf8142c518f2092f3ea7551f77755decc8f - optional: false - category: main build: h7f98852_1 arch: x86_64 subdir: linux-64 @@ -12379,19 +11787,18 @@ package: license_family: BSD size: 260658 timestamp: 1606823578035 -- name: libpng +- platform: linux-64 + name: libpng version: 1.6.39 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' + - libgcc-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.39-h753d276_0.conda hash: md5: e1c890aebdebbfbf87e2c917187b4416 sha256: a32b36d34e4f2490b99bddbc77d01a674d304f667f0e62c89e02c961addef462 - optional: false - category: main build: h753d276_0 arch: x86_64 subdir: linux-64 @@ -12399,18 +11806,17 @@ package: license: zlib-acknowledgement size: 282599 timestamp: 1669075729952 -- name: libpng +- platform: osx-64 + name: libpng version: 1.6.39 + category: main manager: conda - platform: osx-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.39-ha978bb4_0.conda hash: md5: 35e4928794c5391aec14ffdf1deaaee5 sha256: 5ad9f5e96e6770bfc8b0a826f48835e7f337c2d2e9512d76027a62f9c120b2a3 - optional: false - category: main build: ha978bb4_0 arch: x86_64 subdir: osx-64 @@ -12418,21 +11824,20 @@ package: license: zlib-acknowledgement size: 271689 timestamp: 1669075890643 -- name: libpng +- platform: win-64 + name: libpng version: 1.6.39 + category: main manager: conda - platform: win-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.39-h19919ed_0.conda hash: md5: ab6febdb2dbd9c00803609079db4de71 sha256: 1f139a72109366ba1da69f5bdc569b0e6783f887615807c02d7bfcc2c7575067 - optional: false - category: main build: h19919ed_0 arch: x86_64 subdir: win-64 @@ -12440,21 +11845,20 @@ package: license: zlib-acknowledgement size: 343883 timestamp: 1669076173145 -- name: libpq +- platform: linux-64 + name: libpq version: '15.4' + category: main manager: conda - platform: linux-64 dependencies: - krb5: '>=1.21.2,<1.22.0a0' - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' + - krb5 >=1.21.2,<1.22.0a0 + - libgcc-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libpq-15.4-hfc447b1_2.conda hash: md5: 4a180ab68881a86be49858c9baf4581d sha256: f537ad28c083585e7c40e8a05f6febad8b9e649a48a1f2f497add3fc0947800b - optional: false - category: main build: hfc447b1_2 arch: x86_64 subdir: linux-64 @@ -12462,20 +11866,19 @@ package: license: PostgreSQL size: 2538743 timestamp: 1696003959107 -- name: libpq +- platform: osx-64 + name: libpq version: '16.0' + category: main manager: conda - platform: osx-64 dependencies: - krb5: '>=1.21.2,<1.22.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' + - krb5 >=1.21.2,<1.22.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libpq-16.0-h3df487d_1.conda hash: md5: 0516915abcfb1cd86624f1773d12b551 sha256: 57b674dbd88ed07b144ab49ef752c7a8dd6e01f393dada8ae496ca7659a0d4e5 - optional: false - category: main build: h3df487d_1 arch: x86_64 subdir: osx-64 @@ -12483,23 +11886,22 @@ package: license: PostgreSQL size: 2362584 timestamp: 1696004192526 -- name: libpq +- platform: win-64 + name: libpq version: '16.0' + category: main manager: conda - platform: win-64 dependencies: - krb5: '>=1.21.2,<1.22.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - krb5 >=1.21.2,<1.22.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libpq-16.0-h43585b0_1.conda hash: md5: c1d1c81e2dbcd0763b80e11ad18020bf sha256: cac51839cfb2aac221f6e23b305877dba8716bd20e109f2477cf92780ba8d524 - optional: false - category: main build: h43585b0_1 arch: x86_64 subdir: win-64 @@ -12507,21 +11909,20 @@ package: license: PostgreSQL size: 3547398 timestamp: 1696004738683 -- name: libprotobuf +- platform: linux-64 + name: libprotobuf version: 4.23.4 + category: main manager: conda - platform: linux-64 dependencies: - libabseil: '>=20230802.0,<20230803.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' + - libabseil >=20230802.0,<20230803.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.23.4-hf27288f_6.conda hash: md5: f28b3651e20e63f7da58798880061089 sha256: 33ce0a281abe4b3d59630f8e326fd73d38ca7a7030d1161aa4ca32792f35037e - optional: false - category: main build: hf27288f_6 arch: x86_64 subdir: linux-64 @@ -12530,21 +11931,20 @@ package: license_family: BSD size: 2558192 timestamp: 1694476855040 -- name: libprotobuf +- platform: osx-64 + name: libprotobuf version: 4.23.4 + category: main manager: conda - platform: osx-64 dependencies: - __osx: '>=10.13' - libabseil: '>=20230802.0,<20230803.0a0' - libcxx: '>=15.0.7' - libzlib: '>=1.2.13,<1.3.0a0' + - __osx >=10.13 + - libabseil >=20230802.0,<20230803.0a0 + - libcxx >=15.0.7 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.23.4-he0c2237_6.conda hash: md5: 4f39025adf42697651c0ce8de94c8181 sha256: 3ae3aa806fe3937b873ed1f49faf7f41ea06ef73152ce3785a104d34c515726e - optional: false - category: main build: he0c2237_6 arch: x86_64 subdir: osx-64 @@ -12553,22 +11953,21 @@ package: license_family: BSD size: 2057674 timestamp: 1694477818888 -- name: libprotobuf +- platform: win-64 + name: libprotobuf version: 4.23.4 + category: main manager: conda - platform: win-64 dependencies: - libabseil: '>=20230802.0,<20230803.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libabseil >=20230802.0,<20230803.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.23.4-hb8276f3_6.conda hash: md5: 1b9498bb8e615cfc5cb443f216b6ec1c sha256: 505137db3057884783bf4a8e40622e29fa8c80e1425d93a94fa478f06dcf6750 - optional: false - category: main build: hb8276f3_6 arch: x86_64 subdir: win-64 @@ -12577,20 +11976,19 @@ package: license_family: BSD size: 5205221 timestamp: 1694477777276 -- name: librttopo +- platform: linux-64 + name: librttopo version: 1.1.0 + category: main manager: conda - platform: linux-64 dependencies: - geos: '>=3.12.0,<3.12.1.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - geos >=3.12.0,<3.12.1.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/librttopo-1.1.0-hb58d41b_14.conda hash: md5: 264f9a3a4ea52c8f4d3e8ae1213a3335 sha256: a87307e9c8fb446eb7a1698d9ab40e590ba7e55de669b59f5751c48c2b320827 - optional: false - category: main build: hb58d41b_14 arch: x86_64 subdir: linux-64 @@ -12599,19 +11997,18 @@ package: license_family: GPL size: 232585 timestamp: 1687974082565 -- name: librttopo +- platform: osx-64 + name: librttopo version: 1.1.0 + category: main manager: conda - platform: osx-64 dependencies: - geos: '>=3.12.0,<3.12.1.0a0' - libcxx: '>=15.0.7' + - geos >=3.12.0,<3.12.1.0a0 + - libcxx >=15.0.7 url: https://conda.anaconda.org/conda-forge/osx-64/librttopo-1.1.0-h23f359d_14.conda hash: md5: 4cec4e76f3d1cd6ec739ca40e7e12847 sha256: df61f3c42651fd02d2e5fbb3cd6a225df29dc91ec6c5a57d0d717dc14ee8e2dc - optional: false - category: main build: h23f359d_14 arch: x86_64 subdir: osx-64 @@ -12620,21 +12017,20 @@ package: license_family: GPL size: 214159 timestamp: 1687974265453 -- name: librttopo +- platform: win-64 + name: librttopo version: 1.1.0 + category: main manager: conda - platform: win-64 dependencies: - geos: '>=3.12.0,<3.12.1.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - geos >=3.12.0,<3.12.1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/librttopo-1.1.0-h92c5fdb_14.conda hash: md5: 9d3f0c286ea2df09b2c0aefbd63769c0 sha256: e693468c519bea531c4fa3edccb906c1de5ac35f5630a1745230b5f17ab88104 - optional: false - category: main build: h92c5fdb_14 arch: x86_64 subdir: win-64 @@ -12643,25 +12039,24 @@ package: license_family: GPL size: 406368 timestamp: 1687974615867 -- name: libsndfile +- platform: linux-64 + name: libsndfile version: 1.2.2 + category: main manager: conda - platform: linux-64 dependencies: - lame: '>=3.100,<3.101.0a0' - libflac: '>=1.4.3,<1.5.0a0' - libgcc-ng: '>=12' - libogg: '>=1.3.4,<1.4.0a0' - libopus: '>=1.3.1,<2.0a0' - libstdcxx-ng: '>=12' - libvorbis: '>=1.3.7,<1.4.0a0' - mpg123: '>=1.32.1,<1.33.0a0' + - lame >=3.100,<3.101.0a0 + - libflac >=1.4.3,<1.5.0a0 + - libgcc-ng >=12 + - libogg >=1.3.4,<1.4.0a0 + - libopus >=1.3.1,<2.0a0 + - libstdcxx-ng >=12 + - libvorbis >=1.3.7,<1.4.0a0 + - mpg123 >=1.32.1,<1.33.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda hash: md5: ef1910918dd895516a769ed36b5b3a4e sha256: f709cbede3d4f3aee4e2f8d60bd9e256057f410bd60b8964cb8cf82ec1457573 - optional: false - category: main build: hc60ed4a_1 arch: x86_64 subdir: linux-64 @@ -12670,18 +12065,17 @@ package: license_family: LGPL size: 354372 timestamp: 1695747735668 -- name: libsodium +- platform: linux-64 + name: libsodium version: 1.0.18 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=7.5.0' + - libgcc-ng >=7.5.0 url: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.18-h36c2ea0_1.tar.bz2 hash: md5: c3788462a6fbddafdb413a9f9053e58d sha256: 53da0c8b79659df7b53eebdb80783503ce72fb4b10ed6e9e05cc0e9e4207a130 - optional: false - category: main build: h36c2ea0_1 arch: x86_64 subdir: linux-64 @@ -12689,17 +12083,16 @@ package: license: ISC size: 374999 timestamp: 1605135674116 -- name: libsodium +- platform: osx-64 + name: libsodium version: 1.0.18 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.18-hbcb3906_1.tar.bz2 hash: md5: 24632c09ed931af617fe6d5292919cab sha256: 2da45f14e3d383b4b9e3a8bacc95cd2832aac2dbf9fbc70d255d384a310c5660 - optional: false - category: main build: hbcb3906_1 arch: x86_64 subdir: osx-64 @@ -12707,19 +12100,18 @@ package: license: ISC size: 528765 timestamp: 1605135849110 -- name: libsodium +- platform: win-64 + name: libsodium version: 1.0.18 + category: main manager: conda - platform: win-64 dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 url: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.18-h8d14728_1.tar.bz2 hash: md5: 5c1fb45b5e2912c19098750ae8a32604 sha256: ecc463f0ab6eaf6bc5bd6ff9c17f65595de6c7a38db812222ab8ffde0d3f4bc2 - optional: false - category: main build: h8d14728_1 arch: x86_64 subdir: win-64 @@ -12727,19 +12119,18 @@ package: license: ISC size: 713431 timestamp: 1605135918736 -- name: libspatialindex +- platform: linux-64 + name: libspatialindex version: 1.9.3 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.3.0' - libstdcxx-ng: '>=9.3.0' + - libgcc-ng >=9.3.0 + - libstdcxx-ng >=9.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/libspatialindex-1.9.3-h9c3ff4c_4.tar.bz2 hash: md5: d87fbe9c0ff589e802ff13872980bfd9 sha256: 588fbd0c11bc44e354365d5f836183216a4ed17d680b565ff416a93b839f1a8b - optional: false - category: main build: h9c3ff4c_4 arch: x86_64 subdir: linux-64 @@ -12748,18 +12139,17 @@ package: license_family: MIT size: 4838937 timestamp: 1626972731590 -- name: libspatialindex +- platform: osx-64 + name: libspatialindex version: 1.9.3 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=11.1.0' + - libcxx >=11.1.0 url: https://conda.anaconda.org/conda-forge/osx-64/libspatialindex-1.9.3-he49afe7_4.tar.bz2 hash: md5: b1c13764417c32fa87fac733caa82a64 sha256: 443db45215e08fbf134a019486c20540d9903c1d9b14ac28ba299f8a730069da - optional: false - category: main build: he49afe7_4 arch: x86_64 subdir: osx-64 @@ -12768,19 +12158,18 @@ package: license_family: MIT size: 410011 timestamp: 1626973076121 -- name: libspatialindex +- platform: win-64 + name: libspatialindex version: 1.9.3 + category: main manager: conda - platform: win-64 dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 url: https://conda.anaconda.org/conda-forge/win-64/libspatialindex-1.9.3-h39d44d4_4.tar.bz2 hash: md5: 51c172496e828258d04eba9971f2af1a sha256: 88af7e2c9c5fc38be7cecd6ed41abbbb9cf5924dedb9c31f9c5426cb715753bb - optional: false - category: main build: h39d44d4_4 arch: x86_64 subdir: win-64 @@ -12789,28 +12178,27 @@ package: license_family: MIT size: 447231 timestamp: 1626973005831 -- name: libspatialite +- platform: linux-64 + name: libspatialite version: 5.1.0 + category: main manager: conda - platform: linux-64 - dependencies: - freexl: '>=2.0.0,<3.0a0' - geos: '>=3.12.0,<3.12.1.0a0' - libgcc-ng: '>=12' - librttopo: '>=1.1.0,<1.2.0a0' - libsqlite: '>=3.43.0,<4.0a0' - libstdcxx-ng: '>=12' - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - proj: '>=9.3.0,<9.3.1.0a0' - sqlite: '*' - zlib: '*' + dependencies: + - freexl >=2.0.0,<3.0a0 + - geos >=3.12.0,<3.12.1.0a0 + - libgcc-ng >=12 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.43.0,<4.0a0 + - libstdcxx-ng >=12 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - proj >=9.3.0,<9.3.1.0a0 + - sqlite * + - zlib * url: https://conda.anaconda.org/conda-forge/linux-64/libspatialite-5.1.0-h090f1da_0.conda hash: md5: c4360eaa543bb3bcbb9cd135eb6fb0fc sha256: 9c2098ae38f5018ad77cf7928778cf5af08008a0b383fe731ef812ef688953bc - optional: false - category: main build: h090f1da_0 arch: x86_64 subdir: linux-64 @@ -12819,28 +12207,27 @@ package: license_family: MOZILLA size: 3262522 timestamp: 1694986621279 -- name: libspatialite +- platform: osx-64 + name: libspatialite version: 5.1.0 + category: main manager: conda - platform: osx-64 - dependencies: - freexl: '>=2.0.0,<3.0a0' - geos: '>=3.12.0,<3.12.1.0a0' - libcxx: '>=15.0.7' - libiconv: '>=1.17,<2.0a0' - librttopo: '>=1.1.0,<1.2.0a0' - libsqlite: '>=3.43.0,<4.0a0' - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - proj: '>=9.3.0,<9.3.1.0a0' - sqlite: '*' - zlib: '*' + dependencies: + - freexl >=2.0.0,<3.0a0 + - geos >=3.12.0,<3.12.1.0a0 + - libcxx >=15.0.7 + - libiconv >=1.17,<2.0a0 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.43.0,<4.0a0 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - proj >=9.3.0,<9.3.1.0a0 + - sqlite * + - zlib * url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-h231fb02_0.conda hash: md5: 01e2c119c7b00f2116bc33660107ad37 sha256: 6a0571ce1ce67d95c4f9245645a5613247a7c425abff1e1c7edf6f402ea4e3d9 - optional: false - category: main build: h231fb02_0 arch: x86_64 subdir: osx-64 @@ -12849,29 +12236,28 @@ package: license_family: MOZILLA size: 3146968 timestamp: 1694987054620 -- name: libspatialite +- platform: win-64 + name: libspatialite version: 5.1.0 + category: main manager: conda - platform: win-64 - dependencies: - freexl: '>=2.0.0,<3.0a0' - geos: '>=3.12.0,<3.12.1.0a0' - librttopo: '>=1.1.0,<1.2.0a0' - libsqlite: '>=3.43.0,<4.0a0' - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - proj: '>=9.3.0,<9.3.1.0a0' - sqlite: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zlib: '*' + dependencies: + - freexl >=2.0.0,<3.0a0 + - geos >=3.12.0,<3.12.1.0a0 + - librttopo >=1.1.0,<1.2.0a0 + - libsqlite >=3.43.0,<4.0a0 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - proj >=9.3.0,<9.3.1.0a0 + - sqlite * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib * url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hbf340bc_0.conda hash: md5: 639d349f4837fba210a0796f76612b22 sha256: f2fbe2e90fc5424865e03d1e4e65a4581fd55a37e487ddb31cf3e3c6add24423 - optional: false - category: main build: hbf340bc_0 arch: x86_64 subdir: win-64 @@ -12880,19 +12266,18 @@ package: license_family: MOZILLA size: 8815112 timestamp: 1694986662946 -- name: libsqlite +- platform: linux-64 + name: libsqlite version: 3.43.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' + - libgcc-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.43.0-h2797004_0.conda hash: md5: 903fa782a9067d5934210df6d79220f6 sha256: e715fab7ec6b3f3df2a5962ef372ff0f871d215fe819482dcd80357999513652 - optional: false - category: main build: h2797004_0 arch: x86_64 subdir: linux-64 @@ -12900,18 +12285,17 @@ package: license: Unlicense size: 840871 timestamp: 1692911324643 -- name: libsqlite +- platform: osx-64 + name: libsqlite version: 3.43.0 + category: main manager: conda - platform: osx-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.43.0-h58db7d2_0.conda hash: md5: e2195038e85e49e26fbeb7efc0ad38c4 sha256: 3c3e06284c3426126901891675d09e181c651b2db01df9884da2613015e3fbac - optional: false - category: main build: h58db7d2_0 arch: x86_64 subdir: osx-64 @@ -12919,20 +12303,19 @@ package: license: Unlicense size: 891003 timestamp: 1692911591798 -- name: libsqlite +- platform: win-64 + name: libsqlite version: 3.43.0 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.43.0-hcfcfb64_0.conda hash: md5: 16c6f482e70cb3da41d0bee5d49c6bf3 sha256: d79128a279c8e8b4afeef5cfe9d4302a2fd65b1af3973732d92a7cc396d5332f - optional: false - category: main build: hcfcfb64_0 arch: x86_64 subdir: win-64 @@ -12940,20 +12323,19 @@ package: license: Unlicense size: 846526 timestamp: 1692911612959 -- name: libssh2 +- platform: linux-64 + name: libssh2 version: 1.11.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.1,<4.0a0' + - libgcc-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.1,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda hash: md5: 1f5a58e686b13bcfde88b93f547d23fe sha256: 50e47fd9c4f7bf841a11647ae7486f65220cfc988ec422a4475fe8d5a823824d - optional: false - category: main build: h0841786_0 arch: x86_64 subdir: linux-64 @@ -12962,19 +12344,18 @@ package: license_family: BSD size: 271133 timestamp: 1685837707056 -- name: libssh2 +- platform: osx-64 + name: libssh2 version: 1.11.0 + category: main manager: conda - platform: osx-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.1,<4.0a0' + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.1,<4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda hash: md5: ca3a72efba692c59a90d4b9fc0dfe774 sha256: f3886763b88f4b24265db6036535ef77b7b77ce91b1cbe588c0fbdd861eec515 - optional: false - category: main build: hd019ec5_0 arch: x86_64 subdir: osx-64 @@ -12983,22 +12364,21 @@ package: license_family: BSD size: 259556 timestamp: 1685837820566 -- name: libssh2 +- platform: win-64 + name: libssh2 version: 1.11.0 + category: main manager: conda - platform: win-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.1,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda hash: md5: dc262d03aae04fe26825062879141a41 sha256: 813fd04eed2a2d5d9c36e53c554f9c1f08e9324e2922bd60c9c52dbbed2dbcec - optional: false - category: main build: h7dfc565_0 arch: x86_64 subdir: win-64 @@ -13007,17 +12387,16 @@ package: license_family: BSD size: 266806 timestamp: 1685838242099 -- name: libstdcxx-ng +- platform: linux-64 + name: libstdcxx-ng version: 13.2.0 + category: main manager: conda - platform: linux-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_2.conda hash: md5: 9172c297304f2a20134fc56c97fbe229 sha256: ab22ecdc974cdbe148874ea876d9c564294d5eafa760f403ed4fd495307b4243 - optional: false - category: main build: h7e041cc_2 arch: x86_64 subdir: linux-64 @@ -13026,24 +12405,23 @@ package: license_family: GPL size: 3842773 timestamp: 1695219454837 -- name: libsystemd0 +- platform: linux-64 + name: libsystemd0 version: '254' + category: main manager: conda - platform: linux-64 dependencies: - __glibc: '>=2.17,<3.0.a0' - libcap: '>=2.69,<2.70.0a0' - libgcc-ng: '>=12' - libgcrypt: '>=1.10.1,<2.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.2,<1.6.0a0' + - __glibc >=2.17,<3.0.a0 + - libcap >=2.69,<2.70.0a0 + - libgcc-ng >=12 + - libgcrypt >=1.10.1,<2.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.2,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libsystemd0-254-h3516f8a_0.conda hash: md5: df4b1cd0c91b4234fb02b5701a4cdddc sha256: e4732b9bc6acbdd3308cd0abd0860c9ea44e37127cd78acb797c996c20e4f42f - optional: false - category: main build: h3516f8a_0 arch: x86_64 subdir: linux-64 @@ -13051,22 +12429,21 @@ package: license: LGPL-2.1-or-later size: 400372 timestamp: 1690575436367 -- name: libthrift +- platform: linux-64 + name: libthrift version: 0.19.0 + category: main manager: conda - platform: linux-64 dependencies: - libevent: '>=2.1.12,<2.1.13.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' + - libevent >=2.1.12,<2.1.13.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.19.0-hb90f79a_1.conda hash: md5: 8cdb7d41faa0260875ba92414c487e2d sha256: 719add2cf20d144ef9962c57cd0f77178259bdb3aae1cded2e2b2b7c646092f5 - optional: false - category: main build: hb90f79a_1 arch: x86_64 subdir: linux-64 @@ -13075,21 +12452,20 @@ package: license_family: APACHE size: 409409 timestamp: 1695958011498 -- name: libthrift +- platform: osx-64 + name: libthrift version: 0.19.0 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - libevent: '>=2.1.12,<2.1.13.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' + - libcxx >=15.0.7 + - libevent >=2.1.12,<2.1.13.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libthrift-0.19.0-h064b379_1.conda hash: md5: b152655bfad7c2374ff03be0596052b6 sha256: 4346c25ef6e2ff3d0fc93074238508531188ecd0dbea6414f6cb93a7775072c4 - optional: false - category: main build: h064b379_1 arch: x86_64 subdir: osx-64 @@ -13098,23 +12474,22 @@ package: license_family: APACHE size: 325415 timestamp: 1695958330036 -- name: libthrift +- platform: win-64 + name: libthrift version: 0.19.0 + category: main manager: conda - platform: win-64 dependencies: - libevent: '>=2.1.12,<2.1.13.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libevent >=2.1.12,<2.1.13.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libthrift-0.19.0-ha2b3283_1.conda hash: md5: d3432b9d4950e91d2fdf3bed91248ee0 sha256: 89bbc59898c827429a52315c9c0dd888ea73ab1157a8c86098aeae7d13454ac4 - optional: false - category: main build: ha2b3283_1 arch: x86_64 subdir: win-64 @@ -13123,26 +12498,25 @@ package: license_family: APACHE size: 612342 timestamp: 1695958519927 -- name: libtiff +- platform: linux-64 + name: libtiff version: 4.6.0 + category: main manager: conda - platform: linux-64 - dependencies: - lerc: '>=4.0.0,<5.0a0' - libdeflate: '>=1.19,<1.20.0a0' - libgcc-ng: '>=12' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libstdcxx-ng: '>=12' - libwebp-base: '>=1.3.2,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - lerc >=4.0.0,<5.0a0 + - libdeflate >=1.19,<1.20.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libstdcxx-ng >=12 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h29866fb_1.conda hash: md5: 4e9afd30f4ccb2f98645e51005f82236 sha256: 16f70e3170b9acb5b5a9e7fe60fd9b1104c946e165a48882ebf38ecb7978e980 - optional: false - category: main build: h29866fb_1 arch: x86_64 subdir: linux-64 @@ -13150,25 +12524,24 @@ package: license: HPND size: 277480 timestamp: 1694958140034 -- name: libtiff +- platform: osx-64 + name: libtiff version: 4.6.0 + category: main manager: conda - platform: osx-64 dependencies: - lerc: '>=4.0.0,<5.0a0' - libcxx: '>=15.0.7' - libdeflate: '>=1.19,<1.20.0a0' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' + - lerc >=4.0.0,<5.0a0 + - libcxx >=15.0.7 + - libdeflate >=1.19,<1.20.0a0 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-haeeb97c_1.conda hash: md5: bf4e56cd02413fc3a92835251e2a8c4f sha256: dc1bf90c43e3a68a903526cf93d851d9133f3deac27ba17d2d0f28d0b939cabe - optional: false - category: main build: haeeb97c_1 arch: x86_64 subdir: osx-64 @@ -13176,26 +12549,25 @@ package: license: HPND size: 260174 timestamp: 1694958295979 -- name: libtiff +- platform: win-64 + name: libtiff version: 4.6.0 + category: main manager: conda - platform: win-64 - dependencies: - lerc: '>=4.0.0,<5.0a0' - libdeflate: '>=1.19,<1.20.0a0' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - lerc >=4.0.0,<5.0a0 + - libdeflate >=1.19,<1.20.0a0 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-h4554b19_1.conda hash: md5: 84150e18ed7ebd287fb9e3446a13fa8d sha256: c1a31d00654d5e21f276d6280226188142120d7f8ab5d64d6dfadab2b4015098 - optional: false - category: main build: h4554b19_1 arch: x86_64 subdir: win-64 @@ -13203,18 +12575,17 @@ package: license: HPND size: 784271 timestamp: 1694958528287 -- name: libutf8proc +- platform: linux-64 + name: libutf8proc version: 2.8.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2 hash: md5: ede4266dc02e875fe1ea77b25dd43747 sha256: 49082ee8d01339b225f7f8c60f32a2a2c05fe3b16f31b554b4fb2c1dea237d1c - optional: false - category: main build: h166bdaf_0 arch: x86_64 subdir: linux-64 @@ -13223,17 +12594,16 @@ package: license_family: MIT size: 101070 timestamp: 1667316029302 -- name: libutf8proc +- platform: osx-64 + name: libutf8proc version: 2.8.0 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/libutf8proc-2.8.0-hb7f2c08_0.tar.bz2 hash: md5: db98dc3e58cbc11583180609c429c17d sha256: 55a7f96b2802e94def207fdfe92bc52c24d705d139bb6cdb3d936cbe85e1c505 - optional: false - category: main build: hb7f2c08_0 arch: x86_64 subdir: osx-64 @@ -13242,20 +12612,19 @@ package: license_family: MIT size: 98942 timestamp: 1667316472080 -- name: libutf8proc +- platform: win-64 + name: libutf8proc version: 2.8.0 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libutf8proc-2.8.0-h82a8f57_0.tar.bz2 hash: md5: 076894846fe9f068f91c57d158c90cba sha256: 6efa83e3f2fb9acaf096a18d21d0f679d110934798348c5defc780d4b759a76c - optional: false - category: main build: h82a8f57_0 arch: x86_64 subdir: win-64 @@ -13264,18 +12633,17 @@ package: license_family: MIT size: 104389 timestamp: 1667316359211 -- name: libuuid +- platform: linux-64 + name: libuuid version: 2.38.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda hash: md5: 40b61aab5c7ba9ff276c41cfffe6b80b sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 - optional: false - category: main build: h0b41bf4_0 arch: x86_64 subdir: linux-64 @@ -13284,20 +12652,19 @@ package: license_family: BSD size: 33601 timestamp: 1680112270483 -- name: libvorbis +- platform: linux-64 + name: libvorbis version: 1.3.7 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.3.0' - libogg: '>=1.3.4,<1.4.0a0' - libstdcxx-ng: '>=9.3.0' + - libgcc-ng >=9.3.0 + - libogg >=1.3.4,<1.4.0a0 + - libstdcxx-ng >=9.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 hash: md5: 309dec04b70a3cc0f1e84a4013683bc0 sha256: 53080d72388a57b3c31ad5805c93a7328e46ff22fab7c44ad2a86d712740af33 - optional: false - category: main build: h9c3ff4c_0 arch: x86_64 subdir: linux-64 @@ -13306,20 +12673,19 @@ package: license_family: BSD size: 286280 timestamp: 1610609811627 -- name: libvorbis +- platform: win-64 + name: libvorbis version: 1.3.7 + category: main manager: conda - platform: win-64 dependencies: - libogg: '>=1.3.4,<1.4.0a0' - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' + - libogg >=1.3.4,<1.4.0a0 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 url: https://conda.anaconda.org/conda-forge/win-64/libvorbis-1.3.7-h0e60522_0.tar.bz2 hash: md5: e1a22282de0169c93e4ffe6ce6acc212 sha256: 6cdc018a024908270205d8512d92f92cf0adaaa5401c2b403757189b138bf56a - optional: false - category: main build: h0e60522_0 arch: x86_64 subdir: win-64 @@ -13328,18 +12694,17 @@ package: license_family: BSD size: 273721 timestamp: 1610610022421 -- name: libwebp-base +- platform: linux-64 + name: libwebp-base version: 1.3.2 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.3.2-hd590300_0.conda hash: md5: 30de3fd9b3b602f7473f30e684eeea8c sha256: 68764a760fa81ef35dacb067fe8ace452bbb41476536a4a147a1051df29525f0 - optional: false - category: main build: hd590300_0 arch: x86_64 subdir: linux-64 @@ -13350,17 +12715,16 @@ package: license_family: BSD size: 401830 timestamp: 1694709121323 -- name: libwebp-base +- platform: osx-64 + name: libwebp-base version: 1.3.2 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.3.2-h0dc2134_0.conda hash: md5: 4e7e9d244e87d66c18d36894fd6a8ae5 sha256: fa7580f26fec4c28321ec2ece1257f3293e0c646c635e9904679f4a8369be401 - optional: false - category: main build: h0dc2134_0 arch: x86_64 subdir: osx-64 @@ -13371,20 +12735,19 @@ package: license_family: BSD size: 346599 timestamp: 1694709233836 -- name: libwebp-base +- platform: win-64 + name: libwebp-base version: 1.3.2 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.3.2-hcfcfb64_0.conda hash: md5: dcde8820959e64378d4e06147ffecfdd sha256: af1453fab10d1fb8b379c61a78882614051a8bac37307d7ac4fb58eac667709e - optional: false - category: main build: hcfcfb64_0 arch: x86_64 subdir: win-64 @@ -13395,21 +12758,20 @@ package: license_family: BSD size: 268870 timestamp: 1694709461733 -- name: libxcb +- platform: linux-64 + name: libxcb version: '1.15' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - pthread-stubs: '*' - xorg-libxau: '*' - xorg-libxdmcp: '*' + - libgcc-ng >=12 + - pthread-stubs * + - xorg-libxau * + - xorg-libxdmcp * url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.15-h0b41bf4_0.conda hash: md5: 33277193f5b92bad9fdd230eb700929c sha256: a670902f0a3173a466c058d2ac22ca1dd0df0453d3a80e0212815c20a16b0485 - optional: false - category: main build: h0b41bf4_0 arch: x86_64 subdir: linux-64 @@ -13418,20 +12780,19 @@ package: license_family: MIT size: 384238 timestamp: 1682082368177 -- name: libxcb +- platform: osx-64 + name: libxcb version: '1.15' + category: main manager: conda - platform: osx-64 dependencies: - pthread-stubs: '*' - xorg-libxau: '*' - xorg-libxdmcp: '*' + - pthread-stubs * + - xorg-libxau * + - xorg-libxdmcp * url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.15-hb7f2c08_0.conda hash: md5: 5513f57e0238c87c12dffedbcc9c1a4a sha256: f41904f466acc8b3197f37f2dd3a08da75720c7f7464d9267635debc4ac1902b - optional: false - category: main build: hb7f2c08_0 arch: x86_64 subdir: osx-64 @@ -13440,22 +12801,21 @@ package: license_family: MIT size: 313793 timestamp: 1682083036825 -- name: libxcb +- platform: win-64 + name: libxcb version: '1.15' + category: main manager: conda - platform: win-64 dependencies: - m2w64-gcc-libs: '*' - m2w64-gcc-libs-core: '*' - pthread-stubs: '*' - xorg-libxau: '*' - xorg-libxdmcp: '*' + - m2w64-gcc-libs * + - m2w64-gcc-libs-core * + - pthread-stubs * + - xorg-libxau * + - xorg-libxdmcp * url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.15-hcd874cb_0.conda hash: md5: 090d91b69396f14afef450c285f9758c sha256: d01322c693580f53f8d07a7420cd6879289f5ddad5531b372c3efd1c37cac3bf - optional: false - category: main build: hcd874cb_0 arch: x86_64 subdir: win-64 @@ -13464,22 +12824,21 @@ package: license_family: MIT size: 969788 timestamp: 1682083087243 -- name: libxkbcommon +- platform: linux-64 + name: libxkbcommon version: 1.5.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libxcb: '>=1.15,<1.16.0a0' - libxml2: '>=2.11.4,<2.12.0a0' - xkeyboard-config: '*' + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libxcb >=1.15,<1.16.0a0 + - libxml2 >=2.11.4,<2.12.0a0 + - xkeyboard-config * url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.5.0-h5d7e998_3.conda hash: md5: c91ea308d7bf70b62ddda568478aa03b sha256: 28d7971db21e4cb3a52a550950ae91ff38896ba05938b1e3492b666988e87bd3 - optional: false - category: main build: h5d7e998_3 arch: x86_64 subdir: linux-64 @@ -13488,22 +12847,21 @@ package: license_family: MIT size: 560725 timestamp: 1684639184662 -- name: libxml2 +- platform: linux-64 + name: libxml2 version: 2.11.5 + category: main manager: conda - platform: linux-64 dependencies: - icu: '>=73.2,<74.0a0' - libgcc-ng: '>=12' - libiconv: '>=1.17,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - xz: '>=5.2.6,<6.0a0' + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - xz >=5.2.6,<6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.11.5-h232c23b_1.conda hash: md5: f3858448893839820d4bcfb14ad3ecdf sha256: 1b3cb6864de1a558ea5fb144c780121d52507837d15df0600491d8ed92cff90c - optional: false - category: main build: h232c23b_1 arch: x86_64 subdir: linux-64 @@ -13512,21 +12870,20 @@ package: license_family: MIT size: 705542 timestamp: 1692960341690 -- name: libxml2 +- platform: osx-64 + name: libxml2 version: 2.11.5 + category: main manager: conda - platform: osx-64 dependencies: - icu: '>=73.2,<74.0a0' - libiconv: '>=1.17,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - xz: '>=5.2.6,<6.0a0' + - icu >=73.2,<74.0a0 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - xz >=5.2.6,<6.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.11.5-h3346baf_1.conda hash: md5: 7584dee6af7de378aed0ae49aebedb8a sha256: d901fab32e57a43c44e630fb1c4d0a163d23b109eecd6c68b9ee371800760bca - optional: false - category: main build: h3346baf_1 arch: x86_64 subdir: osx-64 @@ -13535,22 +12892,21 @@ package: license_family: MIT size: 623399 timestamp: 1692960844532 -- name: libxml2 +- platform: win-64 + name: libxml2 version: 2.11.5 + category: main manager: conda - platform: win-64 dependencies: - libiconv: '>=1.17,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libiconv >=1.17,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.11.5-hc3477c8_1.conda hash: md5: 27974f880a010b1441093d9f737a949f sha256: ad3b5a510be2c5f9fe90b2c20e10adb135717304bcb3a197f256feb48d713d99 - optional: false - category: main build: hc3477c8_1 arch: x86_64 subdir: win-64 @@ -13559,21 +12915,20 @@ package: license_family: MIT size: 1600640 timestamp: 1692960798126 -- name: libzip +- platform: linux-64 + name: libzip version: 1.10.1 + category: main manager: conda - platform: linux-64 dependencies: - bzip2: '>=1.0.8,<2.0a0' - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/libzip-1.10.1-h2629f0a_3.conda hash: md5: ac79812548e7e8cf61f7b0abdef01d3b sha256: 84e93f189072dcfcbe77744f19c7e4171523fbecfaba7352e5a23bbe014574c7 - optional: false - category: main build: h2629f0a_3 arch: x86_64 subdir: linux-64 @@ -13582,20 +12937,19 @@ package: license_family: BSD size: 107198 timestamp: 1694416433629 -- name: libzip +- platform: osx-64 + name: libzip version: 1.10.1 + category: main manager: conda - platform: osx-64 dependencies: - bzip2: '>=1.0.8,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libzip-1.10.1-hc158999_3.conda hash: md5: 6112b3173f3aa2f12a8f40d07a77cc35 sha256: 0689e4a6e67e80027e43eefb8a365273405a01f5ab2ece97319155b8be5d64f6 - optional: false - category: main build: hc158999_3 arch: x86_64 subdir: osx-64 @@ -13604,23 +12958,22 @@ package: license_family: BSD size: 127599 timestamp: 1694416738467 -- name: libzip +- platform: win-64 + name: libzip version: 1.10.1 + category: main manager: conda - platform: win-64 dependencies: - bzip2: '>=1.0.8,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libzip-1.10.1-h1d365fa_3.conda hash: md5: 5c629cd12d89e2856c17b1dc5fcf44a4 sha256: 221698b52dd7a3dcfc67ff9460e9c8649fc6c86506a2a2ab6f57b97e7489bb9f - optional: false - category: main build: h1d365fa_3 arch: x86_64 subdir: win-64 @@ -13629,18 +12982,17 @@ package: license_family: BSD size: 146434 timestamp: 1694417117772 -- name: libzlib +- platform: linux-64 + name: libzlib version: 1.2.13 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda hash: md5: f36c115f1ee199da648e0597ec2047ad sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4 - optional: false - category: main build: hd590300_5 arch: x86_64 subdir: linux-64 @@ -13651,17 +13003,16 @@ package: license_family: Other size: 61588 timestamp: 1686575217516 -- name: libzlib +- platform: osx-64 + name: libzlib version: 1.2.13 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda hash: md5: 4a3ad23f6e16f99c04e166767193d700 sha256: fc58ad7f47ffea10df1f2165369978fba0a1cc32594aad778f5eec725f334867 - optional: false - category: main build: h8a1eda9_5 arch: x86_64 subdir: osx-64 @@ -13672,20 +13023,19 @@ package: license_family: Other size: 59404 timestamp: 1686575566695 -- name: libzlib +- platform: win-64 + name: libzlib version: 1.2.13 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda hash: md5: 5fdb9c6a113b6b6cb5e517fd972d5f41 sha256: c161822ee8130b71e08b6d282b9919c1de2c5274b29921a867bca0f7d30cad26 - optional: false - category: main build: hcfcfb64_5 arch: x86_64 subdir: win-64 @@ -13696,17 +13046,16 @@ package: license_family: Other size: 55800 timestamp: 1686575452215 -- name: llvm-openmp +- platform: osx-64 + name: llvm-openmp version: 16.0.6 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-16.0.6-hff08bdf_0.conda hash: md5: 39a5227d906f75102bf8586741690128 sha256: 0fbcf1c9e15dbb22d337063550ebcadbeb96b2a012e633f80255c8c720e4f832 - optional: false - category: main build: hff08bdf_0 arch: x86_64 subdir: osx-64 @@ -13717,19 +13066,18 @@ package: license_family: APACHE size: 295823 timestamp: 1686865427800 -- name: lz4-c +- platform: linux-64 + name: lz4-c version: 1.9.4 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda hash: md5: 318b08df404f9c9be5712aaa5a6f0bb0 sha256: 1b4c105a887f9b2041219d57036f72c4739ab9e9fe5a1486f094e58c76b31f5f - optional: false - category: main build: hcb278e6_0 arch: x86_64 subdir: linux-64 @@ -13738,18 +13086,17 @@ package: license_family: BSD size: 143402 timestamp: 1674727076728 -- name: lz4-c +- platform: osx-64 + name: lz4-c version: 1.9.4 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=14.0.6' + - libcxx >=14.0.6 url: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.9.4-hf0c8a7f_0.conda hash: md5: aa04f7143228308662696ac24023f991 sha256: 39aa0c01696e4e202bf5e337413de09dfeec061d89acd5f28e9968b4e93c3f48 - optional: false - category: main build: hf0c8a7f_0 arch: x86_64 subdir: osx-64 @@ -13758,20 +13105,19 @@ package: license_family: BSD size: 156415 timestamp: 1674727335352 -- name: lz4-c +- platform: win-64 + name: lz4-c version: 1.9.4 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda hash: md5: e34720eb20a33fc3bfb8451dd837ab7a sha256: a0954b4b1590735ea5f3d0f4579c3883f8ac837387afd5b398b241fda85124ab - optional: false - category: main build: hcfcfb64_0 arch: x86_64 subdir: win-64 @@ -13780,18 +13126,17 @@ package: license_family: BSD size: 134235 timestamp: 1674728465431 -- name: lzo +- platform: linux-64 + name: lzo version: '2.10' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=7.5.0' + - libgcc-ng >=7.5.0 url: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h516909a_1000.tar.bz2 hash: md5: bb14fcb13341b81d5eb386423b9d2bac sha256: 25d16e6aaa3d0b450e61d0c4fadd7c9fd17f16e2fef09b34507209342d63c9f6 - optional: false - category: main build: h516909a_1000 arch: x86_64 subdir: linux-64 @@ -13800,17 +13145,16 @@ package: license_family: GPL2 size: 321113 timestamp: 1597681972321 -- name: lzo +- platform: osx-64 + name: lzo version: '2.10' + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/lzo-2.10-haf1e3a3_1000.tar.bz2 hash: md5: 0b6bca372a95d6c602c7a922e928ce79 sha256: c8a9401eff2efbbcc6da03d0066ee85d72402f7658c240e7968c64052a0d0493 - optional: false - category: main build: haf1e3a3_1000 arch: x86_64 subdir: osx-64 @@ -13819,19 +13163,18 @@ package: license_family: GPL2 size: 194278 timestamp: 1597682686489 -- name: lzo +- platform: win-64 + name: lzo version: '2.10' + category: main manager: conda - platform: win-64 dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 url: https://conda.anaconda.org/conda-forge/win-64/lzo-2.10-he774522_1000.tar.bz2 hash: md5: d5cf4b7eaa52316f135eed9e8548ad57 sha256: ff064e34d3cad829f1e31f2d26125b61d20ba8d3771f8f5337069027b8e3fab4 - optional: false - category: main build: he774522_1000 arch: x86_64 subdir: win-64 @@ -13840,19 +13183,18 @@ package: license_family: GPL2 size: 170192 timestamp: 1597682500084 -- name: m2w64-gcc-libgfortran +- platform: win-64 + name: m2w64-gcc-libgfortran version: 5.3.0 + category: main manager: conda - platform: win-64 dependencies: - m2w64-gcc-libs-core: '*' - msys2-conda-epoch: ==20160418 + - m2w64-gcc-libs-core * + - msys2-conda-epoch ==20160418 url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 hash: md5: 066552ac6b907ec6d72c0ddab29050dc sha256: 9de95a7996d5366ae0808eef2acbc63f9b11b874aa42375f55379e6715845dc6 - optional: false - category: main build: '6' arch: x86_64 subdir: win-64 @@ -13860,22 +13202,21 @@ package: license: GPL, LGPL, FDL, custom size: 350687 timestamp: 1608163451316 -- name: m2w64-gcc-libs +- platform: win-64 + name: m2w64-gcc-libs version: 5.3.0 + category: main manager: conda - platform: win-64 dependencies: - m2w64-gcc-libgfortran: '*' - m2w64-gcc-libs-core: '*' - m2w64-gmp: '*' - m2w64-libwinpthread-git: '*' - msys2-conda-epoch: ==20160418 + - m2w64-gcc-libgfortran * + - m2w64-gcc-libs-core * + - m2w64-gmp * + - m2w64-libwinpthread-git * + - msys2-conda-epoch ==20160418 url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2 hash: md5: fe759119b8b3bfa720b8762c6fdc35de sha256: 3bd1ab02b7c89a5b153a17be03b36d833f1517ff2a6a77ead7c4a808b88196aa - optional: false - category: main build: '7' arch: x86_64 subdir: win-64 @@ -13883,20 +13224,19 @@ package: license: GPL3+, partial:GCCRLE, partial:LGPL2+ size: 532390 timestamp: 1608163512830 -- name: m2w64-gcc-libs-core +- platform: win-64 + name: m2w64-gcc-libs-core version: 5.3.0 + category: main manager: conda - platform: win-64 dependencies: - m2w64-gmp: '*' - m2w64-libwinpthread-git: '*' - msys2-conda-epoch: ==20160418 + - m2w64-gmp * + - m2w64-libwinpthread-git * + - msys2-conda-epoch ==20160418 url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2 hash: md5: 4289d80fb4d272f1f3b56cfe87ac90bd sha256: 58afdfe859ed2e9a9b1cc06bc408720cb2c3a6a132e59d4805b090d7574f4ee0 - optional: false - category: main build: '7' arch: x86_64 subdir: win-64 @@ -13904,18 +13244,17 @@ package: license: GPL3+, partial:GCCRLE, partial:LGPL2+ size: 219240 timestamp: 1608163481341 -- name: m2w64-gmp +- platform: win-64 + name: m2w64-gmp version: 6.1.0 + category: main manager: conda - platform: win-64 dependencies: - msys2-conda-epoch: ==20160418 + - msys2-conda-epoch ==20160418 url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gmp-6.1.0-2.tar.bz2 hash: md5: 53a1c73e1e3d185516d7e3af177596d9 sha256: 7e3cd95f554660de45f8323fca359e904e8d203efaf07a4d311e46d611481ed1 - optional: false - category: main build: '2' arch: x86_64 subdir: win-64 @@ -13923,18 +13262,17 @@ package: license: LGPL3 size: 743501 timestamp: 1608163782057 -- name: m2w64-libwinpthread-git +- platform: win-64 + name: m2w64-libwinpthread-git version: 5.0.0.4634.697f757 + category: main manager: conda - platform: win-64 dependencies: - msys2-conda-epoch: ==20160418 + - msys2-conda-epoch ==20160418 url: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 hash: md5: 774130a326dee16f1ceb05cc687ee4f0 sha256: f63a09b2cae7defae0480f1740015d6235f1861afa6fe2e2d3e10bd0d1314ee0 - optional: false - category: main build: '2' arch: x86_64 subdir: win-64 @@ -13942,23 +13280,22 @@ package: license: MIT, BSD size: 31928 timestamp: 1608166099896 -- name: mapclassify +- platform: linux-64 + name: mapclassify version: 2.5.0 + category: main manager: conda - platform: linux-64 dependencies: - networkx: '*' - numpy: '>=1.3' - pandas: '>=1.0' - python: '>=3.6' - scikit-learn: '*' - scipy: '>=1.0' + - networkx * + - numpy >=1.3 + - pandas >=1.0 + - python >=3.6 + - scikit-learn * + - scipy >=1.0 url: https://conda.anaconda.org/conda-forge/noarch/mapclassify-2.5.0-pyhd8ed1ab_1.conda hash: md5: db1aeaff6e248db425e049feffded7a9 sha256: 78aadbd9953976678b6e3298ac26a63cf9390a8794db3ff71f3fe5b6d13a35ca - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: linux-64 @@ -13968,23 +13305,22 @@ package: noarch: python size: 38836 timestamp: 1673861651847 -- name: mapclassify +- platform: osx-64 + name: mapclassify version: 2.5.0 + category: main manager: conda - platform: osx-64 dependencies: - networkx: '*' - numpy: '>=1.3' - pandas: '>=1.0' - python: '>=3.6' - scikit-learn: '*' - scipy: '>=1.0' + - networkx * + - numpy >=1.3 + - pandas >=1.0 + - python >=3.6 + - scikit-learn * + - scipy >=1.0 url: https://conda.anaconda.org/conda-forge/noarch/mapclassify-2.5.0-pyhd8ed1ab_1.conda hash: md5: db1aeaff6e248db425e049feffded7a9 sha256: 78aadbd9953976678b6e3298ac26a63cf9390a8794db3ff71f3fe5b6d13a35ca - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: osx-64 @@ -13994,23 +13330,22 @@ package: noarch: python size: 38836 timestamp: 1673861651847 -- name: mapclassify +- platform: win-64 + name: mapclassify version: 2.5.0 + category: main manager: conda - platform: win-64 dependencies: - networkx: '*' - numpy: '>=1.3' - pandas: '>=1.0' - python: '>=3.6' - scikit-learn: '*' - scipy: '>=1.0' + - networkx * + - numpy >=1.3 + - pandas >=1.0 + - python >=3.6 + - scikit-learn * + - scipy >=1.0 url: https://conda.anaconda.org/conda-forge/noarch/mapclassify-2.5.0-pyhd8ed1ab_1.conda hash: md5: db1aeaff6e248db425e049feffded7a9 sha256: 78aadbd9953976678b6e3298ac26a63cf9390a8794db3ff71f3fe5b6d13a35ca - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: win-64 @@ -14020,19 +13355,18 @@ package: noarch: python size: 38836 timestamp: 1673861651847 -- name: markdown-it-py +- platform: linux-64 + name: markdown-it-py version: 3.0.0 + category: main manager: conda - platform: linux-64 dependencies: - mdurl: '>=0.1,<1' - python: '>=3.8' + - mdurl >=0.1,<1 + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda hash: md5: 93a8e71256479c62074356ef6ebf501b sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -14042,19 +13376,18 @@ package: noarch: python size: 64356 timestamp: 1686175179621 -- name: markdown-it-py +- platform: osx-64 + name: markdown-it-py version: 3.0.0 + category: main manager: conda - platform: osx-64 dependencies: - mdurl: '>=0.1,<1' - python: '>=3.8' + - mdurl >=0.1,<1 + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda hash: md5: 93a8e71256479c62074356ef6ebf501b sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -14064,19 +13397,18 @@ package: noarch: python size: 64356 timestamp: 1686175179621 -- name: markdown-it-py +- platform: win-64 + name: markdown-it-py version: 3.0.0 + category: main manager: conda - platform: win-64 dependencies: - mdurl: '>=0.1,<1' - python: '>=3.8' + - mdurl >=0.1,<1 + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda hash: md5: 93a8e71256479c62074356ef6ebf501b sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -14086,20 +13418,19 @@ package: noarch: python size: 64356 timestamp: 1686175179621 -- name: markupsafe +- platform: linux-64 + name: markupsafe version: 2.1.3 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.3-py311h459d7ec_1.conda hash: md5: 71120b5155a0c500826cf81536721a15 sha256: e1a9930f35e39bf65bc293e24160b83ebf9f800f02749f65358e1c04882ee6b0 - optional: false - category: main build: py311h459d7ec_1 arch: x86_64 subdir: linux-64 @@ -14110,19 +13441,18 @@ package: license_family: BSD size: 27174 timestamp: 1695367575909 -- name: markupsafe +- platform: osx-64 + name: markupsafe version: 2.1.3 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.3-py311h2725bcf_1.conda hash: md5: 52ee86f482b552e547e2b1d6c01adf55 sha256: 5a8f8caa89eeba6ea6e9e96d3e7c109b675bc3c6ed4b109b8931757da2411d48 - optional: false - category: main build: py311h2725bcf_1 arch: x86_64 subdir: osx-64 @@ -14133,22 +13463,21 @@ package: license_family: BSD size: 25917 timestamp: 1695367980802 -- name: markupsafe +- platform: win-64 + name: markupsafe version: 2.1.3 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.3-py311ha68e1ae_1.conda hash: md5: bc93b9d445824cfce3933b5dcc1087b4 sha256: 435c4c2df8d98cd49d8332d22b6f4847fc4b594500f0cdf0f9437274c668642b - optional: false - category: main build: py311ha68e1ae_1 arch: x86_64 subdir: win-64 @@ -14159,22 +13488,21 @@ package: license_family: BSD size: 29466 timestamp: 1695367841578 -- name: matplotlib +- platform: linux-64 + name: matplotlib version: 3.8.0 + category: main manager: conda - platform: linux-64 dependencies: - matplotlib-base: '>=3.8.0,<3.8.1.0a0' - pyqt: '>=5.10' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - tornado: '>=5' + - matplotlib-base >=3.8.0,<3.8.1.0a0 + - pyqt >=5.10 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - tornado >=5 url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.8.0-py311h38be061_1.conda hash: md5: 6a2cd22264c8a61c8a571bb6e524775f sha256: 2e6a73ecbcb3a7027fc672d28cc22375bff9089621534cf1712678511e53ac8f - optional: false - category: main build: py311h38be061_1 arch: x86_64 subdir: linux-64 @@ -14183,21 +13511,20 @@ package: license_family: PSF size: 8456 timestamp: 1695329104595 -- name: matplotlib +- platform: osx-64 + name: matplotlib version: 3.8.0 + category: main manager: conda - platform: osx-64 dependencies: - matplotlib-base: '>=3.8.0,<3.8.1.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - tornado: '>=5' + - matplotlib-base >=3.8.0,<3.8.1.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - tornado >=5 url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.8.0-py311h6eed73b_0.conda hash: md5: 51d122b38289e4112c7175d55cfd27a1 sha256: 51402de23eaa2674807858be31a13edd3a52fa342011428e1295790f9406d54f - optional: false - category: main build: py311h6eed73b_0 arch: x86_64 subdir: osx-64 @@ -14206,22 +13533,21 @@ package: license_family: PSF size: 8566 timestamp: 1695080981156 -- name: matplotlib +- platform: win-64 + name: matplotlib version: 3.8.0 + category: main manager: conda - platform: win-64 dependencies: - matplotlib-base: '>=3.8.0,<3.8.1.0a0' - pyqt: '>=5.10' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - tornado: '>=5' + - matplotlib-base >=3.8.0,<3.8.1.0a0 + - pyqt >=5.10 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - tornado >=5 url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-3.8.0-py311h1ea47a8_1.conda hash: md5: 58587d3aa73615391356293dc8e7479a sha256: 204d4445e13f7765a5341dd0a86c901d20b7ef8d01b3413e195a82f2f490ba6b - optional: false - category: main build: py311h1ea47a8_1 arch: x86_64 subdir: win-64 @@ -14230,33 +13556,32 @@ package: license_family: PSF size: 8862 timestamp: 1695329615942 -- name: matplotlib-base +- platform: linux-64 + name: matplotlib-base version: 3.8.0 + category: main manager: conda - platform: linux-64 - dependencies: - certifi: '>=2020.6.20' - contourpy: '>=1.0.1' - cycler: '>=0.10' - fonttools: '>=4.22.0' - freetype: '>=2.12.1,<3.0a0' - kiwisolver: '>=1.0.1' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.23.5,<2.0a0' - packaging: '>=20.0' - pillow: '>=6.2.0' - pyparsing: '>=2.3.1' - python: '>=3.11,<3.12.0a0' - python-dateutil: '>=2.7' - python_abi: 3.11.* *_cp311 - tk: '>=8.6.12,<8.7.0a0' + dependencies: + - certifi >=2020.6.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - kiwisolver >=1.0.1 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - numpy >=1.23.5,<2.0a0 + - packaging >=20.0 + - pillow >=6.2.0 + - pyparsing >=2.3.1 + - python >=3.11,<3.12.0a0 + - python-dateutil >=2.7 + - python_abi 3.11.* *_cp311 + - tk >=8.6.12,<8.7.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.8.0-py311h54ef318_1.conda hash: md5: 20d79e2fe53b49b399f3d36977b05abb sha256: dc66351c4d8250a318ece2d98837fda48adc5e62227ad1283468a9d982d280e7 - optional: false - category: main build: py311h54ef318_1 arch: x86_64 subdir: linux-64 @@ -14265,32 +13590,31 @@ package: license_family: PSF size: 7861835 timestamp: 1695329078332 -- name: matplotlib-base +- platform: osx-64 + name: matplotlib-base version: 3.8.0 + category: main manager: conda - platform: osx-64 - dependencies: - __osx: '>=10.12' - certifi: '>=2020.6.20' - contourpy: '>=1.0.1' - cycler: '>=0.10' - fonttools: '>=4.22.0' - freetype: '>=2.12.1,<3.0a0' - kiwisolver: '>=1.0.1' - libcxx: '>=15.0.7' - numpy: '>=1.23.5,<2.0a0' - packaging: '>=20.0' - pillow: '>=6.2.0' - pyparsing: '>=2.3.1' - python: '>=3.11,<3.12.0a0' - python-dateutil: '>=2.7' - python_abi: 3.11.* *_cp311 + dependencies: + - __osx >=10.12 + - certifi >=2020.6.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - kiwisolver >=1.0.1 + - libcxx >=15.0.7 + - numpy >=1.23.5,<2.0a0 + - packaging >=20.0 + - pillow >=6.2.0 + - pyparsing >=2.3.1 + - python >=3.11,<3.12.0a0 + - python-dateutil >=2.7 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.8.0-py311haff9b01_0.conda hash: md5: 390e0db0f04fabd7330fa626c398b16f sha256: cb2711d7a9d34a5954939737a38ebcb4916279c0a49d7cd7272d2e28b2b94b97 - optional: false - category: main build: py311haff9b01_0 arch: x86_64 subdir: osx-64 @@ -14299,33 +13623,32 @@ package: license_family: PSF size: 7915262 timestamp: 1695080924547 -- name: matplotlib-base +- platform: win-64 + name: matplotlib-base version: 3.8.0 + category: main manager: conda - platform: win-64 - dependencies: - certifi: '>=2020.6.20' - contourpy: '>=1.0.1' - cycler: '>=0.10' - fonttools: '>=4.22.0' - freetype: '>=2.12.1,<3.0a0' - kiwisolver: '>=1.0.1' - numpy: '>=1.23.5,<2.0a0' - packaging: '>=20.0' - pillow: '>=6.2.0' - pyparsing: '>=2.3.1' - python: '>=3.11,<3.12.0a0' - python-dateutil: '>=2.7' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + dependencies: + - certifi >=2020.6.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - kiwisolver >=1.0.1 + - numpy >=1.23.5,<2.0a0 + - packaging >=20.0 + - pillow >=6.2.0 + - pyparsing >=2.3.1 + - python >=3.11,<3.12.0a0 + - python-dateutil >=2.7 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/matplotlib-base-3.8.0-py311h6e989c2_1.conda hash: md5: d28013e1333ec4007b3c4dec8aa81d03 sha256: 7585de7efa8229056df1a7883ff30322e30193941e61c0f5bc134d8bf7f9b7df - optional: false - category: main build: py311h6e989c2_1 arch: x86_64 subdir: win-64 @@ -14334,19 +13657,18 @@ package: license_family: PSF size: 7767944 timestamp: 1695329576374 -- name: matplotlib-inline +- platform: linux-64 + name: matplotlib-inline version: 0.1.6 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' - traitlets: '*' + - python >=3.6 + - traitlets * url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 hash: md5: b21613793fcc81d944c76c9f2864a7de sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -14356,19 +13678,18 @@ package: noarch: python size: 12273 timestamp: 1660814913405 -- name: matplotlib-inline +- platform: osx-64 + name: matplotlib-inline version: 0.1.6 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' - traitlets: '*' + - python >=3.6 + - traitlets * url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 hash: md5: b21613793fcc81d944c76c9f2864a7de sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -14378,19 +13699,18 @@ package: noarch: python size: 12273 timestamp: 1660814913405 -- name: matplotlib-inline +- platform: win-64 + name: matplotlib-inline version: 0.1.6 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' - traitlets: '*' + - python >=3.6 + - traitlets * url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 hash: md5: b21613793fcc81d944c76c9f2864a7de sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -14400,18 +13720,17 @@ package: noarch: python size: 12273 timestamp: 1660814913405 -- name: mdurl +- platform: linux-64 + name: mdurl version: 0.1.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 hash: md5: f8dab71fdc13b1bf29a01248b156d268 sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -14421,18 +13740,17 @@ package: noarch: python size: 13707 timestamp: 1639515992326 -- name: mdurl +- platform: osx-64 + name: mdurl version: 0.1.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 hash: md5: f8dab71fdc13b1bf29a01248b156d268 sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -14442,18 +13760,17 @@ package: noarch: python size: 13707 timestamp: 1639515992326 -- name: mdurl +- platform: win-64 + name: mdurl version: 0.1.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 hash: md5: f8dab71fdc13b1bf29a01248b156d268 sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -14463,25 +13780,24 @@ package: noarch: python size: 13707 timestamp: 1639515992326 -- name: minizip +- platform: linux-64 + name: minizip version: 4.0.1 + category: main manager: conda - platform: linux-64 dependencies: - bzip2: '>=1.0.8,<2.0a0' - libgcc-ng: '>=12' - libiconv: '>=1.17,<2.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/minizip-4.0.1-h0ab5242_4.conda hash: md5: 98e9a384eb5e53bfa4bfdc8b6f975403 sha256: 788b071c973aa12689883ddbe36998c75cfbe75ddc8a681ae6f3fd8e27d6dd65 - optional: false - category: main build: h0ab5242_4 arch: x86_64 subdir: linux-64 @@ -14490,24 +13806,23 @@ package: license_family: Other size: 91589 timestamp: 1694976833904 -- name: minizip +- platform: osx-64 + name: minizip version: 4.0.1 + category: main manager: conda - platform: osx-64 dependencies: - bzip2: '>=1.0.8,<2.0a0' - libcxx: '>=15.0.7' - libiconv: '>=1.17,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' + - bzip2 >=1.0.8,<2.0a0 + - libcxx >=15.0.7 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/minizip-4.0.1-h64dbd51_4.conda hash: md5: 7ffb420f221a87053d210653176bbd60 sha256: 42a1c301a238c2aa89b5022917888ee3caeba4dcb9111984ceeaa9a84fd8dcae - optional: false - category: main build: h64dbd51_4 arch: x86_64 subdir: osx-64 @@ -14516,24 +13831,23 @@ package: license_family: Other size: 78696 timestamp: 1694977050658 -- name: minizip +- platform: win-64 + name: minizip version: 4.0.1 + category: main manager: conda - platform: win-64 dependencies: - bzip2: '>=1.0.8,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/win-64/minizip-4.0.1-h5bed578_4.conda hash: md5: 491edd715d1cbb3871b8821f196e8f71 sha256: 769c629cdfcf90f1a2e3b089d5867a1a0279e819d76c01fca01e9e7701306363 - optional: false - category: main build: h5bed578_4 arch: x86_64 subdir: win-64 @@ -14542,18 +13856,17 @@ package: license_family: Other size: 58586 timestamp: 1694977147433 -- name: mistune +- platform: linux-64 + name: mistune version: 3.0.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.1-pyhd8ed1ab_0.conda hash: md5: 1dad8397c94e4de97a70de552a7dcf49 sha256: 0b4558d3afb64e23b66f5279b704de76ebeb6b4eebbf913d65fbd4ba7d9acc2f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -14563,18 +13876,17 @@ package: noarch: python size: 66169 timestamp: 1692116828443 -- name: mistune +- platform: osx-64 + name: mistune version: 3.0.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.1-pyhd8ed1ab_0.conda hash: md5: 1dad8397c94e4de97a70de552a7dcf49 sha256: 0b4558d3afb64e23b66f5279b704de76ebeb6b4eebbf913d65fbd4ba7d9acc2f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -14584,18 +13896,17 @@ package: noarch: python size: 66169 timestamp: 1692116828443 -- name: mistune +- platform: win-64 + name: mistune version: 3.0.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.1-pyhd8ed1ab_0.conda hash: md5: 1dad8397c94e4de97a70de552a7dcf49 sha256: 0b4558d3afb64e23b66f5279b704de76ebeb6b4eebbf913d65fbd4ba7d9acc2f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -14605,19 +13916,18 @@ package: noarch: python size: 66169 timestamp: 1692116828443 -- name: mkl +- platform: win-64 + name: mkl version: 2022.1.0 + category: main manager: conda - platform: win-64 dependencies: - intel-openmp: '*' - tbb: 2021.* + - intel-openmp * + - tbb 2021.* url: https://conda.anaconda.org/conda-forge/win-64/mkl-2022.1.0-h6a75c08_874.tar.bz2 hash: md5: 2ff89a7337a9636029b4db9466e9f8e3 sha256: b130d13dba6a798cbcce8f19c52e9765b75b8668d2f8f95ba8210c63b6fa84eb - optional: false - category: main build: h6a75c08_874 arch: x86_64 subdir: win-64 @@ -14626,18 +13936,17 @@ package: license_family: Proprietary size: 191569511 timestamp: 1652946602922 -- name: more-itertools +- platform: linux-64 + name: more-itertools version: 10.1.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.1.0-pyhd8ed1ab_0.conda hash: md5: 8549fafed0351bbfaa1ddaa15fdf9b4e sha256: 07ce65497dec537e490992758934ddbc4fb5ed9285b41387a7cca966f1a98a0f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -14647,18 +13956,17 @@ package: noarch: python size: 53654 timestamp: 1691087125209 -- name: more-itertools +- platform: osx-64 + name: more-itertools version: 10.1.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.1.0-pyhd8ed1ab_0.conda hash: md5: 8549fafed0351bbfaa1ddaa15fdf9b4e sha256: 07ce65497dec537e490992758934ddbc4fb5ed9285b41387a7cca966f1a98a0f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -14668,18 +13976,17 @@ package: noarch: python size: 53654 timestamp: 1691087125209 -- name: more-itertools +- platform: win-64 + name: more-itertools version: 10.1.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.1.0-pyhd8ed1ab_0.conda hash: md5: 8549fafed0351bbfaa1ddaa15fdf9b4e sha256: 07ce65497dec537e490992758934ddbc4fb5ed9285b41387a7cca966f1a98a0f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -14689,19 +13996,18 @@ package: noarch: python size: 53654 timestamp: 1691087125209 -- name: mpg123 +- platform: linux-64 + name: mpg123 version: 1.32.3 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.3-h59595ed_0.conda hash: md5: bdadff838d5437aea83607ced8b37f75 sha256: f02b8ed16b3a488938b5f9453d19ea315ce6ed0d46cc389ecfaa28f2a4c3cb16 - optional: false - category: main build: h59595ed_0 arch: x86_64 subdir: linux-64 @@ -14710,35 +14016,33 @@ package: license_family: LGPL size: 491969 timestamp: 1696265613952 -- name: msys2-conda-epoch +- platform: win-64 + name: msys2-conda-epoch version: '20160418' + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 hash: md5: b0309b72560df66f71a9d5e34a5efdfa sha256: 99358d58d778abee4dca82ad29fb58058571f19b0f86138363c260049d4ac7f1 - optional: false - category: main build: '1' arch: x86_64 subdir: win-64 build_number: 1 size: 3227 timestamp: 1608166968312 -- name: multimethod +- platform: linux-64 + name: multimethod version: 1.9.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/multimethod-1.9.1-pyhd8ed1ab_0.conda hash: md5: 48223af3f697ccd9b114adb6a66e0f11 sha256: 7fcfda7b4a1d74205fcfdefd93804226a6eaffc74a319414c7d8d88f9249db3b - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -14748,18 +14052,17 @@ package: noarch: python size: 14782 timestamp: 1677278842704 -- name: multimethod +- platform: osx-64 + name: multimethod version: 1.9.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/multimethod-1.9.1-pyhd8ed1ab_0.conda hash: md5: 48223af3f697ccd9b114adb6a66e0f11 sha256: 7fcfda7b4a1d74205fcfdefd93804226a6eaffc74a319414c7d8d88f9249db3b - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -14769,18 +14072,17 @@ package: noarch: python size: 14782 timestamp: 1677278842704 -- name: multimethod +- platform: win-64 + name: multimethod version: 1.9.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/multimethod-1.9.1-pyhd8ed1ab_0.conda hash: md5: 48223af3f697ccd9b114adb6a66e0f11 sha256: 7fcfda7b4a1d74205fcfdefd93804226a6eaffc74a319414c7d8d88f9249db3b - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -14790,18 +14092,17 @@ package: noarch: python size: 14782 timestamp: 1677278842704 -- name: munch +- platform: linux-64 + name: munch version: 4.0.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda hash: md5: 376b32e8f9d3eacbd625f37d39bd507d sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -14811,18 +14112,17 @@ package: noarch: python size: 15466 timestamp: 1688318483241 -- name: munch +- platform: osx-64 + name: munch version: 4.0.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda hash: md5: 376b32e8f9d3eacbd625f37d39bd507d sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -14832,18 +14132,17 @@ package: noarch: python size: 15466 timestamp: 1688318483241 -- name: munch +- platform: win-64 + name: munch version: 4.0.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda hash: md5: 376b32e8f9d3eacbd625f37d39bd507d sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -14853,18 +14152,17 @@ package: noarch: python size: 15466 timestamp: 1688318483241 -- name: munkres +- platform: linux-64 + name: munkres version: 1.1.4 + category: main manager: conda - platform: linux-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 hash: md5: 2ba8498c1018c1e9c61eb99b973dfe19 sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: linux-64 @@ -14874,18 +14172,17 @@ package: noarch: python size: 12452 timestamp: 1600387789153 -- name: munkres +- platform: osx-64 + name: munkres version: 1.1.4 + category: main manager: conda - platform: osx-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 hash: md5: 2ba8498c1018c1e9c61eb99b973dfe19 sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: osx-64 @@ -14895,18 +14192,17 @@ package: noarch: python size: 12452 timestamp: 1600387789153 -- name: munkres +- platform: win-64 + name: munkres version: 1.1.4 + category: main manager: conda - platform: win-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 hash: md5: 2ba8498c1018c1e9c61eb99b973dfe19 sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: win-64 @@ -14916,23 +14212,22 @@ package: noarch: python size: 12452 timestamp: 1600387789153 -- name: mypy +- platform: linux-64 + name: mypy version: 1.5.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - mypy_extensions: '>=1.0.0' - psutil: '>=4.0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - typing_extensions: '>=4.1.0' + - libgcc-ng >=12 + - mypy_extensions >=1.0.0 + - psutil >=4.0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - typing_extensions >=4.1.0 url: https://conda.anaconda.org/conda-forge/linux-64/mypy-1.5.1-py311h459d7ec_1.conda hash: md5: f905742ceba3a2ffb62f27970267e297 sha256: 9f6100c14da70c612eeebd89b7a35f99b5ccb94a117e9a44f5e05739045e25b0 - optional: false - category: main build: py311h459d7ec_1 arch: x86_64 subdir: linux-64 @@ -14941,22 +14236,21 @@ package: license_family: MIT size: 15442785 timestamp: 1695442282679 -- name: mypy +- platform: osx-64 + name: mypy version: 1.5.1 + category: main manager: conda - platform: osx-64 dependencies: - mypy_extensions: '>=1.0.0' - psutil: '>=4.0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - typing_extensions: '>=4.1.0' + - mypy_extensions >=1.0.0 + - psutil >=4.0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - typing_extensions >=4.1.0 url: https://conda.anaconda.org/conda-forge/osx-64/mypy-1.5.1-py311h2725bcf_1.conda hash: md5: f3391c1c3bd85f92b5130f70f32e86cc sha256: b446e7b668a60352940e854a156dabeecef6d693ee0db05490104aab38b27d04 - optional: false - category: main build: py311h2725bcf_1 arch: x86_64 subdir: osx-64 @@ -14965,25 +14259,24 @@ package: license_family: MIT size: 9950575 timestamp: 1695442441211 -- name: mypy +- platform: win-64 + name: mypy version: 1.5.1 + category: main manager: conda - platform: win-64 dependencies: - mypy_extensions: '>=1.0.0' - psutil: '>=4.0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - typing_extensions: '>=4.1.0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - mypy_extensions >=1.0.0 + - psutil >=4.0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - typing_extensions >=4.1.0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/mypy-1.5.1-py311ha68e1ae_1.conda hash: md5: b64c48d1d0d06fbd8161c9482705e59b sha256: 7b73111972e210a76be0162653e598594d6770750325339b6a0b668ce303a436 - optional: false - category: main build: py311ha68e1ae_1 arch: x86_64 subdir: win-64 @@ -14992,18 +14285,17 @@ package: license_family: MIT size: 7977322 timestamp: 1695442297831 -- name: mypy_extensions +- platform: linux-64 + name: mypy_extensions version: 1.0.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda hash: md5: 4eccaeba205f0aed9ac3a9ea58568ca3 sha256: f240217476e148e825420c6bc3a0c0efb08c0718b7042fae960400c02af858a3 - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -15013,18 +14305,17 @@ package: noarch: python size: 10492 timestamp: 1675543414256 -- name: mypy_extensions +- platform: osx-64 + name: mypy_extensions version: 1.0.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda hash: md5: 4eccaeba205f0aed9ac3a9ea58568ca3 sha256: f240217476e148e825420c6bc3a0c0efb08c0718b7042fae960400c02af858a3 - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -15034,18 +14325,17 @@ package: noarch: python size: 10492 timestamp: 1675543414256 -- name: mypy_extensions +- platform: win-64 + name: mypy_extensions version: 1.0.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/mypy_extensions-1.0.0-pyha770c72_0.conda hash: md5: 4eccaeba205f0aed9ac3a9ea58568ca3 sha256: f240217476e148e825420c6bc3a0c0efb08c0718b7042fae960400c02af858a3 - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -15055,65 +14345,62 @@ package: noarch: python size: 10492 timestamp: 1675543414256 -- name: mysql-common +- platform: linux-64 + name: mysql-common version: 8.0.33 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - openssl: '>=3.1.2,<4.0a0' + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - openssl >=3.1.2,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.0.33-hf1915f5_4.conda hash: md5: f6f0ac5665849afc0716213a6cff224d sha256: 1c7d001454cb13832eb4fb7abe89af56aaf968cb4aa1735d6523ab560312dd5e - optional: false - category: main build: hf1915f5_4 arch: x86_64 subdir: linux-64 build_number: 4 size: 766601 timestamp: 1694343358341 -- name: mysql-libs +- platform: linux-64 + name: mysql-libs version: 8.0.33 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - mysql-common: ==8.0.33 hf1915f5_4 - openssl: '>=3.1.2,<4.0a0' - zstd: '>=1.5.5,<1.6.0a0' + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - mysql-common ==8.0.33 hf1915f5_4 + - openssl >=3.1.2,<4.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.0.33-hca2cd23_4.conda hash: md5: db7f2c877209ac620fcd1c3ce7407cf0 sha256: b558c3a1a0db7d351f8899ebe6f5c6d096b5a6b5e772d0b2dd2d0961aa7cdcaa - optional: false - category: main build: hca2cd23_4 arch: x86_64 subdir: linux-64 build_number: 4 size: 1532122 timestamp: 1694343456055 -- name: nbclient +- platform: linux-64 + name: nbclient version: 0.8.0 + category: main manager: conda - platform: linux-64 dependencies: - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - nbformat: '>=5.1' - python: '>=3.8' - traitlets: '>=5.4' + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - nbformat >=5.1 + - python >=3.8 + - traitlets >=5.4 url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.8.0-pyhd8ed1ab_0.conda hash: md5: e78da91cf428faaf05701ce8cc8f2f9b sha256: 4ebd237cdf4bfa5226f92d2ae78fab8dba27696909391884dc6594ca6f9df5ff - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -15123,22 +14410,21 @@ package: noarch: python size: 64852 timestamp: 1684791049212 -- name: nbclient +- platform: osx-64 + name: nbclient version: 0.8.0 + category: main manager: conda - platform: osx-64 dependencies: - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - nbformat: '>=5.1' - python: '>=3.8' - traitlets: '>=5.4' + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - nbformat >=5.1 + - python >=3.8 + - traitlets >=5.4 url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.8.0-pyhd8ed1ab_0.conda hash: md5: e78da91cf428faaf05701ce8cc8f2f9b sha256: 4ebd237cdf4bfa5226f92d2ae78fab8dba27696909391884dc6594ca6f9df5ff - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -15148,22 +14434,21 @@ package: noarch: python size: 64852 timestamp: 1684791049212 -- name: nbclient +- platform: win-64 + name: nbclient version: 0.8.0 + category: main manager: conda - platform: win-64 dependencies: - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - nbformat: '>=5.1' - python: '>=3.8' - traitlets: '>=5.4' + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - nbformat >=5.1 + - python >=3.8 + - traitlets >=5.4 url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.8.0-pyhd8ed1ab_0.conda hash: md5: e78da91cf428faaf05701ce8cc8f2f9b sha256: 4ebd237cdf4bfa5226f92d2ae78fab8dba27696909391884dc6594ca6f9df5ff - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -15173,34 +14458,33 @@ package: noarch: python size: 64852 timestamp: 1684791049212 -- name: nbconvert-core +- platform: linux-64 + name: nbconvert-core version: 7.8.0 + category: main manager: conda - platform: linux-64 - dependencies: - beautifulsoup4: '*' - bleach: '*' - defusedxml: '*' - entrypoints: '>=0.2.2' - jinja2: '>=3.0' - jupyter_core: '>=4.7' - jupyterlab_pygments: '*' - markupsafe: '>=2.0' - mistune: '>=2.0.3,<4' - nbclient: '>=0.5.0' - nbformat: '>=5.1' - packaging: '*' - pandocfilters: '>=1.4.1' - pygments: '>=2.4.1' - python: '>=3.8' - tinycss2: '*' - traitlets: '>=5.0' + dependencies: + - beautifulsoup4 * + - bleach * + - defusedxml * + - entrypoints >=0.2.2 + - jinja2 >=3.0 + - jupyter_core >=4.7 + - jupyterlab_pygments * + - markupsafe >=2.0 + - mistune >=2.0.3,<4 + - nbclient >=0.5.0 + - nbformat >=5.1 + - packaging * + - pandocfilters >=1.4.1 + - pygments >=2.4.1 + - python >=3.8 + - tinycss2 * + - traitlets >=5.0 url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.8.0-pyhd8ed1ab_0.conda hash: md5: 62345c9e24f898bf492979be84a6eb0a sha256: 7ecab4832e9d5ef2afdddba965dc32b2016fc9850c4deb6b7f8d6dce1526468a - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -15213,34 +14497,33 @@ package: noarch: python size: 187369 timestamp: 1693331910523 -- name: nbconvert-core +- platform: osx-64 + name: nbconvert-core version: 7.8.0 + category: main manager: conda - platform: osx-64 - dependencies: - beautifulsoup4: '*' - bleach: '*' - defusedxml: '*' - entrypoints: '>=0.2.2' - jinja2: '>=3.0' - jupyter_core: '>=4.7' - jupyterlab_pygments: '*' - markupsafe: '>=2.0' - mistune: '>=2.0.3,<4' - nbclient: '>=0.5.0' - nbformat: '>=5.1' - packaging: '*' - pandocfilters: '>=1.4.1' - pygments: '>=2.4.1' - python: '>=3.8' - tinycss2: '*' - traitlets: '>=5.0' + dependencies: + - beautifulsoup4 * + - bleach * + - defusedxml * + - entrypoints >=0.2.2 + - jinja2 >=3.0 + - jupyter_core >=4.7 + - jupyterlab_pygments * + - markupsafe >=2.0 + - mistune >=2.0.3,<4 + - nbclient >=0.5.0 + - nbformat >=5.1 + - packaging * + - pandocfilters >=1.4.1 + - pygments >=2.4.1 + - python >=3.8 + - tinycss2 * + - traitlets >=5.0 url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.8.0-pyhd8ed1ab_0.conda hash: md5: 62345c9e24f898bf492979be84a6eb0a sha256: 7ecab4832e9d5ef2afdddba965dc32b2016fc9850c4deb6b7f8d6dce1526468a - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -15253,34 +14536,33 @@ package: noarch: python size: 187369 timestamp: 1693331910523 -- name: nbconvert-core +- platform: win-64 + name: nbconvert-core version: 7.8.0 + category: main manager: conda - platform: win-64 - dependencies: - beautifulsoup4: '*' - bleach: '*' - defusedxml: '*' - entrypoints: '>=0.2.2' - jinja2: '>=3.0' - jupyter_core: '>=4.7' - jupyterlab_pygments: '*' - markupsafe: '>=2.0' - mistune: '>=2.0.3,<4' - nbclient: '>=0.5.0' - nbformat: '>=5.1' - packaging: '*' - pandocfilters: '>=1.4.1' - pygments: '>=2.4.1' - python: '>=3.8' - tinycss2: '*' - traitlets: '>=5.0' + dependencies: + - beautifulsoup4 * + - bleach * + - defusedxml * + - entrypoints >=0.2.2 + - jinja2 >=3.0 + - jupyter_core >=4.7 + - jupyterlab_pygments * + - markupsafe >=2.0 + - mistune >=2.0.3,<4 + - nbclient >=0.5.0 + - nbformat >=5.1 + - packaging * + - pandocfilters >=1.4.1 + - pygments >=2.4.1 + - python >=3.8 + - tinycss2 * + - traitlets >=5.0 url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.8.0-pyhd8ed1ab_0.conda hash: md5: 62345c9e24f898bf492979be84a6eb0a sha256: 7ecab4832e9d5ef2afdddba965dc32b2016fc9850c4deb6b7f8d6dce1526468a - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -15293,22 +14575,21 @@ package: noarch: python size: 187369 timestamp: 1693331910523 -- name: nbformat +- platform: linux-64 + name: nbformat version: 5.9.2 + category: main manager: conda - platform: linux-64 dependencies: - jsonschema: '>=2.6' - jupyter_core: '*' - python: '>=3.8' - python-fastjsonschema: '*' - traitlets: '>=5.1' + - jsonschema >=2.6 + - jupyter_core * + - python >=3.8 + - python-fastjsonschema * + - traitlets >=5.1 url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda hash: md5: 61ba076de6530d9301a0053b02f093d2 sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -15318,22 +14599,21 @@ package: noarch: python size: 100446 timestamp: 1690815009867 -- name: nbformat +- platform: osx-64 + name: nbformat version: 5.9.2 + category: main manager: conda - platform: osx-64 dependencies: - jsonschema: '>=2.6' - jupyter_core: '*' - python: '>=3.8' - python-fastjsonschema: '*' - traitlets: '>=5.1' + - jsonschema >=2.6 + - jupyter_core * + - python >=3.8 + - python-fastjsonschema * + - traitlets >=5.1 url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda hash: md5: 61ba076de6530d9301a0053b02f093d2 sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -15343,22 +14623,21 @@ package: noarch: python size: 100446 timestamp: 1690815009867 -- name: nbformat +- platform: win-64 + name: nbformat version: 5.9.2 + category: main manager: conda - platform: win-64 dependencies: - jsonschema: '>=2.6' - jupyter_core: '*' - python: '>=3.8' - python-fastjsonschema: '*' - traitlets: '>=5.1' + - jsonschema >=2.6 + - jupyter_core * + - python >=3.8 + - python-fastjsonschema * + - traitlets >=5.1 url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda hash: md5: 61ba076de6530d9301a0053b02f093d2 sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -15368,18 +14647,17 @@ package: noarch: python size: 100446 timestamp: 1690815009867 -- name: ncurses +- platform: linux-64 + name: ncurses version: '6.4' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-hcb278e6_0.conda hash: md5: 681105bccc2a3f7f1a837d47d39c9179 sha256: ccf61e61d58a8a7b2d66822d5568e2dc9387883dd9b2da61e1d787ece4c4979a - optional: false - category: main build: hcb278e6_0 arch: x86_64 subdir: linux-64 @@ -15387,17 +14665,16 @@ package: license: X11 AND BSD-3-Clause size: 880967 timestamp: 1686076725450 -- name: ncurses +- platform: osx-64 + name: ncurses version: '6.4' + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-hf0c8a7f_0.conda hash: md5: c3dbae2411164d9b02c69090a9a91857 sha256: 7841b1fce1ffb0bfb038f9687b92f04d64acab1f7cb96431972386ea98c7b2fd - optional: false - category: main build: hf0c8a7f_0 arch: x86_64 subdir: osx-64 @@ -15405,18 +14682,17 @@ package: license: X11 AND BSD-3-Clause size: 828118 timestamp: 1686077056765 -- name: nest-asyncio +- platform: linux-64 + name: nest-asyncio version: 1.5.6 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.6-pyhd8ed1ab_0.tar.bz2 hash: md5: 7b868f21adde0d9b8b38f9c16836589b sha256: 594d240d8be933b6e47b78b786269cc89ffa34874544d9dbed1c6afc9213869b - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -15426,18 +14702,17 @@ package: noarch: python size: 9739 timestamp: 1664685092387 -- name: nest-asyncio +- platform: osx-64 + name: nest-asyncio version: 1.5.6 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.6-pyhd8ed1ab_0.tar.bz2 hash: md5: 7b868f21adde0d9b8b38f9c16836589b sha256: 594d240d8be933b6e47b78b786269cc89ffa34874544d9dbed1c6afc9213869b - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -15447,18 +14722,17 @@ package: noarch: python size: 9739 timestamp: 1664685092387 -- name: nest-asyncio +- platform: win-64 + name: nest-asyncio version: 1.5.6 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.6-pyhd8ed1ab_0.tar.bz2 hash: md5: 7b868f21adde0d9b8b38f9c16836589b sha256: 594d240d8be933b6e47b78b786269cc89ffa34874544d9dbed1c6afc9213869b - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -15468,18 +14742,17 @@ package: noarch: python size: 9739 timestamp: 1664685092387 -- name: networkx +- platform: linux-64 + name: networkx version: '3.1' + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.1-pyhd8ed1ab_0.conda hash: md5: 254f787d5068bc89f578bf63893ce8b4 sha256: 6b955c8530985fa727ad3323653a54af44ecf453cfdb1b549b3edff609bd3728 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -15489,18 +14762,17 @@ package: noarch: python size: 1459994 timestamp: 1680693050542 -- name: networkx +- platform: osx-64 + name: networkx version: '3.1' + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.1-pyhd8ed1ab_0.conda hash: md5: 254f787d5068bc89f578bf63893ce8b4 sha256: 6b955c8530985fa727ad3323653a54af44ecf453cfdb1b549b3edff609bd3728 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -15510,18 +14782,17 @@ package: noarch: python size: 1459994 timestamp: 1680693050542 -- name: networkx +- platform: win-64 + name: networkx version: '3.1' + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.1-pyhd8ed1ab_0.conda hash: md5: 254f787d5068bc89f578bf63893ce8b4 sha256: 6b955c8530985fa727ad3323653a54af44ecf453cfdb1b549b3edff609bd3728 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -15531,20 +14802,19 @@ package: noarch: python size: 1459994 timestamp: 1680693050542 -- name: nh3 +- platform: linux-64 + name: nh3 version: 0.2.14 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/nh3-0.2.14-py311h46250e7_1.conda hash: md5: 8faffafe1f60438f96710edef4fdafe5 sha256: 31e5270ba8ec992dedd02a36ba56d786729b8e372c171170c611d79a6e5c458d - optional: false - category: main build: py311h46250e7_1 arch: x86_64 subdir: linux-64 @@ -15553,19 +14823,18 @@ package: license_family: MIT size: 623877 timestamp: 1695423349623 -- name: nh3 +- platform: osx-64 + name: nh3 version: 0.2.14 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/nh3-0.2.14-py311h299eb51_1.conda hash: md5: 37047d1fc213d1dc07a2e140fc60e95e sha256: e9b2e7be185fa7aeeba8207f39ee9cc5f361cc455febbbe7b63126ff217be135 - optional: false - category: main build: py311h299eb51_1 arch: x86_64 subdir: osx-64 @@ -15574,19 +14843,18 @@ package: license_family: MIT size: 548514 timestamp: 1695423816927 -- name: nh3 +- platform: win-64 + name: nh3 version: 0.2.14 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/win-64/nh3-0.2.14-py311h633b200_1.conda hash: md5: b06c8f68899f0971c10c0b641d7c017e sha256: 5de65e0d0dda06821f20c167de150284f337d5b34a1aa7f4ce04892b4d640022 - optional: false - category: main build: py311h633b200_1 arch: x86_64 subdir: win-64 @@ -15595,19 +14863,18 @@ package: license_family: MIT size: 502204 timestamp: 1695424156734 -- name: nodeenv +- platform: linux-64 + name: nodeenv version: 1.8.0 + category: main manager: conda - platform: linux-64 dependencies: - python: ==2.7|>=3.7 - setuptools: '*' + - python ==2.7|>=3.7 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda hash: md5: 2a75b296096adabbabadd5e9782e5fcc sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -15617,19 +14884,18 @@ package: noarch: python size: 34358 timestamp: 1683893151613 -- name: nodeenv +- platform: osx-64 + name: nodeenv version: 1.8.0 + category: main manager: conda - platform: osx-64 dependencies: - python: ==2.7|>=3.7 - setuptools: '*' + - python ==2.7|>=3.7 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda hash: md5: 2a75b296096adabbabadd5e9782e5fcc sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -15639,19 +14905,18 @@ package: noarch: python size: 34358 timestamp: 1683893151613 -- name: nodeenv +- platform: win-64 + name: nodeenv version: 1.8.0 + category: main manager: conda - platform: win-64 dependencies: - python: ==2.7|>=3.7 - setuptools: '*' + - python ==2.7|>=3.7 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda hash: md5: 2a75b296096adabbabadd5e9782e5fcc sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -15661,19 +14926,18 @@ package: noarch: python size: 34358 timestamp: 1683893151613 -- name: notebook-shim +- platform: linux-64 + name: notebook-shim version: 0.2.3 + category: main manager: conda - platform: linux-64 dependencies: - jupyter_server: '>=1.8,<3' - python: '>=3.7' + - jupyter_server >=1.8,<3 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda hash: md5: 67e0fe74c156267d9159e9133df7fd37 sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -15683,19 +14947,18 @@ package: noarch: python size: 16783 timestamp: 1682360712235 -- name: notebook-shim +- platform: osx-64 + name: notebook-shim version: 0.2.3 + category: main manager: conda - platform: osx-64 dependencies: - jupyter_server: '>=1.8,<3' - python: '>=3.7' + - jupyter_server >=1.8,<3 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda hash: md5: 67e0fe74c156267d9159e9133df7fd37 sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -15705,19 +14968,18 @@ package: noarch: python size: 16783 timestamp: 1682360712235 -- name: notebook-shim +- platform: win-64 + name: notebook-shim version: 0.2.3 + category: main manager: conda - platform: win-64 dependencies: - jupyter_server: '>=1.8,<3' - python: '>=3.7' + - jupyter_server >=1.8,<3 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda hash: md5: 67e0fe74c156267d9159e9133df7fd37 sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -15727,19 +14989,18 @@ package: noarch: python size: 16783 timestamp: 1682360712235 -- name: nspr +- platform: linux-64 + name: nspr version: '4.35' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.35-h27087fc_0.conda hash: md5: da0ec11a6454ae19bff5b02ed881a2b1 sha256: 8fadeebb2b7369a4f3b2c039a980d419f65c7b18267ba0c62588f9f894396d0c - optional: false - category: main build: h27087fc_0 arch: x86_64 subdir: linux-64 @@ -15748,18 +15009,17 @@ package: license_family: MOZILLA size: 226848 timestamp: 1669784948267 -- name: nspr +- platform: osx-64 + name: nspr version: '4.35' + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=14.0.6' + - libcxx >=14.0.6 url: https://conda.anaconda.org/conda-forge/osx-64/nspr-4.35-hea0b92c_0.conda hash: md5: a9e56c98d13d8b7ce72bf4357317c29b sha256: da6e19bd0ff31e219760e647cfe1cc499a8cdfaff305f06c56d495ca062b86de - optional: false - category: main build: hea0b92c_0 arch: x86_64 subdir: osx-64 @@ -15768,23 +15028,22 @@ package: license_family: MOZILLA size: 230071 timestamp: 1669785313586 -- name: nss +- platform: linux-64 + name: nss version: '3.94' + category: main manager: conda - platform: linux-64 dependencies: - __glibc: '>=2.17,<3.0.a0' - libgcc-ng: '>=12' - libsqlite: '>=3.43.0,<4.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - nspr: '>=4.35,<5.0a0' + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libsqlite >=3.43.0,<4.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - nspr >=4.35,<5.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/nss-3.94-h1d7d5a4_0.conda hash: md5: 7caef74bbfa730e014b20f0852068509 sha256: c9b7910fc554c6550905b9150f4c8230e973ca63f41b42f2c18a49e8aa458e78 - optional: false - category: main build: h1d7d5a4_0 arch: x86_64 subdir: linux-64 @@ -15792,21 +15051,20 @@ package: license: MPL-2.0 size: 2003539 timestamp: 1696290024389 -- name: nss +- platform: osx-64 + name: nss version: '3.94' + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - libsqlite: '>=3.43.0,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - nspr: '>=4.35,<5.0a0' + - libcxx >=15.0.7 + - libsqlite >=3.43.0,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - nspr >=4.35,<5.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/nss-3.94-hd6ac835_0.conda hash: md5: 10c69224110baa4d7d4f1bdb03d4f383 sha256: aafb8b2a51beaa407d4e712d11e2a34fc010c7727d8a5573fb0c7ae53f2fff75 - optional: false - category: main build: hd6ac835_0 arch: x86_64 subdir: osx-64 @@ -15814,24 +15072,23 @@ package: license: MPL-2.0 size: 1895925 timestamp: 1696290343167 -- name: numpy +- platform: linux-64 + name: numpy version: 1.26.0 + category: main manager: conda - platform: linux-64 dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' - liblapack: '>=3.9.0,<4.0a0' - libstdcxx-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libgcc-ng >=12 + - liblapack >=3.9.0,<4.0a0 + - libstdcxx-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.0-py311h64a7726_0.conda hash: md5: bf16a9f625126e378302f08e7ed67517 sha256: 0aab5cef67cc2a1cd584f6e9cc6f2065c7a28c142d7defcb8096e8f719d9b3bf - optional: false - category: main build: py311h64a7726_0 arch: x86_64 subdir: linux-64 @@ -15842,23 +15099,22 @@ package: license_family: BSD size: 8039946 timestamp: 1694920380273 -- name: numpy +- platform: osx-64 + name: numpy version: 1.26.0 + category: main manager: conda - platform: osx-64 dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - libcxx: '>=15.0.7' - liblapack: '>=3.9.0,<4.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=15.0.7 + - liblapack >=3.9.0,<4.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.0-py311hc44ba51_0.conda hash: md5: f95605c5b73f5f6a0f5f1b0aabfc2f39 sha256: 517cb22d5594fdb934523dd1951929961f686b5d994c684201acbf282433ec9b - optional: false - category: main build: py311hc44ba51_0 arch: x86_64 subdir: osx-64 @@ -15869,25 +15125,24 @@ package: license_family: BSD size: 7616817 timestamp: 1694920728660 -- name: numpy +- platform: win-64 + name: numpy version: 1.26.0 + category: main manager: conda - platform: win-64 dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - liblapack: '>=3.9.0,<4.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - liblapack >=3.9.0,<4.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.0-py311h0b4df5a_0.conda hash: md5: a65e57fff208fd1d0f632e0afa8985d4 sha256: 3da6bcf524a4418d7d0dbc084c23c74e1f2fc4b19c34a5805f5e201e5d7fcd8f - optional: false - category: main build: py311h0b4df5a_0 arch: x86_64 subdir: win-64 @@ -15898,19 +15153,18 @@ package: license_family: BSD size: 7085715 timestamp: 1694920741486 -- name: openapi-schema-validator +- platform: linux-64 + name: openapi-schema-validator version: 0.2.3 + category: main manager: conda - platform: linux-64 dependencies: - jsonschema: '>=3.0.0,<5.0.0' - python: '>=3.7' + - jsonschema >=3.0.0,<5.0.0 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/openapi-schema-validator-0.2.3-pyhd8ed1ab_0.tar.bz2 hash: md5: 277aff70bb1def188c9c016ba4564e23 sha256: 0c2f971f86211f2b6db431de9d8ab4c9e38eed5422bd06f93cd8be3cbb882a2c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -15920,19 +15174,18 @@ package: noarch: python size: 11191 timestamp: 1643466937157 -- name: openapi-schema-validator +- platform: osx-64 + name: openapi-schema-validator version: 0.2.3 + category: main manager: conda - platform: osx-64 dependencies: - jsonschema: '>=3.0.0,<5.0.0' - python: '>=3.7' + - jsonschema >=3.0.0,<5.0.0 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/openapi-schema-validator-0.2.3-pyhd8ed1ab_0.tar.bz2 hash: md5: 277aff70bb1def188c9c016ba4564e23 sha256: 0c2f971f86211f2b6db431de9d8ab4c9e38eed5422bd06f93cd8be3cbb882a2c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -15942,19 +15195,18 @@ package: noarch: python size: 11191 timestamp: 1643466937157 -- name: openapi-schema-validator +- platform: win-64 + name: openapi-schema-validator version: 0.2.3 + category: main manager: conda - platform: win-64 dependencies: - jsonschema: '>=3.0.0,<5.0.0' - python: '>=3.7' + - jsonschema >=3.0.0,<5.0.0 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/openapi-schema-validator-0.2.3-pyhd8ed1ab_0.tar.bz2 hash: md5: 277aff70bb1def188c9c016ba4564e23 sha256: 0c2f971f86211f2b6db431de9d8ab4c9e38eed5422bd06f93cd8be3cbb882a2c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -15964,22 +15216,21 @@ package: noarch: python size: 11191 timestamp: 1643466937157 -- name: openapi-spec-validator +- platform: linux-64 + name: openapi-spec-validator version: 0.4.0 + category: main manager: conda - platform: linux-64 dependencies: - jsonschema: '>=3.2.0,<5.0.0' - openapi-schema-validator: '>=0.2.0,<0.3.0' - python: '>=3.7' - pyyaml: '>=5.1' - setuptools: '*' + - jsonschema >=3.2.0,<5.0.0 + - openapi-schema-validator >=0.2.0,<0.3.0 + - python >=3.7 + - pyyaml >=5.1 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/openapi-spec-validator-0.4.0-pyhd8ed1ab_1.tar.bz2 hash: md5: 5ff3ff67d18fd4938c4ae38c3baf21bb sha256: 11f24d36001aaba0a7197ff7b9a07ab943d05f969b13e5a9c4ffec13eca19cd0 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: linux-64 @@ -15989,22 +15240,21 @@ package: noarch: python size: 29115 timestamp: 1656021470538 -- name: openapi-spec-validator +- platform: osx-64 + name: openapi-spec-validator version: 0.4.0 + category: main manager: conda - platform: osx-64 dependencies: - jsonschema: '>=3.2.0,<5.0.0' - openapi-schema-validator: '>=0.2.0,<0.3.0' - python: '>=3.7' - pyyaml: '>=5.1' - setuptools: '*' + - jsonschema >=3.2.0,<5.0.0 + - openapi-schema-validator >=0.2.0,<0.3.0 + - python >=3.7 + - pyyaml >=5.1 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/openapi-spec-validator-0.4.0-pyhd8ed1ab_1.tar.bz2 hash: md5: 5ff3ff67d18fd4938c4ae38c3baf21bb sha256: 11f24d36001aaba0a7197ff7b9a07ab943d05f969b13e5a9c4ffec13eca19cd0 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: osx-64 @@ -16014,22 +15264,21 @@ package: noarch: python size: 29115 timestamp: 1656021470538 -- name: openapi-spec-validator +- platform: win-64 + name: openapi-spec-validator version: 0.4.0 + category: main manager: conda - platform: win-64 dependencies: - jsonschema: '>=3.2.0,<5.0.0' - openapi-schema-validator: '>=0.2.0,<0.3.0' - python: '>=3.7' - pyyaml: '>=5.1' - setuptools: '*' + - jsonschema >=3.2.0,<5.0.0 + - openapi-schema-validator >=0.2.0,<0.3.0 + - python >=3.7 + - pyyaml >=5.1 + - setuptools * url: https://conda.anaconda.org/conda-forge/noarch/openapi-spec-validator-0.4.0-pyhd8ed1ab_1.tar.bz2 hash: md5: 5ff3ff67d18fd4938c4ae38c3baf21bb sha256: 11f24d36001aaba0a7197ff7b9a07ab943d05f969b13e5a9c4ffec13eca19cd0 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: win-64 @@ -16039,22 +15288,21 @@ package: noarch: python size: 29115 timestamp: 1656021470538 -- name: openjpeg +- platform: linux-64 + name: openjpeg version: 2.5.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libpng: '>=1.6.39,<1.7.0a0' - libstdcxx-ng: '>=12' - libtiff: '>=4.6.0,<4.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' + - libgcc-ng >=12 + - libpng >=1.6.39,<1.7.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.0-h488ebb8_3.conda hash: md5: 128c25b7fe6a25286a48f3a6a9b5b6f3 sha256: 9fe91b67289267de68fda485975bb48f0605ac503414dc663b50d8b5f29bc82a - optional: false - category: main build: h488ebb8_3 arch: x86_64 subdir: linux-64 @@ -16063,21 +15311,20 @@ package: license_family: BSD size: 356698 timestamp: 1694708325417 -- name: openjpeg +- platform: osx-64 + name: openjpeg version: 2.5.0 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - libpng: '>=1.6.39,<1.7.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' + - libcxx >=15.0.7 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.0-ha4da562_3.conda hash: md5: 40a36f8e9a6fdf6a78c6428ee6c44188 sha256: fdccd9668b85bf6e798b628bceed5ff764e1114cfc4e6a4dee551cafbe549e74 - optional: false - category: main build: ha4da562_3 arch: x86_64 subdir: osx-64 @@ -16086,23 +15333,22 @@ package: license_family: BSD size: 335643 timestamp: 1694708811338 -- name: openjpeg +- platform: win-64 + name: openjpeg version: 2.5.0 + category: main manager: conda - platform: win-64 dependencies: - libpng: '>=1.6.39,<1.7.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.0-h3d672ee_3.conda hash: md5: 45a9628a04efb6fc326fff0a8f47b799 sha256: c0f64d9642f0287f17cd9b6f1633d97a91efd66a0cb9b0414c540b247684985d - optional: false - category: main build: h3d672ee_3 arch: x86_64 subdir: win-64 @@ -16111,19 +15357,18 @@ package: license_family: BSD size: 236847 timestamp: 1694708878963 -- name: openssl +- platform: linux-64 + name: openssl version: 3.1.3 + category: main manager: conda - platform: linux-64 dependencies: - ca-certificates: '*' - libgcc-ng: '>=12' + - ca-certificates * + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.1.3-hd590300_0.conda hash: md5: 7bb88ce04c8deb9f7d763ae04a1da72f sha256: f4e35f506c7e8ab7dfdc47255b0d5aa8ce0c99028ae0affafd274333042c4f70 - optional: false - category: main build: hd590300_0 arch: x86_64 subdir: linux-64 @@ -16134,18 +15379,17 @@ package: license_family: Apache size: 2642850 timestamp: 1695158025027 -- name: openssl +- platform: osx-64 + name: openssl version: 3.1.3 + category: main manager: conda - platform: osx-64 dependencies: - ca-certificates: '*' + - ca-certificates * url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.1.3-h8a1eda9_0.conda hash: md5: 26f9b58f905547e658e9587f8e8cfe43 sha256: 69731ce62d4b68e538af559747da53f837ae0bbca519b38f2eea28680eb9e8d1 - optional: false - category: main build: h8a1eda9_0 arch: x86_64 subdir: osx-64 @@ -16156,21 +15400,20 @@ package: license_family: Apache size: 2329752 timestamp: 1695158667922 -- name: openssl +- platform: win-64 + name: openssl version: 3.1.3 + category: main manager: conda - platform: win-64 dependencies: - ca-certificates: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ca-certificates * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.1.3-hcfcfb64_0.conda hash: md5: 16b2c80ad196f18acd31b588ef28cb9a sha256: 6a6b20aa2b9f32d94f8d2c352b7635b5e8b9fb7ffad823bf2ce88dc8ef61ffc8 - optional: false - category: main build: hcfcfb64_0 arch: x86_64 subdir: win-64 @@ -16181,24 +15424,23 @@ package: license_family: Apache size: 7427366 timestamp: 1695218580613 -- name: orc +- platform: linux-64 + name: orc version: 1.9.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libprotobuf: '>=4.23.4,<4.23.5.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.10,<2.0a0' - zstd: '>=1.5.5,<1.6.0a0' + - libgcc-ng >=12 + - libprotobuf >=4.23.4,<4.23.5.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.1.10,<2.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/orc-1.9.0-h52d3b3c_2.conda hash: md5: 6e1931d3d8512593f606aa08d9bd5192 sha256: eedf0d27e6934f733496f70b636707a0c669b7349431d81b20eb9d93d6369fdb - optional: false - category: main build: h52d3b3c_2 arch: x86_64 subdir: linux-64 @@ -16207,23 +15449,22 @@ package: license_family: Apache size: 1023519 timestamp: 1694341236679 -- name: orc +- platform: osx-64 + name: orc version: 1.9.0 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - libprotobuf: '>=4.23.4,<4.23.5.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.10,<2.0a0' - zstd: '>=1.5.5,<1.6.0a0' + - libcxx >=15.0.7 + - libprotobuf >=4.23.4,<4.23.5.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.1.10,<2.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/orc-1.9.0-ha4ae40d_2.conda hash: md5: 2216e34fd85cb8610ad6638fcfa5e5dd sha256: 1f4961e0a754743e646474d54093b21c481f46d440cb6e11f15eddfe30af1665 - optional: false - category: main build: ha4ae40d_2 arch: x86_64 subdir: osx-64 @@ -16232,25 +15473,24 @@ package: license_family: Apache size: 438669 timestamp: 1694341562615 -- name: orc +- platform: win-64 + name: orc version: 1.9.0 + category: main manager: conda - platform: win-64 dependencies: - libprotobuf: '>=4.23.4,<4.23.5.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.10,<2.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zstd: '>=1.5.5,<1.6.0a0' + - libprotobuf >=4.23.4,<4.23.5.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.1.10,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/win-64/orc-1.9.0-h8dbeef6_2.conda hash: md5: 1a77b6711c85b6d04eac70c028cc905a sha256: 682bc9ec7265ac3ebbb47cb2e31ef1f0014ea938a7559ae687071ae1a29aefcc - optional: false - category: main build: h8dbeef6_2 arch: x86_64 subdir: win-64 @@ -16259,19 +15499,18 @@ package: license_family: Apache size: 887526 timestamp: 1694341479135 -- name: overrides +- platform: linux-64 + name: overrides version: 7.4.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' - typing_utils: '*' + - python >=3.6 + - typing_utils * url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda hash: md5: 4625b7b01d7f4ac9c96300a5515acfaa sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -16281,19 +15520,18 @@ package: noarch: python size: 29976 timestamp: 1691338962381 -- name: overrides +- platform: osx-64 + name: overrides version: 7.4.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' - typing_utils: '*' + - python >=3.6 + - typing_utils * url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda hash: md5: 4625b7b01d7f4ac9c96300a5515acfaa sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -16303,19 +15541,18 @@ package: noarch: python size: 29976 timestamp: 1691338962381 -- name: overrides +- platform: win-64 + name: overrides version: 7.4.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' - typing_utils: '*' + - python >=3.6 + - typing_utils * url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda hash: md5: 4625b7b01d7f4ac9c96300a5515acfaa sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -16325,18 +15562,17 @@ package: noarch: python size: 29976 timestamp: 1691338962381 -- name: packaging +- platform: linux-64 + name: packaging version: '23.2' + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda hash: md5: 79002079284aa895f883c6b7f3f88fd6 sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -16346,18 +15582,17 @@ package: noarch: python size: 49452 timestamp: 1696202521121 -- name: packaging +- platform: osx-64 + name: packaging version: '23.2' + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda hash: md5: 79002079284aa895f883c6b7f3f88fd6 sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -16367,18 +15602,17 @@ package: noarch: python size: 49452 timestamp: 1696202521121 -- name: packaging +- platform: win-64 + name: packaging version: '23.2' + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda hash: md5: 79002079284aa895f883c6b7f3f88fd6 sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -16388,25 +15622,24 @@ package: noarch: python size: 49452 timestamp: 1696202521121 -- name: pandas +- platform: linux-64 + name: pandas version: 2.0.3 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python-dateutil: '>=2.8.1' - python-tzdata: '>=2022a' - python_abi: 3.11.* *_cp311 - pytz: '>=2020.1' + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python-dateutil >=2.8.1 + - python-tzdata >=2022a + - python_abi 3.11.* *_cp311 + - pytz >=2020.1 url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.0.3-py311h320fe9a_1.conda hash: md5: 5f92f46bd33917832a99d1660b4075ac sha256: 31cce492f9f67adf499809d83089a9362f5e25556970010a6db810310cb743e0 - optional: false - category: main build: py311h320fe9a_1 arch: x86_64 subdir: linux-64 @@ -16415,24 +15648,23 @@ package: license_family: BSD size: 14711359 timestamp: 1688741174845 -- name: pandas +- platform: osx-64 + name: pandas version: 2.0.3 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python-dateutil: '>=2.8.1' - python-tzdata: '>=2022a' - python_abi: 3.11.* *_cp311 - pytz: '>=2020.1' + - libcxx >=15.0.7 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python-dateutil >=2.8.1 + - python-tzdata >=2022a + - python_abi 3.11.* *_cp311 + - pytz >=2020.1 url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.0.3-py311hab14417_1.conda hash: md5: e5c7b1b1f55b11db3adb209089ab6eae sha256: 7e4a13ab90308e47d0217222a072096291cbd7b625740057623a0e1ad1697b69 - optional: false - category: main build: py311hab14417_1 arch: x86_64 subdir: osx-64 @@ -16441,26 +15673,25 @@ package: license_family: BSD size: 14138161 timestamp: 1688741719427 -- name: pandas +- platform: win-64 + name: pandas version: 2.0.3 + category: main manager: conda - platform: win-64 - dependencies: - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python-dateutil: '>=2.8.1' - python-tzdata: '>=2022a' - python_abi: 3.11.* *_cp311 - pytz: '>=2020.1' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + dependencies: + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python-dateutil >=2.8.1 + - python-tzdata >=2022a + - python_abi 3.11.* *_cp311 + - pytz >=2020.1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.0.3-py311hf63dbb6_1.conda hash: md5: 45c4a4b94dd2321f5d8188567263190d sha256: f8ee8eb9036e8eef21e1778dfa88503d1cdf93299070cbce1d9d32b538fdb54e - optional: false - category: main build: py311hf63dbb6_1 arch: x86_64 subdir: win-64 @@ -16469,20 +15700,19 @@ package: license_family: BSD size: 13434139 timestamp: 1688741555419 -- name: pandas-stubs +- platform: linux-64 + name: pandas-stubs version: 2.1.1.230928 + category: main manager: conda - platform: linux-64 dependencies: - numpy: '>=1.24.3' - python: '>=3.8' - types-pytz: '>=2022.1.1' + - numpy >=1.24.3 + - python >=3.8 + - types-pytz >=2022.1.1 url: https://conda.anaconda.org/conda-forge/noarch/pandas-stubs-2.1.1.230928-pyhd8ed1ab_0.conda hash: md5: c1dfcd51720b5ab6d3d0739f92000a08 sha256: b42ccf80dd788fe4c4c629717749d1bb52214d90110a77d5bbda3b8a4f03cd52 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -16492,20 +15722,19 @@ package: noarch: python size: 96507 timestamp: 1695920615601 -- name: pandas-stubs +- platform: osx-64 + name: pandas-stubs version: 2.1.1.230928 + category: main manager: conda - platform: osx-64 dependencies: - numpy: '>=1.24.3' - python: '>=3.8' - types-pytz: '>=2022.1.1' + - numpy >=1.24.3 + - python >=3.8 + - types-pytz >=2022.1.1 url: https://conda.anaconda.org/conda-forge/noarch/pandas-stubs-2.1.1.230928-pyhd8ed1ab_0.conda hash: md5: c1dfcd51720b5ab6d3d0739f92000a08 sha256: b42ccf80dd788fe4c4c629717749d1bb52214d90110a77d5bbda3b8a4f03cd52 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -16515,20 +15744,19 @@ package: noarch: python size: 96507 timestamp: 1695920615601 -- name: pandas-stubs +- platform: win-64 + name: pandas-stubs version: 2.1.1.230928 + category: main manager: conda - platform: win-64 dependencies: - numpy: '>=1.24.3' - python: '>=3.8' - types-pytz: '>=2022.1.1' + - numpy >=1.24.3 + - python >=3.8 + - types-pytz >=2022.1.1 url: https://conda.anaconda.org/conda-forge/noarch/pandas-stubs-2.1.1.230928-pyhd8ed1ab_0.conda hash: md5: c1dfcd51720b5ab6d3d0739f92000a08 sha256: b42ccf80dd788fe4c4c629717749d1bb52214d90110a77d5bbda3b8a4f03cd52 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -16538,18 +15766,17 @@ package: noarch: python size: 96507 timestamp: 1695920615601 -- name: pandera +- platform: linux-64 + name: pandera version: 0.17.1 + category: main manager: conda - platform: linux-64 dependencies: - pandera-base: '>=0.17.1,<0.17.2.0a0' + - pandera-base >=0.17.1,<0.17.2.0a0 url: https://conda.anaconda.org/conda-forge/noarch/pandera-0.17.1-hd8ed1ab_1.conda hash: md5: fccf7b6a41d32e4326732fe4563b4f0a sha256: 6f0a134bc48187ef5665eb577903fe58d45c32f8ace83aa55f9820535ff39ad9 - optional: false - category: main build: hd8ed1ab_1 arch: x86_64 subdir: linux-64 @@ -16559,18 +15786,17 @@ package: noarch: python size: 6947 timestamp: 1695918106343 -- name: pandera +- platform: osx-64 + name: pandera version: 0.17.1 + category: main manager: conda - platform: osx-64 dependencies: - pandera-base: '>=0.17.1,<0.17.2.0a0' + - pandera-base >=0.17.1,<0.17.2.0a0 url: https://conda.anaconda.org/conda-forge/noarch/pandera-0.17.1-hd8ed1ab_1.conda hash: md5: fccf7b6a41d32e4326732fe4563b4f0a sha256: 6f0a134bc48187ef5665eb577903fe58d45c32f8ace83aa55f9820535ff39ad9 - optional: false - category: main build: hd8ed1ab_1 arch: x86_64 subdir: osx-64 @@ -16580,18 +15806,17 @@ package: noarch: python size: 6947 timestamp: 1695918106343 -- name: pandera +- platform: win-64 + name: pandera version: 0.17.1 + category: main manager: conda - platform: win-64 dependencies: - pandera-base: '>=0.17.1,<0.17.2.0a0' + - pandera-base >=0.17.1,<0.17.2.0a0 url: https://conda.anaconda.org/conda-forge/noarch/pandera-0.17.1-hd8ed1ab_1.conda hash: md5: fccf7b6a41d32e4326732fe4563b4f0a sha256: 6f0a134bc48187ef5665eb577903fe58d45c32f8ace83aa55f9820535ff39ad9 - optional: false - category: main build: hd8ed1ab_1 arch: x86_64 subdir: win-64 @@ -16601,26 +15826,25 @@ package: noarch: python size: 6947 timestamp: 1695918106343 -- name: pandera-base +- platform: linux-64 + name: pandera-base version: 0.17.1 + category: main manager: conda - platform: linux-64 - dependencies: - multimethod: '*' - numpy: '>=1.19.0' - packaging: '>=20.0' - pandas: '>=1.2.0' - pydantic: '*' - python: '>=3.8' - typeguard: '>=3.0.2' - typing_inspect: '>=0.6.0' - wrapt: '*' + dependencies: + - multimethod * + - numpy >=1.19.0 + - packaging >=20.0 + - pandas >=1.2.0 + - pydantic * + - python >=3.8 + - typeguard >=3.0.2 + - typing_inspect >=0.6.0 + - wrapt * url: https://conda.anaconda.org/conda-forge/noarch/pandera-base-0.17.1-pyhd8ed1ab_1.conda hash: md5: c67a6ccc6020d6f28f53f25167845aa4 sha256: 5210f5912fba2a70d1bce3a31c3dd7786cd598cc3017f34e8f2f95d3ef784f75 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: linux-64 @@ -16630,26 +15854,25 @@ package: noarch: python size: 124010 timestamp: 1695918097464 -- name: pandera-base +- platform: osx-64 + name: pandera-base version: 0.17.1 + category: main manager: conda - platform: osx-64 - dependencies: - multimethod: '*' - numpy: '>=1.19.0' - packaging: '>=20.0' - pandas: '>=1.2.0' - pydantic: '*' - python: '>=3.8' - typeguard: '>=3.0.2' - typing_inspect: '>=0.6.0' - wrapt: '*' + dependencies: + - multimethod * + - numpy >=1.19.0 + - packaging >=20.0 + - pandas >=1.2.0 + - pydantic * + - python >=3.8 + - typeguard >=3.0.2 + - typing_inspect >=0.6.0 + - wrapt * url: https://conda.anaconda.org/conda-forge/noarch/pandera-base-0.17.1-pyhd8ed1ab_1.conda hash: md5: c67a6ccc6020d6f28f53f25167845aa4 sha256: 5210f5912fba2a70d1bce3a31c3dd7786cd598cc3017f34e8f2f95d3ef784f75 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: osx-64 @@ -16659,26 +15882,25 @@ package: noarch: python size: 124010 timestamp: 1695918097464 -- name: pandera-base +- platform: win-64 + name: pandera-base version: 0.17.1 + category: main manager: conda - platform: win-64 - dependencies: - multimethod: '*' - numpy: '>=1.19.0' - packaging: '>=20.0' - pandas: '>=1.2.0' - pydantic: '*' - python: '>=3.8' - typeguard: '>=3.0.2' - typing_inspect: '>=0.6.0' - wrapt: '*' + dependencies: + - multimethod * + - numpy >=1.19.0 + - packaging >=20.0 + - pandas >=1.2.0 + - pydantic * + - python >=3.8 + - typeguard >=3.0.2 + - typing_inspect >=0.6.0 + - wrapt * url: https://conda.anaconda.org/conda-forge/noarch/pandera-base-0.17.1-pyhd8ed1ab_1.conda hash: md5: c67a6ccc6020d6f28f53f25167845aa4 sha256: 5210f5912fba2a70d1bce3a31c3dd7786cd598cc3017f34e8f2f95d3ef784f75 - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: win-64 @@ -16688,18 +15910,17 @@ package: noarch: python size: 124010 timestamp: 1695918097464 -- name: pandoc +- platform: linux-64 + name: pandoc version: 3.1.1 + category: main manager: conda - platform: linux-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.1.1-h32600fe_0.conda hash: md5: 68dcea6605bcebb17215d2b4efb3e1cf sha256: d4d9fd83e2a94b3df8189dd96e52a4dfce2c23592e5452ffdf9cdc281a18a7a8 - optional: false - category: main build: h32600fe_0 arch: x86_64 subdir: linux-64 @@ -16708,18 +15929,17 @@ package: license_family: GPL size: 27482149 timestamp: 1678894754318 -- name: pandoc +- platform: osx-64 + name: pandoc version: 3.1.1 + category: main manager: conda - platform: osx-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/pandoc-3.1.1-h9d075a6_0.conda hash: md5: 5d082d93256a60f6311068849f7fca10 sha256: 00f7619f51e13bd86f2812c4945f6d9828dc41ab4327eb1d6eab9a9bc4de3d7f - optional: false - category: main build: h9d075a6_0 arch: x86_64 subdir: osx-64 @@ -16728,17 +15948,16 @@ package: license_family: GPL size: 14748616 timestamp: 1678895298923 -- name: pandoc +- platform: win-64 + name: pandoc version: 3.1.1 + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/win-64/pandoc-3.1.1-h57928b3_0.conda hash: md5: 71f11eb19ae575ee0b52d0d58fb018f3 sha256: 2e9505e98eb7866bedd726168f18f7d9eb6e9d560e1fed6c7302881841c037a4 - optional: false - category: main build: h57928b3_0 arch: x86_64 subdir: win-64 @@ -16747,18 +15966,17 @@ package: license_family: GPL size: 17393149 timestamp: 1678895102714 -- name: pandocfilters +- platform: linux-64 + name: pandocfilters version: 1.5.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '!=3.0,!=3.1,!=3.2,!=3.3' + - python !=3.0,!=3.1,!=3.2,!=3.3 url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 hash: md5: 457c2c8c08e54905d6954e79cb5b5db9 sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -16768,18 +15986,17 @@ package: noarch: python size: 11627 timestamp: 1631603397334 -- name: pandocfilters +- platform: osx-64 + name: pandocfilters version: 1.5.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '!=3.0,!=3.1,!=3.2,!=3.3' + - python !=3.0,!=3.1,!=3.2,!=3.3 url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 hash: md5: 457c2c8c08e54905d6954e79cb5b5db9 sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -16789,18 +16006,17 @@ package: noarch: python size: 11627 timestamp: 1631603397334 -- name: pandocfilters +- platform: win-64 + name: pandocfilters version: 1.5.0 + category: main manager: conda - platform: win-64 dependencies: - python: '!=3.0,!=3.1,!=3.2,!=3.3' + - python !=3.0,!=3.1,!=3.2,!=3.3 url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 hash: md5: 457c2c8c08e54905d6954e79cb5b5db9 sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -16810,18 +16026,17 @@ package: noarch: python size: 11627 timestamp: 1631603397334 -- name: parso +- platform: linux-64 + name: parso version: 0.8.3 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 hash: md5: 17a565a0c3899244e938cdf417e7b094 sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -16831,18 +16046,17 @@ package: noarch: python size: 71048 timestamp: 1638335054552 -- name: parso +- platform: osx-64 + name: parso version: 0.8.3 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 hash: md5: 17a565a0c3899244e938cdf417e7b094 sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -16852,18 +16066,17 @@ package: noarch: python size: 71048 timestamp: 1638335054552 -- name: parso +- platform: win-64 + name: parso version: 0.8.3 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 hash: md5: 17a565a0c3899244e938cdf417e7b094 sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -16873,18 +16086,17 @@ package: noarch: python size: 71048 timestamp: 1638335054552 -- name: pathspec +- platform: linux-64 + name: pathspec version: 0.11.2 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.11.2-pyhd8ed1ab_0.conda hash: md5: e41debb259e68490e3ab81e46b639ab6 sha256: 7bcfa6d86359d45572ba9ccaeaedc04b0452e2654fe44b6fe378d0d37b8745e1 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -16894,18 +16106,17 @@ package: noarch: python size: 38649 timestamp: 1690598108100 -- name: pathspec +- platform: osx-64 + name: pathspec version: 0.11.2 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.11.2-pyhd8ed1ab_0.conda hash: md5: e41debb259e68490e3ab81e46b639ab6 sha256: 7bcfa6d86359d45572ba9ccaeaedc04b0452e2654fe44b6fe378d0d37b8745e1 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -16915,18 +16126,17 @@ package: noarch: python size: 38649 timestamp: 1690598108100 -- name: pathspec +- platform: win-64 + name: pathspec version: 0.11.2 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.11.2-pyhd8ed1ab_0.conda hash: md5: e41debb259e68490e3ab81e46b639ab6 sha256: 7bcfa6d86359d45572ba9ccaeaedc04b0452e2654fe44b6fe378d0d37b8745e1 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -16936,20 +16146,19 @@ package: noarch: python size: 38649 timestamp: 1690598108100 -- name: pcre2 +- platform: linux-64 + name: pcre2 version: '10.40' + category: main manager: conda - platform: linux-64 dependencies: - bzip2: '>=1.0.8,<2.0a0' - libgcc-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libzlib >=1.2.12,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.40-hc3806b6_0.tar.bz2 hash: md5: 69e2c796349cd9b273890bee0febfe1b sha256: 7a29ec847556eed4faa1646010baae371ced69059a4ade43851367a076d6108a - optional: false - category: main build: hc3806b6_0 arch: x86_64 subdir: linux-64 @@ -16958,19 +16167,18 @@ package: license_family: BSD size: 2412495 timestamp: 1665562915343 -- name: pcre2 +- platform: osx-64 + name: pcre2 version: '10.40' + category: main manager: conda - platform: osx-64 dependencies: - bzip2: '>=1.0.8,<2.0a0' - libzlib: '>=1.2.12,<1.3.0a0' + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.2.12,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.40-h1c4e4bc_0.tar.bz2 hash: md5: e0f80c8f3a0352a54eddfe59cd2b25b1 sha256: 60265b48c96decbea89a19a7bc34be88d9b95d4725fd4dbdae158529c601875a - optional: false - category: main build: h1c4e4bc_0 arch: x86_64 subdir: osx-64 @@ -16979,22 +16187,21 @@ package: license_family: BSD size: 2552113 timestamp: 1665563254214 -- name: pcre2 +- platform: win-64 + name: pcre2 version: '10.40' + category: main manager: conda - platform: win-64 dependencies: - bzip2: '>=1.0.8,<2.0a0' - libzlib: '>=1.2.12,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.2.12,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.40-h17e33f8_0.tar.bz2 hash: md5: 2519de0d9620dc2bc7e19caf6867136d sha256: 5833c63548e4fae91da6d77739eab7dc9bf6542e43f105826b23c01bfdd9cb57 - optional: false - category: main build: h17e33f8_0 arch: x86_64 subdir: win-64 @@ -17003,19 +16210,18 @@ package: license_family: BSD size: 2001630 timestamp: 1665563527916 -- name: pep517 +- platform: linux-64 + name: pep517 version: 0.13.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' - tomli: '*' + - python >=3.8 + - tomli * url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 hash: md5: d94aa03d99d8adc9898f783eba0d84d2 sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -17025,19 +16231,18 @@ package: noarch: python size: 19044 timestamp: 1667916747996 -- name: pep517 +- platform: osx-64 + name: pep517 version: 0.13.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' - tomli: '*' + - python >=3.8 + - tomli * url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 hash: md5: d94aa03d99d8adc9898f783eba0d84d2 sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -17047,19 +16252,18 @@ package: noarch: python size: 19044 timestamp: 1667916747996 -- name: pep517 +- platform: win-64 + name: pep517 version: 0.13.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' - tomli: '*' + - python >=3.8 + - tomli * url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 hash: md5: d94aa03d99d8adc9898f783eba0d84d2 sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -17069,19 +16273,18 @@ package: noarch: python size: 19044 timestamp: 1667916747996 -- name: pexpect +- platform: linux-64 + name: pexpect version: 4.8.0 + category: main manager: conda - platform: linux-64 dependencies: - ptyprocess: '>=0.5' - python: '*' + - ptyprocess >=0.5 + - python * url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 hash: md5: 330448ce4403cc74990ac07c555942a1 sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a - optional: false - category: main build: pyh1a96a4e_2 arch: x86_64 subdir: linux-64 @@ -17090,19 +16293,18 @@ package: noarch: python size: 48780 timestamp: 1667297617062 -- name: pexpect +- platform: osx-64 + name: pexpect version: 4.8.0 + category: main manager: conda - platform: osx-64 dependencies: - ptyprocess: '>=0.5' - python: '*' + - ptyprocess >=0.5 + - python * url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 hash: md5: 330448ce4403cc74990ac07c555942a1 sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a - optional: false - category: main build: pyh1a96a4e_2 arch: x86_64 subdir: osx-64 @@ -17111,18 +16313,17 @@ package: noarch: python size: 48780 timestamp: 1667297617062 -- name: pickleshare +- platform: linux-64 + name: pickleshare version: 0.7.5 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3' + - python >=3 url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 hash: md5: 415f0ebb6198cc2801c73438a9fb5761 sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - optional: false - category: main build: py_1003 arch: x86_64 subdir: linux-64 @@ -17132,18 +16333,17 @@ package: noarch: python size: 9332 timestamp: 1602536313357 -- name: pickleshare +- platform: osx-64 + name: pickleshare version: 0.7.5 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3' + - python >=3 url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 hash: md5: 415f0ebb6198cc2801c73438a9fb5761 sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - optional: false - category: main build: py_1003 arch: x86_64 subdir: osx-64 @@ -17153,18 +16353,17 @@ package: noarch: python size: 9332 timestamp: 1602536313357 -- name: pickleshare +- platform: win-64 + name: pickleshare version: 0.7.5 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3' + - python >=3 url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 hash: md5: 415f0ebb6198cc2801c73438a9fb5761 sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - optional: false - category: main build: py_1003 arch: x86_64 subdir: win-64 @@ -17174,29 +16373,28 @@ package: noarch: python size: 9332 timestamp: 1602536313357 -- name: pillow +- platform: linux-64 + name: pillow version: 10.0.1 + category: main manager: conda - platform: linux-64 - dependencies: - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.15,<3.0a0' - libgcc-ng: '>=12' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libxcb: '>=1.15,<1.16.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openjpeg: '>=2.5.0,<3.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - tk: '>=8.6.12,<8.7.0a0' + dependencies: + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.15,<3.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxcb >=1.15,<1.16.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openjpeg >=2.5.0,<3.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - tk >=8.6.12,<8.7.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.0.1-py311h8aef010_1.conda hash: md5: 4d66ee2081a7cd444ff6f30d95873eef sha256: 42f21344c2fb7ee614243a632e261580408b24003d83cf34548661c2973a368a - optional: false - category: main build: py311h8aef010_1 arch: x86_64 subdir: linux-64 @@ -17204,28 +16402,27 @@ package: license: HPND size: 46908609 timestamp: 1695247484014 -- name: pillow +- platform: osx-64 + name: pillow version: 10.0.1 + category: main manager: conda - platform: osx-64 - dependencies: - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.15,<3.0a0' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libxcb: '>=1.15,<1.16.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openjpeg: '>=2.5.0,<3.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - tk: '>=8.6.12,<8.7.0a0' + dependencies: + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.15,<3.0a0 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxcb >=1.15,<1.16.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openjpeg >=2.5.0,<3.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - tk >=8.6.12,<8.7.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.0.1-py311hd5308a1_1.conda hash: md5: f04d5ab4f9d9a3aa1ef11999aafb6e83 sha256: 39a92ae2ac32ebbba83fa5f2224c979ea3c929cd1925227457536ef15eb64085 - optional: false - category: main build: py311hd5308a1_1 arch: x86_64 subdir: osx-64 @@ -17233,31 +16430,30 @@ package: license: HPND size: 46123390 timestamp: 1695247547938 -- name: pillow +- platform: win-64 + name: pillow version: 10.0.1 + category: main manager: conda - platform: win-64 - dependencies: - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.15,<3.0a0' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libxcb: '>=1.15,<1.16.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openjpeg: '>=2.5.0,<3.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - tk: '>=8.6.12,<8.7.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + dependencies: + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.15,<3.0a0 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxcb >=1.15,<1.16.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openjpeg >=2.5.0,<3.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - tk >=8.6.12,<8.7.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/pillow-10.0.1-py311hd926f49_1.conda hash: md5: d6eafb14d0f3096f4809929efb2b4f39 sha256: 4cf3b45a9877c3d05fc882fe8f74c7290c3c92bd098ca5a93f248ac7ee749efb - optional: false - category: main build: py311hd926f49_1 arch: x86_64 subdir: win-64 @@ -17265,20 +16461,19 @@ package: license: HPND size: 46840201 timestamp: 1695247874191 -- name: pip +- platform: linux-64 + name: pip version: 23.2.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' - setuptools: '*' - wheel: '*' + - python >=3.7 + - setuptools * + - wheel * url: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda hash: md5: e2783aa3f9235225eec92f9081c5b801 sha256: 9e401b171856e12f6aa32ae5cc1ae1d3708aa7d705ddf359ee7dd0dffd73c2b5 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -17288,20 +16483,19 @@ package: noarch: python size: 1386212 timestamp: 1690024763393 -- name: pip +- platform: osx-64 + name: pip version: 23.2.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' - setuptools: '*' - wheel: '*' + - python >=3.7 + - setuptools * + - wheel * url: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda hash: md5: e2783aa3f9235225eec92f9081c5b801 sha256: 9e401b171856e12f6aa32ae5cc1ae1d3708aa7d705ddf359ee7dd0dffd73c2b5 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -17311,20 +16505,19 @@ package: noarch: python size: 1386212 timestamp: 1690024763393 -- name: pip +- platform: win-64 + name: pip version: 23.2.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' - setuptools: '*' - wheel: '*' + - python >=3.7 + - setuptools * + - wheel * url: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda hash: md5: e2783aa3f9235225eec92f9081c5b801 sha256: 9e401b171856e12f6aa32ae5cc1ae1d3708aa7d705ddf359ee7dd0dffd73c2b5 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -17334,19 +16527,18 @@ package: noarch: python size: 1386212 timestamp: 1690024763393 -- name: pixman +- platform: linux-64 + name: pixman version: 0.42.2 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.42.2-h59595ed_0.conda hash: md5: 700edd63ccd5fc66b70b1c028cea9a68 sha256: ae917851474eb3b08812b02c9e945d040808523ec53f828aa74a90b0cdf15f57 - optional: false - category: main build: h59595ed_0 arch: x86_64 subdir: linux-64 @@ -17355,18 +16547,17 @@ package: license_family: MIT size: 385309 timestamp: 1695736061006 -- name: pixman +- platform: osx-64 + name: pixman version: 0.42.2 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' + - libcxx >=15.0.7 url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.42.2-he965462_0.conda hash: md5: e4180dcfd3e3621560fe1ad522997520 sha256: d9181736d4b3260a03443e8fd1c47c491e189b2344913eaf5dead27947a274e4 - optional: false - category: main build: he965462_0 arch: x86_64 subdir: osx-64 @@ -17375,20 +16566,19 @@ package: license_family: MIT size: 336190 timestamp: 1695736270076 -- name: pixman +- platform: win-64 + name: pixman version: 0.42.2 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.42.2-h63175ca_0.conda hash: md5: fb6fe034c742dc8562d3197c2d91423d sha256: bc663647468255781e3fba488372b0e699b717a63fa2450b9c282e68b6eb9543 - optional: false - category: main build: h63175ca_0 arch: x86_64 subdir: win-64 @@ -17397,18 +16587,17 @@ package: license_family: MIT size: 455866 timestamp: 1695736519750 -- name: pkginfo +- platform: linux-64 + name: pkginfo version: 1.9.6 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/pkginfo-1.9.6-pyhd8ed1ab_0.conda hash: md5: be1e9f1c65a1ed0f2ae9352fec99db64 sha256: 7ea5a5af62a15376d9f4f9f3c134874d0b0710f39be719e849b7fa9ca8870502 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -17418,18 +16607,17 @@ package: noarch: python size: 27646 timestamp: 1673281872032 -- name: pkginfo +- platform: osx-64 + name: pkginfo version: 1.9.6 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/pkginfo-1.9.6-pyhd8ed1ab_0.conda hash: md5: be1e9f1c65a1ed0f2ae9352fec99db64 sha256: 7ea5a5af62a15376d9f4f9f3c134874d0b0710f39be719e849b7fa9ca8870502 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -17439,18 +16627,17 @@ package: noarch: python size: 27646 timestamp: 1673281872032 -- name: pkginfo +- platform: win-64 + name: pkginfo version: 1.9.6 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/pkginfo-1.9.6-pyhd8ed1ab_0.conda hash: md5: be1e9f1c65a1ed0f2ae9352fec99db64 sha256: 7ea5a5af62a15376d9f4f9f3c134874d0b0710f39be719e849b7fa9ca8870502 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -17460,18 +16647,17 @@ package: noarch: python size: 27646 timestamp: 1673281872032 -- name: pkgutil-resolve-name +- platform: linux-64 + name: pkgutil-resolve-name version: 1.3.10 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda hash: md5: 405678b942f2481cecdb3e010f4925d9 sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: linux-64 @@ -17480,18 +16666,17 @@ package: noarch: python size: 10778 timestamp: 1694617398467 -- name: pkgutil-resolve-name +- platform: osx-64 + name: pkgutil-resolve-name version: 1.3.10 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda hash: md5: 405678b942f2481cecdb3e010f4925d9 sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: osx-64 @@ -17500,18 +16685,17 @@ package: noarch: python size: 10778 timestamp: 1694617398467 -- name: pkgutil-resolve-name +- platform: win-64 + name: pkgutil-resolve-name version: 1.3.10 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda hash: md5: 405678b942f2481cecdb3e010f4925d9 sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: win-64 @@ -17520,19 +16704,18 @@ package: noarch: python size: 10778 timestamp: 1694617398467 -- name: platformdirs +- platform: linux-64 + name: platformdirs version: 3.11.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' - typing-extensions: '>=4.6.3' + - python >=3.7 + - typing-extensions >=4.6.3 url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda hash: md5: 8f567c0a74aa44cf732f15773b4083b0 sha256: b3d809ff5a18ee8514bba8bc05a23b4cdf1758090a18a2cf742af38aed405144 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -17542,19 +16725,18 @@ package: noarch: python size: 19985 timestamp: 1696272419779 -- name: platformdirs +- platform: osx-64 + name: platformdirs version: 3.11.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' - typing-extensions: '>=4.6.3' + - python >=3.7 + - typing-extensions >=4.6.3 url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda hash: md5: 8f567c0a74aa44cf732f15773b4083b0 sha256: b3d809ff5a18ee8514bba8bc05a23b4cdf1758090a18a2cf742af38aed405144 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -17564,19 +16746,18 @@ package: noarch: python size: 19985 timestamp: 1696272419779 -- name: platformdirs +- platform: win-64 + name: platformdirs version: 3.11.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' - typing-extensions: '>=4.6.3' + - python >=3.7 + - typing-extensions >=4.6.3 url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda hash: md5: 8f567c0a74aa44cf732f15773b4083b0 sha256: b3d809ff5a18ee8514bba8bc05a23b4cdf1758090a18a2cf742af38aed405144 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -17586,18 +16767,17 @@ package: noarch: python size: 19985 timestamp: 1696272419779 -- name: pluggy +- platform: linux-64 + name: pluggy version: 1.3.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda hash: md5: 2390bd10bed1f3fdc7a537fb5a447d8d sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -17607,18 +16787,17 @@ package: noarch: python size: 22548 timestamp: 1693086745921 -- name: pluggy +- platform: osx-64 + name: pluggy version: 1.3.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda hash: md5: 2390bd10bed1f3fdc7a537fb5a447d8d sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -17628,18 +16807,17 @@ package: noarch: python size: 22548 timestamp: 1693086745921 -- name: pluggy +- platform: win-64 + name: pluggy version: 1.3.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda hash: md5: 2390bd10bed1f3fdc7a537fb5a447d8d sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -17649,18 +16827,17 @@ package: noarch: python size: 22548 timestamp: 1693086745921 -- name: ply +- platform: linux-64 + name: ply version: '3.11' + category: main manager: conda - platform: linux-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-py_1.tar.bz2 hash: md5: 7205635cd71531943440fbfe3b6b5727 sha256: 2cd6fae8f9cbc806b7f828f006ae4a83c23fac917cacfd73c37ce322d4324e53 - optional: false - category: main build: py_1 arch: x86_64 subdir: linux-64 @@ -17670,18 +16847,17 @@ package: noarch: python size: 44837 timestamp: 1530963184592 -- name: ply +- platform: win-64 + name: ply version: '3.11' + category: main manager: conda - platform: win-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-py_1.tar.bz2 hash: md5: 7205635cd71531943440fbfe3b6b5727 sha256: 2cd6fae8f9cbc806b7f828f006ae4a83c23fac917cacfd73c37ce322d4324e53 - optional: false - category: main build: py_1 arch: x86_64 subdir: win-64 @@ -17691,35 +16867,34 @@ package: noarch: python size: 44837 timestamp: 1530963184592 -- name: poppler +- platform: linux-64 + name: poppler version: 23.08.0 + category: main manager: conda - platform: linux-64 - dependencies: - cairo: '>=1.16.0,<2.0a0' - fontconfig: '>=2.14.2,<3.0a0' - fonts-conda-ecosystem: '*' - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.15,<3.0a0' - libcurl: '>=8.3.0,<9.0a0' - libgcc-ng: '>=12' - libglib: '>=2.78.0,<3.0a0' - libiconv: '>=1.17,<2.0a0' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libstdcxx-ng: '>=12' - libtiff: '>=4.6.0,<4.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - nspr: '>=4.35,<5.0a0' - nss: '>=3.92,<4.0a0' - openjpeg: '>=2.5.0,<3.0a0' - poppler-data: '*' + dependencies: + - cairo >=1.16.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem * + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.15,<3.0a0 + - libcurl >=8.3.0,<9.0a0 + - libgcc-ng >=12 + - libglib >=2.78.0,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - nspr >=4.35,<5.0a0 + - nss >=3.92,<4.0a0 + - openjpeg >=2.5.0,<3.0a0 + - poppler-data * url: https://conda.anaconda.org/conda-forge/linux-64/poppler-23.08.0-hf2349cb_2.conda hash: md5: fb75401ae7e2e3f354dff72e9da95cae sha256: 41a5bd6f2f6fb182ccdfaea052655d624ea4f9c8cb90de444d52fa8b5995d00a - optional: false - category: main build: hf2349cb_2 arch: x86_64 subdir: linux-64 @@ -17728,35 +16903,34 @@ package: license_family: GPL size: 1824100 timestamp: 1695987315097 -- name: poppler +- platform: osx-64 + name: poppler version: 23.08.0 + category: main manager: conda - platform: osx-64 - dependencies: - cairo: '>=1.16.0,<2.0a0' - fontconfig: '>=2.14.2,<3.0a0' - fonts-conda-ecosystem: '*' - freetype: '>=2.12.1,<3.0a0' - gettext: '>=0.21.1,<1.0a0' - lcms2: '>=2.15,<3.0a0' - libcurl: '>=8.3.0,<9.0a0' - libcxx: '>=15.0.7' - libglib: '>=2.78.0,<3.0a0' - libiconv: '>=1.17,<2.0a0' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - nspr: '>=4.35,<5.0a0' - nss: '>=3.92,<4.0a0' - openjpeg: '>=2.5.0,<3.0a0' - poppler-data: '*' + dependencies: + - cairo >=1.16.0,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem * + - freetype >=2.12.1,<3.0a0 + - gettext >=0.21.1,<1.0a0 + - lcms2 >=2.15,<3.0a0 + - libcurl >=8.3.0,<9.0a0 + - libcxx >=15.0.7 + - libglib >=2.78.0,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - nspr >=4.35,<5.0a0 + - nss >=3.92,<4.0a0 + - openjpeg >=2.5.0,<3.0a0 + - poppler-data * url: https://conda.anaconda.org/conda-forge/osx-64/poppler-23.08.0-h122f3cb_2.conda hash: md5: daf1d462ebaa6b142510a7ca2bb6e4b1 sha256: de672c4ae494ebca76e5d22a5862aac2f3308f0f1a479a6f9cd77d00b7677f6c - optional: false - category: main build: h122f3cb_2 arch: x86_64 subdir: osx-64 @@ -17765,32 +16939,31 @@ package: license_family: GPL size: 1574327 timestamp: 1695988062403 -- name: poppler +- platform: win-64 + name: poppler version: 23.08.0 + category: main manager: conda - platform: win-64 - dependencies: - cairo: '>=1.16.0,<2.0a0' - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.15,<3.0a0' - libcurl: '>=8.3.0,<9.0a0' - libglib: '>=2.78.0,<3.0a0' - libiconv: '>=1.17,<2.0a0' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openjpeg: '>=2.5.0,<3.0a0' - poppler-data: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + dependencies: + - cairo >=1.16.0,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.15,<3.0a0 + - libcurl >=8.3.0,<9.0a0 + - libglib >=2.78.0,<3.0a0 + - libiconv >=1.17,<2.0a0 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openjpeg >=2.5.0,<3.0a0 + - poppler-data * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/poppler-23.08.0-ha2b368b_2.conda hash: md5: 5acde709f4f90a0154ea68fb87d491f5 sha256: 59670616aebf25b467fd51c9ac5e40575f1d0377489531daeef793ef55178b9c - optional: false - category: main build: ha2b368b_2 arch: x86_64 subdir: win-64 @@ -17799,17 +16972,16 @@ package: license_family: GPL size: 2179893 timestamp: 1695987955957 -- name: poppler-data +- platform: linux-64 + name: poppler-data version: 0.4.12 + category: main manager: conda - platform: linux-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda hash: md5: d8d7293c5b37f39b2ac32940621c6592 sha256: 2f227e17b3c0346112815faa605502b66c1c4511a856127f2899abf15a98a2cf - optional: false - category: main build: hd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -17819,17 +16991,16 @@ package: noarch: generic size: 2348171 timestamp: 1675353652214 -- name: poppler-data +- platform: osx-64 + name: poppler-data version: 0.4.12 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda hash: md5: d8d7293c5b37f39b2ac32940621c6592 sha256: 2f227e17b3c0346112815faa605502b66c1c4511a856127f2899abf15a98a2cf - optional: false - category: main build: hd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -17839,17 +17010,16 @@ package: noarch: generic size: 2348171 timestamp: 1675353652214 -- name: poppler-data +- platform: win-64 + name: poppler-data version: 0.4.12 + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/poppler-data-0.4.12-hd8ed1ab_0.conda hash: md5: d8d7293c5b37f39b2ac32940621c6592 sha256: 2f227e17b3c0346112815faa605502b66c1c4511a856127f2899abf15a98a2cf - optional: false - category: main build: hd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -17859,102 +17029,98 @@ package: noarch: generic size: 2348171 timestamp: 1675353652214 -- name: postgresql +- platform: linux-64 + name: postgresql version: '15.4' + category: main manager: conda - platform: linux-64 - dependencies: - krb5: '>=1.21.2,<1.22.0a0' - libgcc-ng: '>=12' - libpq: ==15.4 hfc447b1_2 - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' - readline: '>=8.2,<9.0a0' - tzcode: '*' - tzdata: '*' - zlib: '*' + dependencies: + - krb5 >=1.21.2,<1.22.0a0 + - libgcc-ng >=12 + - libpq ==15.4 hfc447b1_2 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 + - readline >=8.2,<9.0a0 + - tzcode * + - tzdata * + - zlib * url: https://conda.anaconda.org/conda-forge/linux-64/postgresql-15.4-h8972f4a_2.conda hash: md5: ec864f12f9cad15bb61be29f774aaa32 sha256: 3d27d0cb55b0a7d08058c41275cadaafad99be8ffb03496118d8c8b6387b8add - optional: false - category: main build: h8972f4a_2 arch: x86_64 subdir: linux-64 build_number: 2 size: 5143236 timestamp: 1696003982577 -- name: postgresql +- platform: osx-64 + name: postgresql version: '16.0' + category: main manager: conda - platform: osx-64 - dependencies: - krb5: '>=1.21.2,<1.22.0a0' - libpq: ==16.0 h3df487d_1 - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' - readline: '>=8.2,<9.0a0' - tzcode: '*' - tzdata: '*' - zlib: '*' + dependencies: + - krb5 >=1.21.2,<1.22.0a0 + - libpq ==16.0 h3df487d_1 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 + - readline >=8.2,<9.0a0 + - tzcode * + - tzdata * + - zlib * url: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.0-hc940a54_1.conda hash: md5: d54fd3d9e90e441cc7b2f098ef002cd5 sha256: aa33f64d068a5d4dd996de261cd9604b4bcdaba1ca3b8ce0d0fa037c94e47c76 - optional: false - category: main build: hc940a54_1 arch: x86_64 subdir: osx-64 build_number: 1 size: 4596428 timestamp: 1696004277646 -- name: postgresql +- platform: win-64 + name: postgresql version: '16.0' + category: main manager: conda - platform: win-64 - dependencies: - krb5: '>=1.21.2,<1.22.0a0' - libpq: ==16.0 h43585b0_1 - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zlib: '*' + dependencies: + - krb5 >=1.21.2,<1.22.0a0 + - libpq ==16.0 h43585b0_1 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib * url: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.0-hc80876b_1.conda hash: md5: 20a04feca16bfe981eccbfd25e38826b sha256: 34c6127a0ee424f567f5589989af31b182076ada45fefe1cb66322c74caa9adb - optional: false - category: main build: hc80876b_1 arch: x86_64 subdir: win-64 build_number: 1 size: 18640556 timestamp: 1696004855822 -- name: prance +- platform: linux-64 + name: prance version: 0.21.8.0 + category: main manager: conda - platform: linux-64 dependencies: - chardet: '>=3.0,<5.0' - python: '>=3.6' - requests: ~=2.25 - ruamel.yaml: ~=0.17.10 - semver: ~=2.13 - six: ~=1.15 + - chardet >=3.0,<5.0 + - python >=3.6 + - requests ~=2.25 + - ruamel.yaml ~=0.17.10 + - semver ~=2.13 + - six ~=1.15 url: https://conda.anaconda.org/conda-forge/noarch/prance-0.21.8.0-pyhd8ed1ab_0.tar.bz2 hash: md5: f0efa70bff573d4563f7864bc5ca3b36 sha256: 3ca1ef7afebe795e91c7f49f10c4988213bdb6758b4a6df3d3822703d5997ef2 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -17964,23 +17130,22 @@ package: noarch: python size: 31642 timestamp: 1655537882032 -- name: prance +- platform: osx-64 + name: prance version: 0.21.8.0 + category: main manager: conda - platform: osx-64 dependencies: - chardet: '>=3.0,<5.0' - python: '>=3.6' - requests: ~=2.25 - ruamel.yaml: ~=0.17.10 - semver: ~=2.13 - six: ~=1.15 + - chardet >=3.0,<5.0 + - python >=3.6 + - requests ~=2.25 + - ruamel.yaml ~=0.17.10 + - semver ~=2.13 + - six ~=1.15 url: https://conda.anaconda.org/conda-forge/noarch/prance-0.21.8.0-pyhd8ed1ab_0.tar.bz2 hash: md5: f0efa70bff573d4563f7864bc5ca3b36 sha256: 3ca1ef7afebe795e91c7f49f10c4988213bdb6758b4a6df3d3822703d5997ef2 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -17990,23 +17155,22 @@ package: noarch: python size: 31642 timestamp: 1655537882032 -- name: prance +- platform: win-64 + name: prance version: 0.21.8.0 + category: main manager: conda - platform: win-64 dependencies: - chardet: '>=3.0,<5.0' - python: '>=3.6' - requests: ~=2.25 - ruamel.yaml: ~=0.17.10 - semver: ~=2.13 - six: ~=1.15 + - chardet >=3.0,<5.0 + - python >=3.6 + - requests ~=2.25 + - ruamel.yaml ~=0.17.10 + - semver ~=2.13 + - six ~=1.15 url: https://conda.anaconda.org/conda-forge/noarch/prance-0.21.8.0-pyhd8ed1ab_0.tar.bz2 hash: md5: f0efa70bff573d4563f7864bc5ca3b36 sha256: 3ca1ef7afebe795e91c7f49f10c4988213bdb6758b4a6df3d3822703d5997ef2 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -18016,23 +17180,22 @@ package: noarch: python size: 31642 timestamp: 1655537882032 -- name: pre-commit +- platform: linux-64 + name: pre-commit version: 3.4.0 + category: main manager: conda - platform: linux-64 dependencies: - cfgv: '>=2.0.0' - identify: '>=1.0.0' - nodeenv: '>=0.11.1' - python: '>=3.8' - pyyaml: '>=5.1' - virtualenv: '>=20.10.0' + - cfgv >=2.0.0 + - identify >=1.0.0 + - nodeenv >=0.11.1 + - python >=3.8 + - pyyaml >=5.1 + - virtualenv >=20.10.0 url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.4.0-pyha770c72_2.conda hash: md5: 09cd3006f61e7a7054405f81362e0a5f sha256: b4ffac42cec8a6c38c528d7c0c5023557ea97b581dbe61bb290d8e630a246e1b - optional: false - category: main build: pyha770c72_2 arch: x86_64 subdir: linux-64 @@ -18042,23 +17205,22 @@ package: noarch: python size: 180337 timestamp: 1696022237887 -- name: pre-commit +- platform: osx-64 + name: pre-commit version: 3.4.0 + category: main manager: conda - platform: osx-64 dependencies: - cfgv: '>=2.0.0' - identify: '>=1.0.0' - nodeenv: '>=0.11.1' - python: '>=3.8' - pyyaml: '>=5.1' - virtualenv: '>=20.10.0' + - cfgv >=2.0.0 + - identify >=1.0.0 + - nodeenv >=0.11.1 + - python >=3.8 + - pyyaml >=5.1 + - virtualenv >=20.10.0 url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.4.0-pyha770c72_2.conda hash: md5: 09cd3006f61e7a7054405f81362e0a5f sha256: b4ffac42cec8a6c38c528d7c0c5023557ea97b581dbe61bb290d8e630a246e1b - optional: false - category: main build: pyha770c72_2 arch: x86_64 subdir: osx-64 @@ -18068,23 +17230,22 @@ package: noarch: python size: 180337 timestamp: 1696022237887 -- name: pre-commit +- platform: win-64 + name: pre-commit version: 3.4.0 + category: main manager: conda - platform: win-64 dependencies: - cfgv: '>=2.0.0' - identify: '>=1.0.0' - nodeenv: '>=0.11.1' - python: '>=3.8' - pyyaml: '>=5.1' - virtualenv: '>=20.10.0' + - cfgv >=2.0.0 + - identify >=1.0.0 + - nodeenv >=0.11.1 + - python >=3.8 + - pyyaml >=5.1 + - virtualenv >=20.10.0 url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.4.0-pyha770c72_2.conda hash: md5: 09cd3006f61e7a7054405f81362e0a5f sha256: b4ffac42cec8a6c38c528d7c0c5023557ea97b581dbe61bb290d8e630a246e1b - optional: false - category: main build: pyha770c72_2 arch: x86_64 subdir: win-64 @@ -18094,23 +17255,22 @@ package: noarch: python size: 180337 timestamp: 1696022237887 -- name: proj +- platform: linux-64 + name: proj version: 9.3.0 + category: main manager: conda - platform: linux-64 dependencies: - libcurl: '>=8.3.0,<9.0a0' - libgcc-ng: '>=12' - libsqlite: '>=3.43.0,<4.0a0' - libstdcxx-ng: '>=12' - libtiff: '>=4.6.0,<4.7.0a0' - sqlite: '*' + - libcurl >=8.3.0,<9.0a0 + - libgcc-ng >=12 + - libsqlite >=3.43.0,<4.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - sqlite * url: https://conda.anaconda.org/conda-forge/linux-64/proj-9.3.0-h1d62c97_1.conda hash: md5: 900fd11ac61d4415d515583fcb570207 sha256: e131dfe245028f9c33264668a09f004bd74d240ff54d7e602ee57ba805106087 - optional: false - category: main build: h1d62c97_1 arch: x86_64 subdir: linux-64 @@ -18121,22 +17281,21 @@ package: license_family: MIT size: 2978836 timestamp: 1694657139188 -- name: proj +- platform: osx-64 + name: proj version: 9.3.0 + category: main manager: conda - platform: osx-64 dependencies: - libcurl: '>=8.3.0,<9.0a0' - libcxx: '>=15.0.7' - libsqlite: '>=3.43.0,<4.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - sqlite: '*' + - libcurl >=8.3.0,<9.0a0 + - libcxx >=15.0.7 + - libsqlite >=3.43.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - sqlite * url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.3.0-h7d51f5a_1.conda hash: md5: 679a42714a61ff7f8a1f99dc5c430f2e sha256: cded2eaffd1662746f80e5ffdc5c3993d58dc9540f9978709a26559bef72bb77 - optional: false - category: main build: h7d51f5a_1 arch: x86_64 subdir: osx-64 @@ -18147,24 +17306,23 @@ package: license_family: MIT size: 2716912 timestamp: 1694657772675 -- name: proj +- platform: win-64 + name: proj version: 9.3.0 + category: main manager: conda - platform: win-64 dependencies: - libcurl: '>=8.3.0,<9.0a0' - libsqlite: '>=3.43.0,<4.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - sqlite: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libcurl >=8.3.0,<9.0a0 + - libsqlite >=3.43.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - sqlite * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/proj-9.3.0-he13c7e8_1.conda hash: md5: d1a87ab31eb9103127ca31c67493605b sha256: b8acd3b8bc0328d5013ae35d88639e0d6150f7c1a78c10674ea07311f64b26b5 - optional: false - category: main build: he13c7e8_1 arch: x86_64 subdir: win-64 @@ -18175,18 +17333,17 @@ package: license_family: MIT size: 2653360 timestamp: 1694657465698 -- name: prometheus_client +- platform: linux-64 + name: prometheus_client version: 0.17.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.17.1-pyhd8ed1ab_0.conda hash: md5: 02153b6b760bbec00cfe9e4c97993d06 sha256: a149184fde856dba7968fc50ca89dbb07ebe84abd710d4076e2fada1b9399231 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -18196,18 +17353,17 @@ package: noarch: python size: 53376 timestamp: 1689032576798 -- name: prometheus_client +- platform: osx-64 + name: prometheus_client version: 0.17.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.17.1-pyhd8ed1ab_0.conda hash: md5: 02153b6b760bbec00cfe9e4c97993d06 sha256: a149184fde856dba7968fc50ca89dbb07ebe84abd710d4076e2fada1b9399231 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -18217,18 +17373,17 @@ package: noarch: python size: 53376 timestamp: 1689032576798 -- name: prometheus_client +- platform: win-64 + name: prometheus_client version: 0.17.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.17.1-pyhd8ed1ab_0.conda hash: md5: 02153b6b760bbec00cfe9e4c97993d06 sha256: a149184fde856dba7968fc50ca89dbb07ebe84abd710d4076e2fada1b9399231 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -18238,19 +17393,18 @@ package: noarch: python size: 53376 timestamp: 1689032576798 -- name: prompt-toolkit +- platform: linux-64 + name: prompt-toolkit version: 3.0.39 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' - wcwidth: '*' + - python >=3.7 + - wcwidth * url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda hash: md5: a4986c6bb5b0d05a38855b0880a5f425 sha256: 10e7fdc75d4b85633be6b12a70b857053987127a808caa0f88b2cba4b3ce6359 - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -18262,19 +17416,18 @@ package: noarch: python size: 269068 timestamp: 1688566090973 -- name: prompt-toolkit +- platform: osx-64 + name: prompt-toolkit version: 3.0.39 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' - wcwidth: '*' + - python >=3.7 + - wcwidth * url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda hash: md5: a4986c6bb5b0d05a38855b0880a5f425 sha256: 10e7fdc75d4b85633be6b12a70b857053987127a808caa0f88b2cba4b3ce6359 - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -18286,19 +17439,18 @@ package: noarch: python size: 269068 timestamp: 1688566090973 -- name: prompt-toolkit +- platform: win-64 + name: prompt-toolkit version: 3.0.39 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' - wcwidth: '*' + - python >=3.7 + - wcwidth * url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda hash: md5: a4986c6bb5b0d05a38855b0880a5f425 sha256: 10e7fdc75d4b85633be6b12a70b857053987127a808caa0f88b2cba4b3ce6359 - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -18310,18 +17462,17 @@ package: noarch: python size: 269068 timestamp: 1688566090973 -- name: prompt_toolkit +- platform: linux-64 + name: prompt_toolkit version: 3.0.39 + category: main manager: conda - platform: linux-64 dependencies: - prompt-toolkit: '>=3.0.39,<3.0.40.0a0' + - prompt-toolkit >=3.0.39,<3.0.40.0a0 url: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda hash: md5: 4bbbe67d5df19db30f04b8e344dc9976 sha256: 89f7fecc7355181dbc2ab851e668a2fce6aa4830b336a34c93b59bda93206270 - optional: false - category: main build: hd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -18331,18 +17482,17 @@ package: noarch: generic size: 6731 timestamp: 1688566099039 -- name: prompt_toolkit +- platform: osx-64 + name: prompt_toolkit version: 3.0.39 + category: main manager: conda - platform: osx-64 dependencies: - prompt-toolkit: '>=3.0.39,<3.0.40.0a0' + - prompt-toolkit >=3.0.39,<3.0.40.0a0 url: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda hash: md5: 4bbbe67d5df19db30f04b8e344dc9976 sha256: 89f7fecc7355181dbc2ab851e668a2fce6aa4830b336a34c93b59bda93206270 - optional: false - category: main build: hd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -18352,18 +17502,17 @@ package: noarch: generic size: 6731 timestamp: 1688566099039 -- name: prompt_toolkit +- platform: win-64 + name: prompt_toolkit version: 3.0.39 + category: main manager: conda - platform: win-64 dependencies: - prompt-toolkit: '>=3.0.39,<3.0.40.0a0' + - prompt-toolkit >=3.0.39,<3.0.40.0a0 url: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda hash: md5: 4bbbe67d5df19db30f04b8e344dc9976 sha256: 89f7fecc7355181dbc2ab851e668a2fce6aa4830b336a34c93b59bda93206270 - optional: false - category: main build: hd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -18373,20 +17522,19 @@ package: noarch: generic size: 6731 timestamp: 1688566099039 -- name: psutil +- platform: linux-64 + name: psutil version: 5.9.5 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.5-py311h459d7ec_1.conda hash: md5: 490d7fa8675afd1aa6f1b2332d156a45 sha256: e92d2120fc4b98fe838b3d52d4907fae97808bdd504fb84aa33aea8c4be7bc61 - optional: false - category: main build: py311h459d7ec_1 arch: x86_64 subdir: linux-64 @@ -18395,19 +17543,18 @@ package: license_family: BSD size: 498698 timestamp: 1695367306421 -- name: psutil +- platform: osx-64 + name: psutil version: 5.9.5 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.5-py311h2725bcf_1.conda hash: md5: 16221cd0488a32152a6b3f1a301ccf19 sha256: 2eee900e0e5a103cff0159cdd81d401b67ccfb919be6cd868fc34c22dab981f1 - optional: false - category: main build: py311h2725bcf_1 arch: x86_64 subdir: osx-64 @@ -18416,22 +17563,21 @@ package: license_family: BSD size: 506611 timestamp: 1695367402674 -- name: psutil +- platform: win-64 + name: psutil version: 5.9.5 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.5-py311ha68e1ae_1.conda hash: md5: f64b2d9577e753fea9662dae11339ac2 sha256: e5c09eee9902e0c56d89f88210009b34d819d241ac5b7dde38266324a85fde51 - optional: false - category: main build: py311ha68e1ae_1 arch: x86_64 subdir: win-64 @@ -18440,18 +17586,17 @@ package: license_family: BSD size: 516106 timestamp: 1695367685028 -- name: pthread-stubs +- platform: linux-64 + name: pthread-stubs version: '0.4' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=7.5.0' + - libgcc-ng >=7.5.0 url: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-h36c2ea0_1001.tar.bz2 hash: md5: 22dad4df6e8630e8dff2428f6f6a7036 sha256: 67c84822f87b641d89df09758da498b2d4558d47b920fd1d3fe6d3a871e000ff - optional: false - category: main build: h36c2ea0_1001 arch: x86_64 subdir: linux-64 @@ -18460,17 +17605,16 @@ package: license_family: MIT size: 5625 timestamp: 1606147468727 -- name: pthread-stubs +- platform: osx-64 + name: pthread-stubs version: '0.4' + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-hc929b4f_1001.tar.bz2 hash: md5: addd19059de62181cd11ae8f4ef26084 sha256: 6e3900bb241bcdec513d4e7180fe9a19186c1a38f0b4080ed619d26014222c53 - optional: false - category: main build: hc929b4f_1001 arch: x86_64 subdir: osx-64 @@ -18479,18 +17623,17 @@ package: license_family: MIT size: 5653 timestamp: 1606147699844 -- name: pthread-stubs +- platform: win-64 + name: pthread-stubs version: '0.4' + category: main manager: conda - platform: win-64 dependencies: - m2w64-gcc-libs: '*' + - m2w64-gcc-libs * url: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 hash: md5: a1f820480193ea83582b13249a7e7bd9 sha256: bb5a6ddf1a609a63addd6d7b488b0f58d05092ea84e9203283409bff539e202a - optional: false - category: main build: hcd874cb_1001 arch: x86_64 subdir: win-64 @@ -18499,18 +17642,17 @@ package: license_family: MIT size: 6417 timestamp: 1606147814351 -- name: pthreads-win32 +- platform: win-64 + name: pthreads-win32 version: 2.9.1 + category: main manager: conda - platform: win-64 dependencies: - vc: 14.* + - vc 14.* url: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 hash: md5: e2da8758d7d51ff6aa78a14dfb9dbed4 sha256: 576a228630a72f25d255a5e345e5f10878e153221a96560f2498040cd6f54005 - optional: false - category: main build: hfa6e2cd_3 arch: x86_64 subdir: win-64 @@ -18518,18 +17660,17 @@ package: license: LGPL 2 size: 144301 timestamp: 1537755684331 -- name: ptyprocess +- platform: linux-64 + name: ptyprocess version: 0.7.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 hash: md5: 359eeb6536da0e687af562ed265ec263 sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a - optional: false - category: main build: pyhd3deb0d_0 arch: x86_64 subdir: linux-64 @@ -18538,18 +17679,17 @@ package: noarch: python size: 16546 timestamp: 1609419417991 -- name: ptyprocess +- platform: osx-64 + name: ptyprocess version: 0.7.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 hash: md5: 359eeb6536da0e687af562ed265ec263 sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a - optional: false - category: main build: pyhd3deb0d_0 arch: x86_64 subdir: osx-64 @@ -18558,22 +17698,21 @@ package: noarch: python size: 16546 timestamp: 1609419417991 -- name: pulseaudio-client +- platform: linux-64 + name: pulseaudio-client version: '16.1' + category: main manager: conda - platform: linux-64 dependencies: - dbus: '>=1.13.6,<2.0a0' - libgcc-ng: '>=12' - libglib: '>=2.76.4,<3.0a0' - libsndfile: '>=1.2.2,<1.3.0a0' - libsystemd0: '>=254' + - dbus >=1.13.6,<2.0a0 + - libgcc-ng >=12 + - libglib >=2.76.4,<3.0a0 + - libsndfile >=1.2.2,<1.3.0a0 + - libsystemd0 >=254 url: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-client-16.1-hb77b528_5.conda hash: md5: ac902ff3c1c6d750dd0dfc93a974ab74 sha256: 9981c70893d95c8cac02e7edd1a9af87f2c8745b772d529f08b7f9dafbe98606 - optional: false - category: main build: hb77b528_5 arch: x86_64 subdir: linux-64 @@ -18584,18 +17723,17 @@ package: license_family: LGPL size: 754844 timestamp: 1693928953742 -- name: pure_eval +- platform: linux-64 + name: pure_eval version: 0.2.2 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 hash: md5: 6784285c7e55cb7212efabc79e4c2883 sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -18605,18 +17743,17 @@ package: noarch: python size: 14551 timestamp: 1642876055775 -- name: pure_eval +- platform: osx-64 + name: pure_eval version: 0.2.2 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 hash: md5: 6784285c7e55cb7212efabc79e4c2883 sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -18626,18 +17763,17 @@ package: noarch: python size: 14551 timestamp: 1642876055775 -- name: pure_eval +- platform: win-64 + name: pure_eval version: 0.2.2 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 hash: md5: 6784285c7e55cb7212efabc79e4c2883 sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -18647,23 +17783,22 @@ package: noarch: python size: 14551 timestamp: 1642876055775 -- name: pyarrow +- platform: linux-64 + name: pyarrow version: 13.0.0 + category: main manager: conda - platform: linux-64 dependencies: - libarrow: ==13.0.0 h1935d02_5_cpu - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libarrow ==13.0.0 h1935d02_5_cpu + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-13.0.0-py311h39c9aba_5_cpu.conda hash: md5: 9d4dc425cdfaee0ec68a4b8d0bc07909 sha256: 6bfd99e90db73a72926847f6b6d2b42b633e18fdd9a7673d7a701b2cd23820d6 - optional: false - category: main build: py311h39c9aba_5_cpu arch: x86_64 subdir: linux-64 @@ -18674,22 +17809,21 @@ package: license_family: APACHE size: 4086754 timestamp: 1696019386447 -- name: pyarrow +- platform: osx-64 + name: pyarrow version: 13.0.0 + category: main manager: conda - platform: osx-64 dependencies: - libarrow: ==13.0.0 heeec12f_5_cpu - libcxx: '>=15.0.7' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libarrow ==13.0.0 heeec12f_5_cpu + - libcxx >=15.0.7 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-13.0.0-py311h54e7ce8_5_cpu.conda hash: md5: 76fffbb5593c44aae6c9e8a942200f28 sha256: 230cd3875968f3aa7ceec59255488c7697b755e1f533da1b5a26a767dd024845 - optional: false - category: main build: py311h54e7ce8_5_cpu arch: x86_64 subdir: osx-64 @@ -18700,24 +17834,23 @@ package: license_family: APACHE size: 3691087 timestamp: 1696020751704 -- name: pyarrow +- platform: win-64 + name: pyarrow version: 13.0.0 + category: main manager: conda - platform: win-64 dependencies: - libarrow: ==13.0.0 h1e3473c_5_cpu - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libarrow ==13.0.0 h1e3473c_5_cpu + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/pyarrow-13.0.0-py311h6a6099b_5_cpu.conda hash: md5: 0b55d8aa9c5efbf1f69cccff3ff78bb1 sha256: 4912d76c68f6d21f8125f93c7fa87528cd8b638dd1178bf3541d0cbd74211e0d - optional: false - category: main build: py311h6a6099b_5_cpu arch: x86_64 subdir: win-64 @@ -18728,18 +17861,17 @@ package: license_family: APACHE size: 3019685 timestamp: 1696021290963 -- name: pycparser +- platform: linux-64 + name: pycparser version: '2.21' + category: main manager: conda - platform: linux-64 dependencies: - python: 2.7.*|>=3.4 + - python 2.7.*|>=3.4 url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 hash: md5: 076becd9e05608f8dc72757d5f3a91ff sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -18749,18 +17881,17 @@ package: noarch: python size: 102747 timestamp: 1636257201998 -- name: pycparser +- platform: osx-64 + name: pycparser version: '2.21' + category: main manager: conda - platform: osx-64 dependencies: - python: 2.7.*|>=3.4 + - python 2.7.*|>=3.4 url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 hash: md5: 076becd9e05608f8dc72757d5f3a91ff sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -18770,18 +17901,17 @@ package: noarch: python size: 102747 timestamp: 1636257201998 -- name: pycparser +- platform: win-64 + name: pycparser version: '2.21' + category: main manager: conda - platform: win-64 dependencies: - python: 2.7.*|>=3.4 + - python 2.7.*|>=3.4 url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 hash: md5: 076becd9e05608f8dc72757d5f3a91ff sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -18791,21 +17921,20 @@ package: noarch: python size: 102747 timestamp: 1636257201998 -- name: pydantic +- platform: linux-64 + name: pydantic version: 1.10.13 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - typing-extensions: '>=4.2.0' + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - typing-extensions >=4.2.0 url: https://conda.anaconda.org/conda-forge/linux-64/pydantic-1.10.13-py311h459d7ec_0.conda hash: md5: 4512307ce0c68162ef1f84a71b75d7a4 sha256: 29a404e761b3b483c15e71ed455dc88266bfb23f22dd28a514e5783c9c480990 - optional: false - category: main build: py311h459d7ec_0 arch: x86_64 subdir: linux-64 @@ -18814,20 +17943,19 @@ package: license_family: MIT size: 2265217 timestamp: 1695855768205 -- name: pydantic +- platform: osx-64 + name: pydantic version: 1.10.13 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - typing-extensions: '>=4.2.0' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - typing-extensions >=4.2.0 url: https://conda.anaconda.org/conda-forge/osx-64/pydantic-1.10.13-py311h2725bcf_0.conda hash: md5: 9b61f1c95a85403ac6fa2cc606debd8b sha256: 9bb42c18c8af4242869b11de9c802d87f5ff4ba6657f4072040fdd22831cdd63 - optional: false - category: main build: py311h2725bcf_0 arch: x86_64 subdir: osx-64 @@ -18836,23 +17964,22 @@ package: license_family: MIT size: 1988095 timestamp: 1695855934217 -- name: pydantic +- platform: win-64 + name: pydantic version: 1.10.13 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - typing-extensions: '>=4.2.0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - typing-extensions >=4.2.0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/pydantic-1.10.13-py311ha68e1ae_0.conda hash: md5: 58206f611a3db4051125c153cc84a6a6 sha256: 2cccae33ddaa564efaf7318874b8757430881fbdf5aaaa8b6e2c622abcd049fa - optional: false - category: main build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 @@ -18861,18 +17988,17 @@ package: license_family: MIT size: 1602734 timestamp: 1695856066258 -- name: pygments +- platform: linux-64 + name: pygments version: 2.16.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda hash: md5: 40e5cb18165466773619e5c963f00a7b sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -18882,18 +18008,17 @@ package: noarch: python size: 853439 timestamp: 1691408777841 -- name: pygments +- platform: osx-64 + name: pygments version: 2.16.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda hash: md5: 40e5cb18165466773619e5c963f00a7b sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -18903,18 +18028,17 @@ package: noarch: python size: 853439 timestamp: 1691408777841 -- name: pygments +- platform: win-64 + name: pygments version: 2.16.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda hash: md5: 40e5cb18165466773619e5c963f00a7b sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -18924,21 +18048,20 @@ package: noarch: python size: 853439 timestamp: 1691408777841 -- name: pyobjc-core +- platform: osx-64 + name: pyobjc-core version: '10.0' + category: main manager: conda - platform: osx-64 dependencies: - libffi: '>=3.4,<4.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - setuptools: '*' + - libffi >=3.4,<4.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - setuptools * url: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-core-10.0-py311hf110eff_0.conda hash: md5: d26705887703d13c655a6098516e06e2 sha256: 031b8c48866f1f97a4a12d6a3ea0dc94cb6a735918871460b26f4779f5a01125 - optional: false - category: main build: py311hf110eff_0 arch: x86_64 subdir: osx-64 @@ -18947,21 +18070,20 @@ package: license_family: MIT size: 465753 timestamp: 1695560684232 -- name: pyobjc-framework-cocoa +- platform: osx-64 + name: pyobjc-framework-cocoa version: '10.0' + category: main manager: conda - platform: osx-64 dependencies: - libffi: '>=3.4,<4.0a0' - pyobjc-core: 10.0.* - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libffi >=3.4,<4.0a0 + - pyobjc-core 10.0.* + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-framework-cocoa-10.0-py311hf110eff_1.conda hash: md5: 8fb67274a648901045368717d6221aed sha256: 54530c1b3bfc361e027adbd8f9d9a23e7c102c7f58c04a169da1457f82975724 - optional: false - category: main build: py311hf110eff_1 arch: x86_64 subdir: osx-64 @@ -18970,24 +18092,23 @@ package: license_family: MIT size: 369966 timestamp: 1695716863742 -- name: pyogrio +- platform: linux-64 + name: pyogrio version: 0.6.0 + category: main manager: conda - platform: linux-64 dependencies: - gdal: '*' - libgcc-ng: '>=12' - libgdal: '>=3.7.0,<3.8.0a0' - libstdcxx-ng: '>=12' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - gdal * + - libgcc-ng >=12 + - libgdal >=3.7.0,<3.8.0a0 + - libstdcxx-ng >=12 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/pyogrio-0.6.0-py311hbac4ec9_1.conda hash: md5: e02a1c0a816aeb94e9c48c9aca3434c7 sha256: 35c2dcd7a6646d368b4421dc5c9fea5fe7a4103259fcd8183511a7c9a0f9dda3 - optional: false - category: main build: py311hbac4ec9_1 arch: x86_64 subdir: linux-64 @@ -18996,23 +18117,22 @@ package: license_family: MIT size: 591219 timestamp: 1684222029716 -- name: pyogrio +- platform: osx-64 + name: pyogrio version: 0.6.0 + category: main manager: conda - platform: osx-64 dependencies: - gdal: '*' - libcxx: '>=15.0.7' - libgdal: '>=3.7.0,<3.8.0a0' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - gdal * + - libcxx >=15.0.7 + - libgdal >=3.7.0,<3.8.0a0 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/pyogrio-0.6.0-py311h4c3e48b_1.conda hash: md5: d44604e08a6879f1141a08b05548d238 sha256: ee27155711461b4262eb8351f62cc968c859174ed701cda750898df41105eb82 - optional: false - category: main build: py311h4c3e48b_1 arch: x86_64 subdir: osx-64 @@ -19021,25 +18141,24 @@ package: license_family: MIT size: 551277 timestamp: 1684222561639 -- name: pyogrio +- platform: win-64 + name: pyogrio version: 0.6.0 + category: main manager: conda - platform: win-64 dependencies: - gdal: '*' - libgdal: '>=3.7.0,<3.8.0a0' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - gdal * + - libgdal >=3.7.0,<3.8.0a0 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/pyogrio-0.6.0-py311h03c997e_1.conda hash: md5: f9df6d8bc922ea2110853b1b77edb182 sha256: 0d002aba3517e9fcbc791ab4ad0fbc256561323a136ea58906f50bcd71eb4150 - optional: false - category: main build: py311h03c997e_1 arch: x86_64 subdir: win-64 @@ -19048,18 +18167,17 @@ package: license_family: MIT size: 705427 timestamp: 1684222644541 -- name: pyparsing +- platform: linux-64 + name: pyparsing version: 3.1.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.1-pyhd8ed1ab_0.conda hash: md5: 176f7d56f0cfe9008bdf1bccd7de02fb sha256: 4a1332d634b6c2501a973655d68f08c9c42c0bd509c349239127b10572b8354b - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -19069,18 +18187,17 @@ package: noarch: python size: 89521 timestamp: 1690737983548 -- name: pyparsing +- platform: osx-64 + name: pyparsing version: 3.1.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.1-pyhd8ed1ab_0.conda hash: md5: 176f7d56f0cfe9008bdf1bccd7de02fb sha256: 4a1332d634b6c2501a973655d68f08c9c42c0bd509c349239127b10572b8354b - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -19090,18 +18207,17 @@ package: noarch: python size: 89521 timestamp: 1690737983548 -- name: pyparsing +- platform: win-64 + name: pyparsing version: 3.1.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.1-pyhd8ed1ab_0.conda hash: md5: 176f7d56f0cfe9008bdf1bccd7de02fb sha256: 4a1332d634b6c2501a973655d68f08c9c42c0bd509c349239127b10572b8354b - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -19111,22 +18227,21 @@ package: noarch: python size: 89521 timestamp: 1690737983548 -- name: pyproj +- platform: linux-64 + name: pyproj version: 3.6.1 + category: main manager: conda - platform: linux-64 dependencies: - certifi: '*' - libgcc-ng: '>=12' - proj: '>=9.3.0,<9.3.1.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - certifi * + - libgcc-ng >=12 + - proj >=9.3.0,<9.3.1.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/pyproj-3.6.1-py311h1facc83_2.conda hash: md5: 8298afb85a731b02dac82e02b6e13ae0 sha256: 7d43c396ffc5d97abf44927e802fbe7a1a670bd371f5cea6e9fb021403b2a431 - optional: false - category: main build: py311h1facc83_2 arch: x86_64 subdir: linux-64 @@ -19135,21 +18250,20 @@ package: license_family: MIT size: 552912 timestamp: 1695623937165 -- name: pyproj +- platform: osx-64 + name: pyproj version: 3.6.1 + category: main manager: conda - platform: osx-64 dependencies: - certifi: '*' - proj: '>=9.3.0,<9.3.1.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - certifi * + - proj >=9.3.0,<9.3.1.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/pyproj-3.6.1-py311h7851242_2.conda hash: md5: 52ae2a9b8f7b2bb59774902d1b703e55 sha256: 22b16bdd9575247b2673e4bd34a554a2670d35f6d2e42168eabac993157da035 - optional: false - category: main build: py311h7851242_2 arch: x86_64 subdir: osx-64 @@ -19158,24 +18272,23 @@ package: license_family: MIT size: 489797 timestamp: 1695624314939 -- name: pyproj +- platform: win-64 + name: pyproj version: 3.6.1 + category: main manager: conda - platform: win-64 dependencies: - certifi: '*' - proj: '>=9.3.0,<9.3.1.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - certifi * + - proj >=9.3.0,<9.3.1.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/pyproj-3.6.1-py311h517f58c_2.conda hash: md5: 6b149ee1b6d9577b9fc59a61176e78c4 sha256: 8a96679cbcba69b54cb3ccc52e8ae8fc0048b6368a4881e9482c6c5556ab37d5 - optional: false - category: main build: py311h517f58c_2 arch: x86_64 subdir: win-64 @@ -19184,24 +18297,23 @@ package: license_family: MIT size: 734589 timestamp: 1695624279941 -- name: pyqt +- platform: linux-64 + name: pyqt version: 5.15.9 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - pyqt5-sip: ==12.12.2 py311hb755f60_5 - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - qt-main: '>=5.15.8,<5.16.0a0' - sip: '>=6.7.11,<6.8.0a0' + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - pyqt5-sip ==12.12.2 py311hb755f60_5 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - qt-main >=5.15.8,<5.16.0a0 + - sip >=6.7.11,<6.8.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.9-py311hf0fb5b6_5.conda hash: md5: ec7e45bc76d9d0b69a74a2075932b8e8 sha256: 74fcdb8772c7eaf654b32922f77d9a8a1350b3446111c69a32ba4d15be74905a - optional: false - category: main build: py311hf0fb5b6_5 arch: x86_64 subdir: linux-64 @@ -19210,25 +18322,24 @@ package: license_family: GPL size: 5315719 timestamp: 1695420475603 -- name: pyqt +- platform: win-64 + name: pyqt version: 5.15.9 + category: main manager: conda - platform: win-64 dependencies: - pyqt5-sip: ==12.12.2 py311h12c1d0e_5 - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - qt-main: '>=5.15.8,<5.16.0a0' - sip: '>=6.7.11,<6.8.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - pyqt5-sip ==12.12.2 py311h12c1d0e_5 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - qt-main >=5.15.8,<5.16.0a0 + - sip >=6.7.11,<6.8.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/pyqt-5.15.9-py311h125bc19_5.conda hash: md5: 29d36acae7ccbcb1f0ec4a39841b3197 sha256: 4608b9caafc4fa16d887f5af08e1bafe95f4cb07596ca8f5af184bf5de8f2c4c - optional: false - category: main build: py311h125bc19_5 arch: x86_64 subdir: win-64 @@ -19237,24 +18348,23 @@ package: license_family: GPL size: 3906427 timestamp: 1695422270104 -- name: pyqt5-sip +- platform: linux-64 + name: pyqt5-sip version: 12.12.2 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - packaging: '*' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - sip: '*' - toml: '*' + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - packaging * + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - sip * + - toml * url: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.12.2-py311hb755f60_5.conda hash: md5: e4d262cc3600e70b505a6761d29f6207 sha256: cf6936273d92e5213b085bfd9ce1a37defb46b317b6ee991f2712bf4a25b8456 - optional: false - category: main build: py311hb755f60_5 arch: x86_64 subdir: linux-64 @@ -19263,25 +18373,24 @@ package: license_family: GPL size: 85162 timestamp: 1695418076285 -- name: pyqt5-sip +- platform: win-64 + name: pyqt5-sip version: 12.12.2 + category: main manager: conda - platform: win-64 dependencies: - packaging: '*' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - sip: '*' - toml: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - packaging * + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - sip * + - toml * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/pyqt5-sip-12.12.2-py311h12c1d0e_5.conda hash: md5: 1b53a20f311bd99a1e55b31b7219106f sha256: 7130493794e4c65f4e78258619a6ef9d022ba9f9b0f61e70d2973d9bc5f10e11 - optional: false - category: main build: py311h12c1d0e_5 arch: x86_64 subdir: win-64 @@ -19290,18 +18399,17 @@ package: license_family: GPL size: 79724 timestamp: 1695418442619 -- name: pysnooper +- platform: linux-64 + name: pysnooper version: 1.2.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=2.7' + - python >=2.7 url: https://conda.anaconda.org/conda-forge/noarch/pysnooper-1.2.0-pyhd8ed1ab_0.conda hash: md5: e8323f3ea29910f7086914e27223867f sha256: fdf89aa9a631870c2565af9eafd09f2a6c539cf31e4cb596651c2b9c16f3d546 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -19311,18 +18419,17 @@ package: noarch: python size: 19622 timestamp: 1690469519470 -- name: pysnooper +- platform: osx-64 + name: pysnooper version: 1.2.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=2.7' + - python >=2.7 url: https://conda.anaconda.org/conda-forge/noarch/pysnooper-1.2.0-pyhd8ed1ab_0.conda hash: md5: e8323f3ea29910f7086914e27223867f sha256: fdf89aa9a631870c2565af9eafd09f2a6c539cf31e4cb596651c2b9c16f3d546 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -19332,18 +18439,17 @@ package: noarch: python size: 19622 timestamp: 1690469519470 -- name: pysnooper +- platform: win-64 + name: pysnooper version: 1.2.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=2.7' + - python >=2.7 url: https://conda.anaconda.org/conda-forge/noarch/pysnooper-1.2.0-pyhd8ed1ab_0.conda hash: md5: e8323f3ea29910f7086914e27223867f sha256: fdf89aa9a631870c2565af9eafd09f2a6c539cf31e4cb596651c2b9c16f3d546 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -19353,19 +18459,18 @@ package: noarch: python size: 19622 timestamp: 1690469519470 -- name: pysocks +- platform: linux-64 + name: pysocks version: 1.7.1 + category: main manager: conda - platform: linux-64 dependencies: - __unix: '*' - python: '>=3.8' + - __unix * + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 hash: md5: 2a7de29fb590ca14b5243c4c812c8025 sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b - optional: false - category: main build: pyha2e5f31_6 arch: x86_64 subdir: linux-64 @@ -19375,19 +18480,18 @@ package: noarch: python size: 18981 timestamp: 1661604969727 -- name: pysocks +- platform: osx-64 + name: pysocks version: 1.7.1 + category: main manager: conda - platform: osx-64 dependencies: - __unix: '*' - python: '>=3.8' + - __unix * + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 hash: md5: 2a7de29fb590ca14b5243c4c812c8025 sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b - optional: false - category: main build: pyha2e5f31_6 arch: x86_64 subdir: osx-64 @@ -19397,20 +18501,19 @@ package: noarch: python size: 18981 timestamp: 1661604969727 -- name: pysocks +- platform: win-64 + name: pysocks version: 1.7.1 + category: main manager: conda - platform: win-64 dependencies: - __win: '*' - python: '>=3.8' - win_inet_pton: '*' + - __win * + - python >=3.8 + - win_inet_pton * url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 hash: md5: 56cd9fe388baac0e90c7149cfac95b60 sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7 - optional: false - category: main build: pyh0701188_6 arch: x86_64 subdir: win-64 @@ -19420,24 +18523,23 @@ package: noarch: python size: 19348 timestamp: 1661605138291 -- name: pytest +- platform: linux-64 + name: pytest version: 7.4.2 + category: main manager: conda - platform: linux-64 dependencies: - colorama: '*' - exceptiongroup: '>=1.0.0rc8' - iniconfig: '*' - packaging: '*' - pluggy: '>=0.12,<2.0' - python: '>=3.7' - tomli: '>=1.0.0' + - colorama * + - exceptiongroup >=1.0.0rc8 + - iniconfig * + - packaging * + - pluggy >=0.12,<2.0 + - python >=3.7 + - tomli >=1.0.0 url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.2-pyhd8ed1ab_0.conda hash: md5: 6dd662ff5ac9a783e5c940ce9f3fe649 sha256: 150bfb2a86dffd4ce1e91c2d61dde5779fb3ee338675e210fec4ef508ffff28c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -19449,24 +18551,23 @@ package: noarch: python size: 244691 timestamp: 1694128618921 -- name: pytest +- platform: osx-64 + name: pytest version: 7.4.2 + category: main manager: conda - platform: osx-64 dependencies: - colorama: '*' - exceptiongroup: '>=1.0.0rc8' - iniconfig: '*' - packaging: '*' - pluggy: '>=0.12,<2.0' - python: '>=3.7' - tomli: '>=1.0.0' + - colorama * + - exceptiongroup >=1.0.0rc8 + - iniconfig * + - packaging * + - pluggy >=0.12,<2.0 + - python >=3.7 + - tomli >=1.0.0 url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.2-pyhd8ed1ab_0.conda hash: md5: 6dd662ff5ac9a783e5c940ce9f3fe649 sha256: 150bfb2a86dffd4ce1e91c2d61dde5779fb3ee338675e210fec4ef508ffff28c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -19478,24 +18579,23 @@ package: noarch: python size: 244691 timestamp: 1694128618921 -- name: pytest +- platform: win-64 + name: pytest version: 7.4.2 + category: main manager: conda - platform: win-64 dependencies: - colorama: '*' - exceptiongroup: '>=1.0.0rc8' - iniconfig: '*' - packaging: '*' - pluggy: '>=0.12,<2.0' - python: '>=3.7' - tomli: '>=1.0.0' + - colorama * + - exceptiongroup >=1.0.0rc8 + - iniconfig * + - packaging * + - pluggy >=0.12,<2.0 + - python >=3.7 + - tomli >=1.0.0 url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.2-pyhd8ed1ab_0.conda hash: md5: 6dd662ff5ac9a783e5c940ce9f3fe649 sha256: 150bfb2a86dffd4ce1e91c2d61dde5779fb3ee338675e210fec4ef508ffff28c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -19507,21 +18607,20 @@ package: noarch: python size: 244691 timestamp: 1694128618921 -- name: pytest-cov +- platform: linux-64 + name: pytest-cov version: 4.1.0 + category: main manager: conda - platform: linux-64 dependencies: - coverage: '>=5.2.1' - pytest: '>=4.6' - python: '>=3.7' - toml: '*' + - coverage >=5.2.1 + - pytest >=4.6 + - python >=3.7 + - toml * url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda hash: md5: 06eb685a3a0b146347a58dda979485da sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -19531,21 +18630,20 @@ package: noarch: python size: 25436 timestamp: 1684965001294 -- name: pytest-cov +- platform: osx-64 + name: pytest-cov version: 4.1.0 + category: main manager: conda - platform: osx-64 dependencies: - coverage: '>=5.2.1' - pytest: '>=4.6' - python: '>=3.7' - toml: '*' + - coverage >=5.2.1 + - pytest >=4.6 + - python >=3.7 + - toml * url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda hash: md5: 06eb685a3a0b146347a58dda979485da sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -19555,21 +18653,20 @@ package: noarch: python size: 25436 timestamp: 1684965001294 -- name: pytest-cov +- platform: win-64 + name: pytest-cov version: 4.1.0 + category: main manager: conda - platform: win-64 dependencies: - coverage: '>=5.2.1' - pytest: '>=4.6' - python: '>=3.7' - toml: '*' + - coverage >=5.2.1 + - pytest >=4.6 + - python >=3.7 + - toml * url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda hash: md5: 06eb685a3a0b146347a58dda979485da sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -19579,20 +18676,19 @@ package: noarch: python size: 25436 timestamp: 1684965001294 -- name: pytest-xdist +- platform: linux-64 + name: pytest-xdist version: 3.3.1 + category: main manager: conda - platform: linux-64 dependencies: - execnet: '>=1.1' - pytest: '>=6.2.0' - python: '>=3.7' + - execnet >=1.1 + - pytest >=6.2.0 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.3.1-pyhd8ed1ab_0.conda hash: md5: 816073bb54ef59f33f0f26c14f88311b sha256: 5df2d0f1e42041476cbdf12b808890d668e7f0272b51f0f3fa7aab84732150b6 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -19604,20 +18700,19 @@ package: noarch: python size: 36169 timestamp: 1684499962909 -- name: pytest-xdist +- platform: osx-64 + name: pytest-xdist version: 3.3.1 + category: main manager: conda - platform: osx-64 dependencies: - execnet: '>=1.1' - pytest: '>=6.2.0' - python: '>=3.7' + - execnet >=1.1 + - pytest >=6.2.0 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.3.1-pyhd8ed1ab_0.conda hash: md5: 816073bb54ef59f33f0f26c14f88311b sha256: 5df2d0f1e42041476cbdf12b808890d668e7f0272b51f0f3fa7aab84732150b6 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -19629,20 +18724,19 @@ package: noarch: python size: 36169 timestamp: 1684499962909 -- name: pytest-xdist +- platform: win-64 + name: pytest-xdist version: 3.3.1 + category: main manager: conda - platform: win-64 dependencies: - execnet: '>=1.1' - pytest: '>=6.2.0' - python: '>=3.7' + - execnet >=1.1 + - pytest >=6.2.0 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.3.1-pyhd8ed1ab_0.conda hash: md5: 816073bb54ef59f33f0f26c14f88311b sha256: 5df2d0f1e42041476cbdf12b808890d668e7f0272b51f0f3fa7aab84732150b6 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -19654,32 +18748,31 @@ package: noarch: python size: 36169 timestamp: 1684499962909 -- name: python +- platform: linux-64 + name: python version: 3.11.5 + category: main manager: conda - platform: linux-64 - dependencies: - bzip2: '>=1.0.8,<2.0a0' - ld_impl_linux-64: '>=2.36.1' - libexpat: '>=2.5.0,<3.0a0' - libffi: '>=3.4,<4.0a0' - libgcc-ng: '>=12' - libnsl: '>=2.0.0,<2.1.0a0' - libsqlite: '>=3.43.0,<4.0a0' - libuuid: '>=2.38.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ncurses: '>=6.4,<7.0a0' - openssl: '>=3.1.2,<4.0a0' - readline: '>=8.2,<9.0a0' - tk: '>=8.6.12,<8.7.0a0' - tzdata: '*' - xz: '>=5.2.6,<6.0a0' + dependencies: + - bzip2 >=1.0.8,<2.0a0 + - ld_impl_linux-64 >=2.36.1 + - libexpat >=2.5.0,<3.0a0 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 + - libnsl >=2.0.0,<2.1.0a0 + - libsqlite >=3.43.0,<4.0a0 + - libuuid >=2.38.1,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ncurses >=6.4,<7.0a0 + - openssl >=3.1.2,<4.0a0 + - readline >=8.2,<9.0a0 + - tk >=8.6.12,<8.7.0a0 + - tzdata * + - xz >=5.2.6,<6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/python-3.11.5-hab00c5b_0_cpython.conda hash: md5: f0288cb82594b1cbc71111d1cd3c5422 sha256: 920fe89dbc4aaf910e7a37cb4d865eaabe7ff1e5e6c3888d56fe7742ab181448 - optional: false - category: main build: hab00c5b_0_cpython arch: x86_64 subdir: linux-64 @@ -19689,28 +18782,27 @@ package: license: Python-2.0 size: 30813149 timestamp: 1693108705832 -- name: python +- platform: osx-64 + name: python version: 3.11.5 + category: main manager: conda - platform: osx-64 - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libexpat: '>=2.5.0,<3.0a0' - libffi: '>=3.4,<4.0a0' - libsqlite: '>=3.43.0,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ncurses: '>=6.4,<7.0a0' - openssl: '>=3.1.2,<4.0a0' - readline: '>=8.2,<9.0a0' - tk: '>=8.6.12,<8.7.0a0' - tzdata: '*' - xz: '>=5.2.6,<6.0a0' + dependencies: + - bzip2 >=1.0.8,<2.0a0 + - libexpat >=2.5.0,<3.0a0 + - libffi >=3.4,<4.0a0 + - libsqlite >=3.43.0,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ncurses >=6.4,<7.0a0 + - openssl >=3.1.2,<4.0a0 + - readline >=8.2,<9.0a0 + - tk >=8.6.12,<8.7.0a0 + - tzdata * + - xz >=5.2.6,<6.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/python-3.11.5-h30d4d87_0_cpython.conda hash: md5: ef2b263b5b02d2acf00908bb07c14b12 sha256: b836e2a96526fca7f4686fc5297fecd05f90992902eb9612f50da577932cf48c - optional: false - category: main build: h30d4d87_0_cpython arch: x86_64 subdir: osx-64 @@ -19720,29 +18812,28 @@ package: license: Python-2.0 size: 15475266 timestamp: 1693108451698 -- name: python +- platform: win-64 + name: python version: 3.11.5 + category: main manager: conda - platform: win-64 - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libexpat: '>=2.5.0,<3.0a0' - libffi: '>=3.4,<4.0a0' - libsqlite: '>=3.43.0,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - tk: '>=8.6.12,<8.7.0a0' - tzdata: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - xz: '>=5.2.6,<6.0a0' + dependencies: + - bzip2 >=1.0.8,<2.0a0 + - libexpat >=2.5.0,<3.0a0 + - libffi >=3.4,<4.0a0 + - libsqlite >=3.43.0,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - tk >=8.6.12,<8.7.0a0 + - tzdata * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xz >=5.2.6,<6.0a0 url: https://conda.anaconda.org/conda-forge/win-64/python-3.11.5-h2628c8c_0_cpython.conda hash: md5: 28e01783b6a42f295fe07c7790aa75a1 sha256: 0a44437eaf81055b91c1ae27a4be58609c31b3e7b94bd4d3e10204795c51bf04 - optional: false - category: main build: h2628c8c_0_cpython arch: x86_64 subdir: win-64 @@ -19752,19 +18843,18 @@ package: license: Python-2.0 size: 18153848 timestamp: 1693106905439 -- name: python-dateutil +- platform: linux-64 + name: python-dateutil version: 2.8.2 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' - six: '>=1.5' + - python >=3.6 + - six >=1.5 url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 hash: md5: dd999d1cc9f79e67dbb855c8924c7984 sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -19774,19 +18864,18 @@ package: noarch: python size: 245987 timestamp: 1626286448716 -- name: python-dateutil +- platform: osx-64 + name: python-dateutil version: 2.8.2 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' - six: '>=1.5' + - python >=3.6 + - six >=1.5 url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 hash: md5: dd999d1cc9f79e67dbb855c8924c7984 sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -19796,19 +18885,18 @@ package: noarch: python size: 245987 timestamp: 1626286448716 -- name: python-dateutil +- platform: win-64 + name: python-dateutil version: 2.8.2 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' - six: '>=1.5' + - python >=3.6 + - six >=1.5 url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 hash: md5: dd999d1cc9f79e67dbb855c8924c7984 sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -19818,18 +18906,17 @@ package: noarch: python size: 245987 timestamp: 1626286448716 -- name: python-fastjsonschema +- platform: linux-64 + name: python-fastjsonschema version: 2.18.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.3' + - python >=3.3 url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.1-pyhd8ed1ab_0.conda hash: md5: 305141cff54af2f90e089d868fffce28 sha256: 3fb1af1ac7525072c46e111bc4e96ddf971f792ab049ca3aa25dbebbaffb6f7d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -19839,18 +18926,17 @@ package: noarch: python size: 226030 timestamp: 1696171963080 -- name: python-fastjsonschema +- platform: osx-64 + name: python-fastjsonschema version: 2.18.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.3' + - python >=3.3 url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.1-pyhd8ed1ab_0.conda hash: md5: 305141cff54af2f90e089d868fffce28 sha256: 3fb1af1ac7525072c46e111bc4e96ddf971f792ab049ca3aa25dbebbaffb6f7d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -19860,18 +18946,17 @@ package: noarch: python size: 226030 timestamp: 1696171963080 -- name: python-fastjsonschema +- platform: win-64 + name: python-fastjsonschema version: 2.18.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.3' + - python >=3.3 url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.1-pyhd8ed1ab_0.conda hash: md5: 305141cff54af2f90e089d868fffce28 sha256: 3fb1af1ac7525072c46e111bc4e96ddf971f792ab049ca3aa25dbebbaffb6f7d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -19881,18 +18966,17 @@ package: noarch: python size: 226030 timestamp: 1696171963080 -- name: python-json-logger +- platform: linux-64 + name: python-json-logger version: 2.0.7 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda hash: md5: a61bf9ec79426938ff785eb69dbb1960 sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -19902,18 +18986,17 @@ package: noarch: python size: 13383 timestamp: 1677079727691 -- name: python-json-logger +- platform: osx-64 + name: python-json-logger version: 2.0.7 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda hash: md5: a61bf9ec79426938ff785eb69dbb1960 sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -19923,18 +19006,17 @@ package: noarch: python size: 13383 timestamp: 1677079727691 -- name: python-json-logger +- platform: win-64 + name: python-json-logger version: 2.0.7 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda hash: md5: a61bf9ec79426938ff785eb69dbb1960 sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -19944,18 +19026,17 @@ package: noarch: python size: 13383 timestamp: 1677079727691 -- name: python-tzdata +- platform: linux-64 + name: python-tzdata version: '2023.3' + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda hash: md5: 2590495f608a63625e165915fb4e2e34 sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -19965,18 +19046,17 @@ package: noarch: python size: 143131 timestamp: 1680081272948 -- name: python-tzdata +- platform: osx-64 + name: python-tzdata version: '2023.3' + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda hash: md5: 2590495f608a63625e165915fb4e2e34 sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -19986,18 +19066,17 @@ package: noarch: python size: 143131 timestamp: 1680081272948 -- name: python-tzdata +- platform: win-64 + name: python-tzdata version: '2023.3' + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda hash: md5: 2590495f608a63625e165915fb4e2e34 sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -20007,17 +19086,16 @@ package: noarch: python size: 143131 timestamp: 1680081272948 -- name: python_abi +- platform: linux-64 + name: python_abi version: '3.11' + category: main manager: conda - platform: linux-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.11-4_cp311.conda hash: md5: d786502c97404c94d7d58d258a445a65 sha256: 0be3ac1bf852d64f553220c7e6457e9c047dfb7412da9d22fbaa67e60858b3cf - optional: false - category: main build: 4_cp311 arch: x86_64 subdir: linux-64 @@ -20028,17 +19106,16 @@ package: license_family: BSD size: 6385 timestamp: 1695147338551 -- name: python_abi +- platform: osx-64 + name: python_abi version: '3.11' + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.11-4_cp311.conda hash: md5: fef7a52f0eca6bae9e8e2e255bc86394 sha256: f56dfe2a57b3b27bad3f9527f943548e8b2526e949d9d6fc0a383020d9359afe - optional: false - category: main build: 4_cp311 arch: x86_64 subdir: osx-64 @@ -20049,17 +19126,16 @@ package: license_family: BSD size: 6478 timestamp: 1695147518012 -- name: python_abi +- platform: win-64 + name: python_abi version: '3.11' + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.11-4_cp311.conda hash: md5: 70513332c71b56eace4ee6441e66c012 sha256: 67c2aade3e2160642eec0742384e766b20c766055e3d99335681e3e05d88ed7b - optional: false - category: main build: 4_cp311 arch: x86_64 subdir: win-64 @@ -20070,18 +19146,17 @@ package: license_family: BSD size: 6755 timestamp: 1695147711935 -- name: pytz +- platform: linux-64 + name: pytz version: 2023.3.post1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda hash: md5: c93346b446cd08c169d843ae5fc0da97 sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -20091,18 +19166,17 @@ package: noarch: python size: 187454 timestamp: 1693930444432 -- name: pytz +- platform: osx-64 + name: pytz version: 2023.3.post1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda hash: md5: c93346b446cd08c169d843ae5fc0da97 sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -20112,18 +19186,17 @@ package: noarch: python size: 187454 timestamp: 1693930444432 -- name: pytz +- platform: win-64 + name: pytz version: 2023.3.post1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda hash: md5: c93346b446cd08c169d843ae5fc0da97 sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -20133,22 +19206,21 @@ package: noarch: python size: 187454 timestamp: 1693930444432 -- name: pywin32 +- platform: win-64 + name: pywin32 version: '306' + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py311h12c1d0e_2.conda hash: md5: 25df0fc55722ea1a94494f41302e2d1c sha256: 79d942817bdaf384602113e5fcb9158dc45cae4044bed308918a5db97f141fdb - optional: false - category: main build: py311h12c1d0e_2 arch: x86_64 subdir: win-64 @@ -20157,19 +19229,18 @@ package: license_family: PSF size: 6124285 timestamp: 1695974706892 -- name: pywin32-ctypes +- platform: win-64 + name: pywin32-ctypes version: 0.2.2 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/win-64/pywin32-ctypes-0.2.2-py311h1ea47a8_1.conda hash: md5: e1270294a55b716f9b76900340e8fc82 sha256: 75a80bda3a87ae9387e8860be7a5271a67846d8929fe8c99799ed40eb085130a - optional: false - category: main build: py311h1ea47a8_1 arch: x86_64 subdir: win-64 @@ -20178,23 +19249,22 @@ package: license_family: BSD size: 57331 timestamp: 1695395348158 -- name: pywinpty +- platform: win-64 + name: pywinpty version: 2.0.11 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - winpty: '*' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - winpty * url: https://conda.anaconda.org/conda-forge/win-64/pywinpty-2.0.11-py311h12c1d0e_1.conda hash: md5: 72ae855546b37f4bf109ea6899b86f0d sha256: 91b5914ddd1061b570ea6b8f3112fc47894a6a7b0a1884c7f02dc76533daa315 - optional: false - category: main build: py311h12c1d0e_1 arch: x86_64 subdir: win-64 @@ -20203,21 +19273,20 @@ package: license_family: MIT size: 218105 timestamp: 1695401045877 -- name: pyyaml +- platform: linux-64 + name: pyyaml version: 6.0.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - yaml: '>=0.2.5,<0.3.0a0' + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - yaml >=0.2.5,<0.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py311h459d7ec_1.conda hash: md5: 52719a74ad130de8fb5d047dc91f247a sha256: 28729ef1ffa7f6f9dfd54345a47c7faac5d34296d66a2b9891fb147f4efe1348 - optional: false - category: main build: py311h459d7ec_1 arch: x86_64 subdir: linux-64 @@ -20226,20 +19295,19 @@ package: license_family: MIT size: 200626 timestamp: 1695373818537 -- name: pyyaml +- platform: osx-64 + name: pyyaml version: 6.0.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - yaml: '>=0.2.5,<0.3.0a0' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - yaml >=0.2.5,<0.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py311h2725bcf_1.conda hash: md5: 9283f991b5e5856a99f8aabba9927df5 sha256: 8ce2ba443414170a2570514d0ce6d03625a847e91af9763d48dc58c338e6f7f3 - optional: false - category: main build: py311h2725bcf_1 arch: x86_64 subdir: osx-64 @@ -20248,23 +19316,22 @@ package: license_family: MIT size: 188606 timestamp: 1695373840022 -- name: pyyaml +- platform: win-64 + name: pyyaml version: 6.0.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - yaml: '>=0.2.5,<0.3.0a0' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - yaml >=0.2.5,<0.3.0a0 url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py311ha68e1ae_1.conda hash: md5: 2b4128962cd665153e946f2a88667a3b sha256: 4fb0770fc70381a8ab3ced33413ad9dc5e82d4c535b593edd580113ce8760298 - optional: false - category: main build: py311ha68e1ae_1 arch: x86_64 subdir: win-64 @@ -20273,23 +19340,22 @@ package: license_family: MIT size: 175469 timestamp: 1695374086205 -- name: pyzmq +- platform: linux-64 + name: pyzmq version: 25.1.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libsodium: '>=1.0.18,<1.0.19.0a0' - libstdcxx-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - zeromq: '>=4.3.4,<4.4.0a0' + - libgcc-ng >=12 + - libsodium >=1.0.18,<1.0.19.0a0 + - libstdcxx-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - zeromq >=4.3.4,<4.4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-25.1.1-py311h75c88c4_1.conda hash: md5: b858421f6a3052950c33aecd44a905cb sha256: 846612e248330bfa579c71b837d2c82a2b3755c1b982dd647f5bcb0047f58f9f - optional: false - category: main build: py311h75c88c4_1 arch: x86_64 subdir: linux-64 @@ -20297,22 +19363,21 @@ package: license: BSD-3-Clause AND LGPL-3.0-or-later size: 539168 timestamp: 1695384485238 -- name: pyzmq +- platform: osx-64 + name: pyzmq version: 25.1.1 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - libsodium: '>=1.0.18,<1.0.19.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - zeromq: '>=4.3.4,<4.4.0a0' + - libcxx >=15.0.7 + - libsodium >=1.0.18,<1.0.19.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - zeromq >=4.3.4,<4.4.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-25.1.1-py311h5dacc12_1.conda hash: md5: f7199b493d4a542d7344e1f9eb5bc476 sha256: d556deedd05013eafc5d8df2ef94b81d7f3fd655574698de78a17093b29e0a55 - optional: false - category: main build: py311h5dacc12_1 arch: x86_64 subdir: osx-64 @@ -20320,24 +19385,23 @@ package: license: BSD-3-Clause AND LGPL-3.0-or-later size: 499664 timestamp: 1695384610282 -- name: pyzmq +- platform: win-64 + name: pyzmq version: 25.1.1 + category: main manager: conda - platform: win-64 dependencies: - libsodium: '>=1.0.18,<1.0.19.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zeromq: '>=4.3.4,<4.3.5.0a0' + - libsodium >=1.0.18,<1.0.19.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zeromq >=4.3.4,<4.3.5.0a0 url: https://conda.anaconda.org/conda-forge/win-64/pyzmq-25.1.1-py311h7b3f143_1.conda hash: md5: e3d0dd062963011239017d79be3ecdaa sha256: 7412e89a3574d4fb476a3fe1c5f0356f1748d9a0fa611c6301e637456571588c - optional: false - category: main build: py311h7b3f143_1 arch: x86_64 subdir: win-64 @@ -20345,60 +19409,59 @@ package: license: BSD-3-Clause AND LGPL-3.0-or-later size: 490355 timestamp: 1695384729154 -- name: qt-main +- platform: linux-64 + name: qt-main version: 5.15.8 + category: main manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - alsa-lib: '>=1.2.10,<1.2.11.0a0' - dbus: '>=1.13.6,<2.0a0' - fontconfig: '>=2.14.2,<3.0a0' - fonts-conda-ecosystem: '*' - freetype: '>=2.12.1,<3.0a0' - gst-plugins-base: '>=1.22.5,<1.23.0a0' - gstreamer: '>=1.22.5,<1.23.0a0' - harfbuzz: '>=8.2.0,<9.0a0' - icu: '>=73.2,<74.0a0' - krb5: '>=1.21.2,<1.22.0a0' - libclang: '>=15.0.7,<16.0a0' - libclang13: '>=15.0.7' - libcups: '>=2.3.3,<2.4.0a0' - libevent: '>=2.1.12,<2.1.13.0a0' - libexpat: '>=2.5.0,<3.0a0' - libgcc-ng: '>=12' - libglib: '>=2.78.0,<3.0a0' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libpq: '>=15.4,<16.0a0' - libsqlite: '>=3.43.0,<4.0a0' - libstdcxx-ng: '>=12' - libxcb: '>=1.15,<1.16.0a0' - libxkbcommon: '>=1.5.0,<2.0a0' - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - mysql-libs: '>=8.0.33,<8.1.0a0' - nspr: '>=4.35,<5.0a0' - nss: '>=3.92,<4.0a0' - openssl: '>=3.1.2,<4.0a0' - pulseaudio-client: '>=16.1,<16.2.0a0' - xcb-util: '>=0.4.0,<0.5.0a0' - xcb-util-image: '>=0.4.0,<0.5.0a0' - xcb-util-keysyms: '>=0.4.0,<0.5.0a0' - xcb-util-renderutil: '>=0.3.9,<0.4.0a0' - xcb-util-wm: '>=0.4.1,<0.5.0a0' - xorg-libice: '>=1.1.1,<2.0a0' - xorg-libsm: '>=1.2.4,<2.0a0' - xorg-libx11: '>=1.8.6,<2.0a0' - xorg-libxext: '>=1.3.4,<2.0a0' - xorg-xf86vidmodeproto: '*' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - __glibc >=2.17,<3.0.a0 + - alsa-lib >=1.2.10,<1.2.11.0a0 + - dbus >=1.13.6,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem * + - freetype >=2.12.1,<3.0a0 + - gst-plugins-base >=1.22.5,<1.23.0a0 + - gstreamer >=1.22.5,<1.23.0a0 + - harfbuzz >=8.2.0,<9.0a0 + - icu >=73.2,<74.0a0 + - krb5 >=1.21.2,<1.22.0a0 + - libclang >=15.0.7,<16.0a0 + - libclang13 >=15.0.7 + - libcups >=2.3.3,<2.4.0a0 + - libevent >=2.1.12,<2.1.13.0a0 + - libexpat >=2.5.0,<3.0a0 + - libgcc-ng >=12 + - libglib >=2.78.0,<3.0a0 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libpq >=15.4,<16.0a0 + - libsqlite >=3.43.0,<4.0a0 + - libstdcxx-ng >=12 + - libxcb >=1.15,<1.16.0a0 + - libxkbcommon >=1.5.0,<2.0a0 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - mysql-libs >=8.0.33,<8.1.0a0 + - nspr >=4.35,<5.0a0 + - nss >=3.92,<4.0a0 + - openssl >=3.1.2,<4.0a0 + - pulseaudio-client >=16.1,<16.2.0a0 + - xcb-util >=0.4.0,<0.5.0a0 + - xcb-util-image >=0.4.0,<0.5.0a0 + - xcb-util-keysyms >=0.4.0,<0.5.0a0 + - xcb-util-renderutil >=0.3.9,<0.4.0a0 + - xcb-util-wm >=0.4.1,<0.5.0a0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-xf86vidmodeproto * + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-hc47bfe8_16.conda hash: md5: a8dd2dfcd570e3965c73be6c5e03e74f sha256: 18dc29e725b620ec857368b40f07c41fd360b6c4071f83b67112eabfc087e8f1 - optional: false - category: main build: hc47bfe8_16 arch: x86_64 subdir: linux-64 @@ -20409,33 +19472,32 @@ package: license_family: LGPL size: 60757140 timestamp: 1694504368390 -- name: qt-main +- platform: win-64 + name: qt-main version: 5.15.8 + category: main manager: conda - platform: win-64 - dependencies: - gst-plugins-base: '>=1.22.5,<1.23.0a0' - gstreamer: '>=1.22.5,<1.23.0a0' - icu: '>=73.2,<74.0a0' - krb5: '>=1.21.2,<1.22.0a0' - libclang: '>=15.0.7,<16.0a0' - libclang13: '>=15.0.7' - libglib: '>=2.78.0,<3.0a0' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libsqlite: '>=3.43.0,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - gst-plugins-base >=1.22.5,<1.23.0a0 + - gstreamer >=1.22.5,<1.23.0a0 + - icu >=73.2,<74.0a0 + - krb5 >=1.21.2,<1.22.0a0 + - libclang >=15.0.7,<16.0a0 + - libclang13 >=15.0.7 + - libglib >=2.78.0,<3.0a0 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libsqlite >=3.43.0,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/win-64/qt-main-5.15.8-he5a7383_16.conda hash: md5: b67cbf30e1c1c0dcb314e2705f088bc2 sha256: be746aad17335729eabc029a552c09e6afdcef1d6da14b8daa343cf306fae2b9 - optional: false - category: main build: he5a7383_16 arch: x86_64 subdir: win-64 @@ -20446,22 +19508,21 @@ package: license_family: LGPL size: 60176423 timestamp: 1694508254767 -- name: quarto +- platform: linux-64 + name: quarto version: 1.3.450 + category: main manager: conda - platform: linux-64 dependencies: - dart-sass: '*' - deno: '>=1.28.2,<1.28.3.0a0' - deno-dom: '>=0.1.35,<0.1.36.0a0' - esbuild: '*' - pandoc: '>=3.1.1,<3.1.2.0a0' + - dart-sass * + - deno >=1.28.2,<1.28.3.0a0 + - deno-dom >=0.1.35,<0.1.36.0a0 + - esbuild * + - pandoc >=3.1.1,<3.1.2.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/quarto-1.3.450-ha770c72_0.conda hash: md5: 6c854f7659f93a716414129fc6cab94c sha256: 23fc48a246e61ffb38a5c313b85aabc1b8e98b489156f46ff0050b61d323e728 - optional: false - category: main build: ha770c72_0 arch: x86_64 subdir: linux-64 @@ -20470,22 +19531,21 @@ package: license_family: GPL size: 12813729 timestamp: 1691275534015 -- name: quarto +- platform: osx-64 + name: quarto version: 1.3.450 + category: main manager: conda - platform: osx-64 dependencies: - dart-sass: '*' - deno: '>=1.28.2,<1.28.3.0a0' - deno-dom: '>=0.1.35,<0.1.36.0a0' - esbuild: '*' - pandoc: '>=3.1.1,<3.1.2.0a0' + - dart-sass * + - deno >=1.28.2,<1.28.3.0a0 + - deno-dom >=0.1.35,<0.1.36.0a0 + - esbuild * + - pandoc >=3.1.1,<3.1.2.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/quarto-1.3.450-h694c41f_0.conda hash: md5: 010ba66ada7dff2bb37a84d934e936a6 sha256: 28d4ab61031212cb4d21f87363059e5510fa2baeff3f55a098906ce1e201c374 - optional: false - category: main build: h694c41f_0 arch: x86_64 subdir: osx-64 @@ -20494,22 +19554,21 @@ package: license_family: GPL size: 12867240 timestamp: 1691275623467 -- name: quarto +- platform: win-64 + name: quarto version: 1.3.450 + category: main manager: conda - platform: win-64 dependencies: - dart-sass: '*' - deno: '>=1.28.2,<1.28.3.0a0' - deno-dom: '>=0.1.35,<0.1.36.0a0' - esbuild: '*' - pandoc: '>=3.1.1,<3.1.2.0a0' + - dart-sass * + - deno >=1.28.2,<1.28.3.0a0 + - deno-dom >=0.1.35,<0.1.36.0a0 + - esbuild * + - pandoc >=3.1.1,<3.1.2.0a0 url: https://conda.anaconda.org/conda-forge/win-64/quarto-1.3.450-h57928b3_0.conda hash: md5: 8fad8f7ee29835b2bb072a1b3bed8a83 sha256: 5e19c5ce07bdc82649fbba964012fb5587965d86010a6fa61cdafeb7894b58ba - optional: false - category: main build: h57928b3_0 arch: x86_64 subdir: win-64 @@ -20518,20 +19577,19 @@ package: license_family: GPL size: 12188515 timestamp: 1691275738213 -- name: rdma-core +- platform: linux-64 + name: rdma-core version: '28.9' + category: main manager: conda - platform: linux-64 dependencies: - __glibc: '>=2.17,<3.0.a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-28.9-h59595ed_1.conda hash: md5: aeffb7c06b5f65e55e6c637408dc4100 sha256: 832f9393ab3144ce6468c6f150db9d398fad4451e96a8879afb3059f0c9902f6 - optional: false - category: main build: h59595ed_1 arch: x86_64 subdir: linux-64 @@ -20540,19 +19598,18 @@ package: license_family: BSD size: 3735644 timestamp: 1684785130341 -- name: re2 +- platform: linux-64 + name: re2 version: 2023.03.02 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.03.02-h8c504da_0.conda hash: md5: 206f8fa808748f6e90599c3368a1114e sha256: 1727f893a352ca735fb96b09f9edf6fe18c409d65550fd37e8a192919e8c827b - optional: false - category: main build: h8c504da_0 arch: x86_64 subdir: linux-64 @@ -20561,18 +19618,17 @@ package: license_family: BSD size: 201211 timestamp: 1677698930545 -- name: re2 +- platform: osx-64 + name: re2 version: 2023.03.02 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=14.0.6' + - libcxx >=14.0.6 url: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.03.02-h096449b_0.conda hash: md5: 68580e997396899915eef7771ef3a646 sha256: 6faebc3e5cb65bdf1ca5f1333d83118ec4b92c0d6fc27044cc998dab7e501a11 - optional: false - category: main build: h096449b_0 arch: x86_64 subdir: osx-64 @@ -20581,20 +19637,19 @@ package: license_family: BSD size: 185478 timestamp: 1677699240835 -- name: re2 +- platform: win-64 + name: re2 version: 2023.03.02 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/re2-2023.03.02-hd4eee63_0.conda hash: md5: a59c371d7364446cf1d0b8299e05c1ea sha256: 8e1bccfe360351251b6a7140bebe66e9f678d940926bb7a92b1b2b06325fdd34 - optional: false - category: main build: hd4eee63_0 arch: x86_64 subdir: win-64 @@ -20603,19 +19658,18 @@ package: license_family: BSD size: 378635 timestamp: 1677699429007 -- name: readline +- platform: linux-64 + name: readline version: '8.2' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - ncurses: '>=6.3,<7.0a0' + - libgcc-ng >=12 + - ncurses >=6.3,<7.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda hash: md5: 47d31b792659ce70f470b5c82fdfb7a4 sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 - optional: false - category: main build: h8228510_1 arch: x86_64 subdir: linux-64 @@ -20624,18 +19678,17 @@ package: license_family: GPL size: 281456 timestamp: 1679532220005 -- name: readline +- platform: osx-64 + name: readline version: '8.2' + category: main manager: conda - platform: osx-64 dependencies: - ncurses: '>=6.3,<7.0a0' + - ncurses >=6.3,<7.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda hash: md5: f17f77f2acf4d344734bda76829ce14e sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 - optional: false - category: main build: h9e318b2_1 arch: x86_64 subdir: osx-64 @@ -20644,22 +19697,21 @@ package: license_family: GPL size: 255870 timestamp: 1679532707590 -- name: readme_renderer +- platform: linux-64 + name: readme_renderer version: '42.0' + category: main manager: conda - platform: linux-64 dependencies: - cmarkgfm: '>=0.8.0' - docutils: '>=0.13.1' - nh3: '>=0.2.14' - pygments: '>=2.5.1' - python: '>=3.8' + - cmarkgfm >=0.8.0 + - docutils >=0.13.1 + - nh3 >=0.2.14 + - pygments >=2.5.1 + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/readme_renderer-42.0-pyhd8ed1ab_0.conda hash: md5: fdc16f5dc3a911d8f43f64f814a45961 sha256: 61e03765ebdb168fc8747e8183db4067b55888c89d59e0f4f53b5b4046846cda - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -20669,22 +19721,21 @@ package: noarch: python size: 17373 timestamp: 1694242843889 -- name: readme_renderer +- platform: osx-64 + name: readme_renderer version: '42.0' + category: main manager: conda - platform: osx-64 dependencies: - cmarkgfm: '>=0.8.0' - docutils: '>=0.13.1' - nh3: '>=0.2.14' - pygments: '>=2.5.1' - python: '>=3.8' + - cmarkgfm >=0.8.0 + - docutils >=0.13.1 + - nh3 >=0.2.14 + - pygments >=2.5.1 + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/readme_renderer-42.0-pyhd8ed1ab_0.conda hash: md5: fdc16f5dc3a911d8f43f64f814a45961 sha256: 61e03765ebdb168fc8747e8183db4067b55888c89d59e0f4f53b5b4046846cda - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -20694,22 +19745,21 @@ package: noarch: python size: 17373 timestamp: 1694242843889 -- name: readme_renderer +- platform: win-64 + name: readme_renderer version: '42.0' + category: main manager: conda - platform: win-64 dependencies: - cmarkgfm: '>=0.8.0' - docutils: '>=0.13.1' - nh3: '>=0.2.14' - pygments: '>=2.5.1' - python: '>=3.8' + - cmarkgfm >=0.8.0 + - docutils >=0.13.1 + - nh3 >=0.2.14 + - pygments >=2.5.1 + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/readme_renderer-42.0-pyhd8ed1ab_0.conda hash: md5: fdc16f5dc3a911d8f43f64f814a45961 sha256: 61e03765ebdb168fc8747e8183db4067b55888c89d59e0f4f53b5b4046846cda - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -20719,20 +19769,19 @@ package: noarch: python size: 17373 timestamp: 1694242843889 -- name: referencing +- platform: linux-64 + name: referencing version: 0.30.2 + category: main manager: conda - platform: linux-64 dependencies: - attrs: '>=22.2.0' - python: '>=3.8' - rpds-py: '>=0.7.0' + - attrs >=22.2.0 + - python >=3.8 + - rpds-py >=0.7.0 url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda hash: md5: a33161b983172ba6ef69d5fc850650cd sha256: a6768fabc12f1eed87fec68c5c65439e908655cded1e458d70a164abbce13287 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -20742,20 +19791,19 @@ package: noarch: python size: 38061 timestamp: 1691337409918 -- name: referencing +- platform: osx-64 + name: referencing version: 0.30.2 + category: main manager: conda - platform: osx-64 dependencies: - attrs: '>=22.2.0' - python: '>=3.8' - rpds-py: '>=0.7.0' + - attrs >=22.2.0 + - python >=3.8 + - rpds-py >=0.7.0 url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda hash: md5: a33161b983172ba6ef69d5fc850650cd sha256: a6768fabc12f1eed87fec68c5c65439e908655cded1e458d70a164abbce13287 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -20765,20 +19813,19 @@ package: noarch: python size: 38061 timestamp: 1691337409918 -- name: referencing +- platform: win-64 + name: referencing version: 0.30.2 + category: main manager: conda - platform: win-64 dependencies: - attrs: '>=22.2.0' - python: '>=3.8' - rpds-py: '>=0.7.0' + - attrs >=22.2.0 + - python >=3.8 + - rpds-py >=0.7.0 url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda hash: md5: a33161b983172ba6ef69d5fc850650cd sha256: a6768fabc12f1eed87fec68c5c65439e908655cded1e458d70a164abbce13287 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -20788,22 +19835,21 @@ package: noarch: python size: 38061 timestamp: 1691337409918 -- name: requests +- platform: linux-64 + name: requests version: 2.31.0 + category: main manager: conda - platform: linux-64 dependencies: - certifi: '>=2017.4.17' - charset-normalizer: '>=2,<4' - idna: '>=2.5,<4' - python: '>=3.7' - urllib3: '>=1.21.1,<3' + - certifi >=2017.4.17 + - charset-normalizer >=2,<4 + - idna >=2.5,<4 + - python >=3.7 + - urllib3 >=1.21.1,<3 url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda hash: md5: a30144e4156cdbb236f99ebb49828f8b sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -20815,22 +19861,21 @@ package: noarch: python size: 56690 timestamp: 1684774408600 -- name: requests +- platform: osx-64 + name: requests version: 2.31.0 + category: main manager: conda - platform: osx-64 dependencies: - certifi: '>=2017.4.17' - charset-normalizer: '>=2,<4' - idna: '>=2.5,<4' - python: '>=3.7' - urllib3: '>=1.21.1,<3' + - certifi >=2017.4.17 + - charset-normalizer >=2,<4 + - idna >=2.5,<4 + - python >=3.7 + - urllib3 >=1.21.1,<3 url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda hash: md5: a30144e4156cdbb236f99ebb49828f8b sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -20842,22 +19887,21 @@ package: noarch: python size: 56690 timestamp: 1684774408600 -- name: requests +- platform: win-64 + name: requests version: 2.31.0 + category: main manager: conda - platform: win-64 dependencies: - certifi: '>=2017.4.17' - charset-normalizer: '>=2,<4' - idna: '>=2.5,<4' - python: '>=3.7' - urllib3: '>=1.21.1,<3' + - certifi >=2017.4.17 + - charset-normalizer >=2,<4 + - idna >=2.5,<4 + - python >=3.7 + - urllib3 >=1.21.1,<3 url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda hash: md5: a30144e4156cdbb236f99ebb49828f8b sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -20869,19 +19913,18 @@ package: noarch: python size: 56690 timestamp: 1684774408600 -- name: requests-toolbelt +- platform: linux-64 + name: requests-toolbelt version: 1.0.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' - requests: '>=2.0.1,<3.0.0' + - python >=3.6 + - requests >=2.0.1,<3.0.0 url: https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_0.conda hash: md5: 99c98318c8646b08cc764f90ce98906e sha256: 20eaefc5dba74ff6c31e537533dde59b5b20f69e74df49dff19d43be59785fa3 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -20891,19 +19934,18 @@ package: noarch: python size: 43939 timestamp: 1682953467574 -- name: requests-toolbelt +- platform: osx-64 + name: requests-toolbelt version: 1.0.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' - requests: '>=2.0.1,<3.0.0' + - python >=3.6 + - requests >=2.0.1,<3.0.0 url: https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_0.conda hash: md5: 99c98318c8646b08cc764f90ce98906e sha256: 20eaefc5dba74ff6c31e537533dde59b5b20f69e74df49dff19d43be59785fa3 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -20913,19 +19955,18 @@ package: noarch: python size: 43939 timestamp: 1682953467574 -- name: requests-toolbelt +- platform: win-64 + name: requests-toolbelt version: 1.0.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' - requests: '>=2.0.1,<3.0.0' + - python >=3.6 + - requests >=2.0.1,<3.0.0 url: https://conda.anaconda.org/conda-forge/noarch/requests-toolbelt-1.0.0-pyhd8ed1ab_0.conda hash: md5: 99c98318c8646b08cc764f90ce98906e sha256: 20eaefc5dba74ff6c31e537533dde59b5b20f69e74df49dff19d43be59785fa3 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -20935,19 +19976,18 @@ package: noarch: python size: 43939 timestamp: 1682953467574 -- name: rfc3339-validator +- platform: linux-64 + name: rfc3339-validator version: 0.1.4 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.5' - six: '*' + - python >=3.5 + - six * url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 hash: md5: fed45fc5ea0813240707998abe49f520 sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -20957,19 +19997,18 @@ package: noarch: python size: 8064 timestamp: 1638811838081 -- name: rfc3339-validator +- platform: osx-64 + name: rfc3339-validator version: 0.1.4 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.5' - six: '*' + - python >=3.5 + - six * url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 hash: md5: fed45fc5ea0813240707998abe49f520 sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -20979,19 +20018,18 @@ package: noarch: python size: 8064 timestamp: 1638811838081 -- name: rfc3339-validator +- platform: win-64 + name: rfc3339-validator version: 0.1.4 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.5' - six: '*' + - python >=3.5 + - six * url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 hash: md5: fed45fc5ea0813240707998abe49f520 sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -21001,18 +20039,17 @@ package: noarch: python size: 8064 timestamp: 1638811838081 -- name: rfc3986 +- platform: linux-64 + name: rfc3986 version: 2.0.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.4' + - python >=3.4 url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-2.0.0-pyhd8ed1ab_0.tar.bz2 hash: md5: d337886e38f965bf97aaec382ff6db00 sha256: dd6bfb7c4248ba7612f2e6e4a066d6804ba96dfcaeddf43475a2c846ccfcc396 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -21022,18 +20059,17 @@ package: noarch: python size: 34075 timestamp: 1641825125307 -- name: rfc3986 +- platform: osx-64 + name: rfc3986 version: 2.0.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.4' + - python >=3.4 url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-2.0.0-pyhd8ed1ab_0.tar.bz2 hash: md5: d337886e38f965bf97aaec382ff6db00 sha256: dd6bfb7c4248ba7612f2e6e4a066d6804ba96dfcaeddf43475a2c846ccfcc396 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -21043,18 +20079,17 @@ package: noarch: python size: 34075 timestamp: 1641825125307 -- name: rfc3986 +- platform: win-64 + name: rfc3986 version: 2.0.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.4' + - python >=3.4 url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-2.0.0-pyhd8ed1ab_0.tar.bz2 hash: md5: d337886e38f965bf97aaec382ff6db00 sha256: dd6bfb7c4248ba7612f2e6e4a066d6804ba96dfcaeddf43475a2c846ccfcc396 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -21064,18 +20099,17 @@ package: noarch: python size: 34075 timestamp: 1641825125307 -- name: rfc3986-validator +- platform: linux-64 + name: rfc3986-validator version: 0.1.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 hash: md5: 912a71cc01012ee38e6b90ddd561e36f sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: linux-64 @@ -21085,18 +20119,17 @@ package: noarch: python size: 7818 timestamp: 1598024297745 -- name: rfc3986-validator +- platform: osx-64 + name: rfc3986-validator version: 0.1.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 hash: md5: 912a71cc01012ee38e6b90ddd561e36f sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: osx-64 @@ -21106,18 +20139,17 @@ package: noarch: python size: 7818 timestamp: 1598024297745 -- name: rfc3986-validator +- platform: win-64 + name: rfc3986-validator version: 0.1.1 + category: main manager: conda - platform: win-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 hash: md5: 912a71cc01012ee38e6b90ddd561e36f sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: win-64 @@ -21127,21 +20159,20 @@ package: noarch: python size: 7818 timestamp: 1598024297745 -- name: rich +- platform: linux-64 + name: rich version: 13.6.0 + category: main manager: conda - platform: linux-64 dependencies: - markdown-it-py: '>=2.2.0' - pygments: '>=2.13.0,<3.0.0' - python: '>=3.7.0' - typing_extensions: '>=4.0.0,<5.0.0' + - markdown-it-py >=2.2.0 + - pygments >=2.13.0,<3.0.0 + - python >=3.7.0 + - typing_extensions >=4.0.0,<5.0.0 url: https://conda.anaconda.org/conda-forge/noarch/rich-13.6.0-pyhd8ed1ab_0.conda hash: md5: 3ca4829f40710f581ca1d76bc907e99f sha256: a2f8838a75ab8c2c1da0a813c7569d4f6efba0d2b5dc3a7659e2cb6d96bd8e19 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -21151,21 +20182,20 @@ package: noarch: python size: 183200 timestamp: 1696096819794 -- name: rich +- platform: osx-64 + name: rich version: 13.6.0 + category: main manager: conda - platform: osx-64 dependencies: - markdown-it-py: '>=2.2.0' - pygments: '>=2.13.0,<3.0.0' - python: '>=3.7.0' - typing_extensions: '>=4.0.0,<5.0.0' + - markdown-it-py >=2.2.0 + - pygments >=2.13.0,<3.0.0 + - python >=3.7.0 + - typing_extensions >=4.0.0,<5.0.0 url: https://conda.anaconda.org/conda-forge/noarch/rich-13.6.0-pyhd8ed1ab_0.conda hash: md5: 3ca4829f40710f581ca1d76bc907e99f sha256: a2f8838a75ab8c2c1da0a813c7569d4f6efba0d2b5dc3a7659e2cb6d96bd8e19 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -21175,21 +20205,20 @@ package: noarch: python size: 183200 timestamp: 1696096819794 -- name: rich +- platform: win-64 + name: rich version: 13.6.0 + category: main manager: conda - platform: win-64 dependencies: - markdown-it-py: '>=2.2.0' - pygments: '>=2.13.0,<3.0.0' - python: '>=3.7.0' - typing_extensions: '>=4.0.0,<5.0.0' + - markdown-it-py >=2.2.0 + - pygments >=2.13.0,<3.0.0 + - python >=3.7.0 + - typing_extensions >=4.0.0,<5.0.0 url: https://conda.anaconda.org/conda-forge/noarch/rich-13.6.0-pyhd8ed1ab_0.conda hash: md5: 3ca4829f40710f581ca1d76bc907e99f sha256: a2f8838a75ab8c2c1da0a813c7569d4f6efba0d2b5dc3a7659e2cb6d96bd8e19 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -21199,20 +20228,19 @@ package: noarch: python size: 183200 timestamp: 1696096819794 -- name: rpds-py +- platform: linux-64 + name: rpds-py version: 0.10.3 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.10.3-py311h46250e7_1.conda hash: md5: 7f5b917bca99c5b9d8b4c692e15eb1a3 sha256: 998b5029ff62fa7a854c6c4985e86c4b29cb41003135fac811995b412988cdf0 - optional: false - category: main build: py311h46250e7_1 arch: x86_64 subdir: linux-64 @@ -21221,19 +20249,18 @@ package: license_family: MIT size: 993680 timestamp: 1696002448576 -- name: rpds-py +- platform: osx-64 + name: rpds-py version: 0.10.3 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.10.3-py311h299eb51_1.conda hash: md5: 3d219b4908ee8337070c1610aa785fd1 sha256: 0a509bb6c221c1095d8c0bee42e18694c41a9a43cc461f70a0c606f3738b3877 - optional: false - category: main build: py311h299eb51_1 arch: x86_64 subdir: osx-64 @@ -21242,22 +20269,21 @@ package: license_family: MIT size: 284391 timestamp: 1696002557067 -- name: rpds-py +- platform: win-64 + name: rpds-py version: 0.10.3 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.10.3-py311hc37eb10_1.conda hash: md5: 01db07b99350e73992b61880ae2753d9 sha256: 1bad473b5eb7e26d00696f48c8e83b34a8f97ab751426aad2771e9b5e6c8ea3b - optional: false - category: main build: py311hc37eb10_1 arch: x86_64 subdir: win-64 @@ -21266,20 +20292,19 @@ package: license_family: MIT size: 186567 timestamp: 1696002895497 -- name: rtree +- platform: linux-64 + name: rtree version: 1.0.1 + category: main manager: conda - platform: linux-64 dependencies: - libspatialindex: '>=1.9.3,<1.9.4.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libspatialindex >=1.9.3,<1.9.4.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/rtree-1.0.1-py311h3bb2b0f_3.conda hash: md5: c56dd848f06f5419f3f8c5e37f9ace46 sha256: 3652084b73602ed920588d9e86953e583e3a2d05e0249664f2cf07d2baa544f3 - optional: false - category: main build: py311h3bb2b0f_3 arch: x86_64 subdir: linux-64 @@ -21288,20 +20313,19 @@ package: license_family: MIT size: 62934 timestamp: 1695410563915 -- name: rtree +- platform: osx-64 + name: rtree version: 1.0.1 + category: main manager: conda - platform: osx-64 dependencies: - libspatialindex: '>=1.9.3,<1.9.4.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libspatialindex >=1.9.3,<1.9.4.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/rtree-1.0.1-py311hbc1f44b_3.conda hash: md5: 93edebb7e54bd67ade353540ed66d44d sha256: 775cfcac8ff45978fb0b37d62c7239a5f967d0f109ac02348ccd18fab686bf10 - optional: false - category: main build: py311hbc1f44b_3 arch: x86_64 subdir: osx-64 @@ -21310,20 +20334,19 @@ package: license_family: MIT size: 62204 timestamp: 1695410812641 -- name: rtree +- platform: win-64 + name: rtree version: 1.0.1 + category: main manager: conda - platform: win-64 dependencies: - libspatialindex: '>=1.9.3,<1.9.4.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libspatialindex >=1.9.3,<1.9.4.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/win-64/rtree-1.0.1-py311hcacb13a_3.conda hash: md5: 9a5fc46ee6a937e779f550026507eafe sha256: ea1de168acfdc688678024b567541a01618950160e8fae611d068c8898f902d6 - optional: false - category: main build: py311hcacb13a_3 arch: x86_64 subdir: win-64 @@ -21332,22 +20355,21 @@ package: license_family: MIT size: 62467 timestamp: 1695410719961 -- name: ruamel.yaml +- platform: linux-64 + name: ruamel.yaml version: 0.17.33 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ruamel.yaml.clib: '>=0.1.2' - setuptools: '*' + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ruamel.yaml.clib >=0.1.2 + - setuptools * url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.17.33-py311h459d7ec_1.conda hash: md5: 755015729515dfa4912fd4dede2c060d sha256: b5db3ebbb22fdfd8a92c3c887a6c4e54f31505e509e7ae96581d32419d5c07a5 - optional: false - category: main build: py311h459d7ec_1 arch: x86_64 subdir: linux-64 @@ -21356,21 +20378,20 @@ package: license_family: MIT size: 280565 timestamp: 1696010953075 -- name: ruamel.yaml +- platform: osx-64 + name: ruamel.yaml version: 0.17.33 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ruamel.yaml.clib: '>=0.1.2' - setuptools: '*' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ruamel.yaml.clib >=0.1.2 + - setuptools * url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.17.33-py311h2725bcf_1.conda hash: md5: 9e51cae7d54f883ebf1510be8d0ae184 sha256: 265a60d1a3a95e9b5ad8c0ee42e377f4d9fce48400ea1c559c5f63225bb2e6a3 - optional: false - category: main build: py311h2725bcf_1 arch: x86_64 subdir: osx-64 @@ -21379,24 +20400,23 @@ package: license_family: MIT size: 281160 timestamp: 1696011139226 -- name: ruamel.yaml +- platform: win-64 + name: ruamel.yaml version: 0.17.33 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ruamel.yaml.clib: '>=0.1.2' - setuptools: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ruamel.yaml.clib >=0.1.2 + - setuptools * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.17.33-py311ha68e1ae_1.conda hash: md5: c9fb8344848b93a113259512f4bee962 sha256: e1804b65be2415a48b379de16ce3049569be96c32489aac926fc1defa8896a75 - optional: false - category: main build: py311ha68e1ae_1 arch: x86_64 subdir: win-64 @@ -21405,20 +20425,19 @@ package: license_family: MIT size: 276173 timestamp: 1696011175241 -- name: ruamel.yaml.clib +- platform: linux-64 + name: ruamel.yaml.clib version: 0.2.7 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.7-py311h459d7ec_2.conda hash: md5: 56bc3fe5180c0b23e05c7a5708153ac7 sha256: cfd060725d39f136618547ecb8a593d82d460725fb447849815c26418c360c35 - optional: false - category: main build: py311h459d7ec_2 arch: x86_64 subdir: linux-64 @@ -21427,19 +20446,18 @@ package: license_family: MIT size: 134322 timestamp: 1695997009048 -- name: ruamel.yaml.clib +- platform: osx-64 + name: ruamel.yaml.clib version: 0.2.7 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.7-py311h2725bcf_2.conda hash: md5: cd953388469a8890dda83779d6ef6ffd sha256: b529c2caf941ac1050d160f0b9c53202d634954dd7cc7f1469731e1bb6f2cccc - optional: false - category: main build: py311h2725bcf_2 arch: x86_64 subdir: osx-64 @@ -21448,22 +20466,21 @@ package: license_family: MIT size: 117447 timestamp: 1695997294294 -- name: ruamel.yaml.clib +- platform: win-64 + name: ruamel.yaml.clib version: 0.2.7 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.7-py311ha68e1ae_2.conda hash: md5: a19abbda796a7003308e1cba9b0c9905 sha256: 04d216c2f45f39987b0eb046a68702849668fb01c411de42af264809b838c3b9 - optional: false - category: main build: py311ha68e1ae_2 arch: x86_64 subdir: win-64 @@ -21472,21 +20489,20 @@ package: license_family: MIT size: 97998 timestamp: 1695997456870 -- name: ruff +- platform: linux-64 + name: ruff version: 0.0.292 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.0.292-py311h7145743_0.conda hash: md5: 10fe5487d2869b26d66f034c6e960c59 sha256: 13991d12567c6968b846769fbecb8ba3e14df3cb6650a053cdbd15d0056a8061 - optional: false - category: main build: py311h7145743_0 arch: x86_64 subdir: linux-64 @@ -21495,20 +20511,19 @@ package: license_family: MIT size: 4892021 timestamp: 1696292307561 -- name: ruff +- platform: osx-64 + name: ruff version: 0.0.292 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=15.0.7' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libcxx >=15.0.7 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.0.292-py311hbf57787_0.conda hash: md5: 09a2bef843d8129ccd82c3c2144f6443 sha256: 9cc1e9ca7ab1080376f3a0764144ccec3f70d78945a527a4e83261f25fe79c65 - optional: false - category: main build: py311hbf57787_0 arch: x86_64 subdir: osx-64 @@ -21517,22 +20532,21 @@ package: license_family: MIT size: 4650018 timestamp: 1696293377652 -- name: ruff +- platform: win-64 + name: ruff version: 0.0.292 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.0.292-py311hc14472d_0.conda hash: md5: 6a60a52ec1677ac61cdcd55cec2dc125 sha256: 3af42d2dc1d1e4fcb81581d5c2de652ce685af913ad7622085405278ba75b7a5 - optional: false - category: main build: py311hc14472d_0 arch: x86_64 subdir: win-64 @@ -21541,19 +20555,18 @@ package: license_family: MIT size: 4815618 timestamp: 1696293454283 -- name: s2n +- platform: linux-64 + name: s2n version: 1.3.51 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - openssl: '>=3.1.2,<4.0a0' + - libgcc-ng >=12 + - openssl >=3.1.2,<4.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.3.51-h06160fa_0.conda hash: md5: cd63086544e897be1006fc2d88ed1fe8 sha256: 6f8d7d80b3d3141d1218cd294570c89c1311a38aa964a22a1d05a92884a17a03 - optional: false - category: main build: h06160fa_0 arch: x86_64 subdir: linux-64 @@ -21562,26 +20575,25 @@ package: license_family: Apache size: 374669 timestamp: 1694525996400 -- name: scikit-learn +- platform: linux-64 + name: scikit-learn version: 1.3.1 + category: main manager: conda - platform: linux-64 - dependencies: - _openmp_mutex: '>=4.5' - joblib: '>=1.1.1' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - scipy: '*' - threadpoolctl: '>=2.0.0' + dependencies: + - _openmp_mutex >=4.5 + - joblib >=1.1.1 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - scipy * + - threadpoolctl >=2.0.0 url: https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.3.1-py311hc009520_0.conda hash: md5: 66f1553377ee79c5cf33dad1fa9cebb4 sha256: 5942aff017ac3af54e47f3acbf9eb9e8b4ac723713ec022686361544273ea799 - optional: false - category: main build: py311hc009520_0 arch: x86_64 subdir: linux-64 @@ -21590,25 +20602,24 @@ package: license_family: BSD size: 9621281 timestamp: 1695283308695 -- name: scikit-learn +- platform: osx-64 + name: scikit-learn version: 1.3.1 + category: main manager: conda - platform: osx-64 dependencies: - joblib: '>=1.1.1' - libcxx: '>=15.0.7' - llvm-openmp: '>=15.0.7' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - scipy: '*' - threadpoolctl: '>=2.0.0' + - joblib >=1.1.1 + - libcxx >=15.0.7 + - llvm-openmp >=15.0.7 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - scipy * + - threadpoolctl >=2.0.0 url: https://conda.anaconda.org/conda-forge/osx-64/scikit-learn-1.3.1-py311h83feae1_0.conda hash: md5: a2b11dde62adc6a02113cddfab084bbd sha256: e5940dcb5b9e1c209aef42e6771f5d8770aa446d567ae5be88bc9fe4786e57ac - optional: false - category: main build: py311h83feae1_0 arch: x86_64 subdir: osx-64 @@ -21617,26 +20628,25 @@ package: license_family: BSD size: 8826019 timestamp: 1695283724208 -- name: scikit-learn +- platform: win-64 + name: scikit-learn version: 1.3.1 + category: main manager: conda - platform: win-64 - dependencies: - joblib: '>=1.1.1' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - scipy: '*' - threadpoolctl: '>=2.0.0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + dependencies: + - joblib >=1.1.1 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - scipy * + - threadpoolctl >=2.0.0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/scikit-learn-1.3.1-py311h142b183_0.conda hash: md5: a0eaadd957f5f22c254dea0a96547cb5 sha256: ffb32a33922e4b157a8a30e12c71f8af9a83f8112736cd235d323347f49e598b - optional: false - category: main build: py311h142b183_0 arch: x86_64 subdir: win-64 @@ -21645,27 +20655,26 @@ package: license_family: BSD size: 8304174 timestamp: 1695283546024 -- name: scipy +- platform: linux-64 + name: scipy version: 1.11.3 + category: main manager: conda - platform: linux-64 - dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' - libgfortran-ng: '*' - libgfortran5: '>=12.3.0' - liblapack: '>=3.9.0,<4.0a0' - libstdcxx-ng: '>=12' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + dependencies: + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libgcc-ng >=12 + - libgfortran-ng * + - libgfortran5 >=12.3.0 + - liblapack >=3.9.0,<4.0a0 + - libstdcxx-ng >=12 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.11.3-py311h64a7726_0.conda hash: md5: 756e8ac1d784f704c0b22559b4bff7b0 sha256: 96d00ea5682208df18d3e529020dff66779f2c59510b03cc69c9d00c3a88b9dd - optional: false - category: main build: py311h64a7726_0 arch: x86_64 subdir: linux-64 @@ -21674,26 +20683,25 @@ package: license_family: BSD size: 16454889 timestamp: 1695899432450 -- name: scipy +- platform: osx-64 + name: scipy version: 1.11.3 + category: main manager: conda - platform: osx-64 - dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - libcxx: '>=15.0.7' - libgfortran: 5.* - libgfortran5: '>=13.2.0' - liblapack: '>=3.9.0,<4.0a0' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + dependencies: + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=15.0.7 + - libgfortran 5.* + - libgfortran5 >=13.2.0 + - liblapack >=3.9.0,<4.0a0 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.11.3-py311h16c3c4d_0.conda hash: md5: bd195650c219e5e90f45413cd0bacfa8 sha256: 5069ee98c5f90187f473764aefb3347bc91a63fc3a7cefede63196d43e3626bf - optional: false - category: main build: py311h16c3c4d_0 arch: x86_64 subdir: osx-64 @@ -21702,28 +20710,27 @@ package: license_family: BSD size: 16354910 timestamp: 1695899989182 -- name: scipy +- platform: win-64 + name: scipy version: 1.11.3 + category: main manager: conda - platform: win-64 - dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - liblapack: '>=3.9.0,<4.0a0' - m2w64-gcc-libs: '*' - m2w64-gcc-libs-core: '*' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + dependencies: + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - liblapack >=3.9.0,<4.0a0 + - m2w64-gcc-libs * + - m2w64-gcc-libs-core * + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/scipy-1.11.3-py311h37ff6ca_0.conda hash: md5: b9d1baf6f8fe75093f6863a2a064e9b3 sha256: 56a4495c7d1af9604936a9fdf86fc381cd7c88a561a90ea9bb5cd424cd5a6ded - optional: false - category: main build: py311h37ff6ca_0 arch: x86_64 subdir: win-64 @@ -21732,22 +20739,21 @@ package: license_family: BSD size: 19028873 timestamp: 1695900405670 -- name: secretstorage +- platform: linux-64 + name: secretstorage version: 3.3.3 + category: main manager: conda - platform: linux-64 dependencies: - cryptography: '*' - dbus: '*' - jeepney: '>=0.6' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - cryptography * + - dbus * + - jeepney >=0.6 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/secretstorage-3.3.3-py311h38be061_2.conda hash: md5: 30a57eaa8e72cb0c2c84d6d7db32010c sha256: 45e7d85a3663993e8bffdb7c6040561923c848e3262228b163042663caa4485e - optional: false - category: main build: py311h38be061_2 arch: x86_64 subdir: linux-64 @@ -21756,18 +20762,17 @@ package: license_family: BSD size: 32421 timestamp: 1695551942931 -- name: semver +- platform: linux-64 + name: semver version: 2.13.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 hash: md5: 2cab9f3a9683cb40a2176ccaf76e66c6 sha256: 673ef5ef04cef60c3584b1d9b81024646b9d9a4c50749356c7ba5cede755e61d - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: linux-64 @@ -21777,18 +20782,17 @@ package: noarch: python size: 15712 timestamp: 1603697876069 -- name: semver +- platform: osx-64 + name: semver version: 2.13.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 hash: md5: 2cab9f3a9683cb40a2176ccaf76e66c6 sha256: 673ef5ef04cef60c3584b1d9b81024646b9d9a4c50749356c7ba5cede755e61d - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: osx-64 @@ -21798,18 +20802,17 @@ package: noarch: python size: 15712 timestamp: 1603697876069 -- name: semver +- platform: win-64 + name: semver version: 2.13.0 + category: main manager: conda - platform: win-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/semver-2.13.0-pyh9f0ad1d_0.tar.bz2 hash: md5: 2cab9f3a9683cb40a2176ccaf76e66c6 sha256: 673ef5ef04cef60c3584b1d9b81024646b9d9a4c50749356c7ba5cede755e61d - optional: false - category: main build: pyh9f0ad1d_0 arch: x86_64 subdir: win-64 @@ -21819,19 +20822,18 @@ package: noarch: python size: 15712 timestamp: 1603697876069 -- name: send2trash +- platform: linux-64 + name: send2trash version: 1.8.2 + category: main manager: conda - platform: linux-64 dependencies: - __linux: '*' - python: '>=3.6' + - __linux * + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyh41d4057_0.conda hash: md5: ada5a17adcd10be4fc7e37e4166ba0e2 sha256: e74d3faf51a6cc429898da0209d95b209270160f3edbf2f6d8b61a99428301cd - optional: false - category: main build: pyh41d4057_0 arch: x86_64 subdir: linux-64 @@ -21841,20 +20843,19 @@ package: noarch: python size: 22821 timestamp: 1682601391911 -- name: send2trash +- platform: osx-64 + name: send2trash version: 1.8.2 + category: main manager: conda - platform: osx-64 dependencies: - __osx: '*' - pyobjc-framework-cocoa: '*' - python: '>=3.6' + - __osx * + - pyobjc-framework-cocoa * + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyhd1c38e8_0.conda hash: md5: 2657c3de5371c571aef6678afb4aaadd sha256: dca4022bae47618ed738ab7d45ead5202d174b741cfb98e4484acdc6e76da32a - optional: false - category: main build: pyhd1c38e8_0 arch: x86_64 subdir: osx-64 @@ -21864,20 +20865,19 @@ package: noarch: python size: 23021 timestamp: 1682601619389 -- name: send2trash +- platform: win-64 + name: send2trash version: 1.8.2 + category: main manager: conda - platform: win-64 dependencies: - __win: '*' - python: '>=3.6' - pywin32: '*' + - __win * + - python >=3.6 + - pywin32 * url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyh08f2357_0.conda hash: md5: c00d32dfa733d381b6a1908d0d67e0d7 sha256: 55208c6b48d68dc9ad2e2cf81ab9dc6b8a1d607e67acf9115bdc7794accc84bc - optional: false - category: main build: pyh08f2357_0 arch: x86_64 subdir: win-64 @@ -21887,18 +20887,17 @@ package: noarch: python size: 23279 timestamp: 1682601755260 -- name: setuptools +- platform: linux-64 + name: setuptools version: 68.2.2 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda hash: md5: fc2166155db840c634a1291a5c35a709 sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -21908,18 +20907,17 @@ package: noarch: python size: 464399 timestamp: 1694548452441 -- name: setuptools +- platform: osx-64 + name: setuptools version: 68.2.2 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda hash: md5: fc2166155db840c634a1291a5c35a709 sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -21929,18 +20927,17 @@ package: noarch: python size: 464399 timestamp: 1694548452441 -- name: setuptools +- platform: win-64 + name: setuptools version: 68.2.2 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda hash: md5: fc2166155db840c634a1291a5c35a709 sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -21950,22 +20947,21 @@ package: noarch: python size: 464399 timestamp: 1694548452441 -- name: shapely +- platform: linux-64 + name: shapely version: 2.0.1 + category: main manager: conda - platform: linux-64 dependencies: - geos: '>=3.12.0,<3.12.1.0a0' - libgcc-ng: '>=12' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - geos >=3.12.0,<3.12.1.0a0 + - libgcc-ng >=12 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/shapely-2.0.1-py311he06c224_3.conda hash: md5: 0494ca2b1c365390d014b1295d79e9a3 sha256: cc89008a95b52625e425eb993ef1e70e1578cafd561bc34812be26e2694bc38f - optional: false - category: main build: py311he06c224_3 arch: x86_64 subdir: linux-64 @@ -21974,21 +20970,20 @@ package: license_family: BSD size: 494140 timestamp: 1695614526235 -- name: shapely +- platform: osx-64 + name: shapely version: 2.0.1 + category: main manager: conda - platform: osx-64 dependencies: - geos: '>=3.12.0,<3.12.1.0a0' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - geos >=3.12.0,<3.12.1.0a0 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/shapely-2.0.1-py311haf3dd0c_3.conda hash: md5: 2223958d8194d8f7faf543621eae6418 sha256: 4930d11f5d06d161b11b6b422056d343c794d2830938826b5801ad300e0351b1 - optional: false - category: main build: py311haf3dd0c_3 arch: x86_64 subdir: osx-64 @@ -21997,24 +20992,23 @@ package: license_family: BSD size: 470343 timestamp: 1695614793335 -- name: shapely +- platform: win-64 + name: shapely version: 2.0.1 + category: main manager: conda - platform: win-64 dependencies: - geos: '>=3.12.0,<3.12.1.0a0' - numpy: '>=1.23.5,<2.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - geos >=3.12.0,<3.12.1.0a0 + - numpy >=1.23.5,<2.0a0 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/shapely-2.0.1-py311h72efec2_3.conda hash: md5: 79f3c89083dade3a22758d1ce9313ae0 sha256: 9d39f7afdac3ed694ac73e97c29052c15cb5da10d77341534ce9b4c8dcc7a77e - optional: false - category: main build: py311h72efec2_3 arch: x86_64 subdir: win-64 @@ -22023,24 +21017,23 @@ package: license_family: BSD size: 464477 timestamp: 1695614931977 -- name: sip +- platform: linux-64 + name: sip version: 6.7.11 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - packaging: '*' - ply: '*' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - tomli: '*' + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - packaging * + - ply * + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - tomli * url: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.11-py311hb755f60_1.conda hash: md5: e09eb6aad3607fb6f2c071a2c6a26e1d sha256: 04c7f567a2c1d4d07ae070986732bd587746fd833b7b61e7457f5e28f246da15 - optional: false - category: main build: py311hb755f60_1 arch: x86_64 subdir: linux-64 @@ -22049,25 +21042,24 @@ package: license_family: GPL size: 584377 timestamp: 1695399432479 -- name: sip +- platform: win-64 + name: sip version: 6.7.11 + category: main manager: conda - platform: win-64 dependencies: - packaging: '*' - ply: '*' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - tomli: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - packaging * + - ply * + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - tomli * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/sip-6.7.11-py311h12c1d0e_1.conda hash: md5: 03bd6b708f8c46e2195f7c3b0238ed71 sha256: 165f6f9a4026b60a2d058859c6462f233ec169eae6a819cffaa5e66e81926094 - optional: false - category: main build: py311h12c1d0e_1 arch: x86_64 subdir: win-64 @@ -22076,18 +21068,17 @@ package: license_family: GPL size: 595502 timestamp: 1695399971382 -- name: six +- platform: linux-64 + name: six version: 1.16.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 hash: md5: e5f25f8dbc060e9a8d912e432202afc2 sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - optional: false - category: main build: pyh6c4a22f_0 arch: x86_64 subdir: linux-64 @@ -22097,18 +21088,17 @@ package: noarch: python size: 14259 timestamp: 1620240338595 -- name: six +- platform: osx-64 + name: six version: 1.16.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 hash: md5: e5f25f8dbc060e9a8d912e432202afc2 sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - optional: false - category: main build: pyh6c4a22f_0 arch: x86_64 subdir: osx-64 @@ -22118,18 +21108,17 @@ package: noarch: python size: 14259 timestamp: 1620240338595 -- name: six +- platform: win-64 + name: six version: 1.16.0 + category: main manager: conda - platform: win-64 dependencies: - python: '*' + - python * url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 hash: md5: e5f25f8dbc060e9a8d912e432202afc2 sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - optional: false - category: main build: pyh6c4a22f_0 arch: x86_64 subdir: win-64 @@ -22139,19 +21128,18 @@ package: noarch: python size: 14259 timestamp: 1620240338595 -- name: snappy +- platform: linux-64 + name: snappy version: 1.1.10 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.1.10-h9fff704_0.conda hash: md5: e6d228cd0bb74a51dd18f5bfce0b4115 sha256: 02219f2382b4fe39250627dade087a4412d811936a5a445636b7260477164eac - optional: false - category: main build: h9fff704_0 arch: x86_64 subdir: linux-64 @@ -22160,18 +21148,17 @@ package: license_family: BSD size: 38865 timestamp: 1678534590321 -- name: snappy +- platform: osx-64 + name: snappy version: 1.1.10 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=14.0.6' + - libcxx >=14.0.6 url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.1.10-h225ccf5_0.conda hash: md5: 4320a8781f14cd959689b86e349f3b73 sha256: 575915dc13152e446a84e2f88de70a14f8b6af1a870e708f9370bd4be105583b - optional: false - category: main build: h225ccf5_0 arch: x86_64 subdir: osx-64 @@ -22180,20 +21167,19 @@ package: license_family: BSD size: 34657 timestamp: 1678534768395 -- name: snappy +- platform: win-64 + name: snappy version: 1.1.10 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.1.10-hfb803bf_0.conda hash: md5: cff1df79c9cff719460eb2dd172568de sha256: 2a195b38cb63f03ad9f73a82db52434ebefe216fb70f7ea3defe4ddf263d408a - optional: false - category: main build: hfb803bf_0 arch: x86_64 subdir: win-64 @@ -22202,18 +21188,17 @@ package: license_family: BSD size: 57065 timestamp: 1678534804734 -- name: sniffio +- platform: linux-64 + name: sniffio version: 1.3.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 hash: md5: dd6cbc539e74cb1f430efbd4575b9303 sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -22223,18 +21208,17 @@ package: noarch: python size: 14358 timestamp: 1662051357638 -- name: sniffio +- platform: osx-64 + name: sniffio version: 1.3.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 hash: md5: dd6cbc539e74cb1f430efbd4575b9303 sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -22244,18 +21228,17 @@ package: noarch: python size: 14358 timestamp: 1662051357638 -- name: sniffio +- platform: win-64 + name: sniffio version: 1.3.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 hash: md5: dd6cbc539e74cb1f430efbd4575b9303 sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -22265,18 +21248,17 @@ package: noarch: python size: 14358 timestamp: 1662051357638 -- name: soupsieve +- platform: linux-64 + name: soupsieve version: '2.5' + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda hash: md5: 3f144b2c34f8cb5a9abd9ed23a39c561 sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: linux-64 @@ -22286,18 +21268,17 @@ package: noarch: python size: 36754 timestamp: 1693929424267 -- name: soupsieve +- platform: osx-64 + name: soupsieve version: '2.5' + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda hash: md5: 3f144b2c34f8cb5a9abd9ed23a39c561 sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: osx-64 @@ -22307,18 +21288,17 @@ package: noarch: python size: 36754 timestamp: 1693929424267 -- name: soupsieve +- platform: win-64 + name: soupsieve version: '2.5' + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda hash: md5: 3f144b2c34f8cb5a9abd9ed23a39c561 sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c - optional: false - category: main build: pyhd8ed1ab_1 arch: x86_64 subdir: win-64 @@ -22328,22 +21308,21 @@ package: noarch: python size: 36754 timestamp: 1693929424267 -- name: sqlite +- platform: linux-64 + name: sqlite version: 3.43.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libsqlite: ==3.43.0 h2797004_0 - libzlib: '>=1.2.13,<1.3.0a0' - ncurses: '>=6.4,<7.0a0' - readline: '>=8.2,<9.0a0' + - libgcc-ng >=12 + - libsqlite ==3.43.0 h2797004_0 + - libzlib >=1.2.13,<1.3.0a0 + - ncurses >=6.4,<7.0a0 + - readline >=8.2,<9.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.43.0-h2c6b66d_0.conda hash: md5: 713f9eac95d051abe14c3774376854fe sha256: b3db86c1ae67bca79328a5d517330e1c95cf4e1f666e46ac9a90e64caf86449d - optional: false - category: main build: h2c6b66d_0 arch: x86_64 subdir: linux-64 @@ -22351,21 +21330,20 @@ package: license: Unlicense size: 831323 timestamp: 1692911337406 -- name: sqlite +- platform: osx-64 + name: sqlite version: 3.43.0 + category: main manager: conda - platform: osx-64 dependencies: - libsqlite: ==3.43.0 h58db7d2_0 - libzlib: '>=1.2.13,<1.3.0a0' - ncurses: '>=6.4,<7.0a0' - readline: '>=8.2,<9.0a0' + - libsqlite ==3.43.0 h58db7d2_0 + - libzlib >=1.2.13,<1.3.0a0 + - ncurses >=6.4,<7.0a0 + - readline >=8.2,<9.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/sqlite-3.43.0-h2b0dec6_0.conda hash: md5: 6cbfc91cd87a1008771962b5e794e54e sha256: 9850332ff4f14ce99be612217a6f6ed378f9989aebdb30d47d3a48955bd98d99 - optional: false - category: main build: h2b0dec6_0 arch: x86_64 subdir: osx-64 @@ -22373,21 +21351,20 @@ package: license: Unlicense size: 888901 timestamp: 1692911619129 -- name: sqlite +- platform: win-64 + name: sqlite version: 3.43.0 + category: main manager: conda - platform: win-64 dependencies: - libsqlite: ==3.43.0 hcfcfb64_0 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libsqlite ==3.43.0 hcfcfb64_0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/sqlite-3.43.0-hcfcfb64_0.conda hash: md5: 0203e216052a1feceefe7894a69b97cf sha256: 36a5111ee044bfbaa16c7e9f25fc510dc4a5c5767e795a587b36109c08c8f048 - optional: false - category: main build: hcfcfb64_0 arch: x86_64 subdir: win-64 @@ -22395,21 +21372,20 @@ package: license: Unlicense size: 849482 timestamp: 1692911627404 -- name: stack_data +- platform: linux-64 + name: stack_data version: 0.6.2 + category: main manager: conda - platform: linux-64 dependencies: - asttokens: '*' - executing: '*' - pure_eval: '*' - python: '>=3.5' + - asttokens * + - executing * + - pure_eval * + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda hash: md5: e7df0fdd404616638df5ece6e69ba7af sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -22419,21 +21395,20 @@ package: noarch: python size: 26205 timestamp: 1669632203115 -- name: stack_data +- platform: osx-64 + name: stack_data version: 0.6.2 + category: main manager: conda - platform: osx-64 dependencies: - asttokens: '*' - executing: '*' - pure_eval: '*' - python: '>=3.5' + - asttokens * + - executing * + - pure_eval * + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda hash: md5: e7df0fdd404616638df5ece6e69ba7af sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -22443,21 +21418,20 @@ package: noarch: python size: 26205 timestamp: 1669632203115 -- name: stack_data +- platform: win-64 + name: stack_data version: 0.6.2 + category: main manager: conda - platform: win-64 dependencies: - asttokens: '*' - executing: '*' - pure_eval: '*' - python: '>=3.5' + - asttokens * + - executing * + - pure_eval * + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda hash: md5: e7df0fdd404616638df5ece6e69ba7af sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -22467,21 +21441,20 @@ package: noarch: python size: 26205 timestamp: 1669632203115 -- name: tbb +- platform: win-64 + name: tbb version: 2021.10.0 + category: main manager: conda - platform: win-64 dependencies: - libhwloc: '>=2.9.3,<2.9.4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libhwloc >=2.9.3,<2.9.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.10.0-h91493d7_1.conda hash: md5: 57ea1be8408c5a9a737648b5f919e725 sha256: 492c57a480ad283e467c0bdfc8ea55eaf20c4c7e73340a0c1b200a077c9ba2d9 - optional: false - category: main build: h91493d7_1 arch: x86_64 subdir: win-64 @@ -22490,21 +21463,20 @@ package: license_family: APACHE size: 156524 timestamp: 1695626239415 -- name: terminado +- platform: linux-64 + name: terminado version: 0.17.1 + category: main manager: conda - platform: linux-64 dependencies: - __linux: '*' - ptyprocess: '*' - python: '>=3.7' - tornado: '>=6.1.0' + - __linux * + - ptyprocess * + - python >=3.7 + - tornado >=6.1.0 url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.1-pyh41d4057_0.conda hash: md5: 3788984d535770cad699efaeb6cb3037 sha256: bce252eb53330a8ba9617caa7a1dc75ce602c8808cf547a8f4d48285901f47c3 - optional: false - category: main build: pyh41d4057_0 arch: x86_64 subdir: linux-64 @@ -22514,21 +21486,20 @@ package: noarch: python size: 20787 timestamp: 1670253786972 -- name: terminado +- platform: osx-64 + name: terminado version: 0.17.1 + category: main manager: conda - platform: osx-64 dependencies: - __osx: '*' - ptyprocess: '*' - python: '>=3.7' - tornado: '>=6.1.0' + - __osx * + - ptyprocess * + - python >=3.7 + - tornado >=6.1.0 url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.1-pyhd1c38e8_0.conda hash: md5: 046120b71d8896cb7faef78bfdbfee1e sha256: a2f8382ab390c74af592cc3566dc22e2ed81e5ac69c5b6417d1b7c22e63927bc - optional: false - category: main build: pyhd1c38e8_0 arch: x86_64 subdir: osx-64 @@ -22538,21 +21509,20 @@ package: noarch: python size: 20347 timestamp: 1670254383751 -- name: terminado +- platform: win-64 + name: terminado version: 0.17.0 + category: main manager: conda - platform: win-64 dependencies: - __win: '*' - python: '>=3.7' - pywinpty: '>=1.1.0' - tornado: '>=6.1.0' + - __win * + - python >=3.7 + - pywinpty >=1.1.0 + - tornado >=6.1.0 url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.0-pyh08f2357_0.tar.bz2 hash: md5: 0152a609d5748ed9887d195b1e61a6c9 sha256: 5c8fcf31430e0f312bc65ab5aa5b893fcc250820c023b02ff3fd188ae13199a5 - optional: false - category: main build: pyh08f2357_0 arch: x86_64 subdir: win-64 @@ -22562,18 +21532,17 @@ package: noarch: python size: 19530 timestamp: 1666708102607 -- name: threadpoolctl +- platform: linux-64 + name: threadpoolctl version: 3.2.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.2.0-pyha21a80b_0.conda hash: md5: 978d03388b62173b8e6f79162cf52b86 sha256: 15e2f916fbfe3cc480160aa99eb6ba3edc183fceb234f10151d63870fdc4eccd - optional: false - category: main build: pyha21a80b_0 arch: x86_64 subdir: linux-64 @@ -22583,18 +21552,17 @@ package: noarch: python size: 20981 timestamp: 1689261378222 -- name: threadpoolctl +- platform: osx-64 + name: threadpoolctl version: 3.2.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.2.0-pyha21a80b_0.conda hash: md5: 978d03388b62173b8e6f79162cf52b86 sha256: 15e2f916fbfe3cc480160aa99eb6ba3edc183fceb234f10151d63870fdc4eccd - optional: false - category: main build: pyha21a80b_0 arch: x86_64 subdir: osx-64 @@ -22604,18 +21572,17 @@ package: noarch: python size: 20981 timestamp: 1689261378222 -- name: threadpoolctl +- platform: win-64 + name: threadpoolctl version: 3.2.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.2.0-pyha21a80b_0.conda hash: md5: 978d03388b62173b8e6f79162cf52b86 sha256: 15e2f916fbfe3cc480160aa99eb6ba3edc183fceb234f10151d63870fdc4eccd - optional: false - category: main build: pyha21a80b_0 arch: x86_64 subdir: win-64 @@ -22625,27 +21592,26 @@ package: noarch: python size: 20981 timestamp: 1689261378222 -- name: tiledb +- platform: linux-64 + name: tiledb version: 2.16.3 + category: main manager: conda - platform: linux-64 - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libabseil: '>=20230802.0,<20230803.0a0' - libgcc-ng: '>=12' - libgoogle-cloud: '>=2.12.0,<2.13.0a0' - libstdcxx-ng: '>=12' - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - openssl: '>=3.1.2,<4.0a0' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - bzip2 >=1.0.8,<2.0a0 + - libabseil >=20230802.0,<20230803.0a0 + - libgcc-ng >=12 + - libgoogle-cloud >=2.12.0,<2.13.0a0 + - libstdcxx-ng >=12 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.1.2,<4.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/tiledb-2.16.3-h8c794c1_3.conda hash: md5: 7de728789b0aba16018f726dc5ddbec2 sha256: f021df4b9cfd1a54aac87a6c0bac604edc8ffb36d5b2c4aa20bf2d759ae04a11 - optional: false - category: main build: h8c794c1_3 arch: x86_64 subdir: linux-64 @@ -22654,27 +21620,26 @@ package: license_family: MIT size: 5997190 timestamp: 1694521488455 -- name: tiledb +- platform: osx-64 + name: tiledb version: 2.16.3 + category: main manager: conda - platform: osx-64 - dependencies: - __osx: '>=10.13' - bzip2: '>=1.0.8,<2.0a0' - libabseil: '>=20230802.0,<20230803.0a0' - libcxx: '>=15.0.7' - libgoogle-cloud: '>=2.12.0,<2.13.0a0' - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - openssl: '>=3.1.2,<4.0a0' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - __osx >=10.13 + - bzip2 >=1.0.8,<2.0a0 + - libabseil >=20230802.0,<20230803.0a0 + - libcxx >=15.0.7 + - libgoogle-cloud >=2.12.0,<2.13.0a0 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.1.2,<4.0a0 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.16.3-hd3a41d5_3.conda hash: md5: 53c2d2746f21a60d0c498c36fb32ec56 sha256: 9144ad40adb982107dd4f5084d1e488b216025eed91a3feeb3506ee4d5bc98dd - optional: false - category: main build: hd3a41d5_3 arch: x86_64 subdir: osx-64 @@ -22683,30 +21648,29 @@ package: license_family: MIT size: 5380880 timestamp: 1694523293860 -- name: tiledb +- platform: win-64 + name: tiledb version: 2.16.3 + category: main manager: conda - platform: win-64 - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libabseil: '>=20230802.0,<20230803.0a0' - libcrc32c: '>=1.1.2,<1.2.0a0' - libcurl: '>=8.2.1,<9.0a0' - libgoogle-cloud: '>=2.12.0,<2.13.0a0' - libxml2: '>=2.11.5,<2.12.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - openssl: '>=3.1.2,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zstd: '>=1.5.5,<1.6.0a0' + dependencies: + - bzip2 >=1.0.8,<2.0a0 + - libabseil >=20230802.0,<20230803.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.2.1,<9.0a0 + - libgoogle-cloud >=2.12.0,<2.13.0a0 + - libxml2 >=2.11.5,<2.12.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.1.2,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.5,<1.6.0a0 url: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.16.3-hbf04793_3.conda hash: md5: 3afaf8882d4568eb9c91870102af1b37 sha256: 4de5494be2ee102d15077bebc63d17422c40dc8d634097136a9a202a3930e502 - optional: false - category: main build: hbf04793_3 arch: x86_64 subdir: win-64 @@ -22715,19 +21679,18 @@ package: license_family: MIT size: 4146973 timestamp: 1694523739186 -- name: tinycss2 +- platform: linux-64 + name: tinycss2 version: 1.2.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.5' - webencodings: '>=0.4' + - python >=3.5 + - webencodings >=0.4 url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 7234c9eefff659501cd2fe0d2ede4d48 sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -22737,19 +21700,18 @@ package: noarch: python size: 23235 timestamp: 1666100385187 -- name: tinycss2 +- platform: osx-64 + name: tinycss2 version: 1.2.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.5' - webencodings: '>=0.4' + - python >=3.5 + - webencodings >=0.4 url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 7234c9eefff659501cd2fe0d2ede4d48 sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -22759,19 +21721,18 @@ package: noarch: python size: 23235 timestamp: 1666100385187 -- name: tinycss2 +- platform: win-64 + name: tinycss2 version: 1.2.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.5' - webencodings: '>=0.4' + - python >=3.5 + - webencodings >=0.4 url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 7234c9eefff659501cd2fe0d2ede4d48 sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -22781,19 +21742,18 @@ package: noarch: python size: 23235 timestamp: 1666100385187 -- name: tk +- platform: linux-64 + name: tk version: 8.6.13 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' + - libgcc-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-h2797004_0.conda hash: md5: 513336054f884f95d9fd925748f41ef3 sha256: 679e944eb93fde45d0963a22598fafacbb429bb9e7ee26009ba81c4e0c435055 - optional: false - category: main build: h2797004_0 arch: x86_64 subdir: linux-64 @@ -22802,18 +21762,17 @@ package: license_family: BSD size: 3290187 timestamp: 1695506262576 -- name: tk +- platform: osx-64 + name: tk version: 8.6.13 + category: main manager: conda - platform: osx-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-hef22860_0.conda hash: md5: 0c25eedcc888b6d765948ab62a18c03e sha256: 573e5d7dde0a63b06ceef2c574295cbc2ec8668ec08e35d2f2c6220f4aa7fb98 - optional: false - category: main build: hef22860_0 arch: x86_64 subdir: osx-64 @@ -22822,20 +21781,19 @@ package: license_family: BSD size: 3273909 timestamp: 1695506576288 -- name: tk +- platform: win-64 + name: tk version: 8.6.13 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-hcfcfb64_0.conda hash: md5: 74405f2ccbb40af409fee1a71ce70dc6 sha256: 7e42db6b5f1c5ef8d4660e6ce41b52802b6c2fdc270d5e1eccc0048d0a3f03a8 - optional: false - category: main build: hcfcfb64_0 arch: x86_64 subdir: win-64 @@ -22844,81 +21802,17 @@ package: license_family: BSD size: 3478482 timestamp: 1695506766462 -- name: tokenize-rt - version: 5.2.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tokenize-rt-5.2.0-pyhd8ed1ab_0.conda - hash: - md5: 5ddff6ac44b25ca5d3e62a82547f3d32 - sha256: fe327c866cd84c71966a89fc8243af66980a7cfacefd5588f4443d580bb93b5d - optional: false - category: main - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 11545 - timestamp: 1690762379840 -- name: tokenize-rt - version: 5.2.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tokenize-rt-5.2.0-pyhd8ed1ab_0.conda - hash: - md5: 5ddff6ac44b25ca5d3e62a82547f3d32 - sha256: fe327c866cd84c71966a89fc8243af66980a7cfacefd5588f4443d580bb93b5d - optional: false - category: main - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 11545 - timestamp: 1690762379840 -- name: tokenize-rt - version: 5.2.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tokenize-rt-5.2.0-pyhd8ed1ab_0.conda - hash: - md5: 5ddff6ac44b25ca5d3e62a82547f3d32 - sha256: fe327c866cd84c71966a89fc8243af66980a7cfacefd5588f4443d580bb93b5d - optional: false - category: main - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 11545 - timestamp: 1690762379840 -- name: toml +- platform: linux-64 + name: toml version: 0.10.2 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=2.7' + - python >=2.7 url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 hash: md5: f832c45a477c78bebd107098db465095 sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -22928,18 +21822,17 @@ package: noarch: python size: 18433 timestamp: 1604308660817 -- name: toml +- platform: osx-64 + name: toml version: 0.10.2 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=2.7' + - python >=2.7 url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 hash: md5: f832c45a477c78bebd107098db465095 sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -22949,18 +21842,17 @@ package: noarch: python size: 18433 timestamp: 1604308660817 -- name: toml +- platform: win-64 + name: toml version: 0.10.2 + category: main manager: conda - platform: win-64 dependencies: - python: '>=2.7' + - python >=2.7 url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 hash: md5: f832c45a477c78bebd107098db465095 sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -22970,18 +21862,17 @@ package: noarch: python size: 18433 timestamp: 1604308660817 -- name: tomli +- platform: linux-64 + name: tomli version: 2.0.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 5844808ffab9ebdb694585b50ba02a96 sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -22991,18 +21882,17 @@ package: noarch: python size: 15940 timestamp: 1644342331069 -- name: tomli +- platform: osx-64 + name: tomli version: 2.0.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 5844808ffab9ebdb694585b50ba02a96 sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -23012,18 +21902,17 @@ package: noarch: python size: 15940 timestamp: 1644342331069 -- name: tomli +- platform: win-64 + name: tomli version: 2.0.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 hash: md5: 5844808ffab9ebdb694585b50ba02a96 sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -23033,18 +21922,17 @@ package: noarch: python size: 15940 timestamp: 1644342331069 -- name: tomli-w +- platform: linux-64 + name: tomli-w version: 1.0.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/tomli-w-1.0.0-pyhd8ed1ab_0.tar.bz2 hash: md5: 73506d1ab4202481841c68c169b7ef6c sha256: efb5f78a224c4bb14aab04690c9912256ea12c3a8b8413e60167573ce1282b02 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -23054,18 +21942,17 @@ package: noarch: python size: 10052 timestamp: 1638551820635 -- name: tomli-w +- platform: osx-64 + name: tomli-w version: 1.0.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/tomli-w-1.0.0-pyhd8ed1ab_0.tar.bz2 hash: md5: 73506d1ab4202481841c68c169b7ef6c sha256: efb5f78a224c4bb14aab04690c9912256ea12c3a8b8413e60167573ce1282b02 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -23075,18 +21962,17 @@ package: noarch: python size: 10052 timestamp: 1638551820635 -- name: tomli-w +- platform: win-64 + name: tomli-w version: 1.0.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/tomli-w-1.0.0-pyhd8ed1ab_0.tar.bz2 hash: md5: 73506d1ab4202481841c68c169b7ef6c sha256: efb5f78a224c4bb14aab04690c9912256ea12c3a8b8413e60167573ce1282b02 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -23096,20 +21982,19 @@ package: noarch: python size: 10052 timestamp: 1638551820635 -- name: tornado +- platform: linux-64 + name: tornado version: 6.3.3 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.3.3-py311h459d7ec_1.conda hash: md5: a700fcb5cedd3e72d0c75d095c7a6eda sha256: 3f0640415c6f50c6b31b5ce41a870ac48c130fda8921aae11afea84c54a6ba84 - optional: false - category: main build: py311h459d7ec_1 arch: x86_64 subdir: linux-64 @@ -23118,19 +22003,18 @@ package: license_family: Apache size: 843714 timestamp: 1695373626426 -- name: tornado +- platform: osx-64 + name: tornado version: 6.3.3 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.3.3-py311h2725bcf_1.conda hash: md5: daf5f053a40c2b0b8f86b605e302b7a4 sha256: e3e4c12236b0a59e6568a9dc839116776eda408ca12bc0ad4e7a9dba4d66912f - optional: false - category: main build: py311h2725bcf_1 arch: x86_64 subdir: osx-64 @@ -23139,22 +22023,21 @@ package: license_family: Apache size: 843855 timestamp: 1695373925218 -- name: tornado +- platform: win-64 + name: tornado version: 6.3.3 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/tornado-6.3.3-py311ha68e1ae_1.conda hash: md5: ec581b55f82fd6a4a96770c74d48e456 sha256: 669091a38b2cb226198a6018a2784d4a4b55eb6416b14a4521a84882e02f47be - optional: false - category: main build: py311ha68e1ae_1 arch: x86_64 subdir: win-64 @@ -23163,18 +22046,17 @@ package: license_family: Apache size: 845683 timestamp: 1695374005077 -- name: traitlets +- platform: linux-64 + name: traitlets version: 5.10.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.10.1-pyhd8ed1ab_0.conda hash: md5: 1bbf337ea62a92bd082d429fbdf82b15 sha256: e08f4a59dcd05cec649f9d3634e5f627157bd2ccf8f3c9511b5fd1f98e532f5d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -23184,18 +22066,17 @@ package: noarch: python size: 102702 timestamp: 1695739721951 -- name: traitlets +- platform: osx-64 + name: traitlets version: 5.10.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.10.1-pyhd8ed1ab_0.conda hash: md5: 1bbf337ea62a92bd082d429fbdf82b15 sha256: e08f4a59dcd05cec649f9d3634e5f627157bd2ccf8f3c9511b5fd1f98e532f5d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -23205,18 +22086,17 @@ package: noarch: python size: 102702 timestamp: 1695739721951 -- name: traitlets +- platform: win-64 + name: traitlets version: 5.10.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.10.1-pyhd8ed1ab_0.conda hash: md5: 1bbf337ea62a92bd082d429fbdf82b15 sha256: e08f4a59dcd05cec649f9d3634e5f627157bd2ccf8f3c9511b5fd1f98e532f5d - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -23226,27 +22106,26 @@ package: noarch: python size: 102702 timestamp: 1695739721951 -- name: twine +- platform: linux-64 + name: twine version: 4.0.2 + category: main manager: conda - platform: linux-64 - dependencies: - importlib_metadata: '>=3.6' - keyring: '>=15.1' - pkginfo: '>=1.8.1' - python: '>=3.7' - readme_renderer: '>=35.0' - requests: '>=2.20' - requests-toolbelt: '>=0.8.0,!=0.9.0' - rfc3986: '>=1.4.0' - rich: '>=12.0.0' - urllib3: '>=1.26.0' + dependencies: + - importlib_metadata >=3.6 + - keyring >=15.1 + - pkginfo >=1.8.1 + - python >=3.7 + - readme_renderer >=35.0 + - requests >=2.20 + - requests-toolbelt >=0.8.0,!=0.9.0 + - rfc3986 >=1.4.0 + - rich >=12.0.0 + - urllib3 >=1.26.0 url: https://conda.anaconda.org/conda-forge/noarch/twine-4.0.2-pyhd8ed1ab_0.conda hash: md5: e3a16168d6b9deefb8c1caa7943fb49e sha256: 3e0c4f23d6a7d71783095b715f56c9f5f26feefaa9f30e27793dd12dc28e76c9 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -23256,27 +22135,26 @@ package: noarch: python size: 30903 timestamp: 1669898686321 -- name: twine +- platform: osx-64 + name: twine version: 4.0.2 + category: main manager: conda - platform: osx-64 - dependencies: - importlib_metadata: '>=3.6' - keyring: '>=15.1' - pkginfo: '>=1.8.1' - python: '>=3.7' - readme_renderer: '>=35.0' - requests: '>=2.20' - requests-toolbelt: '>=0.8.0,!=0.9.0' - rfc3986: '>=1.4.0' - rich: '>=12.0.0' - urllib3: '>=1.26.0' + dependencies: + - importlib_metadata >=3.6 + - keyring >=15.1 + - pkginfo >=1.8.1 + - python >=3.7 + - readme_renderer >=35.0 + - requests >=2.20 + - requests-toolbelt >=0.8.0,!=0.9.0 + - rfc3986 >=1.4.0 + - rich >=12.0.0 + - urllib3 >=1.26.0 url: https://conda.anaconda.org/conda-forge/noarch/twine-4.0.2-pyhd8ed1ab_0.conda hash: md5: e3a16168d6b9deefb8c1caa7943fb49e sha256: 3e0c4f23d6a7d71783095b715f56c9f5f26feefaa9f30e27793dd12dc28e76c9 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -23286,27 +22164,26 @@ package: noarch: python size: 30903 timestamp: 1669898686321 -- name: twine +- platform: win-64 + name: twine version: 4.0.2 + category: main manager: conda - platform: win-64 - dependencies: - importlib_metadata: '>=3.6' - keyring: '>=15.1' - pkginfo: '>=1.8.1' - python: '>=3.7' - readme_renderer: '>=35.0' - requests: '>=2.20' - requests-toolbelt: '>=0.8.0,!=0.9.0' - rfc3986: '>=1.4.0' - rich: '>=12.0.0' - urllib3: '>=1.26.0' + dependencies: + - importlib_metadata >=3.6 + - keyring >=15.1 + - pkginfo >=1.8.1 + - python >=3.7 + - readme_renderer >=35.0 + - requests >=2.20 + - requests-toolbelt >=0.8.0,!=0.9.0 + - rfc3986 >=1.4.0 + - rich >=12.0.0 + - urllib3 >=1.26.0 url: https://conda.anaconda.org/conda-forge/noarch/twine-4.0.2-pyhd8ed1ab_0.conda hash: md5: e3a16168d6b9deefb8c1caa7943fb49e sha256: 3e0c4f23d6a7d71783095b715f56c9f5f26feefaa9f30e27793dd12dc28e76c9 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -23316,20 +22193,19 @@ package: noarch: python size: 30903 timestamp: 1669898686321 -- name: typeguard +- platform: linux-64 + name: typeguard version: 4.1.5 + category: main manager: conda - platform: linux-64 dependencies: - importlib_metadata: '>=3.6' - python: '>=3.8' - typing_extensions: '>=4.4.0' + - importlib_metadata >=3.6 + - python >=3.8 + - typing_extensions >=4.4.0 url: https://conda.anaconda.org/conda-forge/noarch/typeguard-4.1.5-pyhd8ed1ab_0.conda hash: md5: 1633e6bd58d519b1661b184d6934cbd7 sha256: 3f399a3b8fcecfc221aa635699162cb78c31a2ae9cf0b8dbf72b9f6db9e22360 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -23341,20 +22217,19 @@ package: noarch: python size: 33727 timestamp: 1694433261411 -- name: typeguard +- platform: osx-64 + name: typeguard version: 4.1.5 + category: main manager: conda - platform: osx-64 dependencies: - importlib_metadata: '>=3.6' - python: '>=3.8' - typing_extensions: '>=4.4.0' + - importlib_metadata >=3.6 + - python >=3.8 + - typing_extensions >=4.4.0 url: https://conda.anaconda.org/conda-forge/noarch/typeguard-4.1.5-pyhd8ed1ab_0.conda hash: md5: 1633e6bd58d519b1661b184d6934cbd7 sha256: 3f399a3b8fcecfc221aa635699162cb78c31a2ae9cf0b8dbf72b9f6db9e22360 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -23366,20 +22241,19 @@ package: noarch: python size: 33727 timestamp: 1694433261411 -- name: typeguard +- platform: win-64 + name: typeguard version: 4.1.5 + category: main manager: conda - platform: win-64 dependencies: - importlib_metadata: '>=3.6' - python: '>=3.8' - typing_extensions: '>=4.4.0' + - importlib_metadata >=3.6 + - python >=3.8 + - typing_extensions >=4.4.0 url: https://conda.anaconda.org/conda-forge/noarch/typeguard-4.1.5-pyhd8ed1ab_0.conda hash: md5: 1633e6bd58d519b1661b184d6934cbd7 sha256: 3f399a3b8fcecfc221aa635699162cb78c31a2ae9cf0b8dbf72b9f6db9e22360 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -23391,18 +22265,17 @@ package: noarch: python size: 33727 timestamp: 1694433261411 -- name: types-python-dateutil +- platform: linux-64 + name: types-python-dateutil version: 2.8.19.14 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda hash: md5: 4df15c51a543e806d439490b862be1c6 sha256: 7b0129c72d371fa7a06ed5dd1d701844c20d03bb4641a38a88a982b347d087e2 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -23411,18 +22284,17 @@ package: noarch: python size: 21474 timestamp: 1689883066161 -- name: types-python-dateutil +- platform: osx-64 + name: types-python-dateutil version: 2.8.19.14 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda hash: md5: 4df15c51a543e806d439490b862be1c6 sha256: 7b0129c72d371fa7a06ed5dd1d701844c20d03bb4641a38a88a982b347d087e2 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -23431,18 +22303,17 @@ package: noarch: python size: 21474 timestamp: 1689883066161 -- name: types-python-dateutil +- platform: win-64 + name: types-python-dateutil version: 2.8.19.14 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda hash: md5: 4df15c51a543e806d439490b862be1c6 sha256: 7b0129c72d371fa7a06ed5dd1d701844c20d03bb4641a38a88a982b347d087e2 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -23451,18 +22322,17 @@ package: noarch: python size: 21474 timestamp: 1689883066161 -- name: types-pytz +- platform: linux-64 + name: types-pytz version: 2023.3.1.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/types-pytz-2023.3.1.1-pyhd8ed1ab_0.conda hash: md5: 13ce724cb44f7bc0ca0971d76e333c30 sha256: c1c54f4b2b5b39c420b3a47dd6196355147c798c0a4a2bdaaba80435e9591fb3 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -23471,18 +22341,17 @@ package: noarch: python size: 18580 timestamp: 1695236716910 -- name: types-pytz +- platform: osx-64 + name: types-pytz version: 2023.3.1.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/types-pytz-2023.3.1.1-pyhd8ed1ab_0.conda hash: md5: 13ce724cb44f7bc0ca0971d76e333c30 sha256: c1c54f4b2b5b39c420b3a47dd6196355147c798c0a4a2bdaaba80435e9591fb3 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -23491,18 +22360,17 @@ package: noarch: python size: 18580 timestamp: 1695236716910 -- name: types-pytz +- platform: win-64 + name: types-pytz version: 2023.3.1.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6' + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/types-pytz-2023.3.1.1-pyhd8ed1ab_0.conda hash: md5: 13ce724cb44f7bc0ca0971d76e333c30 sha256: c1c54f4b2b5b39c420b3a47dd6196355147c798c0a4a2bdaaba80435e9591fb3 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -23511,18 +22379,17 @@ package: noarch: python size: 18580 timestamp: 1695236716910 -- name: typing-extensions +- platform: linux-64 + name: typing-extensions version: 4.8.0 + category: main manager: conda - platform: linux-64 dependencies: - typing_extensions: ==4.8.0 pyha770c72_0 + - typing_extensions ==4.8.0 pyha770c72_0 url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda hash: md5: 384462e63262a527bda564fa2d9126c0 sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d - optional: false - category: main build: hd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -23532,18 +22399,17 @@ package: noarch: python size: 10104 timestamp: 1695040958008 -- name: typing-extensions +- platform: osx-64 + name: typing-extensions version: 4.8.0 + category: main manager: conda - platform: osx-64 dependencies: - typing_extensions: ==4.8.0 pyha770c72_0 + - typing_extensions ==4.8.0 pyha770c72_0 url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda hash: md5: 384462e63262a527bda564fa2d9126c0 sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d - optional: false - category: main build: hd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -23553,18 +22419,17 @@ package: noarch: python size: 10104 timestamp: 1695040958008 -- name: typing-extensions +- platform: win-64 + name: typing-extensions version: 4.8.0 + category: main manager: conda - platform: win-64 dependencies: - typing_extensions: ==4.8.0 pyha770c72_0 + - typing_extensions ==4.8.0 pyha770c72_0 url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda hash: md5: 384462e63262a527bda564fa2d9126c0 sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d - optional: false - category: main build: hd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -23574,18 +22439,17 @@ package: noarch: python size: 10104 timestamp: 1695040958008 -- name: typing_extensions +- platform: linux-64 + name: typing_extensions version: 4.8.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda hash: md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -23595,18 +22459,17 @@ package: noarch: python size: 35108 timestamp: 1695040948828 -- name: typing_extensions +- platform: osx-64 + name: typing_extensions version: 4.8.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda hash: md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -23616,18 +22479,17 @@ package: noarch: python size: 35108 timestamp: 1695040948828 -- name: typing_extensions +- platform: win-64 + name: typing_extensions version: 4.8.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda hash: md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde - optional: false - category: main build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -23637,20 +22499,19 @@ package: noarch: python size: 35108 timestamp: 1695040948828 -- name: typing_inspect +- platform: linux-64 + name: typing_inspect version: 0.9.0 + category: main manager: conda - platform: linux-64 dependencies: - mypy_extensions: '>=0.3.0' - python: '>=3.5' - typing_extensions: '>=3.7.4' + - mypy_extensions >=0.3.0 + - python >=3.5 + - typing_extensions >=3.7.4 url: https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_0.conda hash: md5: 9e924b76b91908a17e28a19a0ab88687 sha256: 16e0b825c138e14ebc84623248d91d93a8cff29bb93595cc4aa46ca32f24f1de - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -23660,20 +22521,19 @@ package: noarch: python size: 14906 timestamp: 1685820229594 -- name: typing_inspect +- platform: osx-64 + name: typing_inspect version: 0.9.0 + category: main manager: conda - platform: osx-64 dependencies: - mypy_extensions: '>=0.3.0' - python: '>=3.5' - typing_extensions: '>=3.7.4' + - mypy_extensions >=0.3.0 + - python >=3.5 + - typing_extensions >=3.7.4 url: https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_0.conda hash: md5: 9e924b76b91908a17e28a19a0ab88687 sha256: 16e0b825c138e14ebc84623248d91d93a8cff29bb93595cc4aa46ca32f24f1de - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -23683,20 +22543,19 @@ package: noarch: python size: 14906 timestamp: 1685820229594 -- name: typing_inspect +- platform: win-64 + name: typing_inspect version: 0.9.0 + category: main manager: conda - platform: win-64 dependencies: - mypy_extensions: '>=0.3.0' - python: '>=3.5' - typing_extensions: '>=3.7.4' + - mypy_extensions >=0.3.0 + - python >=3.5 + - typing_extensions >=3.7.4 url: https://conda.anaconda.org/conda-forge/noarch/typing_inspect-0.9.0-pyhd8ed1ab_0.conda hash: md5: 9e924b76b91908a17e28a19a0ab88687 sha256: 16e0b825c138e14ebc84623248d91d93a8cff29bb93595cc4aa46ca32f24f1de - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -23706,18 +22565,17 @@ package: noarch: python size: 14906 timestamp: 1685820229594 -- name: typing_utils +- platform: linux-64 + name: typing_utils version: 0.1.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.6.1' + - python >=3.6.1 url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 hash: md5: eb67e3cace64c66233e2d35949e20f92 sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -23727,18 +22585,17 @@ package: noarch: python size: 13829 timestamp: 1622899345711 -- name: typing_utils +- platform: osx-64 + name: typing_utils version: 0.1.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.6.1' + - python >=3.6.1 url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 hash: md5: eb67e3cace64c66233e2d35949e20f92 sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -23748,18 +22605,17 @@ package: noarch: python size: 13829 timestamp: 1622899345711 -- name: typing_utils +- platform: win-64 + name: typing_utils version: 0.1.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.6.1' + - python >=3.6.1 url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 hash: md5: eb67e3cace64c66233e2d35949e20f92 sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -23769,19 +22625,18 @@ package: noarch: python size: 13829 timestamp: 1622899345711 -- name: tzcode +- platform: linux-64 + name: tzcode version: 2023c + category: main manager: conda - platform: linux-64 dependencies: - __glibc: '>=2.17,<3.0.a0' - libgcc-ng: '>=12' + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/tzcode-2023c-h0b41bf4_0.conda hash: md5: 0c0533894f21c3d35697cb8378d390e2 sha256: 62b0d3eee4260d310f578015305834b8a588377f796e5e290ec267da8a51a027 - optional: false - category: main build: h0b41bf4_0 arch: x86_64 subdir: linux-64 @@ -23790,17 +22645,16 @@ package: license_family: BSD size: 68632 timestamp: 1680049336647 -- name: tzcode +- platform: osx-64 + name: tzcode version: 2023c + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/tzcode-2023c-hb7f2c08_0.conda hash: md5: a7ba8e96323b9d8ce4f0edc4f4dab27f sha256: 0d4b111314bea267454f48691debc1ff4c0ce8cb91491d2be30381de498ac59e - optional: false - category: main build: hb7f2c08_0 arch: x86_64 subdir: osx-64 @@ -23809,17 +22663,16 @@ package: license_family: BSD size: 62711 timestamp: 1680049599804 -- name: tzdata +- platform: linux-64 + name: tzdata version: 2023c + category: main manager: conda - platform: linux-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda hash: md5: 939e3e74d8be4dac89ce83b20de2492a sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - optional: false - category: main build: h71feb2d_0 arch: x86_64 subdir: linux-64 @@ -23828,17 +22681,16 @@ package: noarch: generic size: 117580 timestamp: 1680041306008 -- name: tzdata +- platform: osx-64 + name: tzdata version: 2023c + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda hash: md5: 939e3e74d8be4dac89ce83b20de2492a sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - optional: false - category: main build: h71feb2d_0 arch: x86_64 subdir: osx-64 @@ -23847,17 +22699,16 @@ package: noarch: generic size: 117580 timestamp: 1680041306008 -- name: tzdata +- platform: win-64 + name: tzdata version: 2023c + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda hash: md5: 939e3e74d8be4dac89ce83b20de2492a sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - optional: false - category: main build: h71feb2d_0 arch: x86_64 subdir: win-64 @@ -23866,17 +22717,16 @@ package: noarch: generic size: 117580 timestamp: 1680041306008 -- name: ucrt +- platform: win-64 + name: ucrt version: 10.0.22621.0 + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 hash: md5: 72608f6cd3e5898229c3ea16deb1ac43 sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6 - optional: false - category: main build: h57928b3_0 arch: x86_64 subdir: win-64 @@ -23887,21 +22737,20 @@ package: license_family: PROPRIETARY size: 1283972 timestamp: 1666630199266 -- name: ucx +- platform: linux-64 + name: ucx version: 1.14.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libnuma: '>=2.0.16,<3.0a0' - libstdcxx-ng: '>=12' - rdma-core: '>=28.9,<29.0a0' + - libgcc-ng >=12 + - libnuma >=2.0.16,<3.0a0 + - libstdcxx-ng >=12 + - rdma-core >=28.9,<29.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.14.1-h64cca9d_5.conda hash: md5: 39aa3b356d10d7e5add0c540945a0944 sha256: a62f3fb56849dc37270f9078e1c8ba32328bc3ba4d32cf1f7dace48b431d5abe - optional: false - category: main build: h64cca9d_5 arch: x86_64 subdir: linux-64 @@ -23912,22 +22761,21 @@ package: license_family: BSD size: 15210025 timestamp: 1695214404131 -- name: ukkonen +- platform: linux-64 + name: ukkonen version: 1.0.1 + category: main manager: conda - platform: linux-64 dependencies: - cffi: '*' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - cffi * + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/ukkonen-1.0.1-py311h9547e67_4.conda hash: md5: 586da7df03b68640de14dc3e8bcbf76f sha256: c2d33e998f637b594632eba3727529171a06eb09896e36aa42f1ebcb03779472 - optional: false - category: main build: py311h9547e67_4 arch: x86_64 subdir: linux-64 @@ -23936,21 +22784,20 @@ package: license_family: MIT size: 13961 timestamp: 1695549513130 -- name: ukkonen +- platform: osx-64 + name: ukkonen version: 1.0.1 + category: main manager: conda - platform: osx-64 dependencies: - cffi: '*' - libcxx: '>=15.0.7' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - cffi * + - libcxx >=15.0.7 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/ukkonen-1.0.1-py311h5fe6e05_4.conda hash: md5: 8f750b84128d48dc8376572c5eace61e sha256: b273782a1277042a54e12411beebd378d2a2a69e503bcf147766e98628e91c91 - optional: false - category: main build: py311h5fe6e05_4 arch: x86_64 subdir: osx-64 @@ -23959,23 +22806,22 @@ package: license_family: MIT size: 13193 timestamp: 1695549883822 -- name: ukkonen +- platform: win-64 + name: ukkonen version: 1.0.1 + category: main manager: conda - platform: win-64 dependencies: - cffi: '*' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - cffi * + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/ukkonen-1.0.1-py311h005e61a_4.conda hash: md5: d9988836cc20c90e05901ab05962f496 sha256: ef774047df25201a6425fe1ec194505a3cac9ba02e96953360442f59364d12b3 - optional: false - category: main build: py311h005e61a_4 arch: x86_64 subdir: win-64 @@ -23984,18 +22830,17 @@ package: license_family: MIT size: 17225 timestamp: 1695549858085 -- name: uri-template +- platform: linux-64 + name: uri-template version: 1.3.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda hash: md5: 0944dc65cb4a9b5b68522c3bb585d41c sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -24005,18 +22850,17 @@ package: noarch: python size: 23999 timestamp: 1688655976471 -- name: uri-template +- platform: osx-64 + name: uri-template version: 1.3.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda hash: md5: 0944dc65cb4a9b5b68522c3bb585d41c sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -24026,18 +22870,17 @@ package: noarch: python size: 23999 timestamp: 1688655976471 -- name: uri-template +- platform: win-64 + name: uri-template version: 1.3.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda hash: md5: 0944dc65cb4a9b5b68522c3bb585d41c sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -24047,19 +22890,18 @@ package: noarch: python size: 23999 timestamp: 1688655976471 -- name: uriparser +- platform: linux-64 + name: uriparser version: 0.9.7 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' + - libgcc-ng >=12 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/uriparser-0.9.7-hcb278e6_1.conda hash: md5: 2c46deb08ba9b10e90d0a6401ad65deb sha256: bc7670384fc3e519b376eab25b2c747afe392b243f17e881075231f4a0f2e5a0 - optional: false - category: main build: hcb278e6_1 arch: x86_64 subdir: linux-64 @@ -24068,18 +22910,17 @@ package: license_family: BSD size: 47151 timestamp: 1677712960862 -- name: uriparser +- platform: osx-64 + name: uriparser version: 0.9.7 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=14.0.6' + - libcxx >=14.0.6 url: https://conda.anaconda.org/conda-forge/osx-64/uriparser-0.9.7-hf0c8a7f_1.conda hash: md5: 998073b0ccb5f99d07d2089cf06363b3 sha256: faf0f7919851960bbb1d18d977f62082c0e4dc8f26e348d702e8a2dba53a4c37 - optional: false - category: main build: hf0c8a7f_1 arch: x86_64 subdir: osx-64 @@ -24088,20 +22929,19 @@ package: license_family: BSD size: 41455 timestamp: 1677713114668 -- name: uriparser +- platform: win-64 + name: uriparser version: 0.9.7 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/uriparser-0.9.7-h1537add_1.conda hash: md5: 5f3b2772564e761bc2287b89b9e6b14b sha256: 9b185e00da9829592300359e23e2954188d21749fda675a08abbef728f19f25b - optional: false - category: main build: h1537add_1 arch: x86_64 subdir: win-64 @@ -24110,20 +22950,19 @@ package: license_family: BSD size: 48056 timestamp: 1677713151746 -- name: urllib3 +- platform: linux-64 + name: urllib3 version: 2.0.5 + category: main manager: conda - platform: linux-64 dependencies: - brotli-python: '>=1.0.9' - pysocks: '>=1.5.6,<2.0,!=1.5.7' - python: '>=3.7' + - brotli-python >=1.0.9 + - pysocks >=1.5.6,<2.0,!=1.5.7 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.5-pyhd8ed1ab_0.conda hash: md5: 3bda70bbeb2920f44db5375af2e5fe38 sha256: b5d9d3c0e2c001aed437be0071f1c11365a519efe5966cb6815be1307e1ce6a3 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -24133,20 +22972,19 @@ package: noarch: python size: 98371 timestamp: 1695228496313 -- name: urllib3 +- platform: osx-64 + name: urllib3 version: 2.0.5 + category: main manager: conda - platform: osx-64 dependencies: - brotli-python: '>=1.0.9' - pysocks: '>=1.5.6,<2.0,!=1.5.7' - python: '>=3.7' + - brotli-python >=1.0.9 + - pysocks >=1.5.6,<2.0,!=1.5.7 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.5-pyhd8ed1ab_0.conda hash: md5: 3bda70bbeb2920f44db5375af2e5fe38 sha256: b5d9d3c0e2c001aed437be0071f1c11365a519efe5966cb6815be1307e1ce6a3 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -24156,20 +22994,19 @@ package: noarch: python size: 98371 timestamp: 1695228496313 -- name: urllib3 +- platform: win-64 + name: urllib3 version: 2.0.5 + category: main manager: conda - platform: win-64 dependencies: - brotli-python: '>=1.0.9' - pysocks: '>=1.5.6,<2.0,!=1.5.7' - python: '>=3.7' + - brotli-python >=1.0.9 + - pysocks >=1.5.6,<2.0,!=1.5.7 + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.5-pyhd8ed1ab_0.conda hash: md5: 3bda70bbeb2920f44db5375af2e5fe38 sha256: b5d9d3c0e2c001aed437be0071f1c11365a519efe5966cb6815be1307e1ce6a3 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -24179,40 +23016,37 @@ package: noarch: python size: 98371 timestamp: 1695228496313 -- name: vc +- platform: win-64 + name: vc version: '14.3' + category: main manager: conda - platform: win-64 dependencies: - vc14_runtime: '>=14.36.32532' + - vc14_runtime >=14.36.32532 url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h64f974e_17.conda hash: md5: 67ff6791f235bb606659bf2a5c169191 sha256: 86ae94bf680980776aa761c2b0909a0ddbe1f817e7eeb8b16a1730f10f8891b6 - optional: false - category: main build: h64f974e_17 arch: x86_64 subdir: win-64 build_number: 17 - track_features: - - vc14 + track_features: vc14 license: BSD-3-Clause license_family: BSD size: 17176 timestamp: 1688020629925 -- name: vc14_runtime +- platform: win-64 + name: vc14_runtime version: 14.36.32532 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' + - ucrt >=10.0.20348.0 url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.36.32532-hdcecf7f_17.conda hash: md5: d0de20f2f3fc806a81b44fcdd941aaf7 sha256: b317d49af32d5c031828e62c08d56f01d9a64cd3f40d4cccb052bc38c7a9e62e - optional: false - category: main build: hdcecf7f_17 arch: x86_64 subdir: win-64 @@ -24223,21 +23057,20 @@ package: license_family: Proprietary size: 739437 timestamp: 1694292382336 -- name: virtualenv +- platform: linux-64 + name: virtualenv version: 20.24.4 + category: main manager: conda - platform: linux-64 dependencies: - distlib: <1,>=0.3.7 - filelock: <4,>=3.12.2 - platformdirs: <4,>=3.9.1 - python: '>=3.8' + - distlib <1,>=0.3.7 + - filelock <4,>=3.12.2 + - platformdirs <4,>=3.9.1 + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.24.4-pyhd8ed1ab_0.conda hash: md5: c3feaf947264a59a125e8c26e98c3c5a sha256: 85c96449202ca87ec12783d8675b3655b4cd7b7afe49f2dc37d743adb0ed177f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -24247,21 +23080,20 @@ package: noarch: python size: 3037516 timestamp: 1693423086816 -- name: virtualenv +- platform: osx-64 + name: virtualenv version: 20.24.4 + category: main manager: conda - platform: osx-64 dependencies: - distlib: <1,>=0.3.7 - filelock: <4,>=3.12.2 - platformdirs: <4,>=3.9.1 - python: '>=3.8' + - distlib <1,>=0.3.7 + - filelock <4,>=3.12.2 + - platformdirs <4,>=3.9.1 + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.24.4-pyhd8ed1ab_0.conda hash: md5: c3feaf947264a59a125e8c26e98c3c5a sha256: 85c96449202ca87ec12783d8675b3655b4cd7b7afe49f2dc37d743adb0ed177f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -24271,21 +23103,20 @@ package: noarch: python size: 3037516 timestamp: 1693423086816 -- name: virtualenv +- platform: win-64 + name: virtualenv version: 20.24.4 + category: main manager: conda - platform: win-64 dependencies: - distlib: <1,>=0.3.7 - filelock: <4,>=3.12.2 - platformdirs: <4,>=3.9.1 - python: '>=3.8' + - distlib <1,>=0.3.7 + - filelock <4,>=3.12.2 + - platformdirs <4,>=3.9.1 + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.24.4-pyhd8ed1ab_0.conda hash: md5: c3feaf947264a59a125e8c26e98c3c5a sha256: 85c96449202ca87ec12783d8675b3655b4cd7b7afe49f2dc37d743adb0ed177f - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -24295,18 +23126,17 @@ package: noarch: python size: 3037516 timestamp: 1693423086816 -- name: vs2015_runtime +- platform: win-64 + name: vs2015_runtime version: 14.36.32532 + category: main manager: conda - platform: win-64 dependencies: - vc14_runtime: '>=14.36.32532' + - vc14_runtime >=14.36.32532 url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.36.32532-h05e6639_17.conda hash: md5: 4618046c39f7c81861e53ded842e738a sha256: 5ecbd731dc7f13762d67be0eadc47eb7f14713005e430d9b5fc680e965ac0f81 - optional: false - category: main build: h05e6639_17 arch: x86_64 subdir: win-64 @@ -24315,19 +23145,18 @@ package: license_family: BSD size: 17207 timestamp: 1688020635322 -- name: wcwidth +- platform: linux-64 + name: wcwidth version: 0.2.8 + category: main manager: conda - platform: linux-64 dependencies: - backports.functools_lru_cache: '*' - python: '>=3.6' + - backports.functools_lru_cache * + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.8-pyhd8ed1ab_0.conda hash: md5: 367386d2575a0e62412448eda1012efd sha256: e3b6d2041b4d175a1437dccc71b4ef2e53111dfcc64b219fef4bed379e6ef236 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -24337,19 +23166,18 @@ package: noarch: python size: 30291 timestamp: 1696255331126 -- name: wcwidth +- platform: osx-64 + name: wcwidth version: 0.2.8 + category: main manager: conda - platform: osx-64 dependencies: - backports.functools_lru_cache: '*' - python: '>=3.6' + - backports.functools_lru_cache * + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.8-pyhd8ed1ab_0.conda hash: md5: 367386d2575a0e62412448eda1012efd sha256: e3b6d2041b4d175a1437dccc71b4ef2e53111dfcc64b219fef4bed379e6ef236 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -24359,19 +23187,18 @@ package: noarch: python size: 30291 timestamp: 1696255331126 -- name: wcwidth +- platform: win-64 + name: wcwidth version: 0.2.8 + category: main manager: conda - platform: win-64 dependencies: - backports.functools_lru_cache: '*' - python: '>=3.6' + - backports.functools_lru_cache * + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.8-pyhd8ed1ab_0.conda hash: md5: 367386d2575a0e62412448eda1012efd sha256: e3b6d2041b4d175a1437dccc71b4ef2e53111dfcc64b219fef4bed379e6ef236 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -24381,18 +23208,17 @@ package: noarch: python size: 30291 timestamp: 1696255331126 -- name: webcolors +- platform: linux-64 + name: webcolors version: '1.13' + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda hash: md5: 166212fe82dad8735550030488a01d03 sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -24402,18 +23228,17 @@ package: noarch: python size: 18186 timestamp: 1679900907305 -- name: webcolors +- platform: osx-64 + name: webcolors version: '1.13' + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda hash: md5: 166212fe82dad8735550030488a01d03 sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -24423,18 +23248,17 @@ package: noarch: python size: 18186 timestamp: 1679900907305 -- name: webcolors +- platform: win-64 + name: webcolors version: '1.13' + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.5' + - python >=3.5 url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda hash: md5: 166212fe82dad8735550030488a01d03 sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -24444,18 +23268,17 @@ package: noarch: python size: 18186 timestamp: 1679900907305 -- name: webencodings +- platform: linux-64 + name: webencodings version: 0.5.1 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=2.6' + - python >=2.6 url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda hash: md5: daf5160ff9cde3a468556965329085b9 sha256: 2adf9bd5482802837bc8814cbe28d7b2a4cbd2e2c52e381329eaa283b3ed1944 - optional: false - category: main build: pyhd8ed1ab_2 arch: x86_64 subdir: linux-64 @@ -24465,18 +23288,17 @@ package: noarch: python size: 15600 timestamp: 1694681458271 -- name: webencodings +- platform: osx-64 + name: webencodings version: 0.5.1 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=2.6' + - python >=2.6 url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda hash: md5: daf5160ff9cde3a468556965329085b9 sha256: 2adf9bd5482802837bc8814cbe28d7b2a4cbd2e2c52e381329eaa283b3ed1944 - optional: false - category: main build: pyhd8ed1ab_2 arch: x86_64 subdir: osx-64 @@ -24486,18 +23308,17 @@ package: noarch: python size: 15600 timestamp: 1694681458271 -- name: webencodings +- platform: win-64 + name: webencodings version: 0.5.1 + category: main manager: conda - platform: win-64 dependencies: - python: '>=2.6' + - python >=2.6 url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda hash: md5: daf5160ff9cde3a468556965329085b9 sha256: 2adf9bd5482802837bc8814cbe28d7b2a4cbd2e2c52e381329eaa283b3ed1944 - optional: false - category: main build: pyhd8ed1ab_2 arch: x86_64 subdir: win-64 @@ -24507,18 +23328,17 @@ package: noarch: python size: 15600 timestamp: 1694681458271 -- name: websocket-client +- platform: linux-64 + name: websocket-client version: 1.6.3 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.3-pyhd8ed1ab_0.conda hash: md5: 38563b419c06ed97458d081df36beec0 sha256: 6b7dbfc6b5b1ac8d5d90b963802c12fbd1ea7c3e515b91928c7945c343aae979 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -24528,18 +23348,17 @@ package: noarch: python size: 45801 timestamp: 1694440537593 -- name: websocket-client +- platform: osx-64 + name: websocket-client version: 1.6.3 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.3-pyhd8ed1ab_0.conda hash: md5: 38563b419c06ed97458d081df36beec0 sha256: 6b7dbfc6b5b1ac8d5d90b963802c12fbd1ea7c3e515b91928c7945c343aae979 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -24549,18 +23368,17 @@ package: noarch: python size: 45801 timestamp: 1694440537593 -- name: websocket-client +- platform: win-64 + name: websocket-client version: 1.6.3 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.3-pyhd8ed1ab_0.conda hash: md5: 38563b419c06ed97458d081df36beec0 sha256: 6b7dbfc6b5b1ac8d5d90b963802c12fbd1ea7c3e515b91928c7945c343aae979 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -24570,18 +23388,17 @@ package: noarch: python size: 45801 timestamp: 1694440537593 -- name: wheel +- platform: linux-64 + name: wheel version: 0.41.2 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.2-pyhd8ed1ab_0.conda hash: md5: 1ccd092478b3e0ee10d7a891adbf8a4f sha256: 21bcec5373b04d739ab65252b5532b04a08d229865ebb24b5b94902d6d0a77b0 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -24591,18 +23408,17 @@ package: noarch: python size: 57488 timestamp: 1692700760369 -- name: wheel +- platform: osx-64 + name: wheel version: 0.41.2 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.2-pyhd8ed1ab_0.conda hash: md5: 1ccd092478b3e0ee10d7a891adbf8a4f sha256: 21bcec5373b04d739ab65252b5532b04a08d229865ebb24b5b94902d6d0a77b0 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -24612,18 +23428,17 @@ package: noarch: python size: 57488 timestamp: 1692700760369 -- name: wheel +- platform: win-64 + name: wheel version: 0.41.2 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.7' + - python >=3.7 url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.2-pyhd8ed1ab_0.conda hash: md5: 1ccd092478b3e0ee10d7a891adbf8a4f sha256: 21bcec5373b04d739ab65252b5532b04a08d229865ebb24b5b94902d6d0a77b0 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -24633,19 +23448,18 @@ package: noarch: python size: 57488 timestamp: 1692700760369 -- name: win_inet_pton +- platform: win-64 + name: win_inet_pton version: 1.1.0 + category: main manager: conda - platform: win-64 dependencies: - __win: '*' - python: '>=3.6' + - __win * + - python >=3.6 url: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 hash: md5: 30878ecc4bd36e8deeea1e3c151b2e0b sha256: a11ae693a0645bf6c7b8a47bac030be9c0967d0b1924537b9ff7458e832c0511 - optional: false - category: main build: pyhd8ed1ab_6 arch: x86_64 subdir: win-64 @@ -24654,17 +23468,16 @@ package: noarch: python size: 8191 timestamp: 1667051294134 -- name: winpty +- platform: win-64 + name: winpty version: 0.4.3 + category: main manager: conda - platform: win-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/win-64/winpty-0.4.3-4.tar.bz2 hash: md5: 1cee351bf20b830d991dbe0bc8cd7dfe sha256: 9df10c5b607dd30e05ba08cbd940009305c75db242476f4e845ea06008b0a283 - optional: false - category: main build: '4' arch: x86_64 subdir: win-64 @@ -24672,20 +23485,19 @@ package: license: MIT license_family: MIT size: 1176306 -- name: wrapt +- platform: linux-64 + name: wrapt version: 1.15.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - libgcc-ng >=12 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.15.0-py311h459d7ec_1.conda hash: md5: f4d770a09066aaa313b5cc22c0f6e9d1 sha256: 7c1195f7fe6b73022f24dccb915c25ed268480886a12622ec1146bb88a254b20 - optional: false - category: main build: py311h459d7ec_1 arch: x86_64 subdir: linux-64 @@ -24694,19 +23506,18 @@ package: license_family: BSD size: 61605 timestamp: 1695409199201 -- name: wrapt +- platform: osx-64 + name: wrapt version: 1.15.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 url: https://conda.anaconda.org/conda-forge/osx-64/wrapt-1.15.0-py311h2725bcf_1.conda hash: md5: 02c2a8ebd93c7ed1c01e2c7b6df23ae6 sha256: 0ad6e0943b23782f20a3f4194cab02912c2fe9237fc2805da35f6517cda2467e - optional: false - category: main build: py311h2725bcf_1 arch: x86_64 subdir: osx-64 @@ -24715,22 +23526,21 @@ package: license_family: BSD size: 57829 timestamp: 1695409499212 -- name: wrapt +- platform: win-64 + name: wrapt version: 1.15.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* *_cp311 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - python >=3.11,<3.12.0a0 + - python_abi 3.11.* *_cp311 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/wrapt-1.15.0-py311ha68e1ae_1.conda hash: md5: 5df0b731eabefeec8d536d78ccf26871 sha256: f47c053ef55fd7fc9f7748fb3bb811c54aaec55874fd5c3ec5309bc4bceec428 - optional: false - category: main build: py311ha68e1ae_1 arch: x86_64 subdir: win-64 @@ -24739,21 +23549,20 @@ package: license_family: BSD size: 60702 timestamp: 1695409774183 -- name: xarray +- platform: linux-64 + name: xarray version: 2023.9.0 + category: main manager: conda - platform: linux-64 dependencies: - numpy: '>=1.21' - packaging: '>=21.3' - pandas: '>=1.4' - python: '>=3.9' + - numpy >=1.21 + - packaging >=21.3 + - pandas >=1.4 + - python >=3.9 url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.9.0-pyhd8ed1ab_0.conda hash: md5: 158c89bbc0f2597f33e8ce1aea59e0ee sha256: fd86c6b5da4469df74aec93d8dbc8c8903377a81d7c245a14745b38b70799803 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -24784,21 +23593,20 @@ package: noarch: python size: 701847 timestamp: 1695743466558 -- name: xarray +- platform: osx-64 + name: xarray version: 2023.9.0 + category: main manager: conda - platform: osx-64 dependencies: - numpy: '>=1.21' - packaging: '>=21.3' - pandas: '>=1.4' - python: '>=3.9' + - numpy >=1.21 + - packaging >=21.3 + - pandas >=1.4 + - python >=3.9 url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.9.0-pyhd8ed1ab_0.conda hash: md5: 158c89bbc0f2597f33e8ce1aea59e0ee sha256: fd86c6b5da4469df74aec93d8dbc8c8903377a81d7c245a14745b38b70799803 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -24829,21 +23637,20 @@ package: noarch: python size: 701847 timestamp: 1695743466558 -- name: xarray +- platform: win-64 + name: xarray version: 2023.9.0 + category: main manager: conda - platform: win-64 dependencies: - numpy: '>=1.21' - packaging: '>=21.3' - pandas: '>=1.4' - python: '>=3.9' + - numpy >=1.21 + - packaging >=21.3 + - pandas >=1.4 + - python >=3.9 url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.9.0-pyhd8ed1ab_0.conda hash: md5: 158c89bbc0f2597f33e8ce1aea59e0ee sha256: fd86c6b5da4469df74aec93d8dbc8c8903377a81d7c245a14745b38b70799803 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -24874,19 +23681,18 @@ package: noarch: python size: 701847 timestamp: 1695743466558 -- name: xcb-util +- platform: linux-64 + name: xcb-util version: 0.4.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.15,<1.16.0a0' + - libgcc-ng >=12 + - libxcb >=1.15,<1.16.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.0-hd590300_1.conda hash: md5: 9bfac7ccd94d54fd21a0501296d60424 sha256: 0c91d87f0efdaadd4e56a5f024f8aab20ec30f90aa2ce9e4ebea05fbc20f71ad - optional: false - category: main build: hd590300_1 arch: x86_64 subdir: linux-64 @@ -24895,20 +23701,19 @@ package: license_family: MIT size: 19728 timestamp: 1684639166048 -- name: xcb-util-image +- platform: linux-64 + name: xcb-util-image version: 0.4.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.15,<1.16.0a0' - xcb-util: '>=0.4.0,<0.5.0a0' + - libgcc-ng >=12 + - libxcb >=1.15,<1.16.0a0 + - xcb-util >=0.4.0,<0.5.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-h8ee46fc_1.conda hash: md5: 9d7bcddf49cbf727730af10e71022c73 sha256: 92ffd68d2801dbc27afe223e04ae7e78ef605fc8575f107113c93c7bafbd15b0 - optional: false - category: main build: h8ee46fc_1 arch: x86_64 subdir: linux-64 @@ -24917,19 +23722,18 @@ package: license_family: MIT size: 24474 timestamp: 1684679894554 -- name: xcb-util-keysyms +- platform: linux-64 + name: xcb-util-keysyms version: 0.4.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.15,<1.16.0a0' + - libgcc-ng >=12 + - libxcb >=1.15,<1.16.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.0-h8ee46fc_1.conda hash: md5: 632413adcd8bc16b515cab87a2932913 sha256: 8451d92f25d6054a941b962179180728c48c62aab5bf20ac10fef713d5da6a9a - optional: false - category: main build: h8ee46fc_1 arch: x86_64 subdir: linux-64 @@ -24938,19 +23742,18 @@ package: license_family: MIT size: 14186 timestamp: 1684680497805 -- name: xcb-util-renderutil +- platform: linux-64 + name: xcb-util-renderutil version: 0.3.9 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.15,<1.16.0a0' + - libgcc-ng >=12 + - libxcb >=1.15,<1.16.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.9-hd590300_1.conda hash: md5: e995b155d938b6779da6ace6c6b13816 sha256: 6987588e6fff5892056021c2ea52f7a0deefb2c7348e70d24750e2d60dabf009 - optional: false - category: main build: hd590300_1 arch: x86_64 subdir: linux-64 @@ -24959,19 +23762,18 @@ package: license_family: MIT size: 16955 timestamp: 1684639112393 -- name: xcb-util-wm +- platform: linux-64 + name: xcb-util-wm version: 0.4.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.15,<1.16.0a0' + - libgcc-ng >=12 + - libxcb >=1.15,<1.16.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.1-h8ee46fc_1.conda hash: md5: 90108a432fb5c6150ccfee3f03388656 sha256: 08ba7147c7579249b6efd33397dc1a8c2404278053165aaecd39280fee705724 - optional: false - category: main build: h8ee46fc_1 arch: x86_64 subdir: linux-64 @@ -24980,22 +23782,21 @@ package: license_family: MIT size: 52114 timestamp: 1684679248466 -- name: xerces-c +- platform: linux-64 + name: xerces-c version: 3.2.4 + category: main manager: conda - platform: linux-64 dependencies: - icu: '>=73.2,<74.0a0' - libcurl: '>=8.2.1,<9.0a0' - libgcc-ng: '>=12' - libnsl: '>=2.0.0,<2.1.0a0' - libstdcxx-ng: '>=12' + - icu >=73.2,<74.0a0 + - libcurl >=8.2.1,<9.0a0 + - libgcc-ng >=12 + - libnsl >=2.0.0,<2.1.0a0 + - libstdcxx-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/xerces-c-3.2.4-hac6953d_3.conda hash: md5: 297e6a75dc1b6a440cd341a85eab8a00 sha256: faf1c8f0e625466efec442e987737057ca304f1fcf79055da4d9e93e49f14ffa - optional: false - category: main build: hac6953d_3 arch: x86_64 subdir: linux-64 @@ -25004,20 +23805,19 @@ package: license_family: Apache size: 1636529 timestamp: 1692976091485 -- name: xerces-c +- platform: osx-64 + name: xerces-c version: 3.2.4 + category: main manager: conda - platform: osx-64 dependencies: - icu: '>=73.2,<74.0a0' - libcurl: '>=8.2.1,<9.0a0' - libcxx: '>=15.0.7' + - icu >=73.2,<74.0a0 + - libcurl >=8.2.1,<9.0a0 + - libcxx >=15.0.7 url: https://conda.anaconda.org/conda-forge/osx-64/xerces-c-3.2.4-h6314983_3.conda hash: md5: 9623310baca5b47637cf46889bd77178 sha256: 19f501a66a1ffdda31e0af7fe088a1de4405c6ce72f9a07ba0813ab8c2f0ada7 - optional: false - category: main build: h6314983_3 arch: x86_64 subdir: osx-64 @@ -25026,20 +23826,19 @@ package: license_family: Apache size: 1353734 timestamp: 1692976676234 -- name: xerces-c +- platform: win-64 + name: xerces-c version: 3.2.4 + category: main manager: conda - platform: win-64 dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/xerces-c-3.2.4-h63175ca_3.conda hash: md5: 28c6b90f40c9c37d3334ba8225143690 sha256: 76e5ba07c06947ff7dcee6e9fe47e436e7a5ec5d94ad23102186769459af1403 - optional: false - category: main build: h63175ca_3 arch: x86_64 subdir: win-64 @@ -25048,19 +23847,18 @@ package: license_family: Apache size: 3509286 timestamp: 1692976908514 -- name: xkeyboard-config +- platform: linux-64 + name: xkeyboard-config version: '2.39' + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - xorg-libx11: '>=1.8.5,<2.0a0' + - libgcc-ng >=12 + - xorg-libx11 >=1.8.5,<2.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/xkeyboard-config-2.39-hd590300_0.conda hash: md5: d88c7fc8a11858fb14761832e4da1954 sha256: 364dd7781383336d701bf3f2e10662079b30094b5a9d2a679edeeea9d11cf059 - optional: false - category: main build: hd590300_0 arch: x86_64 subdir: linux-64 @@ -25069,20 +23867,19 @@ package: license_family: MIT size: 880593 timestamp: 1686533532648 -- name: xmipy +- platform: linux-64 + name: xmipy version: 1.3.1 + category: main manager: conda - platform: linux-64 dependencies: - bmipy: '*' - numpy: '*' - python: '>=3.8' + - bmipy * + - numpy * + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda hash: md5: a3c8465bfc71004064a30c0238a74ea3 sha256: d702574ef63e5e44085c390b46090380097b3d63bbcbfe8d9e85f1828663d04c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -25091,20 +23888,19 @@ package: noarch: python size: 18460 timestamp: 1681486998644 -- name: xmipy +- platform: osx-64 + name: xmipy version: 1.3.1 + category: main manager: conda - platform: osx-64 dependencies: - bmipy: '*' - numpy: '*' - python: '>=3.8' + - bmipy * + - numpy * + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda hash: md5: a3c8465bfc71004064a30c0238a74ea3 sha256: d702574ef63e5e44085c390b46090380097b3d63bbcbfe8d9e85f1828663d04c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -25113,20 +23909,19 @@ package: noarch: python size: 18460 timestamp: 1681486998644 -- name: xmipy +- platform: win-64 + name: xmipy version: 1.3.1 + category: main manager: conda - platform: win-64 dependencies: - bmipy: '*' - numpy: '*' - python: '>=3.8' + - bmipy * + - numpy * + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/xmipy-1.3.1-pyhd8ed1ab_0.conda hash: md5: a3c8465bfc71004064a30c0238a74ea3 sha256: d702574ef63e5e44085c390b46090380097b3d63bbcbfe8d9e85f1828663d04c - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -25135,18 +23930,17 @@ package: noarch: python size: 18460 timestamp: 1681486998644 -- name: xorg-kbproto +- platform: linux-64 + name: xorg-kbproto version: 1.0.7 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.3.0' + - libgcc-ng >=9.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/xorg-kbproto-1.0.7-h7f98852_1002.tar.bz2 hash: md5: 4b230e8381279d76131116660f5a241a sha256: e90b0a6a5d41776f11add74aa030f789faf4efd3875c31964d6f9cfa63a10dd1 - optional: false - category: main build: h7f98852_1002 arch: x86_64 subdir: linux-64 @@ -25155,18 +23949,17 @@ package: license_family: MIT size: 27338 timestamp: 1610027759842 -- name: xorg-libice +- platform: linux-64 + name: xorg-libice version: 1.1.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda hash: md5: b462a33c0be1421532f28bfe8f4a7514 sha256: 5aa9b3682285bb2bf1a8adc064cb63aff76ef9178769740d855abb42b0d24236 - optional: false - category: main build: hd590300_0 arch: x86_64 subdir: linux-64 @@ -25175,20 +23968,19 @@ package: license_family: MIT size: 58469 timestamp: 1685307573114 -- name: xorg-libsm +- platform: linux-64 + name: xorg-libsm version: 1.2.4 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libuuid: '>=2.38.1,<3.0a0' - xorg-libice: '>=1.1.1,<2.0a0' + - libgcc-ng >=12 + - libuuid >=2.38.1,<3.0a0 + - xorg-libice >=1.1.1,<2.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda hash: md5: 93ee23f12bc2e684548181256edd2cf6 sha256: 089ad5f0453c604e18985480218a84b27009e9e6de9a0fa5f4a20b8778ede1f1 - optional: false - category: main build: h7391055_0 arch: x86_64 subdir: linux-64 @@ -25197,22 +23989,21 @@ package: license_family: MIT size: 27433 timestamp: 1685453649160 -- name: xorg-libx11 +- platform: linux-64 + name: xorg-libx11 version: 1.8.6 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.15,<1.16.0a0' - xorg-kbproto: '*' - xorg-xextproto: '>=7.3.0,<8.0a0' - xorg-xproto: '*' + - libgcc-ng >=12 + - libxcb >=1.15,<1.16.0a0 + - xorg-kbproto * + - xorg-xextproto >=7.3.0,<8.0a0 + - xorg-xproto * url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.6-h8ee46fc_0.conda hash: md5: 7590b76c3d11d21caa44f3fc38ac584a sha256: 3360f81f7687179959a6bf1c762938240172e8bb3aef957e0a14fb12a0b7c105 - optional: false - category: main build: h8ee46fc_0 arch: x86_64 subdir: linux-64 @@ -25221,18 +24012,17 @@ package: license_family: MIT size: 828510 timestamp: 1686866595393 -- name: xorg-libxau +- platform: linux-64 + name: xorg-libxau version: 1.0.11 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda hash: md5: 2c80dc38fface310c9bd81b17037fee5 sha256: 309751371d525ce50af7c87811b435c176915239fc9e132b99a25d5e1703f2d4 - optional: false - category: main build: hd590300_0 arch: x86_64 subdir: linux-64 @@ -25241,17 +24031,16 @@ package: license_family: MIT size: 14468 timestamp: 1684637984591 -- name: xorg-libxau +- platform: osx-64 + name: xorg-libxau version: 1.0.11 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda hash: md5: 9566b4c29274125b0266d0177b5eb97b sha256: 8a2e398c4f06f10c64e69f56bcf3ddfa30b432201446a0893505e735b346619a - optional: false - category: main build: h0dc2134_0 arch: x86_64 subdir: osx-64 @@ -25260,19 +24049,18 @@ package: license_family: MIT size: 13071 timestamp: 1684638167647 -- name: xorg-libxau +- platform: win-64 + name: xorg-libxau version: 1.0.11 + category: main manager: conda - platform: win-64 dependencies: - m2w64-gcc-libs: '*' - m2w64-gcc-libs-core: '*' + - m2w64-gcc-libs * + - m2w64-gcc-libs-core * url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda hash: md5: c46ba8712093cb0114404ae8a7582e1a sha256: 8c5b976e3b36001bdefdb41fb70415f9c07eff631f1f0155f3225a7649320e77 - optional: false - category: main build: hcd874cb_0 arch: x86_64 subdir: win-64 @@ -25281,18 +24069,17 @@ package: license_family: MIT size: 51297 timestamp: 1684638355740 -- name: xorg-libxdmcp +- platform: linux-64 + name: xorg-libxdmcp version: 1.1.3 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.3.0' + - libgcc-ng >=9.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.3-h7f98852_0.tar.bz2 hash: md5: be93aabceefa2fac576e971aef407908 sha256: 4df7c5ee11b8686d3453e7f3f4aa20ceef441262b49860733066c52cfd0e4a77 - optional: false - category: main build: h7f98852_0 arch: x86_64 subdir: linux-64 @@ -25301,17 +24088,16 @@ package: license_family: MIT size: 19126 timestamp: 1610071769228 -- name: xorg-libxdmcp +- platform: osx-64 + name: xorg-libxdmcp version: 1.1.3 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.3-h35c211d_0.tar.bz2 hash: md5: 86ac76d6bf1cbb9621943eb3bd9ae36e sha256: 485421c16f03a01b8ed09984e0b2ababdbb3527e1abf354ff7646f8329be905f - optional: false - category: main build: h35c211d_0 arch: x86_64 subdir: osx-64 @@ -25320,18 +24106,17 @@ package: license_family: MIT size: 17225 timestamp: 1610071995461 -- name: xorg-libxdmcp +- platform: win-64 + name: xorg-libxdmcp version: 1.1.3 + category: main manager: conda - platform: win-64 dependencies: - m2w64-gcc-libs: '*' + - m2w64-gcc-libs * url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 hash: md5: 46878ebb6b9cbd8afcf8088d7ef00ece sha256: f51205d33c07d744ec177243e5d9b874002910c731954f2c8da82459be462b93 - optional: false - category: main build: hcd874cb_0 arch: x86_64 subdir: win-64 @@ -25340,20 +24125,19 @@ package: license_family: MIT size: 67908 timestamp: 1610072296570 -- name: xorg-libxext +- platform: linux-64 + name: xorg-libxext version: 1.3.4 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - xorg-libx11: '>=1.7.2,<2.0a0' - xorg-xextproto: '*' + - libgcc-ng >=12 + - xorg-libx11 >=1.7.2,<2.0a0 + - xorg-xextproto * url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda hash: md5: 82b6df12252e6f32402b96dacc656fec sha256: 73e5cfbdff41ef8a844441f884412aa5a585a0f0632ec901da035a03e1fe1249 - optional: false - category: main build: h0b41bf4_2 arch: x86_64 subdir: linux-64 @@ -25362,20 +24146,19 @@ package: license_family: MIT size: 50143 timestamp: 1677036907815 -- name: xorg-libxrender +- platform: linux-64 + name: xorg-libxrender version: 0.9.11 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - xorg-libx11: '>=1.8.6,<2.0a0' - xorg-renderproto: '*' + - libgcc-ng >=12 + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-renderproto * url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda hash: md5: ed67c36f215b310412b2af935bf3e530 sha256: 26da4d1911473c965c32ce2b4ff7572349719eaacb88a066db8d968a4132c3f7 - optional: false - category: main build: hd590300_0 arch: x86_64 subdir: linux-64 @@ -25384,18 +24167,17 @@ package: license_family: MIT size: 37770 timestamp: 1688300707994 -- name: xorg-renderproto +- platform: linux-64 + name: xorg-renderproto version: 0.11.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.3.0' + - libgcc-ng >=9.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/xorg-renderproto-0.11.1-h7f98852_1002.tar.bz2 hash: md5: 06feff3d2634e3097ce2fe681474b534 sha256: 38942930f233d1898594dd9edf4b0c0786f3dbc12065a0c308634c37fd936034 - optional: false - category: main build: h7f98852_1002 arch: x86_64 subdir: linux-64 @@ -25404,18 +24186,17 @@ package: license_family: MIT size: 9621 timestamp: 1614866326326 -- name: xorg-xextproto +- platform: linux-64 + name: xorg-xextproto version: 7.3.0 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-h0b41bf4_1003.conda hash: md5: bce9f945da8ad2ae9b1d7165a64d0f87 sha256: b8dda3b560e8a7830fe23be1c58cc41f407b2e20ae2f3b6901eb5842ba62b743 - optional: false - category: main build: h0b41bf4_1003 arch: x86_64 subdir: linux-64 @@ -25424,18 +24205,17 @@ package: license_family: MIT size: 30270 timestamp: 1677036833037 -- name: xorg-xf86vidmodeproto +- platform: linux-64 + name: xorg-xf86vidmodeproto version: 2.3.1 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.3.0' + - libgcc-ng >=9.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xf86vidmodeproto-2.3.1-h7f98852_1002.tar.bz2 hash: md5: 3ceea9668625c18f19530de98b15d5b0 sha256: 43398aeacad5b8753b7a1c12cb6bca36124e0c842330372635879c350c430791 - optional: false - category: main build: h7f98852_1002 arch: x86_64 subdir: linux-64 @@ -25444,18 +24224,17 @@ package: license_family: MIT size: 23875 timestamp: 1620067286978 -- name: xorg-xproto +- platform: linux-64 + name: xorg-xproto version: 7.0.31 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.3.0' + - libgcc-ng >=9.3.0 url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xproto-7.0.31-h7f98852_1007.tar.bz2 hash: md5: b4a4381d54784606820704f7b5f05a15 sha256: f197bb742a17c78234c24605ad1fe2d88b1d25f332b75d73e5ba8cf8fbc2a10d - optional: false - category: main build: h7f98852_1007 arch: x86_64 subdir: linux-64 @@ -25464,18 +24243,17 @@ package: license_family: MIT size: 74922 timestamp: 1607291557628 -- name: xyzservices +- platform: linux-64 + name: xyzservices version: 2023.7.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/xyzservices-2023.7.0-pyhd8ed1ab_0.conda hash: md5: aacae3c0eaba0204dc6c5497c93c7992 sha256: 3ca07b5255b4f9b350994bbe4482d44f9d9334610215af5ae174c8c8b99994e4 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -25485,18 +24263,17 @@ package: noarch: python size: 36307 timestamp: 1689285902230 -- name: xyzservices +- platform: osx-64 + name: xyzservices version: 2023.7.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/xyzservices-2023.7.0-pyhd8ed1ab_0.conda hash: md5: aacae3c0eaba0204dc6c5497c93c7992 sha256: 3ca07b5255b4f9b350994bbe4482d44f9d9334610215af5ae174c8c8b99994e4 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -25506,18 +24283,17 @@ package: noarch: python size: 36307 timestamp: 1689285902230 -- name: xyzservices +- platform: win-64 + name: xyzservices version: 2023.7.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/xyzservices-2023.7.0-pyhd8ed1ab_0.conda hash: md5: aacae3c0eaba0204dc6c5497c93c7992 sha256: 3ca07b5255b4f9b350994bbe4482d44f9d9334610215af5ae174c8c8b99994e4 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -25527,18 +24303,17 @@ package: noarch: python size: 36307 timestamp: 1689285902230 -- name: xz +- platform: linux-64 + name: xz version: 5.2.6 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' + - libgcc-ng >=12 url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 hash: md5: 2161070d867d1b1204ea749c8eec4ef0 sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 - optional: false - category: main build: h166bdaf_0 arch: x86_64 subdir: linux-64 @@ -25546,17 +24321,16 @@ package: license: LGPL-2.1 and GPL-2.0 size: 418368 timestamp: 1660346797927 -- name: xz +- platform: osx-64 + name: xz version: 5.2.6 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 hash: md5: a72f9d4ea13d55d745ff1ed594747f10 sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 - optional: false - category: main build: h775f41a_0 arch: x86_64 subdir: osx-64 @@ -25564,19 +24338,18 @@ package: license: LGPL-2.1 and GPL-2.0 size: 238119 timestamp: 1660346964847 -- name: xz +- platform: win-64 + name: xz version: 5.2.6 + category: main manager: conda - platform: win-64 dependencies: - vc: '>=14.1,<15' - vs2015_runtime: '>=14.16.27033' + - vc >=14.1,<15 + - vs2015_runtime >=14.16.27033 url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 hash: md5: 515d77642eaa3639413c6b1bc3f94219 sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 - optional: false - category: main build: h8d14728_0 arch: x86_64 subdir: win-64 @@ -25584,18 +24357,17 @@ package: license: LGPL-2.1 and GPL-2.0 size: 217804 timestamp: 1660346976440 -- name: yaml +- platform: linux-64 + name: yaml version: 0.2.5 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.4.0' + - libgcc-ng >=9.4.0 url: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 hash: md5: 4cb3ad778ec2d5a7acbdf254eb1c42ae sha256: a4e34c710eeb26945bdbdaba82d3d74f60a78f54a874ec10d373811a5d217535 - optional: false - category: main build: h7f98852_2 arch: x86_64 subdir: linux-64 @@ -25604,17 +24376,16 @@ package: license_family: MIT size: 89141 timestamp: 1641346969816 -- name: yaml +- platform: osx-64 + name: yaml version: 0.2.5 + category: main manager: conda - platform: osx-64 - dependencies: {} + dependencies: [] url: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 hash: md5: d7e08fcf8259d742156188e8762b4d20 sha256: 5301417e2c8dea45b401ffee8df3957d2447d4ce80c83c5ff151fc6bfe1c4148 - optional: false - category: main build: h0d85af4_2 arch: x86_64 subdir: osx-64 @@ -25623,19 +24394,18 @@ package: license_family: MIT size: 84237 timestamp: 1641347062780 -- name: yaml +- platform: win-64 + name: yaml version: 0.2.5 + category: main manager: conda - platform: win-64 dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 url: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h8ffe710_2.tar.bz2 hash: md5: adbfb9f45d1004a26763652246a33764 sha256: 4e2246383003acbad9682c7c63178e2e715ad0eb84f03a8df1fbfba455dfedc5 - optional: false - category: main build: h8ffe710_2 arch: x86_64 subdir: win-64 @@ -25644,20 +24414,19 @@ package: license_family: MIT size: 63274 timestamp: 1641347623319 -- name: zeromq +- platform: linux-64 + name: zeromq version: 4.3.4 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=9.4.0' - libsodium: '>=1.0.18,<1.0.19.0a0' - libstdcxx-ng: '>=9.4.0' + - libgcc-ng >=9.4.0 + - libsodium >=1.0.18,<1.0.19.0a0 + - libstdcxx-ng >=9.4.0 url: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.4-h9c3ff4c_1.tar.bz2 hash: md5: 21743a8d2ea0c8cfbbf8fe489b0347df sha256: 525315b0df21866d4c3d68bc2ff987d26c2fdf0e3e8fd242c49b7255adef04c6 - optional: false - category: main build: h9c3ff4c_1 arch: x86_64 subdir: linux-64 @@ -25666,19 +24435,18 @@ package: license_family: LGPL size: 359709 timestamp: 1629967303309 -- name: zeromq +- platform: osx-64 + name: zeromq version: 4.3.4 + category: main manager: conda - platform: osx-64 dependencies: - libcxx: '>=11.1.0' - libsodium: '>=1.0.18,<1.0.19.0a0' + - libcxx >=11.1.0 + - libsodium >=1.0.18,<1.0.19.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.4-he49afe7_1.tar.bz2 hash: md5: 1972d732b123ed04b60fd21e94f0b178 sha256: 991e2b42908c5793fe42a78272e6bd5e6412636274500b846991d0f3e5126952 - optional: false - category: main build: he49afe7_1 arch: x86_64 subdir: osx-64 @@ -25687,20 +24455,19 @@ package: license_family: LGPL size: 320838 timestamp: 1629967617192 -- name: zeromq +- platform: win-64 + name: zeromq version: 4.3.4 + category: main manager: conda - platform: win-64 dependencies: - libsodium: '>=1.0.18,<1.0.19.0a0' - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' + - libsodium >=1.0.18,<1.0.19.0a0 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 url: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.4-h0e60522_1.tar.bz2 hash: md5: e1aff0583dda5fb917eb3d2c1025aa80 sha256: 0489cc6c3bff50620879890431d7142fd6e66b7770ddc6f2d7852094471c0d6c - optional: false - category: main build: h0e60522_1 arch: x86_64 subdir: win-64 @@ -25709,18 +24476,17 @@ package: license_family: LGPL size: 9355377 timestamp: 1629968018045 -- name: zipp +- platform: linux-64 + name: zipp version: 3.17.0 + category: main manager: conda - platform: linux-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda hash: md5: 2e4d6bc0b14e10f895fc6791a7d9b26a sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -25730,18 +24496,17 @@ package: noarch: python size: 18954 timestamp: 1695255262261 -- name: zipp +- platform: osx-64 + name: zipp version: 3.17.0 + category: main manager: conda - platform: osx-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda hash: md5: 2e4d6bc0b14e10f895fc6791a7d9b26a sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -25751,18 +24516,17 @@ package: noarch: python size: 18954 timestamp: 1695255262261 -- name: zipp +- platform: win-64 + name: zipp version: 3.17.0 + category: main manager: conda - platform: win-64 dependencies: - python: '>=3.8' + - python >=3.8 url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda hash: md5: 2e4d6bc0b14e10f895fc6791a7d9b26a sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 - optional: false - category: main build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -25772,19 +24536,18 @@ package: noarch: python size: 18954 timestamp: 1695255262261 -- name: zlib +- platform: linux-64 + name: zlib version: 1.2.13 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libzlib: ==1.2.13 hd590300_5 + - libgcc-ng >=12 + - libzlib ==1.2.13 hd590300_5 url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda hash: md5: 68c34ec6149623be41a1933ab996a209 sha256: 9887a04d7e7cb14bd2b52fa01858f05a6d7f002c890f618d9fcd864adbfecb1b - optional: false - category: main build: hd590300_5 arch: x86_64 subdir: linux-64 @@ -25793,18 +24556,17 @@ package: license_family: Other size: 92825 timestamp: 1686575231103 -- name: zlib +- platform: osx-64 + name: zlib version: 1.2.13 + category: main manager: conda - platform: osx-64 dependencies: - libzlib: ==1.2.13 h8a1eda9_5 + - libzlib ==1.2.13 h8a1eda9_5 url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda hash: md5: 75a8a98b1c4671c5d2897975731da42d sha256: d1f4c82fd7bd240a78ce8905e931e68dca5f523c7da237b6b63c87d5625c5b35 - optional: false - category: main build: h8a1eda9_5 arch: x86_64 subdir: osx-64 @@ -25813,21 +24575,20 @@ package: license_family: Other size: 90764 timestamp: 1686575574678 -- name: zlib +- platform: win-64 + name: zlib version: 1.2.13 + category: main manager: conda - platform: win-64 dependencies: - libzlib: ==1.2.13 hcfcfb64_5 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libzlib ==1.2.13 hcfcfb64_5 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/zlib-1.2.13-hcfcfb64_5.conda hash: md5: a318e8622e11663f645cc7fa3260f462 sha256: 0f91b719c7558046bcd37fdc7ae4b9eb2b7a8e335beb8b59ae7ccb285a46aa46 - optional: false - category: main build: hcfcfb64_5 arch: x86_64 subdir: win-64 @@ -25836,20 +24597,19 @@ package: license_family: Other size: 107711 timestamp: 1686575474476 -- name: zstd +- platform: linux-64 + name: zstd version: 1.5.5 + category: main manager: conda - platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda hash: md5: 04b88013080254850d6c01ed54810589 sha256: 607cbeb1a533be98ba96cf5cdf0ddbb101c78019f1fda063261871dad6248609 - optional: false - category: main build: hfc55251_0 arch: x86_64 subdir: linux-64 @@ -25858,18 +24618,17 @@ package: license_family: BSD size: 545199 timestamp: 1693151163452 -- name: zstd +- platform: osx-64 + name: zstd version: 1.5.5 + category: main manager: conda - platform: osx-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' + - libzlib >=1.2.13,<1.3.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda hash: md5: 80abc41d0c48b82fe0f04e7f42f5cb7e sha256: d54e31d3d8de5e254c0804abd984807b8ae5cd3708d758a8bf1adff1f5df166c - optional: false - category: main build: h829000d_0 arch: x86_64 subdir: osx-64 @@ -25878,21 +24637,20 @@ package: license_family: BSD size: 499383 timestamp: 1693151312586 -- name: zstd +- platform: win-64 + name: zstd version: 1.5.5 + category: main manager: conda - platform: win-64 dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.5-h12be248_0.conda hash: md5: 792bb5da68bf0a6cac6a6072ecb8dbeb sha256: d540dd56c5ec772b60e4ce7d45f67f01c6614942225885911964ea1e70bb99e3 - optional: false - category: main build: h12be248_0 arch: x86_64 subdir: win-64 diff --git a/pixi.toml b/pixi.toml index 103eeb865..7df00be93 100644 --- a/pixi.toml +++ b/pixi.toml @@ -79,8 +79,6 @@ generate-python = """\ codegen = { depends_on = ["generate-schema", "generate-python", "lint"] } [dependencies] -black = "*" -black-jupyter = "*" build = "*" datamodel-code-generator = "*" geopandas = "*" diff --git a/ruff.toml b/ruff.toml index 20e78ea84..25a7594f9 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,5 +1,17 @@ select = ["D", "E", "F", "NPY", "PD", "C4", "I"] -ignore = ["D1", "D202", "D205", "D400", "D404", "E501", "PD002", "PD901"] +ignore = [ + "D1", + "D202", + "D205", + "D206", + "D400", + "D404", + "E402", + "E501", + "E703", + "PD002", + "PD901", +] fixable = ["I"] [pydocstyle] From 6b0650698731854c097b53f2cd89c30b9174e8b0 Mon Sep 17 00:00:00 2001 From: Hofer-Julian Date: Wed, 25 Oct 2023 09:09:46 +0200 Subject: [PATCH 2/3] Add link to docs --- ruff.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruff.toml b/ruff.toml index 25a7594f9..15303116e 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,6 +1,6 @@ -select = ["D", "E", "F", "NPY", "PD", "C4", "I"] +# See https://docs.astral.sh/ruff/rules/ +select = ["C4", "D2", "D3", "D4", "E", "F", "I", "NPY", "PD"] ignore = [ - "D1", "D202", "D205", "D206", From 23ce3997abde73105c4332ac2dbb4a480f6bd1ca Mon Sep 17 00:00:00 2001 From: Hofer-Julian Date: Wed, 25 Oct 2023 09:14:49 +0200 Subject: [PATCH 3/3] Add pass at the end instead of semicolon --- docs/python/examples.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/python/examples.ipynb b/docs/python/examples.ipynb index 6382d5967..ce50ffd93 100644 --- a/docs/python/examples.ipynb +++ b/docs/python/examples.ipynb @@ -1417,7 +1417,8 @@ "# Plot target level\n", "target_levels = model.pid_control.time.target.to_numpy()[::2]\n", "times = date2num(model.pid_control.time.time)[::2]\n", - "ax.plot(times, target_levels, color=\"k\", ls=\":\", label=\"target level\")" + "ax.plot(times, target_levels, color=\"k\", ls=\":\", label=\"target level\")\n", + "pass" ] }, {