diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index e057ef47e..000000000 --- a/MANIFEST.in +++ /dev/null @@ -1,5 +0,0 @@ -include README.rst -include LICENSE -include imod/data/registry.txt -include imod/templates/*.j2 -include imod/templates/mf6/*.j2 \ No newline at end of file diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 3db8a0be0..9a5c594f6 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -24,6 +24,12 @@ Changed environments. This replaces the ``imod-environment.yml`` conda environment. We advice doing development installations with pixi from now on. `See the documentation. `_ + This does not affect users who installed with ``pip install imod``, ``mamba + install imod`` or ``conda install imod``. +- Changed build system from ``setuptools`` to ``hatchling``. Users who did a + development install are adviced to run ``pip uninstall imod`` and ``pip + install -e .`` again. This does not affect users who installed with ``pip + install imod``, ``mamba install imod`` or ``conda install imod``. [0.15.1] - 2023-12-22 diff --git a/docs/developing.rst b/docs/developing.rst index e81e1bd56..dfe7db413 100644 --- a/docs/developing.rst +++ b/docs/developing.rst @@ -81,7 +81,8 @@ To follow these steps, you need to be one of the maintainers for imod on both `PyPI `_ and `conda-forge `_. -1. Update the :doc:`../api/changelog` and the pyproject.toml files. +1. Update the :doc:`../api/changelog` and the ``__version__`` in ``imod/__init__.py``, + and the version entry in the ``pixi.toml`` for complenetess. 2. Create a tag on your local machine and push it GitHub. `Old tags are here `_. `Old releases are @@ -96,14 +97,10 @@ To follow these steps, you need to be one of the maintainers for imod on both 4. Locally, ``git fetch --tags`` and ``git pull``, verify you are on the commit you want to release, and that it is clean. + +5. Run ``pixi run pypi-publish`` to build the package and upload to PyPI. -5. Remove the ``build``, ``dist``, ``imod.egg-info`` folders if present. - -6. Create a source distribution under ``dist/`` with ``python -m build --sdist`` - -7. Upload the files from step 6 to PyPI with ``twine upload dist/*`` - -8. For `conda-forge `_, a PR +6. For `conda-forge `_, a PR will be created automatically. If the requirements are up to date in `meta.yaml `_ diff --git a/imod/__init__.py b/imod/__init__.py index 059b5476f..c392d8a4f 100644 --- a/imod/__init__.py +++ b/imod/__init__.py @@ -1,5 +1,3 @@ -from importlib.metadata import PackageNotFoundError, distribution - # exports from imod import ( couplers, @@ -17,9 +15,4 @@ ) from imod.formats import gen, idf, ipf, prj, rasterio -# version -try: - __version__ = distribution(__name__).version -except PackageNotFoundError: - # package is not installed - pass +__version__ = "0.15.1" diff --git a/pixi.lock b/pixi.lock index 8dce0dd7b..ac96693a6 100644 --- a/pixi.lock +++ b/pixi.lock @@ -437,15 +437,15 @@ package: - pkg:pypi/aiosignal - platform: linux-64 name: alabaster - version: 0.7.13 + version: 0.7.16 category: main manager: conda dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.13-pyhd8ed1ab_0.conda + - python >=3.9 + url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda hash: - md5: 06006184e203b61d3525f90de394471e - sha256: b2d160a050996950434c6e87a174fc01c4a937cbeffbdd20d1b46126b4478a95 + md5: def531a3ac77b7fb8c21d17bb5d0badb + sha256: fd39ad2fabec1569bbb0dfdae34ab6ce7de6ec09dcec8638f83dad0373594069 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -453,21 +453,21 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 18154 - timestamp: 1673645756302 + size: 18365 + timestamp: 1704848898483 purls: - pkg:pypi/alabaster - platform: osx-64 name: alabaster - version: 0.7.13 + version: 0.7.16 category: main manager: conda dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.13-pyhd8ed1ab_0.conda + - python >=3.9 + url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda hash: - md5: 06006184e203b61d3525f90de394471e - sha256: b2d160a050996950434c6e87a174fc01c4a937cbeffbdd20d1b46126b4478a95 + md5: def531a3ac77b7fb8c21d17bb5d0badb + sha256: fd39ad2fabec1569bbb0dfdae34ab6ce7de6ec09dcec8638f83dad0373594069 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -475,8 +475,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 18154 - timestamp: 1673645756302 + size: 18365 + timestamp: 1704848898483 purls: - pkg:pypi/alabaster - platform: osx-arm64 @@ -503,15 +503,15 @@ package: - pkg:pypi/alabaster - platform: win-64 name: alabaster - version: 0.7.13 + version: 0.7.16 category: main manager: conda dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.13-pyhd8ed1ab_0.conda + - python >=3.9 + url: https://conda.anaconda.org/conda-forge/noarch/alabaster-0.7.16-pyhd8ed1ab_0.conda hash: - md5: 06006184e203b61d3525f90de394471e - sha256: b2d160a050996950434c6e87a174fc01c4a937cbeffbdd20d1b46126b4478a95 + md5: def531a3ac77b7fb8c21d17bb5d0badb + sha256: fd39ad2fabec1569bbb0dfdae34ab6ce7de6ec09dcec8638f83dad0373594069 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -519,8 +519,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 18154 - timestamp: 1673645756302 + size: 18365 + timestamp: 1704848898483 purls: - pkg:pypi/alabaster - platform: linux-64 @@ -885,53 +885,6 @@ package: timestamp: 1704011393776 purls: - pkg:pypi/attrs -- platform: linux-64 - name: aws-c-auth - version: 0.7.10 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.10-h0100c56_1.conda - hash: - md5: 00f2ad7c8c2fb1da92d977e295db497f - sha256: c822e61835f090e0fc321817d722a6053faca660057c33bd95954d80c679f36a - build: h0100c56_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 102789 - timestamp: 1704305750207 -- platform: osx-64 - name: aws-c-auth - version: 0.7.10 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.10-h5ed86db_1.conda - hash: - md5: d73780e88fdb08b65d2feac9d3146489 - sha256: 120cf938c27b84a1c097fe5d1cecd1795f1a931c1927b4d8a660e3ae4c51c612 - build: h5ed86db_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 89858 - timestamp: 1704306024343 - platform: osx-arm64 name: aws-c-auth version: 0.7.11 @@ -955,72 +908,6 @@ package: license_family: Apache size: 89277 timestamp: 1704837158697 -- platform: win-64 - name: aws-c-auth - version: 0.7.10 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-sdkutils >=0.1.13,<0.1.14.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.10-h9ca94be_1.conda - hash: - md5: e1eac5752ab1e8e6c7337a3d7d67d369 - sha256: 66d6fa8cd3f2ad8525776dc1b31ce2174c05db72114c41232dba49f86a9b0ffd - build: h9ca94be_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 98828 - timestamp: 1704306645080 -- platform: linux-64 - name: aws-c-cal - version: 0.6.9 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - libgcc-ng >=12 - - openssl >=3.2.0,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.9-h5d48c4d_2.conda - hash: - md5: 9e51dfd5da37c1817d2a850188861987 - sha256: ec56734a24eee51e2f89bec3d686dd2c4dbb09d0305248b1d14e4c748065dc23 - build: h5d48c4d_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 55554 - timestamp: 1701212359409 -- platform: osx-64 - name: aws-c-cal - version: 0.6.9 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.9-had988b7_2.conda - hash: - md5: 2a5755b9c5f9765a9967b277fb8a832b - sha256: 22f1272836f73b133912b0b77a0c832366d3bcdfef3a4df1dd4efd2409128e60 - build: had988b7_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 45613 - timestamp: 1701212818559 - platform: osx-arm64 name: aws-c-cal version: 0.6.9 @@ -1040,65 +927,6 @@ package: license_family: Apache size: 39811 timestamp: 1704317171219 -- platform: win-64 - name: aws-c-cal - version: 0.6.9 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.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.9-h7f0e5be_2.conda - hash: - md5: 0fdb0a1d40c981aa16aa3d62ee0690b0 - sha256: bdbe7e12e6956b2ebcbe6d2db358cf59175de74b3e76d9b7ec692f216f49a814 - build: h7f0e5be_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 55762 - timestamp: 1701212916082 -- platform: linux-64 - name: aws-c-common - version: 0.9.10 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.10-hd590300_0.conda - hash: - md5: 93729f7a54b25cb135ac2b67ea3a7603 - sha256: dba8a20acedc6bc3574e4068c196969881462ad831aae267d25fbc9409785a6b - build: hd590300_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 225475 - timestamp: 1701169650086 -- platform: osx-64 - name: aws-c-common - version: 0.9.10 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.10-h10d778d_0.conda - hash: - md5: d639668144f530bf8b6f56d4b5a64f3c - sha256: 34d04f691bc4ff924627314ecbb7f4c7b9dd779f3ed5576f12d61e073536a8bb - build: h10d778d_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 207354 - timestamp: 1701170066323 - platform: osx-arm64 name: aws-c-common version: 0.9.12 @@ -1117,66 +945,6 @@ package: license_family: Apache size: 203635 timestamp: 1703907168442 -- platform: win-64 - name: aws-c-common - version: 0.9.10 - category: main - manager: conda - dependencies: - - 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.10-hcfcfb64_0.conda - hash: - md5: 3f7811fe6edcc81c4d4177ad0ce487e5 - sha256: 1b684b9f5bf6ab632c8b6053f49398543035f342bef854ff3920620b02523527 - build: hcfcfb64_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 221072 - timestamp: 1701169989150 -- platform: linux-64 - name: aws-c-compression - version: 0.2.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.17-h7f92143_7.conda - hash: - md5: c55a1a0c1419fcdfce6d21c41b0f92ab - sha256: ce508018c1109d4e5c6b65695639deaa2beea31edc39145bb810efb13ffed2c3 - build: h7f92143_7 - arch: x86_64 - subdir: linux-64 - build_number: 7 - license: Apache-2.0 - license_family: Apache - size: 19185 - timestamp: 1701212362896 -- platform: osx-64 - name: aws-c-compression - version: 0.2.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.17-hb45f1eb_7.conda - hash: - md5: 745ce5b224f24179d94287c190464ecb - sha256: 0d8e18977a54eea25826836cd20cc05f620f4165d3d94b7d4300583fb698a3a8 - build: hb45f1eb_7 - arch: x86_64 - subdir: osx-64 - build_number: 7 - license: Apache-2.0 - license_family: Apache - size: 18129 - timestamp: 1701212675008 - platform: osx-arm64 name: aws-c-compression version: 0.2.17 @@ -1196,73 +964,6 @@ package: license_family: Apache size: 18250 timestamp: 1704317081353 -- platform: win-64 - name: aws-c-compression - version: 0.2.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.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-h7f0e5be_7.conda - hash: - md5: 69d748215192102a575970ee5e973b5a - sha256: e06ed4e1f8e010956dff1a95829705870686731f0c98379e9fa7b826e45e679a - build: h7f0e5be_7 - arch: x86_64 - subdir: win-64 - build_number: 7 - license: Apache-2.0 - license_family: Apache - size: 22425 - timestamp: 1701212989240 -- platform: linux-64 - name: aws-c-event-stream - version: 0.4.0 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-io >=0.13.36,<0.13.37.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.4.0-h0bcb0bb_0.conda - hash: - md5: 9bbc75881d8fe9a6803a8c5a0432efaa - sha256: d17a3e562f3166cbff44b7e4e0682a3a62102de3f55b8ac5f947a6e9a74023d3 - build: h0bcb0bb_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 53782 - timestamp: 1703907019941 -- platform: osx-64 - name: aws-c-event-stream - version: 0.4.0 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - libcxx >=15 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.4.0-h451788f_0.conda - hash: - md5: 1ae42d84a8228e5068325cb407c0ad9f - sha256: a6538855dd93800c2e7235875e3616cd10dc6d0fa1b6993d2c4c0ce3b9f72b57 - build: h451788f_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 46862 - timestamp: 1703907246896 - platform: osx-arm64 name: aws-c-event-stream version: 0.4.1 @@ -1285,75 +986,6 @@ package: license_family: Apache size: 47412 timestamp: 1704832224840 -- platform: win-64 - name: aws-c-event-stream - version: 0.4.0 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-io >=0.13.36,<0.13.37.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.4.0-h51e6447_0.conda - hash: - md5: 800d13259e8dc2b433a58b0cbbe8b583 - sha256: 2670ae79526739fc52c7c765b0de61799dc3ca8f0eee107b8e72acc929fbe1b0 - build: h51e6447_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 55245 - timestamp: 1703907564028 -- platform: linux-64 - name: aws-c-http - version: 0.8.0 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.8.0-hd268abd_0.conda - hash: - md5: 1599ecff110d53e20423f7849eec49d5 - sha256: 4ec9f1d427587e57dcd5777a6aa38efd3b9492023b2ea10ba3ff2b3ef288b3a5 - build: hd268abd_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 195138 - timestamp: 1703907239593 -- platform: osx-64 - name: aws-c-http - version: 0.8.0 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.8.0-h1fa4523_0.conda - hash: - md5: b1e224c2d021d01fcb7a9320ecd3c8af - sha256: afb48dedc10cb9cab50aee069bc0232190928f65416bad814d07d77d7305da79 - build: h1fa4523_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 162823 - timestamp: 1703907372701 - platform: osx-arm64 name: aws-c-http version: 0.8.0 @@ -1376,73 +1008,6 @@ package: license_family: Apache size: 151638 timestamp: 1704832516933 -- platform: win-64 - name: aws-c-http - version: 0.8.0 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-compression >=0.2.17,<0.2.18.0a0 - - aws-c-io >=0.13.36,<0.13.37.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.8.0-h80119a0_0.conda - hash: - md5: b6bdba53d4f89d5b74009499bddd80b2 - sha256: 0705fde59a6f3894d53fb597c79ad0514cbd245b6f06fec71b0a801e123563de - build: h80119a0_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 180505 - timestamp: 1703907512117 -- platform: linux-64 - name: aws-c-io - version: 0.13.36 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - libgcc-ng >=12 - - s2n >=1.4.1,<1.4.2.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.13.36-hb3b01f7_3.conda - hash: - md5: e699c37931ecbb452a6d074c1c738b07 - sha256: ed17d57f20e62b77680d91eec3b98ce4f208ad58deb87c1ca6114942ecb9aecd - build: hb3b01f7_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: Apache-2.0 - license_family: Apache - size: 156739 - timestamp: 1703277263617 -- platform: osx-64 - name: aws-c-io - version: 0.13.36 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.13.36-h3728bb0_3.conda - hash: - md5: 5fb516f968b8465843147e70502b3b30 - sha256: 6e6698f3f7ccc3b7adc4eff3c1fc0f01f28960a67b7cfbd8ada2f9e1e5aae957 - build: h3728bb0_3 - arch: x86_64 - subdir: osx-64 - build_number: 3 - license: Apache-2.0 - license_family: Apache - size: 137884 - timestamp: 1703277470793 - platform: osx-arm64 name: aws-c-io version: 0.14.0 @@ -1463,72 +1028,6 @@ package: license_family: Apache size: 136440 timestamp: 1704324776900 -- platform: win-64 - name: aws-c-io - version: 0.13.36 - category: main - manager: conda - dependencies: - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.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.36-ha737126_3.conda - hash: - md5: 615c52e4ca99d6f05115bdcaf7989e4a - sha256: 909ab6d661cdea988cccc501d0920759ad436d73f2e29b0b94898812b78a61f0 - build: ha737126_3 - arch: x86_64 - subdir: win-64 - build_number: 3 - license: Apache-2.0 - license_family: Apache - size: 158048 - timestamp: 1703277767799 -- platform: linux-64 - name: aws-c-mqtt - version: 0.10.0 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.10.0-hf5d392a_2.conda - hash: - md5: 18eb32f275d7294045298f69fbed6ad1 - sha256: 3fcd61a58aaeadcc6be2af3a3014647d72d78f3e0dcfa34d34d36c7363f465c9 - build: hf5d392a_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 163855 - timestamp: 1704306435642 -- platform: osx-64 - name: aws-c-mqtt - version: 0.10.0 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.10.0-hdd2773f_2.conda - hash: - md5: a8f39569f96c7aa29df8719bd221c37b - sha256: e08fa33b2a8e2d912524b9bb58a9cb243665e44735fddd885b6a1d9623168cc8 - build: hdd2773f_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 138442 - timestamp: 1704306696839 - platform: osx-arm64 name: aws-c-mqtt version: 0.10.1 @@ -1550,80 +1049,6 @@ package: license_family: Apache size: 117799 timestamp: 1704951841008 -- platform: win-64 - name: aws-c-mqtt - version: 0.10.0 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.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.10.0-h2889a98_2.conda - hash: - md5: e97e0269641768be849c4b7d4ac6acd1 - sha256: b068b77bb7bda33edab25e5f97756127bd985850156068f5d879a6cbe492c72c - build: h2889a98_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 158809 - timestamp: 1704306951855 -- platform: linux-64 - name: aws-c-s3 - version: 0.4.7 - category: main - manager: conda - dependencies: - - aws-c-auth >=0.7.10,<0.7.11.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - libgcc-ng >=12 - - openssl >=3.2.0,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.4.7-he8c168f_2.conda - hash: - md5: 8efc4a83d09d0985a1209e7db46a85df - sha256: 5dd6fe2c6008ecf36828364b737013bc3f577eabc087d521c739d16fa1b54e6d - build: he8c168f_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 103912 - timestamp: 1704321466794 -- platform: osx-64 - name: aws-c-s3 - version: 0.4.7 - category: main - manager: conda - dependencies: - - aws-c-auth >=0.7.10,<0.7.11.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.4.7-hfc07516_2.conda - hash: - md5: 86621c40b75c87e88ed649dc67baca4a - sha256: 1fa26b0d77f38b381376240fd264427c45e8e54f18ed894bb0d3edcdc3bfbf36 - build: hfc07516_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 90455 - timestamp: 1704321754265 - platform: osx-arm64 name: aws-c-s3 version: 0.4.9 @@ -1648,72 +1073,6 @@ package: license_family: Apache size: 90889 timestamp: 1704951269051 -- platform: win-64 - name: aws-c-s3 - version: 0.4.7 - category: main - manager: conda - dependencies: - - aws-c-auth >=0.7.10,<0.7.11.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.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.4.7-hb620688_2.conda - hash: - md5: 414c1d6c071e7a43fe0700d2df846905 - sha256: 7be77cb9ff14834ff360ece85c5ba0a43ac3971c20f6276cd3c5a8792fea21e8 - build: hb620688_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 99991 - timestamp: 1704322032884 -- platform: linux-64 - name: aws-c-sdkutils - version: 0.1.13 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.13-h7f92143_0.conda - hash: - md5: a4a83424ad4eab023c6e5b4adf264006 - sha256: 8696e7023fde7c4588db8aedd08ffc0b4041c8449bd9edd50f237534cbcfac93 - build: h7f92143_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 53339 - timestamp: 1701999463183 -- platform: osx-64 - name: aws-c-sdkutils - version: 0.1.13 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.13-hb45f1eb_0.conda - hash: - md5: 7bd97891383c905c06f1508405290cc0 - sha256: 8224bc5d6a9659e165e7c1cd4b22f3b9ca5cda5ae5d7ce0ac54961035bf0c535 - build: hb45f1eb_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 47467 - timestamp: 1701999663058 - platform: osx-arm64 name: aws-c-sdkutils version: 0.1.13 @@ -1733,67 +1092,6 @@ package: license_family: Apache size: 46876 timestamp: 1704305885624 -- platform: win-64 - name: aws-c-sdkutils - version: 0.1.13 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.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.13-h7f0e5be_0.conda - hash: - md5: cf9ffbe60dcb80c27928d57026334bc3 - sha256: 8da125c371f4e0205f0c0e8c39f650191cd8396407eeac05de5229e5532c920a - build: h7f0e5be_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 51515 - timestamp: 1702000014124 -- platform: linux-64 - name: aws-checksums - version: 0.1.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.17-h7f92143_6.conda - hash: - md5: 46bd4e9c2fd10de83bae22f0bb71139b - sha256: ac2082211e7d5fd3036f9abd7e398ef67d5327efb3808f17a30fcab59acacbfb - build: h7f92143_6 - arch: x86_64 - subdir: linux-64 - build_number: 6 - license: Apache-2.0 - license_family: Apache - size: 50162 - timestamp: 1701246709430 -- platform: osx-64 - name: aws-checksums - version: 0.1.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.17-hb45f1eb_6.conda - hash: - md5: 3c93bf40376489c5c880be77ba47f5c0 - sha256: a09f546c5d9a658bd4ce51f4432a7f82e59c9416faf3b7902b06d1aaffcbeb56 - build: hb45f1eb_6 - arch: x86_64 - subdir: osx-64 - build_number: 6 - license: Apache-2.0 - license_family: Apache - size: 48848 - timestamp: 1701246965518 - platform: osx-arm64 name: aws-checksums version: 0.1.17 @@ -1813,85 +1111,6 @@ package: license_family: Apache size: 49004 timestamp: 1704306282795 -- platform: win-64 - name: aws-checksums - version: 0.1.17 - category: main - manager: conda - dependencies: - - aws-c-common >=0.9.10,<0.9.11.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-h7f0e5be_6.conda - hash: - md5: b32576f8734446040f525baacb93480c - sha256: 6dbe39ecb73b46b83aa988e07e7227b24ee8d51f032a4045a0019a51f4afc46f - build: h7f0e5be_6 - arch: x86_64 - subdir: win-64 - build_number: 6 - license: Apache-2.0 - license_family: Apache - size: 52402 - timestamp: 1701247480992 -- platform: linux-64 - name: aws-crt-cpp - version: 0.26.0 - category: main - manager: conda - dependencies: - - aws-c-auth >=0.7.10,<0.7.11.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-event-stream >=0.4.0,<0.4.1.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-mqtt >=0.10.0,<0.10.1.0a0 - - aws-c-s3 >=0.4.7,<0.4.8.0a0 - - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.26.0-h3b5eec7_3.conda - hash: - md5: 76a7d5e9caccda4194477b6040863f27 - sha256: 6a4638caea971b7588842309e8ceda7e9c422ac7877e66ffb371be9499ab7f52 - build: h3b5eec7_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: Apache-2.0 - license_family: Apache - size: 332540 - timestamp: 1704352136069 -- platform: osx-64 - name: aws-crt-cpp - version: 0.26.0 - category: main - manager: conda - dependencies: - - aws-c-auth >=0.7.10,<0.7.11.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-event-stream >=0.4.0,<0.4.1.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-mqtt >=0.10.0,<0.10.1.0a0 - - aws-c-s3 >=0.4.7,<0.4.8.0a0 - - aws-c-sdkutils >=0.1.13,<0.1.14.0a0 - - libcxx >=15 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.26.0-h88f2ebf_3.conda - hash: - md5: 4f21830317f110bb0c53332d55272587 - sha256: 84d2cf38803bbdde1b4b6f9034efd9b76c14127d7f8e9e6bfabe89abeded0f88 - build: h88f2ebf_3 - arch: x86_64 - subdir: osx-64 - build_number: 3 - license: Apache-2.0 - license_family: Apache - size: 280692 - timestamp: 1704352576363 - platform: osx-arm64 name: aws-crt-cpp version: 0.26.0 @@ -1920,141 +1139,231 @@ package: license_family: Apache size: 217993 timestamp: 1704982595239 -- platform: win-64 - name: aws-crt-cpp - version: 0.26.0 - category: main - manager: conda - dependencies: - - aws-c-auth >=0.7.10,<0.7.11.0a0 - - aws-c-cal >=0.6.9,<0.6.10.0a0 - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-event-stream >=0.4.0,<0.4.1.0a0 - - aws-c-http >=0.8.0,<0.8.1.0a0 - - aws-c-io >=0.13.36,<0.13.37.0a0 - - aws-c-mqtt >=0.10.0,<0.10.1.0a0 - - aws-c-s3 >=0.4.7,<0.4.8.0a0 - - aws-c-sdkutils >=0.1.13,<0.1.14.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.26.0-hda755dc_3.conda - hash: - md5: 37c6ae5c9f1141b62b1eae46eebc35c8 - sha256: 9c3d6b39a80892766aae30e25f42ebe4362b860eab3383d168797a289f477421 - build: hda755dc_3 - arch: x86_64 - subdir: win-64 - build_number: 3 - license: Apache-2.0 - license_family: Apache - size: 242642 - timestamp: 1704352564082 -- platform: linux-64 +- platform: osx-arm64 name: aws-sdk-cpp version: 1.11.210 category: main manager: conda dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-event-stream >=0.4.0,<0.4.1.0a0 + - aws-c-common >=0.9.12,<0.9.13.0a0 + - aws-c-event-stream >=0.4.1,<0.4.2.0a0 - aws-checksums >=0.1.17,<0.1.18.0a0 - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - libcurl >=8.5.0,<9.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 + - libcxx >=15 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.210-hac0d6e5_8.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.210-he93ac2d_10.conda hash: - md5: e7adaa813ace3f3b8516689716a28970 - sha256: a9e58d64d613c075ded9fa812ce028f3d484f96e3f5c03559a004f761bced036 - build: hac0d6e5_8 - arch: x86_64 - subdir: linux-64 - build_number: 8 + md5: 7b36897c51a1a12db6b3a79a3c6e0a80 + sha256: 861ef77ea13a8ca24f115bf7aea446b38ad491977188350cb74df1423a8b7841 + build: he93ac2d_10 + arch: aarch64 + subdir: osx-arm64 + build_number: 10 license: Apache-2.0 license_family: Apache - size: 3547874 - timestamp: 1704352516690 + size: 3278036 + timestamp: 1704954424076 - platform: osx-64 - name: aws-sdk-cpp - version: 1.11.210 + name: azure-core-cpp + version: 1.11.0 category: main manager: conda dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-event-stream >=0.4.0,<0.4.1.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - libcurl >=8.5.0,<9.0a0 - libcxx >=15 - - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.210-heeba50e_8.conda + url: https://conda.anaconda.org/conda-forge/osx-64/azure-core-cpp-1.11.0-hbb1e571_0.conda hash: - md5: 31af5e0fb37e72362f087ca9e2748f5c - sha256: 7128b18540395212d4d6b4f8741f658d3900024bde9b5d3e32d6eaa4448325b3 - build: heeba50e_8 + md5: 9589ec84a80f16f763d14d0e9be7af15 + sha256: b3fbb6438ab609ada643a3b1d30e7c0cd394ec5864036b33695b9565ee6e97f8 + build: hbb1e571_0 arch: x86_64 subdir: osx-64 - build_number: 8 - license: Apache-2.0 - license_family: Apache - size: 3267017 - timestamp: 1704353210503 + build_number: 0 + license: MIT + license_family: MIT + size: 300692 + timestamp: 1705027275317 - platform: osx-arm64 - name: aws-sdk-cpp - version: 1.11.210 + name: azure-core-cpp + version: 1.11.0 category: main manager: conda dependencies: - - aws-c-common >=0.9.12,<0.9.13.0a0 - - aws-c-event-stream >=0.4.1,<0.4.2.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - libcurl >=8.5.0,<9.0a0 - libcxx >=15 - - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.11.210-he93ac2d_10.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-core-cpp-1.11.0-he231e37_0.conda hash: - md5: 7b36897c51a1a12db6b3a79a3c6e0a80 - sha256: 861ef77ea13a8ca24f115bf7aea446b38ad491977188350cb74df1423a8b7841 - build: he93ac2d_10 + md5: 331d81c4fe103355442a51b1e381a45b + sha256: e016272a05b81da26eb633643c1c9601528771820ebe132eac20029239461168 + build: he231e37_0 arch: aarch64 subdir: osx-arm64 - build_number: 10 - license: Apache-2.0 - license_family: Apache - size: 3278036 - timestamp: 1704954424076 + build_number: 0 + license: MIT + license_family: MIT + size: 291790 + timestamp: 1705027401731 - platform: win-64 - name: aws-sdk-cpp - version: 1.11.210 + name: azure-core-cpp + version: 1.11.0 category: main manager: conda dependencies: - - aws-c-common >=0.9.10,<0.9.11.0a0 - - aws-c-event-stream >=0.4.0,<0.4.1.0a0 - - aws-checksums >=0.1.17,<0.1.18.0a0 - - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - - libzlib >=1.2.13,<1.3.0a0 + - libcurl >=8.5.0,<9.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.210-h79fa1a6_8.conda + url: https://conda.anaconda.org/conda-forge/win-64/azure-core-cpp-1.11.0-h249a519_0.conda hash: - md5: f065f24d6d6276cf251eb97a0c6037ab - sha256: b3d98f4d88953d70a71a25c0878656e3629663377904b80630346a267c240461 - build: h79fa1a6_8 + md5: faab1e6febc48ce9e8a1ca5f34b6225b + sha256: 38b58e5e9e746f58d6c33ec43e9aa3cd5ffce72835c21f1a7fbff7613db2241e + build: h249a519_0 arch: x86_64 subdir: win-64 - build_number: 8 - license: Apache-2.0 - license_family: Apache - size: 3334520 - timestamp: 1704353765135 + build_number: 0 + license: MIT + license_family: MIT + size: 482115 + timestamp: 1705027396062 +- platform: osx-64 + name: azure-storage-blobs-cpp + version: 12.10.0 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-common-cpp >=12.5.0,<13.0a0 + - libcxx >=16.0.6 + url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-blobs-cpp-12.10.0-he51d815_0.conda + hash: + md5: 49b100390f08fbbf2219b4e220f79983 + sha256: 2b20c7884bebc511a7433802a81b7fc95a9aae957a760779a1699f087ffdf018 + build: he51d815_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 412652 + timestamp: 1699459929554 +- platform: osx-arm64 + name: azure-storage-blobs-cpp + version: 12.10.0 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-common-cpp >=12.5.0,<13.0a0 + - libcxx >=16.0.6 + url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-blobs-cpp-12.10.0-h6aa02a4_0.conda + hash: + md5: a2ae520245fd026fcbfac906c5350834 + sha256: a85bb29ab61207489f91e239b687bb97a2bf22a09c9b0e2cf32dd003f9a4c366 + build: h6aa02a4_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: MIT + license_family: MIT + size: 410237 + timestamp: 1699460022481 +- platform: win-64 + name: azure-storage-blobs-cpp + version: 12.10.0 + category: main + manager: conda + dependencies: + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-common-cpp >=12.5.0,<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/azure-storage-blobs-cpp-12.10.0-h91493d7_0.conda + hash: + md5: 67205642c7297f6f9d1e0d192d9a7d8a + sha256: 627842ff2961881a8a98fa6bc34f5d8378e4de9d492e7cf51f2646b285b6e7ad + build: h91493d7_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + size: 950008 + timestamp: 1699460025727 +- platform: osx-64 + name: azure-storage-common-cpp + version: 12.5.0 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - azure-core-cpp >=1.10.3,<2.0a0 + - libcxx >=16.0.6 + - libxml2 >=2.12.1,<3.0.0a0 + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/azure-storage-common-cpp-12.5.0-hf4badfb_2.conda + hash: + md5: 277020b2f0245d1d5a0a3bb0e921c069 + sha256: b9336e9cbbf7a26f5cfab7dca2aec8037549efe8c8d6022e07b38f8840bbc608 + build: hf4badfb_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: MIT + license_family: MIT + size: 110038 + timestamp: 1701393612263 +- platform: osx-arm64 + name: azure-storage-common-cpp + version: 12.5.0 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - azure-core-cpp >=1.10.3,<2.0a0 + - libcxx >=16.0.6 + - libxml2 >=2.12.1,<3.0.0a0 + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/azure-storage-common-cpp-12.5.0-h607ffeb_2.conda + hash: + md5: 457b5b7cfda7d6bec46e95cbe6554bc5 + sha256: 1c020b792916289eec5b203e6cb301e80d434dc74de3ad9269ffa5b3fb9fa8c3 + build: h607ffeb_2 + arch: aarch64 + subdir: osx-arm64 + build_number: 2 + license: MIT + license_family: MIT + size: 106495 + timestamp: 1701393783292 +- platform: win-64 + name: azure-storage-common-cpp + version: 12.5.0 + category: main + manager: conda + dependencies: + - azure-core-cpp >=1.10.3,<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/azure-storage-common-cpp-12.5.0-h91493d7_2.conda + hash: + md5: b90cc625e300c18cbd75a8f7cd880a1b + sha256: cd3550f2181f3b62853af292d4f2639c2d1dee139f3949621173c4699aeb30da + build: h91493d7_2 + arch: x86_64 + subdir: win-64 + build_number: 2 + license: MIT + license_family: MIT + size: 224838 + timestamp: 1701393883816 - platform: linux-64 name: babel version: 2.14.0 @@ -2241,16 +1550,16 @@ package: - pkg:pypi/backports-zoneinfo - platform: linux-64 name: beautifulsoup4 - version: 4.12.2 + version: 4.12.3 category: main manager: conda dependencies: - python >=3.6 - soupsieve >=1.2 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.3-pyha770c72_0.conda hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da + md5: 332493000404d8411859539a5a630865 + sha256: 7b05b2d0669029326c623b9df7a29fa49d1982a9e7e31b2fea34b4c9a4a72317 build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -2258,20 +1567,20 @@ package: license: MIT license_family: MIT noarch: python - size: 115011 - timestamp: 1680888259061 + size: 118200 + timestamp: 1705564819537 - platform: osx-64 name: beautifulsoup4 - version: 4.12.2 + version: 4.12.3 category: main manager: conda dependencies: - python >=3.6 - soupsieve >=1.2 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.3-pyha770c72_0.conda hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da + md5: 332493000404d8411859539a5a630865 + sha256: 7b05b2d0669029326c623b9df7a29fa49d1982a9e7e31b2fea34b4c9a4a72317 build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -2279,20 +1588,20 @@ package: license: MIT license_family: MIT noarch: python - size: 115011 - timestamp: 1680888259061 + size: 118200 + timestamp: 1705564819537 - platform: osx-arm64 name: beautifulsoup4 - version: 4.12.2 + version: 4.12.3 category: main manager: conda dependencies: - python >=3.6 - soupsieve >=1.2 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.3-pyha770c72_0.conda hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da + md5: 332493000404d8411859539a5a630865 + sha256: 7b05b2d0669029326c623b9df7a29fa49d1982a9e7e31b2fea34b4c9a4a72317 build: pyha770c72_0 arch: aarch64 subdir: osx-arm64 @@ -2300,20 +1609,20 @@ package: license: MIT license_family: MIT noarch: python - size: 115011 - timestamp: 1680888259061 + size: 118200 + timestamp: 1705564819537 - platform: win-64 name: beautifulsoup4 - version: 4.12.2 + version: 4.12.3 category: main manager: conda dependencies: - python >=3.6 - soupsieve >=1.2 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.3-pyha770c72_0.conda hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da + md5: 332493000404d8411859539a5a630865 + sha256: 7b05b2d0669029326c623b9df7a29fa49d1982a9e7e31b2fea34b4c9a4a72317 build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -2321,8 +1630,8 @@ package: license: MIT license_family: MIT noarch: python - size: 115011 - timestamp: 1680888259061 + size: 118200 + timestamp: 1705564819537 - platform: linux-64 name: black version: 23.12.1 @@ -2521,64 +1830,60 @@ package: timestamp: 1693657396550 - platform: linux-64 name: bokeh - version: 3.3.2 + version: 2.4.3 category: main manager: conda dependencies: - - contourpy >=1 - jinja2 >=2.9 - - numpy >=1.16 + - numpy >=1.11.3 - packaging >=16.8 - - pandas >=1.2 - pillow >=7.1.0 - - python >=3.9 + - python >=3.7 - pyyaml >=3.10 - tornado >=5.1 - - xyzservices >=2021.09.1 - url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.3.2-pyhd8ed1ab_0.conda + - typing_extensions >=3.10.0 + url: https://conda.anaconda.org/conda-forge/noarch/bokeh-2.4.3-pyhd8ed1ab_3.tar.bz2 hash: - md5: c02a7e79365121bd3bcc25f1b65f48a9 - sha256: 71c36a77422e58d66d1e1c126b09481ad05f7e80b1a86860496de566ed990e0e - build: pyhd8ed1ab_0 + md5: e4c6e6d99add99cede5328d811cacb21 + sha256: f37e33fb11ae76ff07ce726a3dbdf4cd26ffff1b52c126d2d2d136669d6b919f + build: pyhd8ed1ab_3 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 3 license: BSD-3-Clause license_family: BSD noarch: python - size: 4564056 - timestamp: 1701474045801 + size: 13940985 + timestamp: 1660586705876 purls: - pkg:pypi/bokeh - platform: osx-64 name: bokeh - version: 3.3.2 + version: 2.4.3 category: main manager: conda dependencies: - - contourpy >=1 - jinja2 >=2.9 - - numpy >=1.16 + - numpy >=1.11.3 - packaging >=16.8 - - pandas >=1.2 - pillow >=7.1.0 - - python >=3.9 + - python >=3.7 - pyyaml >=3.10 - tornado >=5.1 - - xyzservices >=2021.09.1 - url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.3.2-pyhd8ed1ab_0.conda + - typing_extensions >=3.10.0 + url: https://conda.anaconda.org/conda-forge/noarch/bokeh-2.4.3-pyhd8ed1ab_3.tar.bz2 hash: - md5: c02a7e79365121bd3bcc25f1b65f48a9 - sha256: 71c36a77422e58d66d1e1c126b09481ad05f7e80b1a86860496de566ed990e0e - build: pyhd8ed1ab_0 + md5: e4c6e6d99add99cede5328d811cacb21 + sha256: f37e33fb11ae76ff07ce726a3dbdf4cd26ffff1b52c126d2d2d136669d6b919f + build: pyhd8ed1ab_3 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 3 license: BSD-3-Clause license_family: BSD noarch: python - size: 4564056 - timestamp: 1701474045801 + size: 13940985 + timestamp: 1660586705876 purls: - pkg:pypi/bokeh - platform: osx-arm64 @@ -2614,33 +1919,31 @@ package: - pkg:pypi/bokeh - platform: win-64 name: bokeh - version: 3.3.2 + version: 2.4.3 category: main manager: conda dependencies: - - contourpy >=1 - jinja2 >=2.9 - - numpy >=1.16 + - numpy >=1.11.3 - packaging >=16.8 - - pandas >=1.2 - pillow >=7.1.0 - - python >=3.9 + - python >=3.7 - pyyaml >=3.10 - tornado >=5.1 - - xyzservices >=2021.09.1 - url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.3.2-pyhd8ed1ab_0.conda + - typing_extensions >=3.10.0 + url: https://conda.anaconda.org/conda-forge/noarch/bokeh-2.4.3-pyhd8ed1ab_3.tar.bz2 hash: - md5: c02a7e79365121bd3bcc25f1b65f48a9 - sha256: 71c36a77422e58d66d1e1c126b09481ad05f7e80b1a86860496de566ed990e0e - build: pyhd8ed1ab_0 + md5: e4c6e6d99add99cede5328d811cacb21 + sha256: f37e33fb11ae76ff07ce726a3dbdf4cd26ffff1b52c126d2d2d136669d6b919f + build: pyhd8ed1ab_3 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 3 license: BSD-3-Clause license_family: BSD noarch: python - size: 4564056 - timestamp: 1701474045801 + size: 13940985 + timestamp: 1660586705876 purls: - pkg:pypi/bokeh - platform: linux-64 @@ -3100,6 +2403,102 @@ package: license_family: MIT size: 322086 timestamp: 1695990976742 +- platform: linux-64 + name: build + version: 0.7.0 + category: main + manager: conda + dependencies: + - 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 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 17759 + timestamp: 1631843776429 +- platform: osx-64 + name: build + version: 0.7.0 + category: main + manager: conda + dependencies: + - 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 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 17759 + timestamp: 1631843776429 +- platform: osx-arm64 + name: build + version: 0.7.0 + category: main + manager: conda + dependencies: + - 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 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 17759 + timestamp: 1631843776429 +- platform: win-64 + name: build + version: 0.7.0 + category: main + manager: conda + dependencies: + - 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 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 17759 + timestamp: 1631843776429 - platform: linux-64 name: bzip2 version: 1.0.8 @@ -3178,41 +2577,41 @@ package: timestamp: 1699280668742 - platform: linux-64 name: c-ares - version: 1.24.0 + version: 1.25.0 category: main manager: conda dependencies: - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.24.0-hd590300_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.25.0-hd590300_0.conda hash: - md5: f5842b88e9cbfa177abfaeacd457a45d - sha256: b68b0611d1c9d0222b56d5fe3d634e7a26979c3aef30f5f48b1593e7249e8f7a + md5: 89e40af02dd3a0846c0c1131c5126706 + sha256: c4bbdafd6791583e3c77e8ed0e1df9e0021d542249c3543de3d72788f5c8a0c4 build: hd590300_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 156389 - timestamp: 1702831601527 + size: 156989 + timestamp: 1704784109506 - platform: osx-64 name: c-ares - version: 1.24.0 + version: 1.25.0 category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.24.0-h10d778d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.25.0-h10d778d_0.conda hash: - md5: 5ae247d8280a4581501ffe619b4a438e - sha256: d585f5a8142fbf07d58ecaf518d724d4a3feeb61324e81b8cf616a0a57a82c73 + md5: 80e97c8f21c33a3b9256504858cf49b6 + sha256: 0456f70b14a3bc2e2b14610f03e00681626039e89d13ba5868fbc54795697a82 build: h10d778d_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 141730 - timestamp: 1702831748124 + size: 142849 + timestamp: 1704784338685 - platform: osx-arm64 name: c-ares version: 1.25.0 @@ -3233,25 +2632,25 @@ package: timestamp: 1704784426235 - platform: win-64 name: c-ares - version: 1.24.0 + version: 1.25.0 category: main manager: conda dependencies: - 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.24.0-hcfcfb64_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.25.0-hcfcfb64_0.conda hash: - md5: d21ad5175ca04c56045dc50d29003823 - sha256: db132a4983c458358f26f5db121f2aaeac49fe4f8fee0ffa4bf21b7a40f174b2 + md5: 11d1d8216b19c47bb54e5941c92c1285 + sha256: ac695c2c6b34a5434aec7eeff89625a44ea88975d2b79799bd6eb9606c49161b build: hcfcfb64_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 148216 - timestamp: 1702832093839 + size: 148939 + timestamp: 1704784681275 - platform: linux-64 name: ca-certificates version: 2023.11.17 @@ -4754,7 +4153,7 @@ package: - pkg:pypi/coverage - platform: linux-64 name: cryptography - version: 41.0.7 + version: 42.0.0 category: main manager: conda dependencies: @@ -4763,18 +4162,18 @@ package: - openssl >=3.1.4,<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.7-py311hcb13ee4_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/cryptography-42.0.0-py311hcb13ee4_0.conda hash: - md5: ca6e04ac7262ecaec846e483d6fdc6c8 - sha256: 0959d015727ae5f55f385556a0a19b9f6036752ea05f78a99cb534803e325cab - build: py311hcb13ee4_1 + md5: fbe3e1fe48bc9137f71ff2c1cb95d14b + sha256: f63afd05c1230f47212eb35e92dfd3300fb6c94c0e1d75e432a27b3267d21dd9 + build: py311hcb13ee4_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT license_family: BSD - size: 2044035 - timestamp: 1701563449491 + size: 2044499 + timestamp: 1706068357584 - platform: linux-64 name: cycler version: 0.12.1 @@ -4962,25 +4361,23 @@ package: - pkg:pypi/cytoolz - platform: linux-64 name: dask - version: 2023.12.1 + version: 2023.3.0 category: main manager: conda dependencies: - - bokeh >=2.4.2,!=3.0.* - - cytoolz >=0.11.0 - - dask-core >=2023.12.1,<2023.12.2.0a0 - - distributed >=2023.12.1,<2023.12.2.0a0 + - bokeh >=2.4.2,<3 + - cytoolz >=0.8.2 + - dask-core >=2023.3.0,<2023.3.1.0a0 + - distributed >=2023.3.0,<2023.3.1.0a0 - jinja2 >=2.10.3 - - lz4 >=4.3.2 + - lz4 - numpy >=1.21 - pandas >=1.3 - - pyarrow >=7.0 - - pyarrow-hotfix - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/dask-2023.12.1-pyhd8ed1ab_0.conda + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/dask-2023.3.0-pyhd8ed1ab_0.conda hash: - md5: 9a6e8eb1d188bc246883ea11f4fe6a4d - sha256: 669cb70f4ec8547621c948a87559ed29ff2e0c2b4a6263c3a0c772ea23ba6d6a + md5: aab5cea04004860e804de5bb3337f183 + sha256: 7e95d34946ac4d156d3f0b72d7165c19185e0c23c053084665802ae1a18dc218 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -4990,29 +4387,27 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 7483 - timestamp: 1702680385043 + size: 7063 + timestamp: 1677718268307 - platform: osx-64 name: dask - version: 2023.12.1 + version: 2023.3.0 category: main manager: conda dependencies: - - bokeh >=2.4.2,!=3.0.* - - cytoolz >=0.11.0 - - dask-core >=2023.12.1,<2023.12.2.0a0 - - distributed >=2023.12.1,<2023.12.2.0a0 + - bokeh >=2.4.2,<3 + - cytoolz >=0.8.2 + - dask-core >=2023.3.0,<2023.3.1.0a0 + - distributed >=2023.3.0,<2023.3.1.0a0 - jinja2 >=2.10.3 - - lz4 >=4.3.2 + - lz4 - numpy >=1.21 - pandas >=1.3 - - pyarrow >=7.0 - - pyarrow-hotfix - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/dask-2023.12.1-pyhd8ed1ab_0.conda + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/dask-2023.3.0-pyhd8ed1ab_0.conda hash: - md5: 9a6e8eb1d188bc246883ea11f4fe6a4d - sha256: 669cb70f4ec8547621c948a87559ed29ff2e0c2b4a6263c3a0c772ea23ba6d6a + md5: aab5cea04004860e804de5bb3337f183 + sha256: 7e95d34946ac4d156d3f0b72d7165c19185e0c23c053084665802ae1a18dc218 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -5022,8 +4417,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 7483 - timestamp: 1702680385043 + size: 7063 + timestamp: 1677718268307 - platform: osx-arm64 name: dask version: 2024.1.0 @@ -5058,25 +4453,23 @@ package: timestamp: 1705107766795 - platform: win-64 name: dask - version: 2023.12.1 + version: 2023.3.0 category: main manager: conda dependencies: - - bokeh >=2.4.2,!=3.0.* - - cytoolz >=0.11.0 - - dask-core >=2023.12.1,<2023.12.2.0a0 - - distributed >=2023.12.1,<2023.12.2.0a0 + - bokeh >=2.4.2,<3 + - cytoolz >=0.8.2 + - dask-core >=2023.3.0,<2023.3.1.0a0 + - distributed >=2023.3.0,<2023.3.1.0a0 - jinja2 >=2.10.3 - - lz4 >=4.3.2 + - lz4 - numpy >=1.21 - pandas >=1.3 - - pyarrow >=7.0 - - pyarrow-hotfix - - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/dask-2023.12.1-pyhd8ed1ab_0.conda + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/dask-2023.3.0-pyhd8ed1ab_0.conda hash: - md5: 9a6e8eb1d188bc246883ea11f4fe6a4d - sha256: 669cb70f4ec8547621c948a87559ed29ff2e0c2b4a6263c3a0c772ea23ba6d6a + md5: aab5cea04004860e804de5bb3337f183 + sha256: 7e95d34946ac4d156d3f0b72d7165c19185e0c23c053084665802ae1a18dc218 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -5086,27 +4479,26 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 7483 - timestamp: 1702680385043 + size: 7063 + timestamp: 1677718268307 - platform: linux-64 name: dask-core - version: 2023.12.1 + version: 2023.3.0 category: main manager: conda dependencies: - - click >=8.1 - - cloudpickle >=1.5.0 - - fsspec >=2021.09.0 - - importlib_metadata >=4.13.0 + - click >=7.0 + - cloudpickle >=1.1.1 + - fsspec >=0.6.0 - packaging >=20.0 - partd >=1.2.0 - - python >=3.9 + - python >=3.8 - pyyaml >=5.3.1 - - toolz >=0.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2023.12.1-pyhd8ed1ab_0.conda + - toolz >=0.8.2 + url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2023.3.0-pyhd8ed1ab_0.conda hash: - md5: bf6ad72d882bc3f04e6a0fb50fd2cce8 - sha256: 1989a18f967755ae6babb7c86c7f43ede1d3fc72568c694215fc8bd97a46d6c6 + md5: 34437340f37faafad7a6287d3b624f60 + sha256: 3e9f7d7180f0ffbf2e3014bb7b7aa010f65a90f701a1e43471487fbf03ceeca7 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -5114,29 +4506,28 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 866784 - timestamp: 1702673973925 + size: 836744 + timestamp: 1677707157572 purls: - pkg:pypi/dask - platform: osx-64 name: dask-core - version: 2023.12.1 + version: 2023.3.0 category: main manager: conda dependencies: - - click >=8.1 - - cloudpickle >=1.5.0 - - fsspec >=2021.09.0 - - importlib_metadata >=4.13.0 + - click >=7.0 + - cloudpickle >=1.1.1 + - fsspec >=0.6.0 - packaging >=20.0 - partd >=1.2.0 - - python >=3.9 + - python >=3.8 - pyyaml >=5.3.1 - - toolz >=0.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2023.12.1-pyhd8ed1ab_0.conda + - toolz >=0.8.2 + url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2023.3.0-pyhd8ed1ab_0.conda hash: - md5: bf6ad72d882bc3f04e6a0fb50fd2cce8 - sha256: 1989a18f967755ae6babb7c86c7f43ede1d3fc72568c694215fc8bd97a46d6c6 + md5: 34437340f37faafad7a6287d3b624f60 + sha256: 3e9f7d7180f0ffbf2e3014bb7b7aa010f65a90f701a1e43471487fbf03ceeca7 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -5144,8 +4535,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 866784 - timestamp: 1702673973925 + size: 836744 + timestamp: 1677707157572 purls: - pkg:pypi/dask - platform: osx-arm64 @@ -5180,23 +4571,22 @@ package: - pkg:pypi/dask - platform: win-64 name: dask-core - version: 2023.12.1 + version: 2023.3.0 category: main manager: conda dependencies: - - click >=8.1 - - cloudpickle >=1.5.0 - - fsspec >=2021.09.0 - - importlib_metadata >=4.13.0 + - click >=7.0 + - cloudpickle >=1.1.1 + - fsspec >=0.6.0 - packaging >=20.0 - partd >=1.2.0 - - python >=3.9 + - python >=3.8 - pyyaml >=5.3.1 - - toolz >=0.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2023.12.1-pyhd8ed1ab_0.conda + - toolz >=0.8.2 + url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2023.3.0-pyhd8ed1ab_0.conda hash: - md5: bf6ad72d882bc3f04e6a0fb50fd2cce8 - sha256: 1989a18f967755ae6babb7c86c7f43ede1d3fc72568c694215fc8bd97a46d6c6 + md5: 34437340f37faafad7a6287d3b624f60 + sha256: 3e9f7d7180f0ffbf2e3014bb7b7aa010f65a90f701a1e43471487fbf03ceeca7 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -5204,8 +4594,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 866784 - timestamp: 1702673973925 + size: 836744 + timestamp: 1677707157572 purls: - pkg:pypi/dask - platform: linux-64 @@ -5399,31 +4789,31 @@ package: - pkg:pypi/decopatch - platform: linux-64 name: distributed - version: 2023.12.1 + version: 2023.3.0 category: main manager: conda dependencies: - - click >=8.0 + - click >=7.0 - cloudpickle >=1.5.0 - cytoolz >=0.10.1 - - dask-core >=2023.12.1,<2023.12.2.0a0 + - dask-core >=2023.3.0,<2023.3.1.0a0 - jinja2 >=2.10.3 - locket >=1.0.0 - msgpack-python >=1.0.0 - packaging >=20.0 - - psutil >=5.7.2 - - python >=3.9 + - psutil >=5.7.0 + - python >=3.8 - pyyaml >=5.3.1 - sortedcontainers >=2.0.5 - tblib >=1.6.0 - toolz >=0.10.0 - - tornado >=6.0.4 + - tornado >=6.0.3 - urllib3 >=1.24.3 - - zict >=3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/distributed-2023.12.1-pyhd8ed1ab_0.conda + - zict >=2.1.0 + url: https://conda.anaconda.org/conda-forge/noarch/distributed-2023.3.0-pyhd8ed1ab_0.conda hash: - md5: 6b31b9b627f238a0068926d5650ae128 - sha256: 6163f202b509df01c250bd43ba3ec828a774d7fecf4d44117986c282b555b6e4 + md5: 6ca8ed418961a91d76965268b6f4aa5b + sha256: 5d4b493172026813cd0774f94efdc54651a2708fb52cfc55574fa9504b50c50c build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -5433,37 +4823,37 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 787848 - timestamp: 1702677526713 + size: 749994 + timestamp: 1677711209126 purls: - pkg:pypi/distributed - platform: osx-64 name: distributed - version: 2023.12.1 + version: 2023.3.0 category: main manager: conda dependencies: - - click >=8.0 + - click >=7.0 - cloudpickle >=1.5.0 - cytoolz >=0.10.1 - - dask-core >=2023.12.1,<2023.12.2.0a0 + - dask-core >=2023.3.0,<2023.3.1.0a0 - jinja2 >=2.10.3 - locket >=1.0.0 - msgpack-python >=1.0.0 - packaging >=20.0 - - psutil >=5.7.2 - - python >=3.9 + - psutil >=5.7.0 + - python >=3.8 - pyyaml >=5.3.1 - sortedcontainers >=2.0.5 - tblib >=1.6.0 - toolz >=0.10.0 - - tornado >=6.0.4 + - tornado >=6.0.3 - urllib3 >=1.24.3 - - zict >=3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/distributed-2023.12.1-pyhd8ed1ab_0.conda + - zict >=2.1.0 + url: https://conda.anaconda.org/conda-forge/noarch/distributed-2023.3.0-pyhd8ed1ab_0.conda hash: - md5: 6b31b9b627f238a0068926d5650ae128 - sha256: 6163f202b509df01c250bd43ba3ec828a774d7fecf4d44117986c282b555b6e4 + md5: 6ca8ed418961a91d76965268b6f4aa5b + sha256: 5d4b493172026813cd0774f94efdc54651a2708fb52cfc55574fa9504b50c50c build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -5473,8 +4863,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 787848 - timestamp: 1702677526713 + size: 749994 + timestamp: 1677711209126 purls: - pkg:pypi/distributed - platform: osx-arm64 @@ -5519,31 +4909,31 @@ package: - pkg:pypi/distributed - platform: win-64 name: distributed - version: 2023.12.1 + version: 2023.3.0 category: main manager: conda dependencies: - - click >=8.0 + - click >=7.0 - cloudpickle >=1.5.0 - cytoolz >=0.10.1 - - dask-core >=2023.12.1,<2023.12.2.0a0 + - dask-core >=2023.3.0,<2023.3.1.0a0 - jinja2 >=2.10.3 - locket >=1.0.0 - msgpack-python >=1.0.0 - packaging >=20.0 - - psutil >=5.7.2 - - python >=3.9 + - psutil >=5.7.0 + - python >=3.8 - pyyaml >=5.3.1 - sortedcontainers >=2.0.5 - tblib >=1.6.0 - toolz >=0.10.0 - - tornado >=6.0.4 + - tornado >=6.0.3 - urllib3 >=1.24.3 - - zict >=3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/distributed-2023.12.1-pyhd8ed1ab_0.conda + - zict >=2.1.0 + url: https://conda.anaconda.org/conda-forge/noarch/distributed-2023.3.0-pyhd8ed1ab_0.conda hash: - md5: 6b31b9b627f238a0068926d5650ae128 - sha256: 6163f202b509df01c250bd43ba3ec828a774d7fecf4d44117986c282b555b6e4 + md5: 6ca8ed418961a91d76965268b6f4aa5b + sha256: 5d4b493172026813cd0774f94efdc54651a2708fb52cfc55574fa9504b50c50c build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -5553,8 +4943,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 787848 - timestamp: 1702677526713 + size: 749994 + timestamp: 1677711209126 purls: - pkg:pypi/distributed - platform: linux-64 @@ -5807,19 +5197,18 @@ package: manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda hash: - md5: f6c211fee3c98229652b60a9a42ef363 - sha256: cf83dcaf9006015c8ccab3fc6770f478464a66a8769e1763ca5d7dff09d11d08 - build: pyhd8ed1ab_0 + md5: 8d652ea2ee8eaee02ed8dc820bc794aa + sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d + build: pyhd8ed1ab_2 arch: x86_64 subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD + build_number: 2 + license: MIT and PSF-2.0 noarch: python - size: 20473 - timestamp: 1700579932017 + size: 20551 + timestamp: 1704921321122 purls: - pkg:pypi/exceptiongroup - platform: osx-64 @@ -5829,19 +5218,18 @@ package: manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda hash: - md5: f6c211fee3c98229652b60a9a42ef363 - sha256: cf83dcaf9006015c8ccab3fc6770f478464a66a8769e1763ca5d7dff09d11d08 - build: pyhd8ed1ab_0 + md5: 8d652ea2ee8eaee02ed8dc820bc794aa + sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d + build: pyhd8ed1ab_2 arch: x86_64 subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD + build_number: 2 + license: MIT and PSF-2.0 noarch: python - size: 20473 - timestamp: 1700579932017 + size: 20551 + timestamp: 1704921321122 purls: - pkg:pypi/exceptiongroup - platform: osx-arm64 @@ -5872,19 +5260,18 @@ package: manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda hash: - md5: f6c211fee3c98229652b60a9a42ef363 - sha256: cf83dcaf9006015c8ccab3fc6770f478464a66a8769e1763ca5d7dff09d11d08 - build: pyhd8ed1ab_0 + md5: 8d652ea2ee8eaee02ed8dc820bc794aa + sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d + build: pyhd8ed1ab_2 arch: x86_64 subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD + build_number: 2 + license: MIT and PSF-2.0 noarch: python - size: 20473 - timestamp: 1700579932017 + size: 20551 + timestamp: 1704921321122 purls: - pkg:pypi/exceptiongroup - platform: linux-64 @@ -6193,11 +5580,10 @@ package: timestamp: 1700971914538 - platform: osx-64 name: ffmpeg - version: 6.1.0 + version: 6.1.1 category: main manager: conda dependencies: - - __osx >=10.9 - aom >=3.7.1,<3.8.0a0 - bzip2 >=1.0.8,<2.0a0 - dav1d >=1.2.1,<1.2.2.0a0 @@ -6205,39 +5591,50 @@ package: - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - gmp >=6.3.0,<7.0a0 - - gnutls >=3.7.8,<3.8.0a0 + - gnutls >=3.7.9,<3.8.0a0 + - harfbuzz >=8.3.0,<9.0a0 - lame >=3.100,<3.101.0a0 - libass >=0.17.1,<0.17.2.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libiconv >=1.17,<2.0a0 + - libopenvino >=2023.2.0,<2023.2.1.0a0 + - libopenvino-auto-batch-plugin >=2023.2.0,<2023.2.1.0a0 + - libopenvino-auto-plugin >=2023.2.0,<2023.2.1.0a0 + - libopenvino-hetero-plugin >=2023.2.0,<2023.2.1.0a0 + - libopenvino-intel-cpu-plugin >=2023.2.0,<2023.2.1.0a0 + - libopenvino-ir-frontend >=2023.2.0,<2023.2.1.0a0 + - libopenvino-onnx-frontend >=2023.2.0,<2023.2.1.0a0 + - libopenvino-paddle-frontend >=2023.2.0,<2023.2.1.0a0 + - libopenvino-pytorch-frontend >=2023.2.0,<2023.2.1.0a0 + - libopenvino-tensorflow-frontend >=2023.2.0,<2023.2.1.0a0 + - libopenvino-tensorflow-lite-frontend >=2023.2.0,<2023.2.1.0a0 - libopus >=1.3.1,<2.0a0 - libvpx >=1.13.1,<1.14.0a0 - - libxml2 >=2.11.6,<2.12.0a0 + - libxml2 >=2.12.4,<3.0a0 - libzlib >=1.2.13,<1.3.0a0 - openh264 >=2.4.0,<2.4.1.0a0 - - svt-av1 >=1.7.0,<1.7.1.0a0 + - svt-av1 >=1.8.0,<1.8.1.0a0 - x264 >=1!164.3095,<1!165 - x265 >=3.5,<3.6.0a0 - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/ffmpeg-6.1.0-gpl_h0a522cb_102.conda + url: https://conda.anaconda.org/conda-forge/osx-64/ffmpeg-6.1.1-gpl_haae13e6_101.conda hash: - md5: d846af1523876e21e3476d23cad73f5d - sha256: 795a80d14ee3f301f3bf25c159de4152ea190ea16cd45274839203a27f61de21 - build: gpl_h0a522cb_102 + md5: 318fb1f6a864e5f38fce39494643835b + sha256: 37e04f6235623fc2e7964be102d1145224a7c296fddc06c28a2037e9a33c4f9e + build: gpl_haae13e6_101 arch: x86_64 subdir: osx-64 - build_number: 102 + build_number: 101 license: GPL-2.0-or-later license_family: GPL - size: 9652736 - timestamp: 1700972208550 + size: 9672526 + timestamp: 1705438249405 - platform: osx-arm64 name: ffmpeg - version: 6.1.0 + version: 6.1.1 category: main manager: conda dependencies: - - __osx >=10.9 - aom >=3.7.1,<3.8.0a0 - bzip2 >=1.0.8,<2.0a0 - dav1d >=1.2.1,<1.2.2.0a0 @@ -6245,35 +5642,47 @@ package: - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 - gmp >=6.3.0,<7.0a0 - - gnutls >=3.7.8,<3.8.0a0 + - gnutls >=3.7.9,<3.8.0a0 + - harfbuzz >=8.3.0,<9.0a0 - lame >=3.100,<3.101.0a0 - libass >=0.17.1,<0.17.2.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libiconv >=1.17,<2.0a0 + - libopenvino >=2023.2.0,<2023.2.1.0a0 + - libopenvino-arm-cpu-plugin >=2023.2.0,<2023.2.1.0a0 + - libopenvino-auto-batch-plugin >=2023.2.0,<2023.2.1.0a0 + - libopenvino-auto-plugin >=2023.2.0,<2023.2.1.0a0 + - libopenvino-hetero-plugin >=2023.2.0,<2023.2.1.0a0 + - libopenvino-ir-frontend >=2023.2.0,<2023.2.1.0a0 + - libopenvino-onnx-frontend >=2023.2.0,<2023.2.1.0a0 + - libopenvino-paddle-frontend >=2023.2.0,<2023.2.1.0a0 + - libopenvino-pytorch-frontend >=2023.2.0,<2023.2.1.0a0 + - libopenvino-tensorflow-frontend >=2023.2.0,<2023.2.1.0a0 + - libopenvino-tensorflow-lite-frontend >=2023.2.0,<2023.2.1.0a0 - libopus >=1.3.1,<2.0a0 - libvpx >=1.13.1,<1.14.0a0 - - libxml2 >=2.11.6,<2.12.0a0 + - libxml2 >=2.12.4,<3.0a0 - libzlib >=1.2.13,<1.3.0a0 - openh264 >=2.4.0,<2.4.1.0a0 - - svt-av1 >=1.7.0,<1.7.1.0a0 + - svt-av1 >=1.8.0,<1.8.1.0a0 - x264 >=1!164.3095,<1!165 - x265 >=3.5,<3.6.0a0 - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ffmpeg-6.1.0-gpl_h032c140_102.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/ffmpeg-6.1.1-gpl_ha63e52a_101.conda hash: - md5: 889a3240dfbdc468ff8ddb483a3c966c - sha256: f712e563e3590c03b1f63f0f7250c16f4591f9bf5b9084d020a56c347464d41c - build: gpl_h032c140_102 + md5: de8ee2a019ee3b3eaac572938116e704 + sha256: 5d197199a466c3ab5264e649eebdd2a271ded401a13110f88534a82ed081c3d5 + build: gpl_ha63e52a_101 arch: aarch64 subdir: osx-arm64 - build_number: 102 + build_number: 101 license: GPL-2.0-or-later license_family: GPL - size: 8637308 - timestamp: 1700972246163 + size: 19758682 + timestamp: 1705438211626 - platform: win-64 name: ffmpeg - version: 6.1.0 + version: 6.1.1 category: main manager: conda dependencies: @@ -6283,30 +5692,31 @@ package: - fontconfig >=2.14.2,<3.0a0 - fonts-conda-ecosystem - freetype >=2.12.1,<3.0a0 + - harfbuzz >=8.3.0,<9.0a0 - libiconv >=1.17,<2.0a0 - libopus >=1.3.1,<2.0a0 - - libxml2 >=2.11.6,<2.12.0a0 + - libxml2 >=2.12.4,<3.0a0 - libzlib >=1.2.13,<1.3.0a0 - openh264 >=2.4.0,<2.4.1.0a0 - - svt-av1 >=1.7.0,<1.7.1.0a0 + - svt-av1 >=1.8.0,<1.8.1.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - x264 >=1!164.3095,<1!165 - x265 >=3.5,<3.6.0a0 - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/ffmpeg-6.1.0-gpl_h8ec0088_102.conda + url: https://conda.anaconda.org/conda-forge/win-64/ffmpeg-6.1.1-gpl_hadb5375_101.conda hash: - md5: 756602b8d238d4acff46b963cbe2c341 - sha256: 84b2f00db648a66d24dbd11166283a15eebd71e2d1935425bcb7bb7b5fa4e9de - build: gpl_h8ec0088_102 + md5: be06c452cee6098c3e7ccb334c0c2254 + sha256: 5478fff8b785f931565c5e4f3f5db5c42e6e951d59f70e7bca91692b42ccb0ac + build: gpl_hadb5375_101 arch: x86_64 subdir: win-64 - build_number: 102 + build_number: 101 license: GPL-2.0-or-later license_family: GPL - size: 9683642 - timestamp: 1700972942576 + size: 9689255 + timestamp: 1705438756186 - platform: linux-64 name: fiona version: 1.9.5 @@ -6349,34 +5759,31 @@ package: category: main manager: conda dependencies: - - __osx >=10.9 - - attrs >=17 - - click >=4.0 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 - gdal - - importlib-metadata - - libcxx >=16.0.6 - - libgdal >=3.7.2,<3.8.0a0 - - munch + - libcxx >=15 + - libgdal >=3.8.2,<3.9.0a0 - 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.5-py311hf14a637_0.conda + - six + url: https://conda.anaconda.org/conda-forge/osx-64/fiona-1.9.5-py311hd2ff552_3.conda hash: - md5: b0a818c3ad6768567ea7e72ca7a777f7 - sha256: ce1888df0112ab2405e6f30f04a208fab379a9598e7b7c89289fb3bbc5b4950c - build: py311hf14a637_0 + md5: c2d0463951b4501e6e4a8a5062183558 + sha256: bdae4a129ac89fc2ccca801dd557cd36665db6682c166fde4a2d9555d016b77b + build: py311hd2ff552_3 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 3 license: BSD-3-Clause license_family: BSD - size: 871895 - timestamp: 1697078935194 + size: 871836 + timestamp: 1704131848389 purls: - pkg:pypi/fiona - platform: osx-arm64 @@ -6385,35 +5792,32 @@ package: category: main manager: conda dependencies: - - __osx >=10.9 - - attrs >=17 - - click >=4.0 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 - gdal - - importlib-metadata - - libcxx >=16.0.6 - - libgdal >=3.7.2,<3.8.0a0 - - munch + - libcxx >=15 + - libgdal >=3.8.2,<3.9.0a0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - setuptools - shapely - - six >=1.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.5-py311h45231e3_0.conda + - six + url: https://conda.anaconda.org/conda-forge/osx-arm64/fiona-1.9.5-py311h1c26527_3.conda hash: - md5: 50d570663d8aca587902d0f3642f17ac - sha256: 008993778253638c048f61ed90fded9f3090dd2fbeb5b9c48f5a6a8ac382e4cf - build: py311h45231e3_0 + md5: 9b0293affd39de0a112177719433f0ff + sha256: 6139ca75612db01d29edae993d8d94ec8d517500e4e84c0d74a23f85de1075dd + build: py311h1c26527_3 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 3 license: BSD-3-Clause license_family: BSD - size: 873617 - timestamp: 1697078901418 + size: 875017 + timestamp: 1704132018180 purls: - pkg:pypi/fiona - platform: win-64 @@ -6422,35 +5826,33 @@ package: category: main manager: conda dependencies: - - attrs >=17 - - click >=4.0 + - attrs >=19.2.0 + - click >=8.0,<9.dev0 - click-plugins >=1.0 - cligj >=0.5 - gdal - - importlib-metadata - - libgdal >=3.7.2,<3.8.0a0 - - munch + - libgdal >=3.8.2,<3.9.0a0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - setuptools - shapely - - six >=1.7 + - six - 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.5-py311h4e4dc46_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/fiona-1.9.5-py311hbcf8545_3.conda hash: - md5: aaed872a9994c6c92cc9c5ffacbf6dc0 - sha256: ef190c4e1db9ecdcff2af1dbfa86ae445a26e5fc2c55e377b80232db4d8b2730 - build: py311h4e4dc46_0 + md5: 7f9ed9c2e7fc1bb47568954df4209fdb + sha256: 83782b6a6c0c3217d8fef584aebaf73d3ca4aca05c49e9672867834f8b38864d + build: py311hbcf8545_3 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 3 license: BSD-3-Clause license_family: BSD - size: 837890 - timestamp: 1697079199653 + size: 841008 + timestamp: 1704132501738 purls: - pkg:pypi/fiona - platform: linux-64 @@ -7355,7 +6757,7 @@ package: timestamp: 1566932280397 - platform: linux-64 name: fonttools - version: 4.47.0 + version: 4.47.2 category: main manager: conda dependencies: @@ -7364,23 +6766,23 @@ package: - munkres - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.47.0-py311h459d7ec_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.47.2-py311h459d7ec_0.conda hash: - md5: f7ec87c448f714f53519fe9c87ba1747 - sha256: e7baef8fabda7acb24f77ced4f86ca66ec496629f9767309019797c528e10f2c + md5: 166735a569ab42067b858ca0090a0d22 + sha256: ad8cec7bf5517fb93e480b929423cc9b4091601095ae693c51ae4b7a39676a58 build: py311h459d7ec_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 2818654 - timestamp: 1702929870639 + size: 2835909 + timestamp: 1704980039096 purls: - pkg:pypi/fonttools - platform: osx-64 name: fonttools - version: 4.47.0 + version: 4.47.2 category: main manager: conda dependencies: @@ -7388,18 +6790,18 @@ package: - munkres - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.47.0-py311he705e18_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.47.2-py311he705e18_0.conda hash: - md5: d3d0a19c636858566f530cc0df9a5b3d - sha256: bf5e78ef4f20f28a70bebec5b69a87b0c31dce7845b1b6acda483823d52bc4e1 + md5: 01356cf9092bddc3e13f0f2c3fca9735 + sha256: 287145d4f52fd2275848dfb9cbc375dc9794c016aa9cc0591981be3a49f53b6b build: py311he705e18_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 2728710 - timestamp: 1702930244463 + size: 2752704 + timestamp: 1704980597009 purls: - pkg:pypi/fonttools - platform: osx-arm64 @@ -7429,7 +6831,7 @@ package: - pkg:pypi/fonttools - platform: win-64 name: fonttools - version: 4.47.0 + version: 4.47.2 category: main manager: conda dependencies: @@ -7440,18 +6842,18 @@ package: - 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.47.0-py311ha68e1ae_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/fonttools-4.47.2-py311ha68e1ae_0.conda hash: - md5: cf8bfd93965e3e126b192a343fcd6e05 - sha256: 752ed7a822e766544d91237d9a1cb76a2aa555e52c0d678a8b0ecb2395f8b6f9 + md5: 56970842a1cf0ab0dc77e5767f41ad84 + sha256: 4d757380890f7c55d369b2328f21dce3a68d19998a52506f7d1160415f34e2bc build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 2435502 - timestamp: 1702930601917 + size: 2414041 + timestamp: 1704980707636 purls: - pkg:pypi/fonttools - platform: linux-64 @@ -8018,68 +7420,66 @@ package: timestamp: 1702269679730 - platform: osx-64 name: gdal - version: 3.7.3 + version: 3.8.3 category: main manager: conda dependencies: - - __osx >=10.9 - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16.0.6 - - libgdal 3.7.3 h6e2c639_10 - - libxml2 >=2.11.6,<2.12.0a0 + - libcxx >=15 + - libgdal 3.8.3 h89a805d_0 + - libxml2 >=2.12.3,<3.0.0a0 - numpy >=1.23.5,<2.0a0 - openssl >=3.2.0,<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.3-py311h06f03dd_10.conda + url: https://conda.anaconda.org/conda-forge/osx-64/gdal-3.8.3-py311hd4433e8_0.conda hash: - md5: d5b07388e441469358c6b036c6ce1b2b - sha256: 077978a6ded70b1ffeedfd399a30b6fd393a9fef573c6168d11cebc5f1375635 - build: py311h06f03dd_10 + md5: 362fbdd4838af7f6f4a0f6e53d929620 + sha256: 4a2a58aa3f207318a04e0ce42f27c5dae7e080456e14aeed83a770ed8a5082a8 + build: py311hd4433e8_0 arch: x86_64 subdir: osx-64 - build_number: 10 + build_number: 0 license: MIT license_family: MIT - size: 1632846 - timestamp: 1702271053351 + size: 1661144 + timestamp: 1704805777003 - platform: osx-arm64 name: gdal - version: 3.7.3 + version: 3.8.3 category: main manager: conda dependencies: - - __osx >=10.9 - hdf5 >=1.14.3,<1.14.4.0a0 - - libcxx >=16.0.6 - - libgdal 3.7.3 ha0f3e8b_10 - - libxml2 >=2.11.6,<2.12.0a0 + - libcxx >=15 + - libgdal 3.8.3 h7e86f1f_0 + - libxml2 >=2.12.3,<3.0.0a0 - numpy >=1.23.5,<2.0a0 - openssl >=3.2.0,<4.0a0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.7.3-py311hff5d751_10.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/gdal-3.8.3-py311h4a095a9_0.conda hash: - md5: 8d2e59c22f54f3a3c6acb6a1ed8f6eec - sha256: 949f488e17e39fd05188208801fdfbd2c87ce6dac0a60f0aa7af32ecb324eef4 - build: py311hff5d751_10 + md5: 1d0d0f1484ed8b1430f0fe84b419b4c6 + sha256: da005ebd48ca404d76dcd855d0a2a0dd46c8b092f1cce17156f8493452669e68 + build: py311h4a095a9_0 arch: aarch64 subdir: osx-arm64 - build_number: 10 + build_number: 0 license: MIT license_family: MIT - size: 1621817 - timestamp: 1702272501451 + size: 1646788 + timestamp: 1704806807441 - platform: win-64 name: gdal - version: 3.7.3 + version: 3.8.3 category: main manager: conda dependencies: - hdf5 >=1.14.3,<1.14.4.0a0 - - libgdal 3.7.3 hd6fa8b0_10 - - libxml2 >=2.11.6,<2.12.0a0 + - libgdal 3.8.3 h576f4c1_0 + - libxml2 >=2.12.3,<3.0.0a0 - numpy >=1.23.5,<2.0a0 - openssl >=3.2.0,<4.0a0 - python >=3.11,<3.12.0a0 @@ -8087,18 +7487,18 @@ package: - 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.3-py311hab1b9a7_10.conda + url: https://conda.anaconda.org/conda-forge/win-64/gdal-3.8.3-py311hff9a05f_0.conda hash: - md5: cdf1a9ad3590281e7cd75ddd13b914a3 - sha256: fb0c65b4100b186805f856b222cea0795c1de5565e8a3136f96131b9fb07e67b - build: py311hab1b9a7_10 + md5: 6411651370791dace843940ecfcb679a + sha256: 42b5f07f084e3e2aef0d2f64481d7dc66f70a8b7bba48e7477b752f47f8730bc + build: py311hff9a05f_0 arch: x86_64 subdir: win-64 - build_number: 10 + build_number: 0 license: MIT license_family: MIT - size: 1603243 - timestamp: 1702271523860 + size: 1638637 + timestamp: 1704805877427 - platform: linux-64 name: gdk-pixbuf version: 2.42.10 @@ -8259,22 +7659,22 @@ package: - pkg:pypi/geographiclib - platform: linux-64 name: geopandas - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: - fiona >=1.8.21 - folium - - geopandas-base 0.14.1 pyha770c72_0 + - geopandas-base 0.14.2 pyha770c72_0 - mapclassify >=2.4.0 - matplotlib-base - python >=3.9 - rtree - xyzservices - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.2-pyhd8ed1ab_0.conda hash: - md5: 6ce5f89fb1e2aa7e04d12c0008b3a745 - sha256: f3563ad6f1a55587c097337ece863e583c796c9a9df3ecb396bbfeec4ec309fb + md5: 4f873f6e48ae63d573c3e4937185027e + sha256: 5d0e42a7dbc4bec7fa716c55d5ece0f9a90fccc905bae7d619f46a83aa7efccc build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -8282,26 +7682,26 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 7525 - timestamp: 1699712300019 + size: 7673 + timestamp: 1704439143094 - platform: osx-64 name: geopandas - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: - fiona >=1.8.21 - folium - - geopandas-base 0.14.1 pyha770c72_0 + - geopandas-base 0.14.2 pyha770c72_0 - mapclassify >=2.4.0 - matplotlib-base - python >=3.9 - rtree - xyzservices - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.2-pyhd8ed1ab_0.conda hash: - md5: 6ce5f89fb1e2aa7e04d12c0008b3a745 - sha256: f3563ad6f1a55587c097337ece863e583c796c9a9df3ecb396bbfeec4ec309fb + md5: 4f873f6e48ae63d573c3e4937185027e + sha256: 5d0e42a7dbc4bec7fa716c55d5ece0f9a90fccc905bae7d619f46a83aa7efccc build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -8309,8 +7709,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 7525 - timestamp: 1699712300019 + size: 7673 + timestamp: 1704439143094 - platform: osx-arm64 name: geopandas version: 0.14.2 @@ -8340,22 +7740,22 @@ package: timestamp: 1704439143094 - platform: win-64 name: geopandas - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: - fiona >=1.8.21 - folium - - geopandas-base 0.14.1 pyha770c72_0 + - geopandas-base 0.14.2 pyha770c72_0 - mapclassify >=2.4.0 - matplotlib-base - python >=3.9 - rtree - xyzservices - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-0.14.2-pyhd8ed1ab_0.conda hash: - md5: 6ce5f89fb1e2aa7e04d12c0008b3a745 - sha256: f3563ad6f1a55587c097337ece863e583c796c9a9df3ecb396bbfeec4ec309fb + md5: 4f873f6e48ae63d573c3e4937185027e + sha256: 5d0e42a7dbc4bec7fa716c55d5ece0f9a90fccc905bae7d619f46a83aa7efccc build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -8363,11 +7763,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 7525 - timestamp: 1699712300019 + size: 7673 + timestamp: 1704439143094 - platform: linux-64 name: geopandas-base - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: @@ -8376,10 +7776,10 @@ package: - pyproj >=3.3.0 - python >=3.9 - shapely >=1.8.0 - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.1-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.2-pyha770c72_0.conda hash: - md5: d65c6f458bfdaa181f388d91e858ea67 - sha256: c813004bb84e50de19f599b188719e40106c858c7da22e504b29ce66e5043361 + md5: e825cfead1f4223911d9538f6c575c90 + sha256: d896b02d8107a3c61cacd8e2a56a11b931710aba59cf3baa748837ef48404252 build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -8387,11 +7787,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 1018566 - timestamp: 1699712289660 + size: 1017954 + timestamp: 1704439132721 - platform: osx-64 name: geopandas-base - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: @@ -8400,10 +7800,10 @@ package: - pyproj >=3.3.0 - python >=3.9 - shapely >=1.8.0 - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.1-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.2-pyha770c72_0.conda hash: - md5: d65c6f458bfdaa181f388d91e858ea67 - sha256: c813004bb84e50de19f599b188719e40106c858c7da22e504b29ce66e5043361 + md5: e825cfead1f4223911d9538f6c575c90 + sha256: d896b02d8107a3c61cacd8e2a56a11b931710aba59cf3baa748837ef48404252 build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -8411,8 +7811,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 1018566 - timestamp: 1699712289660 + size: 1017954 + timestamp: 1704439132721 - platform: osx-arm64 name: geopandas-base version: 0.14.2 @@ -8439,7 +7839,7 @@ package: timestamp: 1704439132721 - platform: win-64 name: geopandas-base - version: 0.14.1 + version: 0.14.2 category: main manager: conda dependencies: @@ -8448,10 +7848,10 @@ package: - pyproj >=3.3.0 - python >=3.9 - shapely >=1.8.0 - url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.1-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/geopandas-base-0.14.2-pyha770c72_0.conda hash: - md5: d65c6f458bfdaa181f388d91e858ea67 - sha256: c813004bb84e50de19f599b188719e40106c858c7da22e504b29ce66e5043361 + md5: e825cfead1f4223911d9538f6c575c90 + sha256: d896b02d8107a3c61cacd8e2a56a11b931710aba59cf3baa748837ef48404252 build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -8459,8 +7859,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 1018566 - timestamp: 1699712289660 + size: 1017954 + timestamp: 1704439132721 - platform: linux-64 name: geopy version: 2.4.1 @@ -8653,48 +8053,50 @@ package: category: main manager: conda dependencies: - - libcxx >=15.0.7 + - __osx >=10.9 + - libcxx >=16.0.6 - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.1-h889ec99_14.conda + url: https://conda.anaconda.org/conda-forge/osx-64/geotiff-1.7.1-h509af15_15.conda hash: - md5: c994aeaa43a92403ecc723dba66b3f1f - sha256: 2d6d54763b4cc41a90d7ca810681c44eaff077027a7b6f5df676736fa0299746 - build: h889ec99_14 + md5: 96cb876ae9551821ad4cd6ce860d75f1 + sha256: e6047c9008746788d265ec6b30551387efd204a5a9a599f0f0359956e8513e76 + build: h509af15_15 arch: x86_64 subdir: osx-64 - build_number: 14 + build_number: 15 license: MIT license_family: MIT - size: 118139 - timestamp: 1695943158175 + size: 118949 + timestamp: 1702091820418 - platform: osx-arm64 name: geotiff version: 1.7.1 category: main manager: conda dependencies: - - libcxx >=15.0.7 + - __osx >=10.9 + - libcxx >=16.0.6 - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.1-h71398c0_14.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/geotiff-1.7.1-h7bcba05_15.conda hash: - md5: f2a5ed847c17df7b45467210f5a7c15d - sha256: 0af388cc45d1813c57ba5f30032b22a8fdf9bc2762bacf4101168009d51d24ce - build: h71398c0_14 + md5: b3f8b9192d9d8053d64e94c62a798d7e + sha256: 27384be625449600b940f32f9f54addc1d186ea1c6e2d1dd70d4b8f118c6e8bc + build: h7bcba05_15 arch: aarch64 subdir: osx-arm64 - build_number: 14 + build_number: 15 license: MIT license_family: MIT - size: 118458 - timestamp: 1695943465844 + size: 116230 + timestamp: 1702092165137 - platform: win-64 name: geotiff version: 1.7.1 @@ -8704,23 +8106,23 @@ package: - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.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-hcf4a93f_14.conda + url: https://conda.anaconda.org/conda-forge/win-64/geotiff-1.7.1-hbf5ca3a_15.conda hash: - md5: ba4fadef391cfecb95ad9dc8617fe481 - sha256: 12f8e01f8cb4dccfbd16af9f88f81aa6ccda8607d98a9eb1f7f305c3f455439f - build: hcf4a93f_14 + md5: b57ca6d86e2f217bf5277e15361e88a8 + sha256: 7e50e631cf86ebf19e1a25e13b4d778d6166f17a28583c18c3794576b370fbcf + build: hbf5ca3a_15 arch: x86_64 subdir: win-64 - build_number: 14 + build_number: 15 license: MIT license_family: MIT - size: 125625 - timestamp: 1695943530332 + size: 125707 + timestamp: 1702092204962 - platform: win-64 name: getopt-win32 version: '0.1' @@ -8814,45 +8216,6 @@ package: license: LGPL-2.1-or-later AND GPL-3.0-or-later size: 5579416 timestamp: 1665676022441 -- platform: linux-64 - name: gflags - version: 2.2.2 - category: main - manager: conda - dependencies: - - 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 - build: he1b5a44_1004 - arch: x86_64 - subdir: linux-64 - build_number: 1004 - license: BSD-3-Clause - license_family: BSD - size: 116549 - timestamp: 1594303828933 -- platform: osx-64 - name: gflags - version: 2.2.2 - category: main - manager: conda - dependencies: - - 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 - build: hb1e8313_1004 - arch: x86_64 - subdir: osx-64 - build_number: 1004 - license: BSD-3-Clause - license_family: BSD - size: 94612 - timestamp: 1599590973213 - platform: osx-arm64 name: gflags version: 2.2.2 @@ -9273,47 +8636,6 @@ package: license: LGPL-2.1-or-later size: 144752 timestamp: 1702003510059 -- platform: linux-64 - name: glog - version: 0.6.0 - category: main - manager: conda - dependencies: - - 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 - build: h6f12383_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 114321 - timestamp: 1649143789233 -- platform: osx-64 - name: glog - version: 0.6.0 - category: main - manager: conda - dependencies: - - 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 - build: h8ac2a54_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 100624 - timestamp: 1649143914155 - platform: osx-arm64 name: glog version: 0.6.0 @@ -9393,7 +8715,7 @@ package: timestamp: 1699630529917 - platform: linux-64 name: gmsh - version: 4.12.0 + version: 4.12.2 category: main manager: conda dependencies: @@ -9415,21 +8737,21 @@ package: - xorg-libxmu - xorg-libxrender >=0.9.11,<0.10.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/linux-64/gmsh-4.12.0-h6b98cf8_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/gmsh-4.12.2-h6b98cf8_0.conda hash: - md5: 05512f3582739f97a621559a4218c5fe - sha256: a8eb720e5cfdf054d011ee3ab075d4f9e3da3c9bd454185b48036be1ae220a4d + md5: fe4f54ab589df77b84fecc3b7991fed6 + sha256: ca2996e3ee42eafb82778011c321df2f22faeee2ad66be7d80076de1d84ca575 build: h6b98cf8_0 arch: x86_64 subdir: linux-64 build_number: 0 license: GPL-2.0-or-later license_family: GPL - size: 7859293 - timestamp: 1703202763282 + size: 7882973 + timestamp: 1705883890020 - platform: osx-64 name: gmsh - version: 4.12.0 + version: 4.12.2 category: main manager: conda dependencies: @@ -9444,21 +8766,21 @@ package: - libzlib >=1.2.13,<1.3.0a0 - occt >=7.7.2,<7.8.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/osx-64/gmsh-4.12.0-h48a2193_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/gmsh-4.12.2-h48a2193_0.conda hash: - md5: f96f1a80c0c2c345325fbce99ba29fc2 - sha256: a10a04be6f8ae5612524fb3c86989f9ef25af5b217b78c9d4b7ecd17671e54c2 + md5: bbf50024b7f60b94ce01f0ec1135ad3d + sha256: cd772b30ec119c445ebcda76bfcebeedb4ce3de7f70d893bbfab5bba836b42aa build: h48a2193_0 arch: x86_64 subdir: osx-64 build_number: 0 license: GPL-2.0-or-later license_family: GPL - size: 11482602 - timestamp: 1703204471930 + size: 11568361 + timestamp: 1705884796464 - platform: osx-arm64 name: gmsh - version: 4.12.1 + version: 4.12.2 category: main manager: conda dependencies: @@ -9473,21 +8795,21 @@ package: - libzlib >=1.2.13,<1.3.0a0 - occt >=7.7.2,<7.8.0a0 - zlib - url: https://conda.anaconda.org/conda-forge/osx-arm64/gmsh-4.12.1-hd427cfb_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/gmsh-4.12.2-hd427cfb_0.conda hash: - md5: b25814c3f76c67f08ba74f46ff42ce44 - sha256: ca2473276f630dc5064b5734a1a10bd36fffb56cb49a5f6ed74e7e73e0a0e87b + md5: 72f01e6c242e38a1e0441500e22a4c75 + sha256: ab71e38f4763556014bd05da1ecbbbac0bde8c2563028b9a70d332566507dbea build: hd427cfb_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: GPL-2.0-or-later license_family: GPL - size: 10633254 - timestamp: 1704985382047 + size: 10617424 + timestamp: 1705884756833 - platform: win-64 name: gmsh - version: 4.12.0 + version: 4.12.2 category: main manager: conda dependencies: @@ -9503,18 +8825,18 @@ package: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zlib - url: https://conda.anaconda.org/conda-forge/win-64/gmsh-4.12.0-hcc95203_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/gmsh-4.12.2-hcc95203_0.conda hash: - md5: 0350c27ef83f69416d60e9caea17f344 - sha256: 1e3387fc0b0d910628a42548c52f6a3304513f42ce1b9029d4c4ffb831f61ee6 + md5: d42f2411777c7e6b59d69c5a336fe27a + sha256: ff3e07aec50cf9f591239405e1afa527abaa0dd821429a6f9b04550109d1193e build: hcc95203_0 arch: x86_64 subdir: win-64 build_number: 0 license: GPL-2.0-or-later license_family: GPL - size: 8957406 - timestamp: 1703207369410 + size: 9005072 + timestamp: 1705885003718 - platform: linux-64 name: gnutls version: 3.7.9 @@ -9796,7 +9118,7 @@ package: - __glibc >=2.17,<3.0.a0 - alsa-lib >=1.2.10,<1.2.11.0a0 - gettext >=0.21.1,<1.0a0 - - gstreamer 1.22.8 h98fc4e7_0 + - gstreamer 1.22.8 h98fc4e7_1 - libexpat >=2.5.0,<3.0a0 - libgcc-ng >=12 - libglib >=2.78.3,<3.0a0 @@ -9811,18 +9133,18 @@ package: - 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.8-h8e1006c_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.22.8-h8e1006c_1.conda hash: - md5: 307cf29b6c19238c17182f30ddaf1a50 - sha256: 931690b2c268876d4894321c98daeb0016983e9b4a36f9b2d56f0be148261a1e - build: h8e1006c_0 + md5: 3926dab94fe06d88ade0e716d77b8cf8 + sha256: 5d3d3fddd57204976097e01b156f1fa41cfe246a939719d2b72696aa060d1150 + build: h8e1006c_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 2708995 - timestamp: 1703016342566 + size: 2707117 + timestamp: 1704608229364 - platform: osx-64 name: gst-plugins-base version: 1.22.8 @@ -9830,7 +9152,7 @@ package: manager: conda dependencies: - gettext >=0.21.1,<1.0a0 - - gstreamer 1.22.8 hf63bbb8_0 + - gstreamer 1.22.8 hf63bbb8_1 - libcxx >=15 - libglib >=2.78.3,<3.0a0 - libogg >=1.3.4,<1.4.0a0 @@ -9838,18 +9160,18 @@ package: - libpng >=1.6.39,<1.7.0a0 - libvorbis >=1.3.7,<1.4.0a0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/gst-plugins-base-1.22.8-h3fb38fc_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/gst-plugins-base-1.22.8-h3fb38fc_1.conda hash: - md5: 0da81331be622eb97c8ff9005b7bc99c - sha256: 8ee45876b450c355c951ad3fcd873ee831655eb15f66ad5caa7c6a2ed53efdaf - build: h3fb38fc_0 + md5: 14ac59de5f1c79710e6db11d9f826317 + sha256: 38a11873952b0be575341706cfcd5c71b42247a168b8b418bb3d51919e9a0d23 + build: h3fb38fc_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 2345410 - timestamp: 1703016937242 + size: 2344402 + timestamp: 1704608551221 - platform: osx-arm64 name: gst-plugins-base version: 1.22.8 @@ -9884,7 +9206,7 @@ package: manager: conda dependencies: - gettext >=0.21.1,<1.0a0 - - gstreamer 1.22.8 hb4038d2_0 + - gstreamer 1.22.8 hb4038d2_1 - libglib >=2.78.3,<3.0a0 - libogg >=1.3.4,<1.4.0a0 - libvorbis >=1.3.7,<1.4.0a0 @@ -9892,18 +9214,18 @@ package: - 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.8-h001b923_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/gst-plugins-base-1.22.8-h001b923_1.conda hash: - md5: 4871a223a0b53452cbd34fd4c0c518e6 - sha256: 97c28cf6c2eeeeb854160ddcf3e72837cdf612f075aac51dea087d2eebedb8e3 - build: h001b923_0 + md5: abe4d4f0820e367987d2ba73a84cf328 + sha256: 76ca48fefb88699d82ebb01ebfa2f28dee0b52055803f4b2c075b7d58cf83531 + build: h001b923_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 2037049 - timestamp: 1703016906847 + size: 2056819 + timestamp: 1704608568666 - platform: linux-64 name: gstreamer version: 1.22.8 @@ -9917,18 +9239,18 @@ package: - libglib >=2.78.3,<3.0a0 - libiconv >=1.17,<2.0a0 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.22.8-h98fc4e7_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.22.8-h98fc4e7_1.conda hash: - md5: a068fe1588dda3d29f568d536eeebae7 - sha256: 07de6d829ee2aea3231ea8540b28bcadc2dd7082c0b218dc19c8be2950a6cdd7 - build: h98fc4e7_0 + md5: 1b52a89485ab573a5bb83a5225ff706e + sha256: d9d24c2b67a0ea00fc9bb1afc1d45f32da9d341b81ee2830986aa66456da0e66 + build: h98fc4e7_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 1980797 - timestamp: 1703016215065 + size: 1980992 + timestamp: 1704607965412 - platform: osx-64 name: gstreamer version: 1.22.8 @@ -9940,18 +9262,18 @@ package: - libcxx >=15 - libglib >=2.78.3,<3.0a0 - libiconv >=1.17,<2.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/gstreamer-1.22.8-hf63bbb8_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/gstreamer-1.22.8-hf63bbb8_1.conda hash: - md5: 2d4963cf6bf12bb3c09f084c8b18f0f9 - sha256: 443b6998a2e24471984fef2d0bdb6d168d0e74bd2f335892eb520e6eec0e3cd3 - build: hf63bbb8_0 + md5: 2a6b9d29186ccb6ca92334c808e99b15 + sha256: e531a0d53661643fd2e442645867d5cc307a9d0e06ff0fe02ffe477f9b7b238d + build: hf63bbb8_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 1787721 - timestamp: 1703016668614 + size: 1785517 + timestamp: 1704608002639 - platform: osx-arm64 name: gstreamer version: 1.22.8 @@ -9988,18 +9310,18 @@ package: - 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.8-hb4038d2_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/gstreamer-1.22.8-hb4038d2_1.conda hash: - md5: 498ec8375c067d237a6c85771f395138 - sha256: 32532e4fada3d89e6e887da9a33d6f1175784beddf8741c85c434d2512332b2a - build: hb4038d2_0 + md5: d24ef655de29ac3b1e14aae9cc2eb66b + sha256: 802b22a009d0c8f45dc86de1f7eace313d5fc7e41f852b62d03395a2f1659c79 + build: hb4038d2_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: LGPL-2.0-or-later license_family: LGPL - size: 1935395 - timestamp: 1703016736514 + size: 1937873 + timestamp: 1704608156356 - platform: linux-64 name: gtk2 version: 2.24.33 @@ -10448,7 +9770,7 @@ package: timestamp: 1701791365837 - platform: linux-64 name: hypothesis - version: 6.92.2 + version: 6.96.4 category: main manager: conda dependencies: @@ -10459,10 +9781,10 @@ package: - python >=3.8 - setuptools - sortedcontainers >=2.1.0,<3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/hypothesis-6.92.2-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/hypothesis-6.96.4-pyha770c72_0.conda hash: - md5: 02ea14cc71885b316075df33c51b666f - sha256: a2c48bdc2a44a1069a517f5f39c54bb594cb29a37c5436fe24633c0b9376b6d2 + md5: 6c1a7974f657211098c11828db083324 + sha256: 2ed3e256e1bea8accfd69a34dcd8d97f604adf9d6e5782e8b0b364f191154b6e build: pyha770c72_0 arch: x86_64 subdir: linux-64 @@ -10470,13 +9792,13 @@ package: license: MPL-2.0 license_family: MOZILLA noarch: python - size: 307559 - timestamp: 1703646339242 + size: 311023 + timestamp: 1706014393517 purls: - pkg:pypi/hypothesis - platform: osx-64 name: hypothesis - version: 6.92.2 + version: 6.96.4 category: main manager: conda dependencies: @@ -10487,10 +9809,10 @@ package: - python >=3.8 - setuptools - sortedcontainers >=2.1.0,<3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/hypothesis-6.92.2-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/hypothesis-6.96.4-pyha770c72_0.conda hash: - md5: 02ea14cc71885b316075df33c51b666f - sha256: a2c48bdc2a44a1069a517f5f39c54bb594cb29a37c5436fe24633c0b9376b6d2 + md5: 6c1a7974f657211098c11828db083324 + sha256: 2ed3e256e1bea8accfd69a34dcd8d97f604adf9d6e5782e8b0b364f191154b6e build: pyha770c72_0 arch: x86_64 subdir: osx-64 @@ -10498,13 +9820,13 @@ package: license: MPL-2.0 license_family: MOZILLA noarch: python - size: 307559 - timestamp: 1703646339242 + size: 311023 + timestamp: 1706014393517 purls: - pkg:pypi/hypothesis - platform: osx-arm64 name: hypothesis - version: 6.93.1 + version: 6.96.4 category: main manager: conda dependencies: @@ -10515,10 +9837,10 @@ package: - python >=3.8 - setuptools - sortedcontainers >=2.1.0,<3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/hypothesis-6.93.1-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/hypothesis-6.96.4-pyha770c72_0.conda hash: - md5: 694685f92cac9315a4793b19774f48f0 - sha256: ea486a374209e5eede5e10a40c2a6004386652e2361e06fdac08bac3a9a7fb5a + md5: 6c1a7974f657211098c11828db083324 + sha256: 2ed3e256e1bea8accfd69a34dcd8d97f604adf9d6e5782e8b0b364f191154b6e build: pyha770c72_0 arch: aarch64 subdir: osx-arm64 @@ -10526,13 +9848,13 @@ package: license: MPL-2.0 license_family: MOZILLA noarch: python - size: 307866 - timestamp: 1705308399112 + size: 311023 + timestamp: 1706014393517 purls: - pkg:pypi/hypothesis - platform: win-64 name: hypothesis - version: 6.92.2 + version: 6.96.4 category: main manager: conda dependencies: @@ -10543,10 +9865,10 @@ package: - python >=3.8 - setuptools - sortedcontainers >=2.1.0,<3.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/hypothesis-6.92.2-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/hypothesis-6.96.4-pyha770c72_0.conda hash: - md5: 02ea14cc71885b316075df33c51b666f - sha256: a2c48bdc2a44a1069a517f5f39c54bb594cb29a37c5436fe24633c0b9376b6d2 + md5: 6c1a7974f657211098c11828db083324 + sha256: 2ed3e256e1bea8accfd69a34dcd8d97f604adf9d6e5782e8b0b364f191154b6e build: pyha770c72_0 arch: x86_64 subdir: win-64 @@ -10554,8 +9876,8 @@ package: license: MPL-2.0 license_family: MOZILLA noarch: python - size: 307559 - timestamp: 1703646339242 + size: 311023 + timestamp: 1706014393517 purls: - pkg:pypi/hypothesis - platform: linux-64 @@ -11148,114 +10470,22 @@ package: - pkg:pypi/iniconfig - platform: win-64 name: intel-openmp - version: 2023.2.0 + version: 2024.0.0 category: main manager: conda dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2023.2.0-h57928b3_50497.conda + url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.0.0-h57928b3_49840.conda hash: - md5: a401f3cae152deb75bbed766a90a6312 - sha256: dd9fded25ebe5c66af30ac6e3685146efdc2d7787035f01bfb546b347f138f6f - build: h57928b3_50497 + md5: 17969ee589e13b49e36f39549d42cd33 + sha256: bef0d8633ba85adee523efe08582793bcbf84c889bc47cd1025f912980a1d01b + build: h57928b3_49840 arch: x86_64 subdir: win-64 - build_number: 50497 + build_number: 49840 license: LicenseRef-ProprietaryIntel license_family: Proprietary - size: 2523079 - timestamp: 1698351323119 -- platform: linux-64 - name: isort - version: 5.13.2 - category: main - manager: conda - dependencies: - - python >=3.8,<4.0 - - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/isort-5.13.2-pyhd8ed1ab_0.conda - hash: - md5: 1d25ed2b95b92b026aaa795eabec8d91 - sha256: 78a7e2037029366d2149f73c8d02e93cac903d535e208cc4517808b0b42e85f2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 73783 - timestamp: 1702518633821 - purls: - - pkg:pypi/isort -- platform: osx-64 - name: isort - version: 5.13.2 - category: main - manager: conda - dependencies: - - python >=3.8,<4.0 - - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/isort-5.13.2-pyhd8ed1ab_0.conda - hash: - md5: 1d25ed2b95b92b026aaa795eabec8d91 - sha256: 78a7e2037029366d2149f73c8d02e93cac903d535e208cc4517808b0b42e85f2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 73783 - timestamp: 1702518633821 - purls: - - pkg:pypi/isort -- platform: osx-arm64 - name: isort - version: 5.13.2 - category: main - manager: conda - dependencies: - - python >=3.8,<4.0 - - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/isort-5.13.2-pyhd8ed1ab_0.conda - hash: - md5: 1d25ed2b95b92b026aaa795eabec8d91 - sha256: 78a7e2037029366d2149f73c8d02e93cac903d535e208cc4517808b0b42e85f2 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 73783 - timestamp: 1702518633821 - purls: - - pkg:pypi/isort -- platform: win-64 - name: isort - version: 5.13.2 - category: main - manager: conda - dependencies: - - python >=3.8,<4.0 - - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/isort-5.13.2-pyhd8ed1ab_0.conda - hash: - md5: 1d25ed2b95b92b026aaa795eabec8d91 - sha256: 78a7e2037029366d2149f73c8d02e93cac903d535e208cc4517808b0b42e85f2 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 73783 - timestamp: 1702518633821 - purls: - - pkg:pypi/isort + size: 2324884 + timestamp: 1701972722357 - platform: linux-64 name: jaraco.classes version: 3.3.0 @@ -11372,48 +10602,48 @@ package: - pkg:pypi/jeepney - platform: linux-64 name: jinja2 - version: 3.1.2 + version: 3.1.3 category: main manager: conda dependencies: - markupsafe >=2.0 - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - build: pyhd8ed1ab_1 + md5: e7d8df6509ba635247ff9aea31134262 + sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 101443 - timestamp: 1654302514195 + size: 111589 + timestamp: 1704967140287 purls: - pkg:pypi/jinja2 - platform: osx-64 name: jinja2 - version: 3.1.2 + version: 3.1.3 category: main manager: conda dependencies: - markupsafe >=2.0 - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - build: pyhd8ed1ab_1 + md5: e7d8df6509ba635247ff9aea31134262 + sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 101443 - timestamp: 1654302514195 + size: 111589 + timestamp: 1704967140287 purls: - pkg:pypi/jinja2 - platform: osx-arm64 @@ -11441,25 +10671,25 @@ package: - pkg:pypi/jinja2 - platform: win-64 name: jinja2 - version: 3.1.2 + version: 3.1.3 category: main manager: conda dependencies: - markupsafe >=2.0 - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - build: pyhd8ed1ab_1 + md5: e7d8df6509ba635247ff9aea31134262 + sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 101443 - timestamp: 1654302514195 + size: 111589 + timestamp: 1704967140287 purls: - pkg:pypi/jinja2 - platform: linux-64 @@ -12581,25 +11811,25 @@ package: dependencies: - bzip2 >=1.0.8,<2.0a0 - libiconv >=1.17,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<3.0.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 + - openssl >=3.2.0,<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 + url: https://conda.anaconda.org/conda-forge/osx-64/libarchive-3.7.2-hd35d340_1.conda hash: - md5: 0f8458c98eaf403501e7e699d93594e7 - sha256: 77669122d52073078d55310cf21fdfc35c283243cd47a064d6dbab38d8e6ab02 - build: h0b5dc4a_0 + md5: 8c7b79b20a67287a87b39df8a8c8dcc4 + sha256: f458515a49c56e117e05fe607493b7683a7bf06d2a625b59e378dbbf7f308895 + build: hd35d340_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: BSD-2-Clause license_family: BSD - size: 752960 - timestamp: 1694542990941 + size: 745686 + timestamp: 1701994485309 - platform: osx-arm64 name: libarchive version: 3.7.2 @@ -12608,25 +11838,25 @@ package: dependencies: - bzip2 >=1.0.8,<2.0a0 - libiconv >=1.17,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<3.0.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 + - openssl >=3.2.0,<4.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.2-h82b9b87_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarchive-3.7.2-hcacb583_1.conda hash: - md5: da6ec82a0e07f738afee1c4279778b30 - sha256: d8f2a19466f11ca9d6e1bf6a82cf84a5eb60dcf55d93fa2fbf47a503b953e348 - build: h82b9b87_0 + md5: 1c8c447ce71bf5f769674b621142a73a + sha256: 307dd9984deccab782a834022a708ba070950d3d0f3b370ce9331ad1db013576 + build: hcacb583_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: BSD-2-Clause license_family: BSD - size: 826900 - timestamp: 1694543052074 + size: 783812 + timestamp: 1701994487530 - platform: win-64 name: libarchive version: 3.7.2 @@ -12634,108 +11864,28 @@ package: manager: conda dependencies: - bzip2 >=1.0.8,<2.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.12.2,<3.0.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 + - openssl >=3.2.0,<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 + url: https://conda.anaconda.org/conda-forge/win-64/libarchive-3.7.2-h313118b_1.conda hash: - md5: ef46bb4b1613b308b957a25407ff6f5b - sha256: b1d05d7318901605b5833cbd8a440772cc2328335523e22f04d5c1c378121adc - build: h6f8411a_0 + md5: 4b84938cdb30e9cc2dc413208e917e11 + sha256: 8dd608299e8bc56e0337c6653028e552fea8b952af10fbcc2f4008274add11a1 + build: h313118b_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: BSD-2-Clause license_family: BSD - size: 953689 - timestamp: 1694543279363 -- platform: linux-64 - name: libarrow - version: 14.0.2 - category: main - manager: conda - dependencies: - - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - - aws-sdk-cpp >=1.11.210,<1.11.211.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.6.0,<0.7.0a0 - - libabseil * cxx17* - - 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 - - libre2-11 >=2023.6.2,<2024.0a0 - - libstdcxx-ng >=12 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - orc >=1.9.2,<1.9.3.0a0 - - re2 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-14.0.2-h84dd17c_2_cpu.conda - hash: - md5: 571e88947e7cadb42bfacb517c346662 - sha256: 3490212354a8dc8960eeaa8de43cb85356c5318fd49a243a7108818e09aca982 - build: h84dd17c_2_cpu - arch: x86_64 - subdir: linux-64 - build_number: 2 - constrains: - - parquet-cpp <0.0a0 - - arrow-cpp <0.0a0 - - apache-arrow-proc =*=cpu - license: Apache-2.0 - size: 22721490 - timestamp: 1704354970709 -- platform: osx-64 - name: libarrow - version: 14.0.2 - category: main - manager: conda - dependencies: - - __osx >=10.13 - - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - - aws-sdk-cpp >=1.11.210,<1.11.211.0a0 - - bzip2 >=1.0.8,<2.0a0 - - glog >=0.6.0,<0.7.0a0 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libbrotlidec >=1.1.0,<1.2.0a0 - - libbrotlienc >=1.1.0,<1.2.0a0 - - libcxx >=14 - - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - orc >=1.9.2,<1.9.3.0a0 - - re2 - - snappy >=1.1.10,<2.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-14.0.2-h1aaacd4_2_cpu.conda - hash: - md5: ab5d6d9fc2f3304d99bbe6e50059a4f0 - sha256: 13fde6b9ca0357272c9710a438a769a18921490051e2dbcc815853d0c17a2a1c - build: h1aaacd4_2_cpu - arch: x86_64 - subdir: osx-64 - build_number: 2 - constrains: - - parquet-cpp <0.0a0 - - apache-arrow-proc =*=cpu - - arrow-cpp <0.0a0 - license: Apache-2.0 - size: 15783377 - timestamp: 1704355600914 + size: 964623 + timestamp: 1701994828221 - platform: osx-arm64 name: libarrow version: 14.0.2 @@ -12776,88 +11926,6 @@ package: license_family: APACHE size: 14634457 timestamp: 1704355766916 -- platform: win-64 - name: libarrow - version: 14.0.2 - category: main - manager: conda - dependencies: - - aws-crt-cpp >=0.26.0,<0.26.1.0a0 - - aws-sdk-cpp >=1.11.210,<1.11.211.0a0 - - bzip2 >=1.0.8,<2.0a0 - - libabseil * cxx17* - - 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.5.0,<9.0a0 - - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - lz4-c >=1.9.3,<1.10.0a0 - - openssl >=3.2.0,<4.0a0 - - orc >=1.9.2,<1.9.3.0a0 - - re2 - - 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-14.0.2-he5f67d5_2_cpu.conda - hash: - md5: 4deff1889c1047ab2920e63ce527e840 - sha256: 12f7d520b023579cf9229ed4e20206254212f6faead301077c1204e4a2ccf879 - build: he5f67d5_2_cpu - arch: x86_64 - subdir: win-64 - build_number: 2 - constrains: - - parquet-cpp <0.0a0 - - apache-arrow-proc =*=cpu - - arrow-cpp <0.0a0 - license: Apache-2.0 - size: 5000205 - timestamp: 1704355416005 -- platform: linux-64 - name: libarrow-acero - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 h84dd17c_2_cpu - - libgcc-ng >=12 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-acero-14.0.2-h59595ed_2_cpu.conda - hash: - md5: 4b00f12f1f3c7350a0345aa9c18798d6 - sha256: 4b847de73614a65edd892250ccd6e617d44fe88c2f56f10dfa0370b5c84120a7 - build: h59595ed_2_cpu - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: Apache-2.0 - size: 576913 - timestamp: 1704355059610 -- platform: osx-64 - name: libarrow-acero - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 h1aaacd4_2_cpu - - libcxx >=14 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-acero-14.0.2-h000cb23_2_cpu.conda - hash: - md5: 4e2fc03720088ab54db18aa84fbb75fe - sha256: dea3527b02eaf5eede8c94d3eb10d16c08f413aa61c574a941579e1a9b0a5a59 - build: h000cb23_2_cpu - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: Apache-2.0 - size: 511952 - timestamp: 1704355744885 - platform: osx-arm64 name: libarrow-acero version: 14.0.2 @@ -12878,70 +11946,6 @@ package: license_family: APACHE size: 494126 timestamp: 1704355933680 -- platform: win-64 - name: libarrow-acero - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 he5f67d5_2_cpu - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-acero-14.0.2-h63175ca_2_cpu.conda - hash: - md5: e3425ace09ee0422e654638f21fb2a9e - sha256: 46e4fda9f254981875138e4dd42624806081886b62b15216c7977a5edeff79bf - build: h63175ca_2_cpu - arch: x86_64 - subdir: win-64 - build_number: 2 - license: Apache-2.0 - size: 430004 - timestamp: 1704355525077 -- platform: linux-64 - name: libarrow-dataset - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 h84dd17c_2_cpu - - libarrow-acero 14.0.2 h59595ed_2_cpu - - libgcc-ng >=12 - - libparquet 14.0.2 h352af49_2_cpu - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-dataset-14.0.2-h59595ed_2_cpu.conda - hash: - md5: 5561fbdff1a630b3768fcbcd1307bcc2 - sha256: edd010a1edcd73dc0b1e9b0fed1bd42f2e4252e0390a7f5432ae796fc39f2144 - build: h59595ed_2_cpu - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: Apache-2.0 - size: 582023 - timestamp: 1704355222590 -- platform: osx-64 - name: libarrow-dataset - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 h1aaacd4_2_cpu - - libarrow-acero 14.0.2 h000cb23_2_cpu - - libcxx >=14 - - libparquet 14.0.2 h381d950_2_cpu - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-dataset-14.0.2-h000cb23_2_cpu.conda - hash: - md5: 912e66fb84d6979da1d37535691b0a1b - sha256: 9c7773e8068d8230bc1a7af3bca60fd23ab69b0ee58bd1327e5ea7a4349f9b5c - build: h000cb23_2_cpu - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: Apache-2.0 - size: 511562 - timestamp: 1704356220922 - platform: osx-arm64 name: libarrow-dataset version: 14.0.2 @@ -12964,78 +11968,6 @@ package: license_family: APACHE size: 526384 timestamp: 1704356487597 -- platform: win-64 - name: libarrow-dataset - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 he5f67d5_2_cpu - - libarrow-acero 14.0.2 h63175ca_2_cpu - - libparquet 14.0.2 h7ec3a38_2_cpu - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-dataset-14.0.2-h63175ca_2_cpu.conda - hash: - md5: de680262729b7a718ee3427b7af68416 - sha256: 53ae88b6b05f80309fa1789885b8b13a435d1c0cef71d2eb635da45417db8327 - build: h63175ca_2_cpu - arch: x86_64 - subdir: win-64 - build_number: 2 - license: Apache-2.0 - size: 428399 - timestamp: 1704355889001 -- platform: linux-64 - name: libarrow-flight - version: 14.0.2 - category: main - manager: conda - dependencies: - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libarrow 14.0.2 h84dd17c_2_cpu - - libgcc-ng >=12 - - libgrpc >=1.59.3,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libstdcxx-ng >=12 - - ucx >=1.15.0,<1.16.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-14.0.2-h120cb0d_2_cpu.conda - hash: - md5: e03930dbf4508a5153cd0fc237756a75 - sha256: aa6ca307db6fb91cff2712a6c6091a3f9277ce054550fbe26c7bb93d65e395fb - build: h120cb0d_2_cpu - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: Apache-2.0 - size: 500908 - timestamp: 1704355109389 -- platform: osx-64 - name: libarrow-flight - version: 14.0.2 - category: main - manager: conda - dependencies: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libarrow 14.0.2 h1aaacd4_2_cpu - - libcxx >=14 - - libgrpc >=1.59.3,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-14.0.2-ha1803ca_2_cpu.conda - hash: - md5: ea3430af75e5aad9d123eeae096e7413 - sha256: 2c41f0edfa2ec26ede42d17211bac938a862252cc9ffb47a1e65d88ab53bf00e - build: ha1803ca_2_cpu - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: Apache-2.0 - size: 319741 - timestamp: 1704355863264 - platform: osx-arm64 name: libarrow-flight version: 14.0.2 @@ -13060,75 +11992,6 @@ package: license_family: APACHE size: 331157 timestamp: 1704356092185 -- platform: win-64 - name: libarrow-flight - version: 14.0.2 - category: main - manager: conda - dependencies: - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libarrow 14.0.2 he5f67d5_2_cpu - - libgrpc >=1.59.3,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.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/libarrow-flight-14.0.2-h53b1db0_2_cpu.conda - hash: - md5: 65b3299f58b837ec5dd5de3ea9a9ac73 - sha256: d1abcb363232ab848fd556f9861af14d846d5ad8ecbd3225af36d1a9bd45f5eb - build: h53b1db0_2_cpu - arch: x86_64 - subdir: win-64 - build_number: 2 - license: Apache-2.0 - size: 285319 - timestamp: 1704355615110 -- platform: linux-64 - name: libarrow-flight-sql - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 h84dd17c_2_cpu - - libarrow-flight 14.0.2 h120cb0d_2_cpu - - libgcc-ng >=12 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-flight-sql-14.0.2-h61ff412_2_cpu.conda - hash: - md5: 1afaafe003abec8aec34f46ec418980a - sha256: 839f7e2682e9b1b004df3c2c28ac4c0c04e1e9bd8f1942d48a3abe24700f1437 - build: h61ff412_2_cpu - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: Apache-2.0 - size: 193226 - timestamp: 1704355263191 -- platform: osx-64 - name: libarrow-flight-sql - version: 14.0.2 - category: main - manager: conda - dependencies: - - __osx >=10.13 - - libarrow 14.0.2 h1aaacd4_2_cpu - - libarrow-flight 14.0.2 ha1803ca_2_cpu - - libcxx >=14 - - libprotobuf >=4.24.4,<4.24.5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-flight-sql-14.0.2-h8ec153b_2_cpu.conda - hash: - md5: 67d65eb4d9921ab25a440db879138d09 - sha256: a961db70a5256049e8cd6f08fcfbec1f397a33e79e8ad103e57e801b4fc3675f - build: h8ec153b_2_cpu - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: Apache-2.0 - size: 154235 - timestamp: 1704356322848 - platform: osx-arm64 name: libarrow-flight-sql version: 14.0.2 @@ -13151,78 +12014,6 @@ package: license_family: APACHE size: 161406 timestamp: 1704356624291 -- platform: win-64 - name: libarrow-flight-sql - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 he5f67d5_2_cpu - - libarrow-flight 14.0.2 h53b1db0_2_cpu - - libprotobuf >=4.24.4,<4.24.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/libarrow-flight-sql-14.0.2-h78eab7c_2_cpu.conda - hash: - md5: 27731c55915b881c92112baac7fd4f04 - sha256: 6dd037f69f153308f6c16009d76bc75ba12adf8c7f69b3006e57b2e07528f84f - build: h78eab7c_2_cpu - arch: x86_64 - subdir: win-64 - build_number: 2 - license: Apache-2.0 - size: 222701 - timestamp: 1704355966327 -- platform: linux-64 - name: libarrow-gandiva - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 h84dd17c_2_cpu - - libgcc-ng >=12 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libstdcxx-ng >=12 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.2.0,<4.0a0 - - re2 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-gandiva-14.0.2-hacb8726_2_cpu.conda - hash: - md5: db1a164476c3b26f4425542ab9ce11df - sha256: bc3c180af8e842877455d1d429c28a3207da4f3f243390b0ba8e06051525ff48 - build: hacb8726_2_cpu - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: Apache-2.0 - size: 893895 - timestamp: 1704355148995 -- platform: osx-64 - name: libarrow-gandiva - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 h1aaacd4_2_cpu - - libcxx >=14 - - libllvm15 >=15.0.7,<15.1.0a0 - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - openssl >=3.2.0,<4.0a0 - - re2 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-gandiva-14.0.2-h01dce7f_2_cpu.conda - hash: - md5: 3903071e62de031ce169187cdb2e32af - sha256: d17c1474d202bac57c590b9f2cf062c837a69991c59135b422a520bff4bbae57 - build: h01dce7f_2_cpu - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: Apache-2.0 - size: 699571 - timestamp: 1704355988767 - platform: osx-arm64 name: libarrow-gandiva version: 14.0.2 @@ -13248,78 +12039,6 @@ package: license_family: APACHE size: 689008 timestamp: 1704356234671 -- platform: win-64 - name: libarrow-gandiva - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 he5f67d5_2_cpu - - libre2-11 >=2023.6.2,<2024.0a0 - - libutf8proc >=2.8.0,<3.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.0,<4.0a0 - - re2 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-gandiva-14.0.2-hb2eaab1_2_cpu.conda - hash: - md5: dfaa10cd86363d7509cd4dbe8f13f031 - sha256: c5681de79ecc4e054f32814927d918103f1a72a762990f8745c154a36a955fc7 - build: hb2eaab1_2_cpu - arch: x86_64 - subdir: win-64 - build_number: 2 - license: Apache-2.0 - size: 10173801 - timestamp: 1704355710068 -- platform: linux-64 - name: libarrow-substrait - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 h84dd17c_2_cpu - - libarrow-acero 14.0.2 h59595ed_2_cpu - - libarrow-dataset 14.0.2 h59595ed_2_cpu - - libgcc-ng >=12 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-substrait-14.0.2-h61ff412_2_cpu.conda - hash: - md5: 838d3d33c458225578f64e59c4410a9f - sha256: 675d616f8454d38f41b1833e8deffc51dbb2c2b4b48c54e8adba4795ff606bec - build: h61ff412_2_cpu - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: Apache-2.0 - size: 508750 - timestamp: 1704355298174 -- platform: osx-64 - name: libarrow-substrait - version: 14.0.2 - category: main - manager: conda - dependencies: - - __osx >=10.13 - - libarrow 14.0.2 h1aaacd4_2_cpu - - libarrow-acero 14.0.2 h000cb23_2_cpu - - libarrow-dataset 14.0.2 h000cb23_2_cpu - - libcxx >=14 - - libprotobuf >=4.24.4,<4.24.5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-substrait-14.0.2-h8ec153b_2_cpu.conda - hash: - md5: 3e279309bd00e8115283665bdbe257b8 - sha256: eabb1705fbd324b55a2f6cc7b7451b7a15882bab25cfd05113f3f1f05f2a787e - build: h8ec153b_2_cpu - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: Apache-2.0 - size: 453318 - timestamp: 1704356431617 - platform: osx-arm64 name: libarrow-substrait version: 14.0.2 @@ -13343,32 +12062,6 @@ package: license_family: APACHE size: 474175 timestamp: 1704356753787 -- platform: win-64 - name: libarrow-substrait - version: 14.0.2 - category: main - manager: conda - dependencies: - - libabseil * cxx17* - - libabseil >=20230802.1,<20230803.0a0 - - libarrow 14.0.2 he5f67d5_2_cpu - - libarrow-acero 14.0.2 h63175ca_2_cpu - - libarrow-dataset 14.0.2 h63175ca_2_cpu - - libprotobuf >=4.24.4,<4.24.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/libarrow-substrait-14.0.2-hd4c9904_2_cpu.conda - hash: - md5: 3d267143a5827a81b607619a12e3f7cd - sha256: cec14db792abd05497b40bfcc4c41ec3ad463cfcceeec5bd1422da5c297b4228 - build: hd4c9904_2_cpu - arch: x86_64 - subdir: win-64 - build_number: 2 - license: Apache-2.0 - size: 346667 - timestamp: 1704356049987 - platform: linux-64 name: libass version: 0.17.1 @@ -13451,99 +12144,99 @@ package: category: main manager: conda dependencies: - - libopenblas >=0.3.25,<0.3.26.0a0 - - libopenblas >=0.3.25,<1.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-20_linux64_openblas.conda + - libopenblas >=0.3.26,<0.3.27.0a0 + - libopenblas >=0.3.26,<1.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-21_linux64_openblas.conda hash: - md5: 2b7bb4f7562c8cf334fc2e20c2d28abc - sha256: 8a0ee1de693a9b3da4a11b95ec81b40dd434bd01fa1f5f38f8268cd2146bf8f0 - build: 20_linux64_openblas + md5: 0ac9f44fc096772b0aa092119b00c3ca + sha256: ebd5c91f029f779fb88a1fcbd1e499559a9c258e3674ff58a2fbb4e375ae56d9 + build: 21_linux64_openblas arch: x86_64 subdir: linux-64 - build_number: 20 + build_number: 21 constrains: - - liblapacke 3.9.0 20_linux64_openblas - - libcblas 3.9.0 20_linux64_openblas + - liblapacke 3.9.0 21_linux64_openblas - blas * openblas - - liblapack 3.9.0 20_linux64_openblas + - libcblas 3.9.0 21_linux64_openblas + - liblapack 3.9.0 21_linux64_openblas license: BSD-3-Clause license_family: BSD - size: 14433 - timestamp: 1700568383457 + size: 14691 + timestamp: 1705979549006 - platform: osx-64 name: libblas version: 3.9.0 category: main manager: conda dependencies: - - libopenblas >=0.3.25,<0.3.26.0a0 - - libopenblas >=0.3.25,<1.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-20_osx64_openblas.conda + - libopenblas >=0.3.26,<0.3.27.0a0 + - libopenblas >=0.3.26,<1.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-21_osx64_openblas.conda hash: - md5: 1673476d205d14a9042172be795f63cb - sha256: 89cac4653b52817d44802d96c13e5f194320e2e4ea805596641d0f3e22e32525 - build: 20_osx64_openblas + md5: 23286066c595986aa0df6452a8416c08 + sha256: 5381eab20f4793996cf22e58461ea8a3a4dff1442bb45663b5920f2d26288688 + build: 21_osx64_openblas arch: x86_64 subdir: osx-64 - build_number: 20 + build_number: 21 constrains: + - libcblas 3.9.0 21_osx64_openblas + - liblapacke 3.9.0 21_osx64_openblas - blas * openblas - - liblapack 3.9.0 20_osx64_openblas - - liblapacke 3.9.0 20_osx64_openblas - - libcblas 3.9.0 20_osx64_openblas + - liblapack 3.9.0 21_osx64_openblas license: BSD-3-Clause license_family: BSD - size: 14739 - timestamp: 1700568675962 + size: 14822 + timestamp: 1705979699547 - platform: osx-arm64 name: libblas version: 3.9.0 category: main manager: conda dependencies: - - libopenblas >=0.3.25,<0.3.26.0a0 - - libopenblas >=0.3.25,<1.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-20_osxarm64_openblas.conda + - libopenblas >=0.3.26,<0.3.27.0a0 + - libopenblas >=0.3.26,<1.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-21_osxarm64_openblas.conda hash: - md5: 49bc8dec26663241ee064b2d7116ec2d - sha256: 5b5b8394352c8ca06b15dcc9319d0af3e9f1dc03fc0a6f6deef05d664d6b763a - build: 20_osxarm64_openblas + md5: b3804f4af39eca9d77360b12811e6d1d + sha256: 9a553af92af9f241457f4d14eabb872bc341cd0ddea1da6e7939e9c6a7ee1a25 + build: 21_osxarm64_openblas arch: aarch64 subdir: osx-arm64 - build_number: 20 + build_number: 21 constrains: - - liblapack 3.9.0 20_osxarm64_openblas - - liblapacke 3.9.0 20_osxarm64_openblas - - libcblas 3.9.0 20_osxarm64_openblas + - libcblas 3.9.0 21_osxarm64_openblas + - liblapack 3.9.0 21_osxarm64_openblas - blas * openblas + - liblapacke 3.9.0 21_osxarm64_openblas license: BSD-3-Clause license_family: BSD - size: 14722 - timestamp: 1700568881837 + size: 14915 + timestamp: 1705980172730 - platform: win-64 name: libblas version: 3.9.0 category: main manager: conda dependencies: - - mkl 2023.2.0 h6a75c08_50497 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-20_win64_mkl.conda + - mkl 2024.0.0 h66d3029_49657 + url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-21_win64_mkl.conda hash: - md5: 6cad6cd2fbdeef4d651b8f752a4da960 - sha256: 34becfe991510be7b9ee05b4ae466c5a26a72af275c3071c1ca7e2308d3f7e64 - build: 20_win64_mkl + md5: ebba3846d11201fe54277e4965ba5250 + sha256: ad47053cee17802df875203aba191b04d97a50d820dbf75a114a50972c517334 + build: 21_win64_mkl arch: x86_64 subdir: win-64 - build_number: 20 + build_number: 21 constrains: - - liblapacke 3.9.0 20_win64_mkl + - liblapack 3.9.0 21_win64_mkl - blas * mkl - - liblapack 3.9.0 20_win64_mkl - - libcblas 3.9.0 20_win64_mkl + - libcblas 3.9.0 21_win64_mkl + - liblapacke 3.9.0 21_win64_mkl license: BSD-3-Clause license_family: BSD - size: 4981090 - timestamp: 1700569135332 + size: 5017135 + timestamp: 1705980415163 - platform: linux-64 name: libboost-headers version: 1.84.0 @@ -13882,92 +12575,92 @@ package: category: main manager: conda dependencies: - - libblas 3.9.0 20_linux64_openblas - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-20_linux64_openblas.conda + - libblas 3.9.0 21_linux64_openblas + url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-21_linux64_openblas.conda hash: - md5: 36d486d72ab64ffea932329a1d3729a3 - sha256: 0e34fb0f82262f02fcb279ab4a1db8d50875dc98e3019452f8f387e6bf3c0247 - build: 20_linux64_openblas + md5: 4a3816d06451c4946e2db26b86472cb6 + sha256: 467bbfbfe1a1aeb8b1f9f6485eedd8ed1b6318941bf3702da72336ccf4dc25a6 + build: 21_linux64_openblas arch: x86_64 subdir: linux-64 - build_number: 20 + build_number: 21 constrains: - - liblapacke 3.9.0 20_linux64_openblas + - liblapacke 3.9.0 21_linux64_openblas - blas * openblas - - liblapack 3.9.0 20_linux64_openblas + - liblapack 3.9.0 21_linux64_openblas license: BSD-3-Clause license_family: BSD - size: 14383 - timestamp: 1700568410580 + size: 14614 + timestamp: 1705979564122 - platform: osx-64 name: libcblas version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_osx64_openblas - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-20_osx64_openblas.conda + - libblas 3.9.0 21_osx64_openblas + url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-21_osx64_openblas.conda hash: - md5: b324ad206d39ce529fb9073f9d062062 - sha256: b0a4eab6d22b865d9b0e39f358f17438602621709db66b8da159197bedd2c5eb - build: 20_osx64_openblas + md5: 7a1b54774bad723e8ba01ca48eb301b5 + sha256: e2b1455612d4cfb3ac3170f0c538516ebd0b113780ac6603338245354e1b2f02 + build: 21_osx64_openblas arch: x86_64 subdir: osx-64 - build_number: 20 + build_number: 21 constrains: - - liblapack 3.9.0 20_osx64_openblas - - liblapacke 3.9.0 20_osx64_openblas + - liblapacke 3.9.0 21_osx64_openblas - blas * openblas + - liblapack 3.9.0 21_osx64_openblas license: BSD-3-Clause license_family: BSD - size: 14648 - timestamp: 1700568722960 + size: 14715 + timestamp: 1705979715508 - platform: osx-arm64 name: libcblas version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_osxarm64_openblas - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-20_osxarm64_openblas.conda + - libblas 3.9.0 21_osxarm64_openblas + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-21_osxarm64_openblas.conda hash: - md5: 89f4718753c08afe8cda4dd5791ba94c - sha256: d3a74638f60e034202e373cf2950c69a8d831190d497881d13cbf789434d2489 - build: 20_osxarm64_openblas + md5: 48e9d42c65ce664d8fccef2ac6af853c + sha256: 4510e3e4824693c3f80fc54e72d81dd89acaa6e6d68cd948af0870a640ea7eeb + build: 21_osxarm64_openblas arch: aarch64 subdir: osx-arm64 - build_number: 20 + build_number: 21 constrains: - - liblapack 3.9.0 20_osxarm64_openblas - - liblapacke 3.9.0 20_osxarm64_openblas + - liblapack 3.9.0 21_osxarm64_openblas - blas * openblas + - liblapacke 3.9.0 21_osxarm64_openblas license: BSD-3-Clause license_family: BSD - size: 14642 - timestamp: 1700568912840 + size: 14800 + timestamp: 1705980195551 - platform: win-64 name: libcblas version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_win64_mkl - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-20_win64_mkl.conda + - libblas 3.9.0 21_win64_mkl + url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-21_win64_mkl.conda hash: - md5: e6d36cfcb2f2dff0f659d2aa0813eb2d - sha256: e526023ed8e7f6fde43698cd326dd16c8448f29414bab8a9594b33deb57a5347 - build: 20_win64_mkl + md5: 38e5ec23bc2b62f9dd971143aa9dddb7 + sha256: 886505d0a4a5b508b2255991395aadecdad140719ba0d413411fec86491a9283 + build: 21_win64_mkl arch: x86_64 subdir: win-64 - build_number: 20 + build_number: 21 constrains: + - liblapack 3.9.0 21_win64_mkl - blas * mkl - - liblapack 3.9.0 20_win64_mkl - - liblapacke 3.9.0 20_win64_mkl + - liblapacke 3.9.0 21_win64_mkl license: BSD-3-Clause license_family: BSD - size: 4980937 - timestamp: 1700569208640 + size: 5017024 + timestamp: 1705980469944 - platform: linux-64 name: libclang version: 15.0.7 @@ -14038,23 +12731,25 @@ package: category: main manager: conda dependencies: - - libclang13 15.0.7 default_h77d9078_3 + - libclang13 15.0.7 default_h85b4d89_4 + - libxml2 >=2.12.1,<3.0.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/libclang-15.0.7-default_h77d9078_3.conda + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/win-64/libclang-15.0.7-default_hde6756a_4.conda hash: - md5: 71c8b6249c9e9e18b3aec705e95c1040 - sha256: d54ad3cc60469f3c885cef45acd7216bab9d941dec8f37e75ece48b9baba145b - build: default_h77d9078_3 + md5: a621ea4ac3f826d02441369e73e53800 + sha256: 1083e53f51b35c7a6769fafa2e7ab5bb85f953eb288eb4a62cddd8200db7c46d + build: default_hde6756a_4 arch: x86_64 subdir: win-64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 147881 - timestamp: 1690553583920 + size: 148080 + timestamp: 1701415503085 - platform: linux-64 name: libclang13 version: 15.0.7 @@ -14126,18 +12821,19 @@ package: - 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 + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/win-64/libclang13-15.0.7-default_h85b4d89_4.conda hash: - md5: ba26634d038b91466bb4242c8b5e0cfa - sha256: 9cff68d1bd3b1b956133f9f5f35d475014402f3f4e7956047bf3a70f2107f11c - build: default_h77d9078_3 + md5: c6b0181860717a08469a324c4180ff2d + sha256: 37917f88ea5beb660a86b2325b727a03db125e25182d8186921a7cc53966df9d + build: default_h85b4d89_4 arch: x86_64 subdir: win-64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 21900199 - timestamp: 1690553341399 + size: 21902269 + timestamp: 1701415323912 - platform: linux-64 name: libcrc32c version: 1.1.2 @@ -14600,25 +13296,6 @@ package: license_family: BSD size: 427426 timestamp: 1685725977222 -- platform: osx-64 - name: libevent - version: 2.1.12 - category: main - manager: conda - dependencies: - - 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 - build: ha90c15b_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 372661 - timestamp: 1685726378869 - platform: osx-arm64 name: libevent version: 2.1.12 @@ -14638,28 +13315,6 @@ package: license_family: BSD size: 368167 timestamp: 1685726248899 -- platform: win-64 - name: libevent - version: 2.1.12 - category: main - manager: conda - dependencies: - - 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 - build: h3671451_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 410555 - timestamp: 1685726568668 - platform: linux-64 name: libexpat version: 2.5.0 @@ -15074,11 +13729,10 @@ package: timestamp: 1702269003751 - platform: osx-64 name: libgdal - version: 3.7.3 + version: 3.8.3 category: main manager: conda dependencies: - - __osx >=10.9 - blosc >=1.21.5,<2.0a0 - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 @@ -15088,11 +13742,12 @@ package: - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.2,<1.6.0a0 + - kealib >=1.5.3,<1.6.0a0 - lerc >=4.0.0,<5.0a0 + - libaec >=1.1.2,<2.0a0 - libarchive >=3.7.2,<3.8.0a0 - libcurl >=8.5.0,<9.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libdeflate >=1.19,<1.20.0a0 - libexpat >=2.5.0,<3.0a0 - libiconv >=1.17,<2.0a0 @@ -15105,7 +13760,7 @@ package: - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.6,<2.12.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openjpeg >=2.5.0,<3.0a0 @@ -15113,30 +13768,29 @@ package: - pcre2 >=10.42,<10.43.0a0 - poppler >=23.12.0,<23.13.0a0 - postgresql - - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.18.2,<2.19.0a0 - - xerces-c >=3.2.4,<3.3.0a0 + - proj >=9.3.1,<9.3.2.0a0 + - tiledb >=2.19.0,<2.20.0a0 + - xerces-c >=3.2.5,<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.3-h6e2c639_10.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libgdal-3.8.3-h89a805d_0.conda hash: - md5: 3ff10566dfd44633dd06d256d32b355f - sha256: 3289d3a46ddd324a27eaba741fc1165146a6d038d902fe5e9942d19c6f1ebfc2 - build: h6e2c639_10 + md5: 691a6cd896f9581e6314f34b66a1f044 + sha256: c520121ffe25471a036d2e51d438c329f4d6728341a2ddec7f60490475d58df3 + build: h89a805d_0 arch: x86_64 subdir: osx-64 - build_number: 10 + build_number: 0 license: MIT license_family: MIT - size: 8972778 - timestamp: 1702270644437 + size: 9367357 + timestamp: 1704805209823 - platform: osx-arm64 name: libgdal - version: 3.7.3 + version: 3.8.3 category: main manager: conda dependencies: - - __osx >=10.9 - blosc >=1.21.5,<2.0a0 - cfitsio >=4.3.1,<4.3.2.0a0 - freexl >=2.0.0,<3.0a0 @@ -15146,11 +13800,12 @@ package: - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - json-c >=0.17,<0.18.0a0 - - kealib >=1.5.2,<1.6.0a0 + - kealib >=1.5.3,<1.6.0a0 - lerc >=4.0.0,<5.0a0 + - libaec >=1.1.2,<2.0a0 - libarchive >=3.7.2,<3.8.0a0 - libcurl >=8.5.0,<9.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libdeflate >=1.19,<1.20.0a0 - libexpat >=2.5.0,<3.0a0 - libiconv >=1.17,<2.0a0 @@ -15163,7 +13818,7 @@ package: - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.6,<2.12.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openjpeg >=2.5.0,<3.0a0 @@ -15171,26 +13826,26 @@ package: - pcre2 >=10.42,<10.43.0a0 - poppler >=23.12.0,<23.13.0a0 - postgresql - - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.18.2,<2.19.0a0 - - xerces-c >=3.2.4,<3.3.0a0 + - proj >=9.3.1,<9.3.2.0a0 + - tiledb >=2.19.0,<2.20.0a0 + - xerces-c >=3.2.5,<3.3.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.7.3-ha0f3e8b_10.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgdal-3.8.3-h7e86f1f_0.conda hash: - md5: 615cab64d8f764e54eca6806aeed1379 - sha256: 7f648a1539e30ed63ba6ff321b613f47ef72233555fdb88342c664cb73456844 - build: ha0f3e8b_10 + md5: dd42aa63e28b0e8c5d4af6d7995ab151 + sha256: fa94cfe093975c61b426c5d9bcde7e0d52d9623cd515a21bc14b941f024eec31 + build: h7e86f1f_0 arch: aarch64 subdir: osx-arm64 - build_number: 10 + build_number: 0 license: MIT license_family: MIT - size: 8164919 - timestamp: 1702271055134 + size: 8517743 + timestamp: 1704806041904 - platform: win-64 name: libgdal - version: 3.7.3 + version: 3.8.3 category: main manager: conda dependencies: @@ -15201,8 +13856,9 @@ package: - geotiff >=1.7.1,<1.8.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - hdf5 >=1.14.3,<1.14.4.0a0 - - kealib >=1.5.2,<1.6.0a0 + - kealib >=1.5.3,<1.6.0a0 - lerc >=4.0.0,<5.0a0 + - libaec >=1.1.2,<2.0a0 - libarchive >=3.7.2,<3.8.0a0 - libcurl >=8.5.0,<9.0a0 - libdeflate >=1.19,<1.20.0a0 @@ -15217,7 +13873,7 @@ package: - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - - libxml2 >=2.11.6,<2.12.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openjpeg >=2.5.0,<3.0a0 @@ -15225,64 +13881,64 @@ package: - pcre2 >=10.42,<10.43.0a0 - poppler >=23.12.0,<23.13.0a0 - postgresql - - proj >=9.3.0,<9.3.1.0a0 - - tiledb >=2.18.2,<2.19.0a0 + - proj >=9.3.1,<9.3.2.0a0 + - tiledb >=2.19.0,<2.20.0a0 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - - xerces-c >=3.2.4,<3.3.0a0 + - xerces-c >=3.2.5,<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.3-hd6fa8b0_10.conda + url: https://conda.anaconda.org/conda-forge/win-64/libgdal-3.8.3-h576f4c1_0.conda hash: - md5: 9278d4e141b0fa42672d81dd944110ca - sha256: 346ebaed9b13c4037182e1720619b8f0f25a330015daced68771190d6ed8586d - build: hd6fa8b0_10 + md5: 8228dbae3ff2d87967d45da2b63f5065 + sha256: d7fd2fde551b8a5c619877ccab9caad19a6a67b47ce5862e43b241d56d5535d4 + build: h576f4c1_0 arch: x86_64 subdir: win-64 - build_number: 10 + build_number: 0 license: MIT license_family: MIT - size: 8245382 - timestamp: 1702270732523 + size: 8643997 + timestamp: 1704805491676 - platform: osx-64 name: libgfortran version: 5.0.0 category: main manager: conda dependencies: - - 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 + - libgfortran5 13.2.0 h2873a65_2 + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_2.conda hash: - md5: b55fd11ab6318a6e67ac191309701d5a - sha256: 5be1a59316e5063f4e6492ea86d692600a7b8e32caa25269f8a3b386a028e5f3 - build: 13_2_0_h97931a8_1 + md5: b8e969b34c05efc0c7d6bcd4f6bf5612 + sha256: 3561afe1621afb876110db15094a181f4059d3ddecf64aa59928823f689c8a06 + build: 13_2_0_h97931a8_2 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 2 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 109855 - timestamp: 1694165674845 + size: 110134 + timestamp: 1705767012602 - platform: osx-arm64 name: libgfortran version: 5.0.0 category: main manager: conda dependencies: - - libgfortran5 13.2.0 hf226fd6_1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_1.conda + - libgfortran5 13.2.0 hf226fd6_2 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_2.conda hash: - md5: 1ad37a5c60c250bb2b4a9f75563e181c - sha256: bc8750e7893e693fa380bf2f342d4a5ce44995467cbdf72e56a00e5106b4892d - build: 13_2_0_hd922786_1 + md5: 50c44da4cd89e99a5b18382f565585d8 + sha256: 8af9f94c34150567f2993392c7c1036c99b6844625aea0338535293e4d7b5d23 + build: 13_2_0_hd922786_2 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 2 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 110095 - timestamp: 1694172198016 + size: 110207 + timestamp: 1705769417313 - platform: linux-64 name: libgfortran-ng version: 13.2.0 @@ -15330,20 +13986,20 @@ package: manager: conda dependencies: - llvm-openmp >=8.0.0 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_2.conda hash: - md5: 3af564516b5163cd8cc08820413854bc - sha256: 44de8930eef3b14d4d9fdfe419e6c909c13b7c859617d3616d5a5e964f3fcf63 - build: h2873a65_1 + md5: d510329afae76a26709e23b8509d2d48 + sha256: c9c8bbaaa6011fb9cf0daf22d71001a058689d2858daae0aa0b16b62b8ea7e93 + build: h2873a65_2 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 2 constrains: - - libgfortran 5.0.0 13_2_0_*_1 + - libgfortran 5.0.0 13_2_0_*_2 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 1571764 - timestamp: 1694165583047 + size: 1572047 + timestamp: 1705766952437 - platform: osx-arm64 name: libgfortran5 version: 13.2.0 @@ -15351,20 +14007,20 @@ package: manager: conda dependencies: - llvm-openmp >=8.0.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_2.conda hash: - md5: 4480d71b98c87faafab132d33e23135e - sha256: cb9cb11e49a6a8466ea7556a723080d3aeefd556df9b444b941afc5b54368b22 - build: hf226fd6_1 + md5: 55c6859a3606c1516d89768a05ce9074 + sha256: 0b7e069f0227402deef36d04a2695411b0302ef99fe6bf8a9488e472d2e217c1 + build: hf226fd6_2 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 2 constrains: - - libgfortran 5.0.0 13_2_0_*_1 + - libgfortran 5.0.0 13_2_0_*_2 license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 995733 - timestamp: 1694172076009 + size: 997116 + timestamp: 1705769362034 - platform: linux-64 name: libglib version: 2.78.3 @@ -15521,26 +14177,26 @@ package: - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.4.0,<9.0a0 + - libcurl >=8.5.0,<9.0a0 - libgcc-ng >=12 - - libgrpc >=1.59.2,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 + - libgrpc >=1.60.0,<1.61.0a0 + - libprotobuf >=4.25.1,<4.25.2.0a0 - libstdcxx-ng >=12 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.12.0-h5206363_4.conda + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.12.0-hef10d8f_5.conda hash: - md5: b5eb63d2683102be45d17c55021282f6 - sha256: 82a7d211d0df165b073f9e8ba6d789c4b1c7c4882d546ca12d40f201fc3496fc - build: h5206363_4 + md5: 055e2266d27f0e2290cf0a6ad668a225 + sha256: 3c80f8da632c01b5beb50bdc4c7c488501793cd7c138427f61e93f98719e8342 + build: hef10d8f_5 arch: x86_64 subdir: linux-64 - build_number: 4 + build_number: 5 constrains: - - google-cloud-cpp 2.12.0 *_4 + - google-cloud-cpp 2.12.0 *_5 license: Apache-2.0 license_family: Apache - size: 43491878 - timestamp: 1698886698923 + size: 42970307 + timestamp: 1706084513579 - platform: osx-64 name: libgoogle-cloud version: 2.12.0 @@ -15548,29 +14204,28 @@ package: manager: conda dependencies: - __osx >=10.13 - - __osx >=10.9 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.4.0,<9.0a0 - - libcxx >=16.0.6 - - libgrpc >=1.59.2,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - openssl >=3.1.4,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.12.0-hc0857f6_4.conda + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 + - libgrpc >=1.60.0,<1.61.0a0 + - libprotobuf >=4.25.1,<4.25.2.0a0 + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.12.0-he77a663_5.conda hash: - md5: 976555c39f83093265491c9c081a801c - sha256: 1bf47f43796369ec85a27221ab9a84ecc848f93a88049d046cd8521c25b129f6 - build: hc0857f6_4 + md5: dac48d8fadf9e28c7010f49b56804862 + sha256: 4cae7eefaeba18daf87f046c1e26026f741d1c3f0f0740bf082e3dbd8454ac67 + build: he77a663_5 arch: x86_64 subdir: osx-64 - build_number: 4 + build_number: 5 constrains: - - google-cloud-cpp 2.12.0 *_4 + - google-cloud-cpp 2.12.0 *_5 license: Apache-2.0 license_family: Apache - size: 30883666 - timestamp: 1698889432429 + size: 30561341 + timestamp: 1706087235514 - platform: osx-arm64 name: libgoogle-cloud version: 2.12.0 @@ -15609,27 +14264,27 @@ package: - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libcrc32c >=1.1.2,<1.2.0a0 - - libcurl >=8.4.0,<9.0a0 - - libgrpc >=1.59.2,<1.60.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 - - openssl >=3.1.4,<4.0a0 + - libcurl >=8.5.0,<9.0a0 + - libgrpc >=1.60.0,<1.61.0a0 + - libprotobuf >=4.25.1,<4.25.2.0a0 + - openssl >=3.2.0,<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-h39f2fc6_4.conda + url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.12.0-hc7cbac0_5.conda hash: - md5: f79cf72abe2235de65fb50b386f323a0 - sha256: 9621cb3e90aa22123cc7120bc1228df31453a390b7760773a0e5453a2718f7ef - build: h39f2fc6_4 + md5: 1f219361b6f83f8e7ab4d2c67ff06ce4 + sha256: 03f360345841ecb6cdc6a3a3a75a04e29d2f53e5fc180822d9ebef5d131a9007 + build: hc7cbac0_5 arch: x86_64 subdir: win-64 - build_number: 4 + build_number: 5 constrains: - - google-cloud-cpp 2.12.0 *_4 + - google-cloud-cpp 2.12.0 *_5 license: Apache-2.0 license_family: Apache - size: 13270 - timestamp: 1698887885269 + size: 13304 + timestamp: 1706080367432 - platform: linux-64 name: libgpg-error version: '1.47' @@ -15653,65 +14308,64 @@ package: timestamp: 1686979818648 - platform: linux-64 name: libgrpc - version: 1.59.3 + version: 1.60.0 category: main manager: conda dependencies: - - c-ares >=1.21.0,<2.0a0 + - c-ares >=1.25.0,<2.0a0 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - libgcc-ng >=12 - - libprotobuf >=4.24.4,<4.24.5.0a0 + - libprotobuf >=4.25.1,<4.25.2.0a0 - libre2-11 >=2023.6.2,<2024.0a0 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 + - openssl >=3.2.0,<4.0a0 - re2 - url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.59.3-hd6c4280_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.60.0-h74775cd_0.conda hash: - md5: 896c137eaf0c22f2fef58332eb4a4b83 - sha256: 3f95a2792e565b628cb284de92017a37a1cddc4a3f83453b8f75d9adc9f8cfdd - build: hd6c4280_0 + md5: af56eeda71899addc9fc528773836641 + sha256: e4aadb872615994c39d443341654a4fa6fbb6aa32ebb142f55c1c2553dd21e7b + build: h74775cd_0 arch: x86_64 subdir: linux-64 build_number: 0 constrains: - - grpc-cpp =1.59.3 + - grpc-cpp =1.60.0 license: Apache-2.0 license_family: APACHE - size: 6600132 - timestamp: 1700259627150 + size: 7333109 + timestamp: 1705975956675 - platform: osx-64 name: libgrpc - version: 1.59.3 + version: 1.60.0 category: main manager: conda dependencies: - __osx >=10.13 - - __osx >=10.9 - - c-ares >=1.21.0,<2.0a0 + - c-ares >=1.25.0,<2.0a0 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 - - libprotobuf >=4.24.4,<4.24.5.0a0 + - libcxx >=15 + - libprotobuf >=4.25.1,<4.25.2.0a0 - libre2-11 >=2023.6.2,<2024.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 + - openssl >=3.2.0,<4.0a0 - re2 - url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.59.3-ha7f534c_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.60.0-h038e8f1_0.conda hash: - md5: a557d871e80f2dd22efd78e00f9a1597 - sha256: 1b7330bb2aa16ca0dd319e97a829d5494fb2459a841b54f7631932b144e38624 - build: ha7f534c_0 + md5: 4f579de49b3bace2ed07d4a936678ec4 + sha256: 963b1027426df35064e9163ff64247f4ce462a14abb1dc593797aaaa911d033b + build: h038e8f1_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: - - grpc-cpp =1.59.3 + - grpc-cpp =1.60.0 license: Apache-2.0 license_family: APACHE - size: 4111631 - timestamp: 1700261027372 + size: 4533987 + timestamp: 1705976677459 - platform: osx-arm64 name: libgrpc version: 1.59.3 @@ -15744,35 +14398,35 @@ package: timestamp: 1700260902499 - platform: win-64 name: libgrpc - version: 1.59.3 + version: 1.60.0 category: main manager: conda dependencies: - - c-ares >=1.21.0,<2.0a0 + - c-ares >=1.25.0,<2.0a0 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - - libprotobuf >=4.24.4,<4.24.5.0a0 + - libprotobuf >=4.25.1,<4.25.2.0a0 - libre2-11 >=2023.6.2,<2024.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.4,<4.0a0 + - openssl >=3.2.0,<4.0a0 - re2 - 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.59.3-h5bbd4a7_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.60.0-h0bf0bfa_0.conda hash: - md5: 70a20bdb4a01daea0e8c12050267294f - sha256: 77f29a3d26e87b176416ddf4dbbb076ff95ad09837ea9f100b788d0379700014 - build: h5bbd4a7_0 + md5: 5ee106f96396b0656ef8468a79081f98 + sha256: 3289dbc5adace4ef8856ea07452afd3d0b7cd132ca8fd58691c667a4800a8d4e + build: h0bf0bfa_0 arch: x86_64 subdir: win-64 build_number: 0 constrains: - - grpc-cpp =1.59.3 + - grpc-cpp =1.60.0 license: Apache-2.0 license_family: APACHE - size: 14228484 - timestamp: 1700260902057 + size: 14644422 + timestamp: 1705977061169 - platform: linux-64 name: libhwloc version: 2.9.3 @@ -15802,7 +14456,7 @@ package: dependencies: - __osx >=10.9 - libcxx >=16.0.6 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.11.5,<3.0.0a0 url: https://conda.anaconda.org/conda-forge/osx-64/libhwloc-2.9.3-default_h24e0189_1009.conda hash: md5: 22fcbfd2a4cdf941b074a00b773b43dd @@ -15823,7 +14477,7 @@ package: dependencies: - __osx >=10.9 - libcxx >=16.0.6 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.11.5,<3.0.0a0 url: https://conda.anaconda.org/conda-forge/osx-arm64/libhwloc-2.9.3-default_h4394839_1009.conda hash: md5: 8c30d3b6ed7c46fce04cc623d83b6c22 @@ -15842,7 +14496,7 @@ package: category: main manager: conda dependencies: - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.11.5,<3.0.0a0 - pthreads-win32 - ucrt >=10.0.20348.0 - vc >=14.2,<15 @@ -16170,92 +14824,92 @@ package: category: main manager: conda dependencies: - - libblas 3.9.0 20_linux64_openblas - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-20_linux64_openblas.conda + - libblas 3.9.0 21_linux64_openblas + url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-21_linux64_openblas.conda hash: - md5: 6fabc51f5e647d09cc010c40061557e0 - sha256: ad7745b8d0f2ccb9c3ba7aaa7167d62fc9f02e45eb67172ae5f0dfb5a3b1a2cc - build: 20_linux64_openblas + md5: 1a42f305615c3867684e049e85927531 + sha256: 64b5c35dce00dd6f9f53178b2fe87116282e00967970bd6551a5a42923806ded + build: 21_linux64_openblas arch: x86_64 subdir: linux-64 - build_number: 20 + build_number: 21 constrains: - - liblapacke 3.9.0 20_linux64_openblas - - libcblas 3.9.0 20_linux64_openblas + - liblapacke 3.9.0 21_linux64_openblas + - libcblas 3.9.0 21_linux64_openblas - blas * openblas license: BSD-3-Clause license_family: BSD - size: 14350 - timestamp: 1700568424034 + size: 14599 + timestamp: 1705979579648 - platform: osx-64 name: liblapack version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_osx64_openblas - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-20_osx64_openblas.conda + - libblas 3.9.0 21_osx64_openblas + url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-21_osx64_openblas.conda hash: - md5: 704bfc2af1288ea973b6755281e6ad32 - sha256: d64e11b93dada339cd0dcc057b3f3f6a5114b8c9bdf90cf6c04cbfa75fb02104 - build: 20_osx64_openblas + md5: cf0e4d82cfca6cd9d6c9ed3df45907c9 + sha256: 5d0ef4743e8684ad436e31bd3c378d48642815a20c260d358668ba29cd80987a + build: 21_osx64_openblas arch: x86_64 subdir: osx-64 - build_number: 20 + build_number: 21 constrains: + - libcblas 3.9.0 21_osx64_openblas + - liblapacke 3.9.0 21_osx64_openblas - blas * openblas - - liblapacke 3.9.0 20_osx64_openblas - - libcblas 3.9.0 20_osx64_openblas license: BSD-3-Clause license_family: BSD - size: 14658 - timestamp: 1700568740660 + size: 14738 + timestamp: 1705979734819 - platform: osx-arm64 name: liblapack version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_osxarm64_openblas - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-20_osxarm64_openblas.conda + - libblas 3.9.0 21_osxarm64_openblas + url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-21_osxarm64_openblas.conda hash: - md5: 1fefac78f2315455ce2d7f34782eac0a - sha256: e13f79828a7752f6e0a74cbe62df80c551285f6c37de86bc3bd9987c97faca57 - build: 20_osxarm64_openblas + md5: a4510e3913ef552d69ab2080a0048523 + sha256: a917e99f26d205df1ec22d7a9fff0d2f2f3c7ba06ea2be886dc220a8340d5917 + build: 21_osxarm64_openblas arch: aarch64 subdir: osx-arm64 - build_number: 20 + build_number: 21 constrains: - - liblapacke 3.9.0 20_osxarm64_openblas - - libcblas 3.9.0 20_osxarm64_openblas + - libcblas 3.9.0 21_osxarm64_openblas - blas * openblas + - liblapacke 3.9.0 21_osxarm64_openblas license: BSD-3-Clause license_family: BSD - size: 14648 - timestamp: 1700568930669 + size: 14829 + timestamp: 1705980215575 - platform: win-64 name: liblapack version: 3.9.0 category: main manager: conda dependencies: - - libblas 3.9.0 20_win64_mkl - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-20_win64_mkl.conda + - libblas 3.9.0 21_win64_mkl + url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-21_win64_mkl.conda hash: - md5: 9510d07424d70fcac553d86b3e4a7c14 - sha256: 7627ef580c26e48c3496b5885fd32be4e4db49fa1077eb21235dc638489565f6 - build: 20_win64_mkl + md5: c4740f091cb75987390087934354a621 + sha256: 3fa7c08dd4edf59cb0907d2e5b74e6be890e0671f845e1bae892d212d118a7e9 + build: 21_win64_mkl arch: x86_64 subdir: win-64 - build_number: 20 + build_number: 21 constrains: - - liblapacke 3.9.0 20_win64_mkl - blas * mkl - - libcblas 3.9.0 20_win64_mkl + - libcblas 3.9.0 21_win64_mkl + - liblapacke 3.9.0 21_win64_mkl license: BSD-3-Clause license_family: BSD - size: 4980967 - timestamp: 1700569262298 + size: 5017043 + timestamp: 1705980523462 - platform: linux-64 name: libllvm14 version: 14.0.6 @@ -16346,43 +15000,43 @@ package: category: main manager: conda dependencies: - - libcxx >=15 - - libxml2 >=2.11.4,<2.12.0a0 + - libcxx >=16 + - libxml2 >=2.12.1,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.2,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libllvm15-15.0.7-he4b1e75_3.conda + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libllvm15-15.0.7-hbedff68_4.conda hash: - md5: ecc6df80c4b0445ac0de9cabae189db3 - sha256: 02c7f5fe1ae9cdf4b0152cc76fef0ccb26137075054bdd9336ebf956fd22d8c9 - build: he4b1e75_3 + md5: bdc80cf2aa69d6eb8dd101dfd804db07 + sha256: a0598cc166e92c6c63e58a7eaa184fa0b8b467693b965dbe19f1c9ff37e134c3 + build: hbedff68_4 arch: x86_64 subdir: osx-64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 23877550 - timestamp: 1690533932497 + size: 23755109 + timestamp: 1701376376564 - platform: osx-arm64 name: libllvm15 version: 15.0.7 category: main manager: conda dependencies: - - libcxx >=15 - - libxml2 >=2.11.4,<2.12.0a0 + - libcxx >=16 + - libxml2 >=2.12.1,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm15-15.0.7-h504e6bf_3.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm15-15.0.7-h2621b3d_4.conda hash: - md5: cef4a00532f06f6797fbe2425d4db2a7 - sha256: 8fbe19f2133c501a43a45f4dab701adf5206ed61f4bd6317f287a8d87409fdee - build: h504e6bf_3 + md5: 8d7f7a7286d99a2671df2619cb3bfb2c + sha256: 63e22ccd4c1b80dfc7da169c65c62a878a46ef0e5771c3b0c091071e718ae1b1 + build: h2621b3d_4 arch: aarch64 subdir: osx-arm64 - build_number: 3 + build_number: 4 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 21956912 - timestamp: 1690530007064 + size: 22049607 + timestamp: 1701372072765 - platform: linux-64 name: libnetcdf version: 4.9.2 @@ -16421,75 +15075,77 @@ package: category: main manager: conda dependencies: - - blosc >=1.21.4,<2.0a0 + - __osx >=10.9 + - blosc >=1.21.5,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libcxx >=15.0.7 - - libxml2 >=2.11.5,<2.12.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libaec >=1.1.2,<2.0a0 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=16.0.6 + - libxml2 >=2.12.2,<3.0.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<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 + url: https://conda.anaconda.org/conda-forge/osx-64/libnetcdf-4.9.2-nompi_h7760872_113.conda hash: - md5: 413f9a35e9f888163b922ea6cfafb9da - sha256: 8b1bfc9322bd4f9fe770461fac5b75b1888ccdbdf72b2d2a2bec1e1c13e05f48 - build: nompi_h6a32802_112 + md5: bce76ace6497221c2a2a02840aaceac5 + sha256: 3d6a950d82a8dfb9fa51c263e543cfa9c113703add20646ec85401e7b557da49 + build: nompi_h7760872_113 arch: x86_64 subdir: osx-64 - build_number: 112 + build_number: 113 license: MIT license_family: MIT - size: 737489 - timestamp: 1693582116713 + size: 724322 + timestamp: 1702229765562 - platform: osx-arm64 name: libnetcdf version: 4.9.2 category: main manager: conda dependencies: - - blosc >=1.21.4,<2.0a0 + - __osx >=10.9 + - blosc >=1.21.5,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libcxx >=15.0.7 - - libxml2 >=2.11.5,<2.12.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libaec >=1.1.2,<2.0a0 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=16.0.6 + - libxml2 >=2.12.2,<3.0.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.1.2,<4.0a0 + - openssl >=3.2.0,<4.0a0 - zlib - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_hb2fb864_112.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libnetcdf-4.9.2-nompi_h291a7c2_113.conda hash: - md5: fdd8c3b65f9369c4a5bbf23164ea8e19 - sha256: fef33b99225691fce165cd1aadb85c823e2a3a9e5d67c3069f1d6b9ebbf53fdf - build: nompi_hb2fb864_112 + md5: ad4f2f848502515d706cecd73ac9ec86 + sha256: e5c0e8071029fdffc4219fa03bf2cb05e910459e1d55da3bc0d8ab70ddd0325e + build: nompi_h291a7c2_113 arch: aarch64 subdir: osx-arm64 - build_number: 112 + build_number: 113 license: MIT license_family: MIT - size: 706702 - timestamp: 1693582109664 + size: 682144 + timestamp: 1702229583910 - platform: win-64 name: libnetcdf version: 4.9.2 category: main manager: conda dependencies: - - blosc >=1.21.4,<2.0a0 + - blosc >=1.21.5,<2.0a0 - bzip2 >=1.0.8,<2.0a0 - hdf4 >=4.2.15,<4.2.16.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 - - libaec >=1.0.6,<2.0a0 - - libcurl >=8.2.1,<9.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libaec >=1.1.2,<2.0a0 + - libcurl >=8.5.0,<9.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzip >=1.10.1,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - ucrt >=10.0.20348.0 @@ -16497,18 +15153,18 @@ package: - 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 + url: https://conda.anaconda.org/conda-forge/win-64/libnetcdf-4.9.2-nompi_h07c049d_113.conda hash: - md5: d13288269ee4de9079261a31028f9954 - sha256: 6694fb1a949893178c3e0c7df648f5b9875da5ba9b1d76ec5d9a5bac6647dfc6 - build: nompi_h8284064_112 + md5: 2aa431a5a05e3679eea4faad0f47b119 + sha256: 4b06a7aa1fcfb3406e3eab9368089d612ea014402edd5deefb2f02b73cf3673d + build: nompi_h07c049d_113 arch: x86_64 subdir: win-64 - build_number: 112 + build_number: 113 license: MIT license_family: MIT - size: 625332 - timestamp: 1693582445195 + size: 625091 + timestamp: 1702229854053 - platform: linux-64 name: libnghttp2 version: 1.58.0 @@ -16584,25 +15240,6 @@ package: license_family: MIT size: 565451 timestamp: 1702130473930 -- platform: linux-64 - name: libnl - version: 3.9.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libnl-3.9.0-hd590300_0.conda - hash: - md5: d27c451db4f1d3c983c78167d2fdabc2 - sha256: aae03117811e704c3f3666e8374dd2e632f1d78bef0c27330e7298b24004819e - build: hd590300_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: LGPL-2.1-or-later - license_family: LGPL - size: 732866 - timestamp: 1702657849946 - platform: linux-64 name: libnsl version: 2.0.1 @@ -16622,24 +15259,6 @@ package: license_family: GPL size: 33408 timestamp: 1697359010159 -- platform: linux-64 - name: libnuma - version: 2.0.16 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.16-h0b41bf4_1.conda - hash: - md5: 28bfe2cb11357ccc5be21101a6b7ce86 - sha256: 814a50cba215548ec3ebfb53033ffb9b3b070b2966570ff44910b8d9ba1c359d - build: h0b41bf4_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: LGPL-2.1-only - size: 41107 - timestamp: 1676004391774 - platform: linux-64 name: libogg version: 1.3.4 @@ -16717,73 +15336,498 @@ package: timestamp: 1610382533961 - platform: linux-64 name: libopenblas - version: 0.3.25 + version: 0.3.26 category: main manager: conda dependencies: - libgcc-ng >=12 - libgfortran-ng - libgfortran5 >=12.3.0 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.25-pthreads_h413a1c8_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.26-pthreads_h413a1c8_0.conda hash: - md5: d172b34a443b95f86089e8229ddc9a17 - sha256: 628564517895ee1b09cf72c817548bd80ef1acce6a8214a8520d9f7b44c4cfaf + md5: 760ae35415f5ba8b15d09df5afe8b23a + sha256: b626954b5a1113dafec8df89fa8bf18ce9b4701464d9f084ddd7fc9fac404bbd build: pthreads_h413a1c8_0 arch: x86_64 subdir: linux-64 build_number: 0 constrains: - - openblas >=0.3.25,<0.3.26.0a0 + - openblas >=0.3.26,<0.3.27.0a0 license: BSD-3-Clause license_family: BSD - size: 5545169 - timestamp: 1700536004164 + size: 5578031 + timestamp: 1704950143521 - platform: osx-64 name: libopenblas - version: 0.3.25 + version: 0.3.26 category: main manager: conda dependencies: - libgfortran 5.* - libgfortran5 >=12.3.0 - llvm-openmp >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.25-openmp_hfef2a42_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.26-openmp_hfef2a42_0.conda hash: - md5: a01b96f00c3155c830d98a518c7dcbfb - sha256: 9895bccdbaa34958ab7dd1f29de66d1dfb94c551c7bb5a663666a500c67ee93c + md5: 9df60162aea811087267b515f359536c + sha256: 4a5994cc608708eca19b90b642a144bb073e4a1cd27b824281dfcae67917204e build: openmp_hfef2a42_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: - - openblas >=0.3.25,<0.3.26.0a0 + - openblas >=0.3.26,<0.3.27.0a0 license: BSD-3-Clause license_family: BSD - size: 6019426 - timestamp: 1700537709900 + size: 6044576 + timestamp: 1704951566923 - platform: osx-arm64 name: libopenblas - version: 0.3.25 + version: 0.3.26 category: main manager: conda dependencies: - libgfortran 5.* - libgfortran5 >=12.3.0 - llvm-openmp >=16.0.6 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.25-openmp_h6c19121_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.26-openmp_h6c19121_0.conda hash: - md5: a1843550403212b9dedeeb31466ade03 - sha256: b112e0d500bc0314ea8d393efac3ab8c67857e5a2b345348c98e703ee92723e5 + md5: 000970261d954431ccca3cce68d873d8 + sha256: 2a59b92c412fd0f59a8079dfa21c561ae17e72e72e47d4d7aee474bf6fd642e1 build: openmp_h6c19121_0 arch: aarch64 subdir: osx-arm64 build_number: 0 constrains: - - openblas >=0.3.25,<0.3.26.0a0 + - openblas >=0.3.26,<0.3.27.0a0 license: BSD-3-Clause license_family: BSD - size: 2896390 - timestamp: 1700535987588 + size: 2917606 + timestamp: 1704950245195 +- platform: osx-64 + name: libopenvino + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - pugixml >=1.14,<1.15.0a0 + - tbb >=2021.11.0 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-2023.2.0-h113ac47_5.conda + hash: + md5: 7ef99bfadec942048c5a96185e943cb7 + sha256: cd9c805903d93891de28274bc6ffb71b7b47106f8773a86711dfcac2d00f0157 + build: h113ac47_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + size: 4779521 + timestamp: 1706001536591 +- platform: osx-arm64 + name: libopenvino + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - pugixml >=1.14,<1.15.0a0 + - tbb >=2021.11.0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-2023.2.0-he6dadac_4.conda + hash: + md5: b11692f3adec054d0eb3b1fdddd3281c + sha256: 328a4bbdc1a91b21a9311c63842123dcd6e741169f126466c3e7c1ba6f6ab775 + build: he6dadac_4 + arch: aarch64 + subdir: osx-arm64 + build_number: 4 + size: 4298335 + timestamp: 1705599076717 +- platform: osx-arm64 + name: libopenvino-arm-cpu-plugin + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 he6dadac_4 + - pugixml >=1.14,<1.15.0a0 + - tbb >=2021.11.0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-arm-cpu-plugin-2023.2.0-he6dadac_4.conda + hash: + md5: 566b537d48986b631796631323d80307 + sha256: be15cec76aa9d3494771f693fed2884b48dc5c78018b01576b6d463ce371729d + build: he6dadac_4 + arch: aarch64 + subdir: osx-arm64 + build_number: 4 + size: 5683226 + timestamp: 1705599162853 +- platform: osx-64 + name: libopenvino-auto-batch-plugin + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 h113ac47_5 + - tbb >=2021.11.0 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-auto-batch-plugin-2023.2.0-h9adb129_5.conda + hash: + md5: 2dade19f68a11728b22127a4d96d6b98 + sha256: 216e1a37995de84038419702df07055abaadf8d43a1db587afee10b29e1000c2 + build: h9adb129_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + size: 110755 + timestamp: 1706001590536 +- platform: osx-arm64 + name: libopenvino-auto-batch-plugin + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 he6dadac_4 + - tbb >=2021.11.0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-auto-batch-plugin-2023.2.0-hc9f00d9_4.conda + hash: + md5: 9d9fbbd978fc59d6a8b9aa84fd20ca9d + sha256: f7eb75eb428886f564c8d83c47fe4d0f5e8528c1f10a145f96e04b962724d465 + build: hc9f00d9_4 + arch: aarch64 + subdir: osx-arm64 + build_number: 4 + size: 108596 + timestamp: 1705599254140 +- platform: osx-64 + name: libopenvino-auto-plugin + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 h113ac47_5 + - tbb >=2021.11.0 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-auto-plugin-2023.2.0-h9adb129_5.conda + hash: + md5: 3a806f53c2eac83f824e328624e1c042 + sha256: 14c404f31ba2fa7dcf6cda6ce4c1745aa0bad142af4a83203ffe694235aa466d + build: h9adb129_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + size: 212960 + timestamp: 1706001634369 +- platform: osx-arm64 + name: libopenvino-auto-plugin + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 he6dadac_4 + - tbb >=2021.11.0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-auto-plugin-2023.2.0-hc9f00d9_4.conda + hash: + md5: a5e221e4d6e1dc2ecab73ca79b8139a1 + sha256: 99663888a1c383a99ab655c129315af0a9c5d4b8324aa345388058ab1a348355 + build: hc9f00d9_4 + arch: aarch64 + subdir: osx-arm64 + build_number: 4 + size: 205873 + timestamp: 1705599328579 +- platform: osx-64 + name: libopenvino-hetero-plugin + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 h113ac47_5 + - pugixml >=1.14,<1.15.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-hetero-plugin-2023.2.0-hfe2fe54_5.conda + hash: + md5: 123e042fd4e60026a3fa5855bc219da5 + sha256: ff59a7d42c6c9de82ed8712ca6879b7ddc57f9dde3cf17d01a3b23132bdb7bd8 + build: hfe2fe54_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + size: 169422 + timestamp: 1706001673294 +- platform: osx-arm64 + name: libopenvino-hetero-plugin + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 he6dadac_4 + - pugixml >=1.14,<1.15.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-hetero-plugin-2023.2.0-hf483cef_4.conda + hash: + md5: fde25fc6f69a098c36a677c4fcfb1c1a + sha256: c0d0c9daba132f5713c32356fba196048ea8b94c647696eb2c265a244f47b210 + build: hf483cef_4 + arch: aarch64 + subdir: osx-arm64 + build_number: 4 + size: 161523 + timestamp: 1705599403553 +- platform: osx-64 + name: libopenvino-intel-cpu-plugin + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 h113ac47_5 + - pugixml >=1.14,<1.15.0a0 + - tbb >=2021.11.0 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-intel-cpu-plugin-2023.2.0-h113ac47_5.conda + hash: + md5: af5fb76fc5b148abb585a535da798455 + sha256: b7a8885f2fae06674775e31b6958f21293d354261aac5d13e08d64c2b26cea16 + build: h113ac47_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + size: 9310365 + timestamp: 1706001718864 +- platform: osx-64 + name: libopenvino-ir-frontend + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 h113ac47_5 + - pugixml >=1.14,<1.15.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-ir-frontend-2023.2.0-hfe2fe54_5.conda + hash: + md5: ee4cecea05ed4679172da4f566341df0 + sha256: df2b25788dfd315ab96fbb7fa809ddadc0f8bdbe3e60c5372b282474d4921c11 + build: hfe2fe54_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + size: 175233 + timestamp: 1706001837740 +- platform: osx-arm64 + name: libopenvino-ir-frontend + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 he6dadac_4 + - pugixml >=1.14,<1.15.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-ir-frontend-2023.2.0-hf483cef_4.conda + hash: + md5: e7efbdf2090dee226fca81adbf33c869 + sha256: 5f98468074b0cea856b5cd31bd33ae91b8cc625ac2738f6dacfe3105cfa32fcc + build: hf483cef_4 + arch: aarch64 + subdir: osx-arm64 + build_number: 4 + size: 167717 + timestamp: 1705599480376 +- platform: osx-64 + name: libopenvino-onnx-frontend + version: 2023.2.0 + category: main + manager: conda + dependencies: + - __osx >=10.13 + - libcxx >=15 + - libopenvino 2023.2.0 h113ac47_5 + - libprotobuf >=4.25.1,<4.25.2.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-onnx-frontend-2023.2.0-hd0b7f58_5.conda + hash: + md5: 7770d1691eb72493ab3f5ae7d995f2d6 + sha256: 98db9c668e0311e685ae7c1558a345d4b9f064fe438c2dcc0ae026e1cf3a7de5 + build: hd0b7f58_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + size: 1247188 + timestamp: 1706001882313 +- platform: osx-arm64 + name: libopenvino-onnx-frontend + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 he6dadac_4 + - libprotobuf >=4.24.4,<4.24.5.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-onnx-frontend-2023.2.0-h7939876_4.conda + hash: + md5: f680f872d72b9db7d6f24dae05895651 + sha256: d80a4fcb797c27f2b75206e22a72dd38b3d8cc18db53930e62a592f9f55717f2 + build: h7939876_4 + arch: aarch64 + subdir: osx-arm64 + build_number: 4 + size: 1177945 + timestamp: 1705599556685 +- platform: osx-64 + name: libopenvino-paddle-frontend + version: 2023.2.0 + category: main + manager: conda + dependencies: + - __osx >=10.13 + - libcxx >=15 + - libopenvino 2023.2.0 h113ac47_5 + - libprotobuf >=4.25.1,<4.25.2.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-paddle-frontend-2023.2.0-hd0b7f58_5.conda + hash: + md5: 3417b7a975319a24e05710a2a9b4453c + sha256: ba5d3806ad99e5e400a36c8ef8837c5479be21d6ab982403d40b8bdd07357210 + build: hd0b7f58_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + size: 410228 + timestamp: 1706001927851 +- platform: osx-arm64 + name: libopenvino-paddle-frontend + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 he6dadac_4 + - libprotobuf >=4.24.4,<4.24.5.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-paddle-frontend-2023.2.0-h7939876_4.conda + hash: + md5: fdbca118130e1967d4109703f5851d94 + sha256: 9048a7a38a3cd560fc88dbd860a738d10e97b78211aa655d4d1378dc454dc288 + build: h7939876_4 + arch: aarch64 + subdir: osx-arm64 + build_number: 4 + size: 398849 + timestamp: 1705599637408 +- platform: osx-64 + name: libopenvino-pytorch-frontend + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 h113ac47_5 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-pytorch-frontend-2023.2.0-hd427752_5.conda + hash: + md5: 7f909f02e6743104bc833fe3fb356c37 + sha256: ecc7a7b43a8a37e57055dfed6041ae971e69438e198be1b4b02fdbb027c43c9e + build: hd427752_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + size: 675745 + timestamp: 1706001942314 +- platform: osx-arm64 + name: libopenvino-pytorch-frontend + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 he6dadac_4 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-pytorch-frontend-2023.2.0-hebf3989_4.conda + hash: + md5: d3c0f9fe65b08f4ef41faff746e6d431 + sha256: 5fa4b76c694a48f72273c6e5dc07bd0976b7fd8ba2b9249d0d40fa9c6616f6c3 + build: hebf3989_4 + arch: aarch64 + subdir: osx-arm64 + build_number: 4 + size: 651210 + timestamp: 1705599705193 +- platform: osx-64 + name: libopenvino-tensorflow-frontend + version: 2023.2.0 + category: main + manager: conda + dependencies: + - __osx >=10.13 + - libabseil * cxx17* + - libabseil >=20230802.1,<20230803.0a0 + - libcxx >=15 + - libopenvino 2023.2.0 h113ac47_5 + - libprotobuf >=4.25.1,<4.25.2.0a0 + - snappy >=1.1.10,<2.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-tensorflow-frontend-2023.2.0-h35b5a9d_5.conda + hash: + md5: 4f71c6b94c8292c2be234bec825ae284 + sha256: bd8715d4e9f53a3448570c225ef2e2ed2a2c75abacdafa4ba1936fb7be70cbe9 + build: h35b5a9d_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + size: 872619 + timestamp: 1706001987551 +- platform: osx-arm64 + name: libopenvino-tensorflow-frontend + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libabseil * cxx17* + - libabseil >=20230802.1,<20230803.0a0 + - libcxx >=15 + - libopenvino 2023.2.0 he6dadac_4 + - libprotobuf >=4.24.4,<4.24.5.0a0 + - snappy >=1.1.10,<2.0a0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-tensorflow-frontend-2023.2.0-he0d35a2_4.conda + hash: + md5: 7756bf3098f83e530bd9e5e4505d6742 + sha256: 3817cb1938ccdb5e2a8940eb096dfcb6ec2b5c709cc937a23cf0fb5900a1eeaa + build: he0d35a2_4 + arch: aarch64 + subdir: osx-arm64 + build_number: 4 + size: 837515 + timestamp: 1705599782491 +- platform: osx-64 + name: libopenvino-tensorflow-lite-frontend + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 h113ac47_5 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenvino-tensorflow-lite-frontend-2023.2.0-hd427752_5.conda + hash: + md5: 2bff123b6be1440317eeeac8ba412ca2 + sha256: c9b716d7b26b98017064a24bb518281e1c64e3e9df897eefefd285cf1f8f9177 + build: hd427752_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + size: 361894 + timestamp: 1706002030812 +- platform: osx-arm64 + name: libopenvino-tensorflow-lite-frontend + version: 2023.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libopenvino 2023.2.0 he6dadac_4 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenvino-tensorflow-lite-frontend-2023.2.0-hebf3989_4.conda + hash: + md5: c60478c15bfd3ba00d99bd786aaf6bdc + sha256: b07c1357edb4c42fb97e87de44abf7dab74b46a5500a20a96f033e0da23eb6d1 + build: hebf3989_4 + arch: aarch64 + subdir: osx-arm64 + build_number: 4 + size: 361609 + timestamp: 1705599850663 - platform: linux-64 name: libopus version: 1.3.1 @@ -16859,49 +15903,6 @@ package: license_family: BSD size: 260615 timestamp: 1606824019288 -- platform: linux-64 - name: libparquet - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 h84dd17c_2_cpu - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.0,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libparquet-14.0.2-h352af49_2_cpu.conda - hash: - md5: b265698e6c69269fe78a8cc972269c35 - sha256: 4d0113cb62bb15c7fde3da36b4bb1862182ec5f89e0165ebcf5ae0bce155097f - build: h352af49_2_cpu - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: Apache-2.0 - size: 1163710 - timestamp: 1704355184404 -- platform: osx-64 - name: libparquet - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 h1aaacd4_2_cpu - - libcxx >=14 - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.0,<4.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libparquet-14.0.2-h381d950_2_cpu.conda - hash: - md5: c9b769d78c837821bfabc4fbd3cf3936 - sha256: 8f58f4a46ae7eb500fff04a26e6f15de111999df4017bd4c4aac8f7245c95016 - build: h381d950_2_cpu - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: Apache-2.0 - size: 928914 - timestamp: 1704356105480 - platform: osx-arm64 name: libparquet version: 14.0.2 @@ -16924,29 +15925,6 @@ package: license_family: APACHE size: 911760 timestamp: 1704356359375 -- platform: win-64 - name: libparquet - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 he5f67d5_2_cpu - - libthrift >=0.19.0,<0.19.1.0a0 - - openssl >=3.2.0,<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/libparquet-14.0.2-h7ec3a38_2_cpu.conda - hash: - md5: 4de7b992bc7bc1a71b07fa893c80fcfb - sha256: 929bb7e2a0903d9442aac788969b8626017e97193929bceae991a4ddcdde3875 - build: h7ec3a38_2_cpu - arch: x86_64 - subdir: win-64 - build_number: 2 - license: Apache-2.0 - size: 780687 - timestamp: 1704355806769 - platform: linux-64 name: libpciaccess version: '0.17' @@ -17124,7 +16102,7 @@ package: timestamp: 1702130694327 - platform: linux-64 name: libprotobuf - version: 4.24.4 + version: 4.25.1 category: main manager: conda dependencies: @@ -17133,42 +16111,41 @@ package: - libgcc-ng >=12 - libstdcxx-ng >=12 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.24.4-hf27288f_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.25.1-hf27288f_0.conda hash: - md5: 1a0287ab734591ad63603734f923016b - sha256: 3e0f6454190abb27edd2aeb724688ee440de133edb02cbb17d5609ba36aa8be0 + md5: fa5eb01e989d7484fed5ca88997e892b + sha256: 97ef9c6ce2b710aadc9a4520c1e354ce476286691623439f2a28b3f50906242b build: hf27288f_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 2568098 - timestamp: 1696556878001 + size: 2717560 + timestamp: 1705834183873 - platform: osx-64 name: libprotobuf - version: 4.24.4 + version: 4.25.1 category: main manager: conda dependencies: - __osx >=10.13 - - __osx >=10.9 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.24.4-h0ee05dc_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.25.1-hc4f2305_0.conda hash: - md5: c0f2660a38d96e55c6aae15a06ee277b - sha256: 4c0cd48fa2b0ac5cad6204d686bcb8e51bc5906c25180919ecf8f3000c0eade5 - build: h0ee05dc_0 + md5: c56993259c1876b30466251c054dad17 + sha256: 1aa1db8e42840466bd5c350ac12c7a899288c6a8c32ea650f9f20764623fd0e2 + build: hc4f2305_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 2134003 - timestamp: 1696557204512 + size: 2302858 + timestamp: 1705834549037 - platform: osx-arm64 name: libprotobuf version: 4.24.4 @@ -17194,7 +16171,7 @@ package: timestamp: 1696556460522 - platform: win-64 name: libprotobuf - version: 4.24.4 + version: 4.25.1 category: main manager: conda dependencies: @@ -17204,18 +16181,18 @@ package: - 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.24.4-hb8276f3_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.25.1-hb8276f3_0.conda hash: - md5: db95f0bafffb9a5b6b9f398d35d693ad - sha256: 2c2b9c1f65458c2f2a4b57d49bf8113781b933b63f8fc976f050627bddcf983d + md5: 57af335450788e34a95bbb78a29dced1 + sha256: 1bbffda6dba3f6fd12c79673d8c99f8ed358104baa8075a6e6040b1996eddafc build: hb8276f3_0 arch: x86_64 subdir: win-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 5281089 - timestamp: 1696556929616 + size: 5592047 + timestamp: 1705835144318 - platform: linux-64 name: libraw version: 0.21.1 @@ -17436,46 +16413,46 @@ package: category: main manager: conda dependencies: - - cairo >=1.16.0,<2.0a0 + - cairo >=1.18.0,<2.0a0 - gdk-pixbuf >=2.42.10,<3.0a0 - gettext >=0.21.1,<1.0a0 - - libglib >=2.76.4,<3.0a0 - - libxml2 >=2.11.4,<2.12.0a0 + - libglib >=2.78.1,<3.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - pango >=1.50.14,<2.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.56.3-hec3db73_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/librsvg-2.56.3-h1877882_1.conda hash: - md5: c6ab56c808493cbd88267fad5297c3c1 - sha256: 031f377db78d673b89ec837efed3d794d7abd0ce787c2527153a15197e29d3c8 - build: hec3db73_0 + md5: 43b31ab0e9cf3538fb3ab138ee663a0b + sha256: 29c94b30363cdcae427a2a303de3c634db05f1e28101b6e865e135e72fa8b7ec + build: h1877882_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: LGPL-2.1-or-later - size: 3913202 - timestamp: 1690735737331 + size: 3978990 + timestamp: 1701547214362 - platform: osx-arm64 name: librsvg version: 2.56.3 category: main manager: conda dependencies: - - cairo >=1.16.0,<2.0a0 + - cairo >=1.18.0,<2.0a0 - gdk-pixbuf >=2.42.10,<3.0a0 - gettext >=0.21.1,<1.0a0 - - libglib >=2.76.4,<3.0a0 - - libxml2 >=2.11.4,<2.12.0a0 + - libglib >=2.78.1,<3.0a0 + - libxml2 >=2.12.1,<3.0.0a0 - pango >=1.50.14,<2.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.56.3-h0db3404_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.56.3-h55a2576_1.conda hash: - md5: b9784f5c16c6d01d59f7e65a3b0441c6 - sha256: 4ed7ddb12fe193994cbf7d77eb3d7e776fda6c65e95c467f32392f40b880bbe6 - build: h0db3404_0 + md5: d9624ec11650aa93e0b2c2612c3548f5 + sha256: 59043f2536d61a32378553c4fa7f56e97bca12165c37a45de9e7439a06f5ac16 + build: h55a2576_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: LGPL-2.1-or-later - size: 3791057 - timestamp: 1690736683429 + size: 3832300 + timestamp: 1701547781584 - platform: linux-64 name: librttopo version: 1.1.0 @@ -17708,24 +16685,24 @@ package: - libcxx >=16.0.6 - libiconv >=1.17,<2.0a0 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.44.1,<4.0a0 - - libxml2 >=2.11.6,<2.12.0a0 + - libsqlite >=3.44.2,<4.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - sqlite - zlib - url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-hf63aa75_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libspatialite-5.1.0-hebe6af1_4.conda hash: - md5: 2c00e79960e3a8fde456ff228eaca1ed - sha256: e233c42c026efaf1fc0b0847e73137d16b9f5742615b9cf2426cfcb53a14f709 - build: hf63aa75_2 + md5: 9e8f3012e1b4460819395357cc7c4371 + sha256: 48ff63495ed9ed86db1fb62ea51e1053747e76481200fb33aa164f7bdb1bec93 + build: hebe6af1_4 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 4 license: MPL-1.1 license_family: MOZILLA - size: 3145696 - timestamp: 1700779367516 + size: 3145354 + timestamp: 1702008546896 - platform: osx-arm64 name: libspatialite version: 5.1.0 @@ -17739,24 +16716,24 @@ package: - libcxx >=16.0.6 - libiconv >=1.17,<2.0a0 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.44.1,<4.0a0 - - libxml2 >=2.11.6,<2.12.0a0 + - libsqlite >=3.44.2,<4.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - sqlite - zlib - url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-h66af7d6_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libspatialite-5.1.0-h69abc6b_4.conda hash: - md5: cec958a38abd789967347005686c7dd9 - sha256: f6871a59faa7781ac56c25e73bfca8b4f0428b4a1d4f9eac9394a6dc723974b7 - build: h66af7d6_2 + md5: 87ffacbac2645cf24734708c63dd2e18 + sha256: c81faf3ac0c571f3e56c23e0eb9f70217516bf47c244fc9eed6544405f8fe786 + build: h69abc6b_4 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 4 license: MPL-1.1 license_family: MOZILLA - size: 3014240 - timestamp: 1700778943695 + size: 4104523 + timestamp: 1702008452166 - platform: win-64 name: libspatialite version: 5.1.0 @@ -17767,27 +16744,27 @@ package: - freexl >=2.0.0,<3.0a0 - geos >=3.12.1,<3.12.2.0a0 - librttopo >=1.1.0,<1.2.0a0 - - libsqlite >=3.44.1,<4.0a0 - - libxml2 >=2.11.6,<2.12.0a0 + - libsqlite >=3.44.2,<4.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.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-h9175a46_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/libspatialite-5.1.0-hf2f0abc_4.conda hash: - md5: 9cabdb9077a0bd1d2f85eda40ad671dc - sha256: 461636156577bf85094a27ab8a8df2c0edfe909fc5bd6d53a44360db2c49657f - build: h9175a46_2 + md5: 15d5d74335f53b34f05e6ee83c2e6119 + sha256: 30356fe967052feb909ae8b6011637ffe57aaaf6add65399400fca04a97189b7 + build: hf2f0abc_4 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 4 license: MPL-1.1 license_family: MOZILLA - size: 8622789 - timestamp: 1700778981105 + size: 8606085 + timestamp: 1702008651881 - platform: linux-64 name: libsqlite version: 3.44.2 @@ -18145,51 +17122,6 @@ package: license_family: BSD size: 206136 timestamp: 1618478588764 -- platform: linux-64 - name: libthrift - version: 0.19.0 - category: main - manager: conda - 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 - url: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.19.0-hb90f79a_1.conda - hash: - md5: 8cdb7d41faa0260875ba92414c487e2d - sha256: 719add2cf20d144ef9962c57cd0f77178259bdb3aae1cded2e2b2b7c646092f5 - build: hb90f79a_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - license_family: APACHE - size: 409409 - timestamp: 1695958011498 -- platform: osx-64 - name: libthrift - version: 0.19.0 - category: main - manager: conda - 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 - url: https://conda.anaconda.org/conda-forge/osx-64/libthrift-0.19.0-h064b379_1.conda - hash: - md5: b152655bfad7c2374ff03be0596052b6 - sha256: 4346c25ef6e2ff3d0fc93074238508531188ecd0dbea6414f6cb93a7775072c4 - build: h064b379_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: Apache-2.0 - license_family: APACHE - size: 325415 - timestamp: 1695958330036 - platform: osx-arm64 name: libthrift version: 0.19.0 @@ -18212,30 +17144,6 @@ package: license_family: APACHE size: 331154 timestamp: 1695958512679 -- platform: win-64 - name: libthrift - version: 0.19.0 - category: main - manager: conda - 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 - url: https://conda.anaconda.org/conda-forge/win-64/libthrift-0.19.0-ha2b3283_1.conda - hash: - md5: d3432b9d4950e91d2fdf3bed91248ee0 - sha256: 89bbc59898c827429a52315c9c0dd888ea73ab1157a8c86098aeae7d13454ac4 - build: ha2b3283_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: Apache-2.0 - license_family: APACHE - size: 612342 - timestamp: 1695958519927 - platform: linux-64 name: libtiff version: 4.6.0 @@ -18390,43 +17298,6 @@ package: license: GPL-3.0-only OR LGPL-3.0-only size: 1577561 timestamp: 1626955172521 -- platform: linux-64 - name: libutf8proc - version: 2.8.0 - category: main - manager: conda - dependencies: - - 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 - build: h166bdaf_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 101070 - timestamp: 1667316029302 -- platform: osx-64 - name: libutf8proc - version: 2.8.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libutf8proc-2.8.0-hb7f2c08_0.tar.bz2 - hash: - md5: db98dc3e58cbc11583180609c429c17d - sha256: 55a7f96b2802e94def207fdfe92bc52c24d705d139bb6cdb3d936cbe85e1c505 - build: hb7f2c08_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 98942 - timestamp: 1667316472080 - platform: osx-arm64 name: libutf8proc version: 2.8.0 @@ -18445,27 +17316,6 @@ package: license_family: MIT size: 103492 timestamp: 1667316405233 -- platform: win-64 - name: libutf8proc - version: 2.8.0 - category: main - manager: conda - dependencies: - - 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 - build: h82a8f57_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - size: 104389 - timestamp: 1667316359211 - platform: linux-64 name: libuuid version: 2.38.1 @@ -18964,7 +17814,7 @@ package: timestamp: 1700244910106 - platform: osx-64 name: libxml2 - version: 2.11.6 + version: 2.12.4 category: main manager: conda dependencies: @@ -18972,21 +17822,21 @@ package: - 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.6-hc0ae0f7_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.4-hc0ae0f7_1.conda hash: - md5: 2b6ec8c6366ea74db4b910469addad1d - sha256: b5b1c3df3e6d0d294764938e79d7f413191cc5b1af2ede49f42b1df04d068a18 - build: hc0ae0f7_0 + md5: 6ffac7334d3c1672845bc4b2a9e39835 + sha256: edccf142e32ee5c6619aebf36c29acdb942bde32fc0585882f5848d86b3e5acd + build: hc0ae0f7_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 620717 - timestamp: 1700245256960 + size: 619880 + timestamp: 1705355303675 - platform: osx-arm64 name: libxml2 - version: 2.11.6 + version: 2.12.4 category: main manager: conda dependencies: @@ -18994,21 +17844,21 @@ package: - 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-arm64/libxml2-2.11.6-h0d0cfa8_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.12.4-h0d0cfa8_1.conda hash: - md5: 37e112ce9494adfcee6c0c7bf3b5d98d - sha256: 07d2da8f3fb00fb6f84cd36b5329174b878105889f0fe21e79981f27573b47af - build: h0d0cfa8_0 + md5: 2ce68362b6ba7e78a066abce22811df7 + sha256: 70863a5554cbdd573cf852571a6ef015e5376f8969068725523a01dff7ff4de3 + build: h0d0cfa8_1 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 588705 - timestamp: 1700245318212 + size: 588541 + timestamp: 1705355310031 - platform: win-64 name: libxml2 - version: 2.11.6 + version: 2.12.4 category: main manager: conda dependencies: @@ -19017,18 +17867,18 @@ package: - 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.6-hc3477c8_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.4-hc3477c8_1.conda hash: - md5: 08ffbb4c22dd3622e122058368f8b708 - sha256: 6ed853ef69bf43998eacc6fd022d7ac170d9e2d3d273b0be0dc3da593fb0fc90 - build: hc3477c8_0 + md5: bc7291fa70257ccf420b564c870a53b2 + sha256: b3aa51adb9fb9413227cedc0ce7c5d9f9cf99940911cca3da117e940a8b778ce + build: hc3477c8_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 1627582 - timestamp: 1700245325646 + size: 1570461 + timestamp: 1705355510142 - platform: linux-64 name: libzip version: 1.10.1 @@ -19524,7 +18374,7 @@ package: - pkg:pypi/loguru - platform: linux-64 name: lz4 - version: 4.3.2 + version: 4.3.3 category: main manager: conda dependencies: @@ -19532,41 +18382,41 @@ package: - lz4-c >=1.9.3,<1.10.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/lz4-4.3.2-py311h38e4bf4_1.conda + url: https://conda.anaconda.org/conda-forge/linux-64/lz4-4.3.3-py311h38e4bf4_0.conda hash: - md5: f8e0b648d77bbe44d1fe8af8cc56a590 - sha256: fe612889784ba98ce3c4f477bbada2d9ead0318b9bba2d9ad195068d883ca7c8 - build: py311h38e4bf4_1 + md5: 3910c815fc788621f88b2bdc0fa9f0a6 + sha256: 61d20694cf17fd621fc07859ccdd810be9de702fd0fa5c8f60f0ef4602b8bcde + build: py311h38e4bf4_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 39527 - timestamp: 1695448923445 + size: 39927 + timestamp: 1704831250044 purls: - pkg:pypi/lz4 - platform: osx-64 name: lz4 - version: 4.3.2 + version: 4.3.3 category: main manager: conda dependencies: - lz4-c >=1.9.3,<1.10.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/lz4-4.3.2-py311hbaf8d61_1.conda + url: https://conda.anaconda.org/conda-forge/osx-64/lz4-4.3.3-py311hdfabcfc_0.conda hash: - md5: bab816aa516285c476b1b0f9009a7e47 - sha256: 5f56807f047828d7722b4d60b09adb61dacb886c3a2217ef5697c7da95fbad96 - build: py311hbaf8d61_1 + md5: 23c26f7a049deecd3aa1d2ac4fe3b732 + sha256: 213229b2b04df7bcf77966aef5bef0b628b8801feebd2d11e19e88113f01b896 + build: py311hdfabcfc_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 36549 - timestamp: 1695449117837 + size: 36864 + timestamp: 1704831579795 purls: - pkg:pypi/lz4 - platform: osx-arm64 @@ -19595,7 +18445,7 @@ package: - pkg:pypi/lz4 - platform: win-64 name: lz4 - version: 4.3.2 + version: 4.3.3 category: main manager: conda dependencies: @@ -19605,18 +18455,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/lz4-4.3.2-py311haddf500_1.conda + url: https://conda.anaconda.org/conda-forge/win-64/lz4-4.3.3-py311haddf500_0.conda hash: - md5: 9400bb7bca5e450e73a06a813c845024 - sha256: d474bca70c8442100a884b70044a956ef10530b3ad09c085dd15568421d969dc - build: py311haddf500_1 + md5: 5e0fceb00bc784481e1ac2aa44b1e844 + sha256: 1f826e3a559eed39113d4d3b8131b937abf9d3139e63786ff0c8c295f0a5a652 + build: py311haddf500_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 75960 - timestamp: 1695449198146 + size: 77111 + timestamp: 1704831874474 purls: - pkg:pypi/lz4 - platform: linux-64 @@ -20160,81 +19010,81 @@ package: - pkg:pypi/markdown-it-py - platform: linux-64 name: markupsafe - version: 2.1.3 + version: 2.1.4 category: main manager: conda dependencies: - 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 + url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.4-py311h459d7ec_0.conda hash: - md5: 71120b5155a0c500826cf81536721a15 - sha256: e1a9930f35e39bf65bc293e24160b83ebf9f800f02749f65358e1c04882ee6b0 - build: py311h459d7ec_1 + md5: ee1b39a6ad0c74155593176ff3664f15 + sha256: c40562c70cad3bd0262c73449e8806bd6742cbbd5b413810cf6bae52f283466e + build: py311h459d7ec_0 arch: x86_64 subdir: linux-64 - build_number: 1 + build_number: 0 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD - size: 27174 - timestamp: 1695367575909 + size: 27098 + timestamp: 1705779086424 purls: - pkg:pypi/markupsafe - platform: osx-64 name: markupsafe - version: 2.1.3 + version: 2.1.4 category: main manager: conda dependencies: - 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 + url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.4-py311he705e18_0.conda hash: - md5: 52ee86f482b552e547e2b1d6c01adf55 - sha256: 5a8f8caa89eeba6ea6e9e96d3e7c109b675bc3c6ed4b109b8931757da2411d48 - build: py311h2725bcf_1 + md5: 3eb9b0554eb3d9e63e53680e2d1a6501 + sha256: f363e1ce55fbc670506519cce0600b89e4ec963b946331af3012e359e44a11c1 + build: py311he705e18_0 arch: x86_64 subdir: osx-64 - build_number: 1 + build_number: 0 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD - size: 25917 - timestamp: 1695367980802 + size: 26208 + timestamp: 1705779239736 purls: - pkg:pypi/markupsafe - platform: osx-arm64 name: markupsafe - version: 2.1.3 + version: 2.1.4 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.3-py311heffc1b2_1.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.4-py311h05b510d_0.conda hash: - md5: 5a7b68cb9eea46bea31aaf2d11d0dd2f - sha256: 307c1e3b2e4a2a992a6c94975910adff88cc523e2c9a41e81b2d506d8c9e7359 - build: py311heffc1b2_1 + md5: c1d9420a91aadc57b9ddecf7ddd424da + sha256: e17b94ceea02692dc64e7fab1ddf1f8a4357d4556519edf730052c40fc7e6e1b + build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 - build_number: 1 + build_number: 0 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD - size: 26764 - timestamp: 1695368008221 + size: 26782 + timestamp: 1705779307397 purls: - pkg:pypi/markupsafe - platform: win-64 name: markupsafe - version: 2.1.3 + version: 2.1.4 category: main manager: conda dependencies: @@ -20243,20 +19093,20 @@ package: - 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 + url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.4-py311ha68e1ae_0.conda hash: - md5: bc93b9d445824cfce3933b5dcc1087b4 - sha256: 435c4c2df8d98cd49d8332d22b6f4847fc4b594500f0cdf0f9437274c668642b - build: py311ha68e1ae_1 + md5: 81319232a1e6d181c7cef73d76413af0 + sha256: 687f7043ad786080f0ab3fb8c2492901892e576d8e16a9696b483c6a2a0815dc + build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 - build_number: 1 + build_number: 0 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD - size: 29466 - timestamp: 1695367841578 + size: 29604 + timestamp: 1705779573288 purls: - pkg:pypi/markupsafe - platform: linux-64 @@ -20705,39 +19555,37 @@ package: version: 5.1.1 category: main manager: conda - dependencies: - - __osx >=10.9 - url: https://conda.anaconda.org/conda-forge/osx-64/metis-5.1.1-h93d8f39_2.conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/metis-5.1.1-h73e2aa4_2.conda hash: - md5: cc31955178e62d3216adff6b41d53946 - sha256: 418ce2ffaee71a4fc41ec5c92ba8d5ce2443b6976eca1c3168c5cef9ff8f164e - build: h93d8f39_2 + md5: f3a60f050e50631cc20a51c47d70d1b1 + sha256: 522bab6afc78cf858b19e89f8f01c092a1559ebdc4e41f5909684b4ad6375ee0 + build: h73e2aa4_2 arch: x86_64 subdir: osx-64 build_number: 2 license: Apache-2.0 license_family: APACHE - size: 3909018 - timestamp: 1698847717162 + size: 3895456 + timestamp: 1705681589772 - platform: osx-arm64 name: metis version: 5.1.1 category: main manager: conda - dependencies: - - __osx >=10.9 - url: https://conda.anaconda.org/conda-forge/osx-arm64/metis-5.1.1-h965bd2d_2.conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-arm64/metis-5.1.1-hebf3989_2.conda hash: - md5: ce57da6097b9e7775e184522be89aee5 - sha256: 38ded0910eec64c45505ad93ddd35142212ec0649ed2e5a6dcf13dad968b8924 - build: h965bd2d_2 + md5: 1bdfdc1fab449e21853e09bd904c994f + sha256: 80410be5d610fa40b28295de20c915ae3698ee9441ba81c052715e840bfd5e73 + build: hebf3989_2 arch: aarch64 subdir: osx-arm64 build_number: 2 license: Apache-2.0 license_family: APACHE - size: 3883845 - timestamp: 1698847750729 + size: 3860581 + timestamp: 1705681686807 - platform: win-64 name: metis version: 5.1.1 @@ -20862,35 +19710,35 @@ package: timestamp: 1703875236297 - platform: win-64 name: mkl - version: 2023.2.0 + version: 2024.0.0 category: main manager: conda dependencies: - - intel-openmp 2023.* + - intel-openmp 2024.* - tbb 2021.* - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2023.2.0-h6a75c08_50497.conda + url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.0.0-h66d3029_49657.conda hash: - md5: 064cea9f45531e7b53584acf4bd8b044 - sha256: 46ec9e767279da219398b6e79c8fa95822b2ed3c8e02ab604615b7d1213a5d5a - build: h6a75c08_50497 + md5: 006b65d9cd436247dfe053df772e041d + sha256: 928bed978827e4c891d0879d79ecda6c9104ed7df1f1d4e2e392c9c80b471be7 + build: h66d3029_49657 arch: x86_64 subdir: win-64 - build_number: 50497 + build_number: 49657 license: LicenseRef-ProprietaryIntel license_family: Proprietary - size: 144666110 - timestamp: 1698352013664 + size: 108505947 + timestamp: 1701973497498 - platform: linux-64 name: more-itertools - version: 10.1.0 + version: 10.2.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.2.0-pyhd8ed1ab_0.conda hash: - md5: 8549fafed0351bbfaa1ddaa15fdf9b4e - sha256: 07ce65497dec537e490992758934ddbc4fb5ed9285b41387a7cca966f1a98a0f + md5: d5c98e9706fdc5328d49a9bf2ce5fb42 + sha256: 9e49e9484ff279453f0b55323a3f0c7cb97440c74f69eecda1f4ad29fae5cd3c build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -20898,21 +19746,21 @@ package: license: MIT license_family: MIT noarch: python - size: 53654 - timestamp: 1691087125209 + size: 54469 + timestamp: 1704738585811 purls: - pkg:pypi/more-itertools - platform: osx-64 name: more-itertools - version: 10.1.0 + version: 10.2.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.2.0-pyhd8ed1ab_0.conda hash: - md5: 8549fafed0351bbfaa1ddaa15fdf9b4e - sha256: 07ce65497dec537e490992758934ddbc4fb5ed9285b41387a7cca966f1a98a0f + md5: d5c98e9706fdc5328d49a9bf2ce5fb42 + sha256: 9e49e9484ff279453f0b55323a3f0c7cb97440c74f69eecda1f4ad29fae5cd3c build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -20920,8 +19768,8 @@ package: license: MIT license_family: MIT noarch: python - size: 53654 - timestamp: 1691087125209 + size: 54469 + timestamp: 1704738585811 purls: - pkg:pypi/more-itertools - platform: osx-arm64 @@ -20948,15 +19796,15 @@ package: - pkg:pypi/more-itertools - platform: win-64 name: more-itertools - version: 10.1.0 + version: 10.2.0 category: main manager: conda dependencies: - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.2.0-pyhd8ed1ab_0.conda hash: - md5: 8549fafed0351bbfaa1ddaa15fdf9b4e - sha256: 07ce65497dec537e490992758934ddbc4fb5ed9285b41387a7cca966f1a98a0f + md5: d5c98e9706fdc5328d49a9bf2ce5fb42 + sha256: 9e49e9484ff279453f0b55323a3f0c7cb97440c74f69eecda1f4ad29fae5cd3c build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -20964,30 +19812,30 @@ package: license: MIT license_family: MIT noarch: python - size: 53654 - timestamp: 1691087125209 + size: 54469 + timestamp: 1704738585811 purls: - pkg:pypi/more-itertools - platform: linux-64 name: mpg123 - version: 1.32.3 + version: 1.32.4 category: main manager: conda dependencies: - libgcc-ng >=12 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.3-h59595ed_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.32.4-h59595ed_0.conda hash: - md5: bdadff838d5437aea83607ced8b37f75 - sha256: f02b8ed16b3a488938b5f9453d19ea315ce6ed0d46cc389ecfaa28f2a4c3cb16 + md5: 3f1017b4141e943d9bc8739237f749e8 + sha256: 512f4ad7eda3b2c9a1cc9f7931932aefa6e79567e35b76de03895e769cb3b43c build: h59595ed_0 arch: x86_64 subdir: linux-64 build_number: 0 license: LGPL-2.1-only license_family: LGPL - size: 491969 - timestamp: 1696265613952 + size: 491061 + timestamp: 1704980200966 - platform: linux-64 name: msgpack-python version: 1.0.7 @@ -21209,72 +20057,6 @@ package: timestamp: 1688318483241 purls: - pkg:pypi/munch -- platform: osx-64 - name: munch - version: 4.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 376b32e8f9d3eacbd625f37d39bd507d - sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15466 - timestamp: 1688318483241 - purls: - - pkg:pypi/munch -- platform: osx-arm64 - name: munch - version: 4.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 376b32e8f9d3eacbd625f37d39bd507d - sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15466 - timestamp: 1688318483241 - purls: - - pkg:pypi/munch -- platform: win-64 - name: munch - version: 4.0.0 - category: main - manager: conda - dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/munch-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 376b32e8f9d3eacbd625f37d39bd507d - sha256: 093020ae2deb6c468120111a54909e1c576d70dfea6bc0eec5093e36d2fb8ff8 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 15466 - timestamp: 1688318483241 - purls: - - pkg:pypi/munch - platform: linux-64 name: munkres version: 1.1.4 @@ -22263,7 +21045,7 @@ package: timestamp: 1669785182058 - platform: linux-64 name: nss - version: '3.96' + version: '3.97' category: main manager: conda dependencies: @@ -22273,21 +21055,21 @@ package: - 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.96-h1d7d5a4_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/nss-3.97-h1d7d5a4_0.conda hash: - md5: 1c8f8b8eb041ecd54053fc4b6ad57957 - sha256: 9f73d55f42085d7bca59c675fea57dae2a21f3d62530e47b3d89db89ca444767 + md5: b916d71a3032416e3f9136090d814472 + sha256: a1a62d415e5b5ddbd799ad6d92b2c4a4351fda00b54d96cac2ce7afa04b2d698 build: h1d7d5a4_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MPL-2.0 license_family: MOZILLA - size: 2000770 - timestamp: 1702668797006 + size: 2014022 + timestamp: 1705921777003 - platform: osx-64 name: nss - version: '3.96' + version: '3.97' category: main manager: conda dependencies: @@ -22295,21 +21077,21 @@ package: - libsqlite >=3.44.2,<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.96-ha05da47_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/nss-3.97-ha05da47_0.conda hash: - md5: fdfd6f19418016d84aa194b600105f6e - sha256: ea86ccfbe04bd00922b82a365dfa96aa8039875c7ec5fbb73fddf4111e045e2c + md5: 6408f35df2c8ba0642b13d32915a789b + sha256: fe26704cb733d412fafbeaf0cc4c402f9623757bc2241381d7480a22cdeb64e4 build: ha05da47_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MPL-2.0 license_family: MOZILLA - size: 1886944 - timestamp: 1702669322117 + size: 1902273 + timestamp: 1705922096082 - platform: osx-arm64 name: nss - version: '3.96' + version: '3.97' category: main manager: conda dependencies: @@ -22317,18 +21099,18 @@ package: - libsqlite >=3.44.2,<4.0a0 - libzlib >=1.2.13,<1.3.0a0 - nspr >=4.35,<5.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.96-h5ce2875_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/nss-3.97-h5ce2875_0.conda hash: - md5: 45ec872f4ca4959c6a8aca9e6775b743 - sha256: b63b570c931a3469c836ba39291487e594e46f2248700155e79fe8ac45c18c9d + md5: 5d2d69c2cce2c58171648a1fd34d6732 + sha256: 27786510a52aeb1115c31d8127fcc57fdec38bcef22882dd3bd05d04ca5c393d build: h5ce2875_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MPL-2.0 license_family: MOZILLA - size: 1785366 - timestamp: 1702669351418 + size: 1803657 + timestamp: 1705922174903 - platform: linux-64 name: numba version: 0.58.1 @@ -23241,57 +22023,6 @@ package: license_family: Apache size: 8248125 timestamp: 1701164404616 -- platform: linux-64 - name: orc - version: 1.9.2 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libprotobuf >=4.24.4,<4.24.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.2-h4b38347_0.conda - hash: - md5: 6e6f990b097d3e237e18a8e321d08484 - sha256: a06dd76bc0f2f99f5db5e348298c906007c3aa9e31b963f71d16e63f770b900b - build: h4b38347_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 1018308 - timestamp: 1700372809593 -- platform: osx-64 - name: orc - version: 1.9.2 - category: main - manager: conda - dependencies: - - __osx >=10.13 - - __osx >=10.9 - - libcxx >=16.0.6 - - libprotobuf >=4.24.4,<4.24.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.2-h9ab30d4_0.conda - hash: - md5: 8fb76f7b135aec885cfe47c52b2eb4b5 - sha256: a948db80c0b756db07abce1972d6b8d1a08a7ced5a687b02435348c81443de08 - build: h9ab30d4_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 423917 - timestamp: 1700373043647 - platform: osx-arm64 name: orc version: 1.9.2 @@ -23317,32 +22048,6 @@ package: license_family: Apache size: 405599 timestamp: 1700373052638 -- platform: win-64 - name: orc - version: 1.9.2 - category: main - manager: conda - dependencies: - - libprotobuf >=4.24.4,<4.24.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.2-hf0b6bd4_0.conda - hash: - md5: 29af097d73ea38cf72e666ec90e0044e - sha256: 14d81cf427dec751709b86b4d501388f2a51ea8851f73d82116865bf4cca2667 - build: hf0b6bd4_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 884906 - timestamp: 1700373245961 - platform: linux-64 name: p11-kit version: 0.24.1 @@ -23606,7 +22311,7 @@ package: - pkg:pypi/pandamesh - platform: linux-64 name: pandas - version: 2.1.4 + version: 2.2.0 category: main manager: conda dependencies: @@ -23618,52 +22323,50 @@ package: - python-tzdata >=2022a - python_abi 3.11.* *_cp311 - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.1.4-py311h320fe9a_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.0-py311h320fe9a_0.conda hash: - md5: e44ccb61b6621bf3f8053ae66eba7397 - sha256: 4f40035c77c381e0151c0fb0b39d0dfc343947f7d283c2bced2123273c5d4884 + md5: b9e7a2cb2c47bbb99c05d1892500be45 + sha256: 2198fb053d15ac5e1ea73990b6a1d6a08b4312bbb3364890cfd7d984840119e9 build: py311h320fe9a_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14990951 - timestamp: 1702057771639 + size: 15736776 + timestamp: 1705728915635 - platform: osx-64 name: pandas - version: 2.1.4 + version: 2.2.0 category: main manager: conda dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 + - libcxx >=15 - 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.1.4-py311h1eadf79_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.0-py311h8f6166a_0.conda hash: - md5: 905aff7f27a734e251526b9a7ecc20ac - sha256: 994d226d29293c1b118c0902af50719c5fc25c63c2c6cf7be7808b44226e19eb - build: py311h1eadf79_0 + md5: dcfc21d98671c8b540fdc8ccb201e0da + sha256: 79c7fac5c24e2e82f9a53f7070a7e689c048e9dce374d7810c7ef0797855853d + build: py311h8f6166a_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14378188 - timestamp: 1702058207156 + size: 14860946 + timestamp: 1705729295540 - platform: osx-arm64 name: pandas - version: 2.1.4 + version: 2.2.0 category: main manager: conda dependencies: - - __osx >=10.9 - - libcxx >=16.0.6 + - libcxx >=15 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython @@ -23671,21 +22374,21 @@ package: - python-tzdata >=2022a - python_abi 3.11.* *_cp311 - pytz >=2020.1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.1.4-py311h6e08293_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.2.0-py311hfbe21a1_0.conda hash: - md5: 5130445e7fe8465365dab3ed3694c770 - sha256: fa6c79cf5252c22ef8141a405ea9650ea9df2d6436c003b279086e146eaef1e5 - build: py311h6e08293_0 + md5: a54f46dfc3f62fe0632cef8a65c2837d + sha256: 2d170862546523a1cb2a3e6c3ccaa4bcb1d7ef72b19a1424ec11f610441e52c4 + build: py311hfbe21a1_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 14300774 - timestamp: 1702058260980 + size: 14827676 + timestamp: 1705729324480 - platform: win-64 name: pandas - version: 2.1.4 + version: 2.2.0 category: main manager: conda dependencies: @@ -23698,18 +22401,18 @@ package: - 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.1.4-py311hf63dbb6_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.2.0-py311hf63dbb6_0.conda hash: - md5: 5179a87c529fa08864d899f05e16345b - sha256: be6d27e9c7e83c4dbc40003f2d62b79a5af0a3febb3a69a496d867763d983958 + md5: 19e55b3676a5f783c44d864fbb29ef41 + sha256: 20dbb4f8013b39b6f62350b1e82e3c97a00573f6d54e86152c8e27fda69f3a32 build: py311hf63dbb6_0 arch: x86_64 subdir: win-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 13785578 - timestamp: 1702058272745 + size: 14570059 + timestamp: 1705729588827 - platform: linux-64 name: pango version: 1.50.14 @@ -24079,6 +22782,90 @@ package: license_family: BSD size: 880802 timestamp: 1698611415241 +- platform: linux-64 + name: pep517 + version: 0.13.0 + category: main + manager: conda + dependencies: + - 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 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 19044 + timestamp: 1667916747996 +- platform: osx-64 + name: pep517 + version: 0.13.0 + category: main + manager: conda + dependencies: + - 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 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 19044 + timestamp: 1667916747996 +- platform: osx-arm64 + name: pep517 + version: 0.13.0 + category: main + manager: conda + dependencies: + - 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 + build: pyhd8ed1ab_0 + arch: aarch64 + subdir: osx-arm64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 19044 + timestamp: 1667916747996 +- platform: win-64 + name: pep517 + version: 0.13.0 + category: main + manager: conda + dependencies: + - 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 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 19044 + timestamp: 1667916747996 - platform: linux-64 name: pillow version: 10.2.0 @@ -24294,43 +23081,43 @@ package: - pkg:pypi/pip - platform: linux-64 name: pixman - version: 0.42.2 + version: 0.43.0 category: main manager: conda dependencies: - libgcc-ng >=12 - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.42.2-h59595ed_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.0-h59595ed_0.conda hash: - md5: 700edd63ccd5fc66b70b1c028cea9a68 - sha256: ae917851474eb3b08812b02c9e945d040808523ec53f828aa74a90b0cdf15f57 + md5: 6b4b43013628634b6cfdee6b74fd696b + sha256: 07a5ffcd34e241f900433af4c6d4904518aab76add4e1e40a2c4bad93ae43f2b build: h59595ed_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 385309 - timestamp: 1695736061006 + size: 387320 + timestamp: 1704646964705 - platform: osx-64 name: pixman - version: 0.42.2 + version: 0.43.0 category: main manager: conda dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.42.2-he965462_0.conda + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.0-h73e2aa4_0.conda hash: - md5: e4180dcfd3e3621560fe1ad522997520 - sha256: d9181736d4b3260a03443e8fd1c47c491e189b2344913eaf5dead27947a274e4 - build: he965462_0 + md5: e7b41ef9fef108d52355c9d603e5a6a8 + sha256: e1c1d69c7297496bcbd2969feaeb725a35cf04ffe419688f6067e94bc4dee686 + build: h73e2aa4_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 336190 - timestamp: 1695736270076 + size: 326301 + timestamp: 1704647133185 - platform: osx-arm64 name: pixman version: 0.43.0 @@ -24352,25 +23139,25 @@ package: timestamp: 1704647221719 - platform: win-64 name: pixman - version: 0.42.2 + version: 0.43.0 category: main manager: conda dependencies: - 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 + url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.0-h63175ca_0.conda hash: - md5: fb6fe034c742dc8562d3197c2d91423d - sha256: bc663647468255781e3fba488372b0e699b717a63fa2450b9c282e68b6eb9543 + md5: b481afd4e3d086adce96302751de233c + sha256: d1b164e230b16b236855853fda2d4aceb5d92fdfc53f67d942c5edc26dc5f617 build: h63175ca_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 455866 - timestamp: 1695736519750 + size: 463334 + timestamp: 1704647571150 - platform: linux-64 name: pkginfo version: 1.9.6 @@ -25024,23 +23811,23 @@ package: dependencies: - krb5 >=1.21.2,<1.22.0a0 - libpq 16.1 ha925e61_7 - - libxml2 >=2.11.6,<2.12.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 - readline >=8.2,<9.0a0 - tzcode - tzdata - url: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.1-h413614c_7.conda + url: https://conda.anaconda.org/conda-forge/osx-64/postgresql-16.1-hbd19fd8_7.conda hash: - md5: 6f83d0483ca6044b227a5547ea5b65df - sha256: 6aceedd6f5a72a0d2e64607b545acfafa015ab74e1264a58a4884ff189631680 - build: h413614c_7 + md5: 248c77a0027ce176be5988b204b62794 + sha256: 06a306ddda022fc05456ed145515f88adf48508a77d778e136c102524082a9d0 + build: hbd19fd8_7 arch: x86_64 subdir: osx-64 build_number: 7 license: PostgreSQL - size: 4642369 - timestamp: 1702130680229 + size: 4635464 + timestamp: 1702130872778 - platform: osx-arm64 name: postgresql version: '16.1' @@ -25049,7 +23836,7 @@ package: dependencies: - krb5 >=1.21.2,<1.22.0a0 - libpq 16.1 h0f8b458_7 - - libxml2 >=2.11.6,<2.12.0a0 + - libxml2 >=2.11.6,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<4.0a0 - readline >=8.2,<9.0a0 @@ -25074,23 +23861,23 @@ package: dependencies: - krb5 >=1.21.2,<1.22.0a0 - libpq 16.1 hdb24f17_7 - - libxml2 >=2.11.6,<2.12.0a0 + - libxml2 >=2.12.2,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.2.0,<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/postgresql-16.1-hc80876b_7.conda + url: https://conda.anaconda.org/conda-forge/win-64/postgresql-16.1-h1beaf6b_7.conda hash: - md5: 6b780454f4757f2fcd7b358694e2c639 - sha256: 5e01d239740a8c39406d1f4e7a9551ec296d2b6ee2344d9d6e3d8268df271d83 - build: hc80876b_7 + md5: 8b15aa4b36f07a3974c364db75f940f6 + sha256: d84825b82d4a4c276238763ff6482428be4ef4386c0f42919554b65f1e8ea5f5 + build: h1beaf6b_7 arch: x86_64 subdir: win-64 build_number: 7 license: PostgreSQL - size: 18726488 - timestamp: 1702130836036 + size: 18749815 + timestamp: 1702131006161 - platform: linux-64 name: proj version: 9.3.0 @@ -25119,150 +23906,154 @@ package: timestamp: 1697808524668 - platform: osx-64 name: proj - version: 9.3.0 + version: 9.3.1 category: main manager: conda dependencies: + - __osx >=10.9 - libcurl >=8.4.0,<9.0a0 - - libsqlite >=3.43.2,<4.0a0 + - libcxx >=16.0.6 + - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - sqlite - url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.3.0-h23b96cc_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/proj-9.3.1-h81faed2_0.conda hash: - md5: 63e960e8c8020936c0b73f23bfed16dd - sha256: e1b0f351103555e0d8ab641aeba4076173c3b7a2f8ed738b43ec66709d51be15 - build: h23b96cc_2 + md5: 3940ef505861767d26659645f9ec0460 + sha256: 51bc021e25c88a12151d6ab4d3e956e72ea21d2684315f6ea99ee699aaefc1ea + build: h81faed2_0 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 0 constrains: - proj4 ==999999999999 license: MIT license_family: MIT - size: 2732625 - timestamp: 1697809094266 + size: 2713966 + timestamp: 1701485089266 - platform: osx-arm64 name: proj - version: 9.3.0 + version: 9.3.1 category: main manager: conda dependencies: + - __osx >=10.9 - libcurl >=8.4.0,<9.0a0 - - libsqlite >=3.43.2,<4.0a0 + - libcxx >=16.0.6 + - libsqlite >=3.44.2,<4.0a0 - libtiff >=4.6.0,<4.7.0a0 - sqlite - url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.3.0-h52fb9d0_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/proj-9.3.1-h93d94ba_0.conda hash: - md5: 31cbb3c9d6f8611a657e1b1a4cb5c63d - sha256: 6a76ab5ac69b1379d874a5b1405c15f13cc9fb3622a4a8837519c3328286e781 - build: h52fb9d0_2 + md5: dee5405f12027dd1dbe7a97e239febb0 + sha256: e25fdb0457f3b3aef811d13f563539a18d4f5cf8231fda1e69e6ae8597cac7b4 + build: h93d94ba_0 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 0 constrains: - proj4 ==999999999999 license: MIT license_family: MIT - size: 2599795 - timestamp: 1697808957598 + size: 2618805 + timestamp: 1701485156644 - platform: win-64 name: proj - version: 9.3.0 + version: 9.3.1 category: main manager: conda dependencies: - libcurl >=8.4.0,<9.0a0 - - libsqlite >=3.43.2,<4.0a0 + - libsqlite >=3.44.2,<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_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/proj-9.3.1-he13c7e8_0.conda hash: - md5: 4e6d2a06874a1a6cd66e842d29bcd373 - sha256: 67a5d032a0343dc8182ef50221d9ee47edb50d34cd94813e65111901cbbbc6d3 - build: he13c7e8_2 + md5: 57aa204e187d515bb2600bc74a7e7dfc + sha256: bcf34f3610e2c34a74fccf76e47e0fd41d36afd8fc043920fef0ab34230bcd01 + build: he13c7e8_0 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 0 constrains: - proj4 ==999999999999 license: MIT license_family: MIT - size: 2645178 - timestamp: 1697808796596 + size: 2663958 + timestamp: 1701485332654 - platform: linux-64 name: psutil - version: 5.9.7 + version: 5.9.8 category: main manager: conda dependencies: - 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.7-py311h459d7ec_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py311h459d7ec_0.conda hash: - md5: b4f2d78860bf9c8887b528c10995b427 - sha256: a2f08e5bcca5e067c452708d5ce6389c1012c7b6139ffe26b3386674f036eb27 + md5: 9bc62d25dcf64eec484974a3123c9d57 + sha256: 467788418a2c71fb3df9ac0a6282ae693d1070a6cb47cb59bdb529b53acaee1c build: py311h459d7ec_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 501433 - timestamp: 1702833218128 + size: 505516 + timestamp: 1705722586221 purls: - pkg:pypi/psutil - platform: osx-64 name: psutil - version: 5.9.7 + version: 5.9.8 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.7-py311he705e18_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.8-py311he705e18_0.conda hash: - md5: d99e96df7c4457d2b1b83d69491f2966 - sha256: 43ab1bbe0a13828c4996ae2e115e5ca991673700075f5754cdae06b661589762 + md5: 31aa294c58b3058c179a7a9593e99e18 + sha256: fcff83f4d265294b54821656a10be62421da377885ab2e9811a80eb76419b3fe build: py311he705e18_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 509042 - timestamp: 1702833401807 + size: 513371 + timestamp: 1705722716862 purls: - pkg:pypi/psutil - platform: osx-arm64 name: psutil - version: 5.9.7 + version: 5.9.8 category: main manager: conda dependencies: - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.7-py311h05b510d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.8-py311h05b510d_0.conda hash: - md5: 2a02199a2b53dd94d0cc0a1beae5d76f - sha256: ced083a2b633e3d3c9edf44f2a1ad2ab557d31cb6bc30cc98582459c37dfe66e + md5: 970ef0edddc6c2cfeb16b7225a28a1f4 + sha256: 2b6e485c761fa3e7271c44a070c0d08e79a6758ac4d7a660eaff0ed0a60c6f2b build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 510108 - timestamp: 1702833565677 + size: 513415 + timestamp: 1705722847446 purls: - pkg:pypi/psutil - platform: win-64 name: psutil - version: 5.9.7 + version: 5.9.8 category: main manager: conda dependencies: @@ -25271,18 +24062,18 @@ package: - 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.7-py311ha68e1ae_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.8-py311ha68e1ae_0.conda hash: - md5: bcf89370650e51c5158c2bdfbe67e9c8 - sha256: 1d32b407361dfb200bc8e9f614482471cba306a45f3cf2f04a1d46b35dcb87f1 + md5: 17e48538806e7c682d2ffcbd5c9f9aa0 + sha256: 77760f2ce0d2be9339d94d0fb5b3d102659355563f5b6471a1231525e63ff581 build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 520059 - timestamp: 1702833841329 + size: 520242 + timestamp: 1705723070638 purls: - pkg:pypi/psutil - platform: linux-64 @@ -25654,69 +24445,6 @@ package: license: LGPL and Triangle size: 1206218 timestamp: 1695717015618 -- platform: linux-64 - name: pyarrow - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 h84dd17c_2_cpu - - libarrow-acero 14.0.2 h59595ed_2_cpu - - libarrow-dataset 14.0.2 h59595ed_2_cpu - - libarrow-flight 14.0.2 h120cb0d_2_cpu - - libarrow-flight-sql 14.0.2 h61ff412_2_cpu - - libarrow-gandiva 14.0.2 hacb8726_2_cpu - - libarrow-substrait 14.0.2 h61ff412_2_cpu - - libgcc-ng >=12 - - libparquet 14.0.2 h352af49_2_cpu - - 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-14.0.2-py311h39c9aba_2_cpu.conda - hash: - md5: 07fb7193fa96aab8e61c4483b9e61e51 - sha256: 9117ea0cf236f9bb43cc05ec2d0744c9f789132dbc255d82f1fd2b6fd9e0b3ba - build: py311h39c9aba_2_cpu - arch: x86_64 - subdir: linux-64 - build_number: 2 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - size: 4515359 - timestamp: 1704356601353 -- platform: osx-64 - name: pyarrow - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 h1aaacd4_2_cpu - - libarrow-acero 14.0.2 h000cb23_2_cpu - - libarrow-dataset 14.0.2 h000cb23_2_cpu - - libarrow-flight 14.0.2 ha1803ca_2_cpu - - libarrow-flight-sql 14.0.2 h8ec153b_2_cpu - - libarrow-gandiva 14.0.2 h01dce7f_2_cpu - - libarrow-substrait 14.0.2 h8ec153b_2_cpu - - libcxx >=14 - - libparquet 14.0.2 h381d950_2_cpu - - 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-14.0.2-py311h54e7ce8_2_cpu.conda - hash: - md5: a4c277c33b47c06b3c3fd2939fdb9c9a - sha256: fb631eb88510f59c2a5dc21764ce554e961e7970ea952e17bfb5742b54b322ba - build: py311h54e7ce8_2_cpu - arch: x86_64 - subdir: osx-64 - build_number: 2 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - size: 4029309 - timestamp: 1704362351224 - platform: osx-arm64 name: pyarrow version: 14.0.2 @@ -25750,85 +24478,6 @@ package: license_family: APACHE size: 4090895 timestamp: 1704361615592 -- platform: win-64 - name: pyarrow - version: 14.0.2 - category: main - manager: conda - dependencies: - - libarrow 14.0.2 he5f67d5_2_cpu - - libarrow-acero 14.0.2 h63175ca_2_cpu - - libarrow-dataset 14.0.2 h63175ca_2_cpu - - libarrow-flight 14.0.2 h53b1db0_2_cpu - - libarrow-flight-sql 14.0.2 h78eab7c_2_cpu - - libarrow-gandiva 14.0.2 hb2eaab1_2_cpu - - libarrow-substrait 14.0.2 hd4c9904_2_cpu - - libparquet 14.0.2 h7ec3a38_2_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-14.0.2-py311h6a6099b_2_cpu.conda - hash: - md5: 3e9caae94be752658cbe9449440681ee - sha256: cd32ac9c0b740933f5c47eb3b9e731b7ff171cc648fe72434de3c95585d7af5e - build: py311h6a6099b_2_cpu - arch: x86_64 - subdir: win-64 - build_number: 2 - constrains: - - apache-arrow-proc =*=cpu - license: Apache-2.0 - size: 3486905 - timestamp: 1704357865002 -- platform: linux-64 - name: pyarrow-hotfix - version: '0.6' - category: main - manager: conda - dependencies: - - pyarrow >=0.14 - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/pyarrow-hotfix-0.6-pyhd8ed1ab_0.conda - hash: - md5: ccc06e6ef2064ae129fab3286299abda - sha256: 9b767969d059c106aac6596438a7e7ebd3aa1e2ff6553d4b7e05126dfebf4bd6 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 13567 - timestamp: 1700596511761 - purls: - - pkg:pypi/pyarrow-hotfix -- platform: osx-64 - name: pyarrow-hotfix - version: '0.6' - category: main - manager: conda - dependencies: - - pyarrow >=0.14 - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/pyarrow-hotfix-0.6-pyhd8ed1ab_0.conda - hash: - md5: ccc06e6ef2064ae129fab3286299abda - sha256: 9b767969d059c106aac6596438a7e7ebd3aa1e2ff6553d4b7e05126dfebf4bd6 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 13567 - timestamp: 1700596511761 - purls: - - pkg:pypi/pyarrow-hotfix - platform: osx-arm64 name: pyarrow-hotfix version: '0.6' @@ -25852,29 +24501,6 @@ package: timestamp: 1700596511761 purls: - pkg:pypi/pyarrow-hotfix -- platform: win-64 - name: pyarrow-hotfix - version: '0.6' - category: main - manager: conda - dependencies: - - pyarrow >=0.14 - - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/pyarrow-hotfix-0.6-pyhd8ed1ab_0.conda - hash: - md5: ccc06e6ef2064ae129fab3286299abda - sha256: 9b767969d059c106aac6596438a7e7ebd3aa1e2ff6553d4b7e05126dfebf4bd6 - build: pyhd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 13567 - timestamp: 1700596511761 - purls: - - pkg:pypi/pyarrow-hotfix - platform: linux-64 name: pycparser version: '2.21' @@ -25965,7 +24591,7 @@ package: - pkg:pypi/pycparser - platform: linux-64 name: pydata-sphinx-theme - version: 0.14.4 + version: 0.15.2 category: main manager: conda dependencies: @@ -25975,13 +24601,13 @@ package: - docutils !=0.17.0 - packaging - pygments >=2.7 - - python >=3.8 + - python >=3.9 - sphinx >=5.0 - typing-extensions - url: https://conda.anaconda.org/conda-forge/noarch/pydata-sphinx-theme-0.14.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pydata-sphinx-theme-0.15.2-pyhd8ed1ab_0.conda hash: - md5: c79b8443908032263ffb40ee6215e9e4 - sha256: 95c043c648b03deafecd5d20e218d7777f292bc1962397d1493e0ef94344cafb + md5: ce99859070b0e17ccc63234ca58f3ed8 + sha256: 7046e72770e549f8f22865be737f3f8d0f49f11a5894fe48ccf44611941dba5a build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -25989,11 +24615,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 1443468 - timestamp: 1701082204737 + size: 1375728 + timestamp: 1705630287042 - platform: osx-64 name: pydata-sphinx-theme - version: 0.14.4 + version: 0.15.2 category: main manager: conda dependencies: @@ -26003,13 +24629,13 @@ package: - docutils !=0.17.0 - packaging - pygments >=2.7 - - python >=3.8 + - python >=3.9 - sphinx >=5.0 - typing-extensions - url: https://conda.anaconda.org/conda-forge/noarch/pydata-sphinx-theme-0.14.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pydata-sphinx-theme-0.15.2-pyhd8ed1ab_0.conda hash: - md5: c79b8443908032263ffb40ee6215e9e4 - sha256: 95c043c648b03deafecd5d20e218d7777f292bc1962397d1493e0ef94344cafb + md5: ce99859070b0e17ccc63234ca58f3ed8 + sha256: 7046e72770e549f8f22865be737f3f8d0f49f11a5894fe48ccf44611941dba5a build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -26017,11 +24643,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 1443468 - timestamp: 1701082204737 + size: 1375728 + timestamp: 1705630287042 - platform: osx-arm64 name: pydata-sphinx-theme - version: 0.15.1 + version: 0.15.2 category: main manager: conda dependencies: @@ -26034,10 +24660,10 @@ package: - python >=3.9 - sphinx >=5.0 - typing-extensions - url: https://conda.anaconda.org/conda-forge/noarch/pydata-sphinx-theme-0.15.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pydata-sphinx-theme-0.15.2-pyhd8ed1ab_0.conda hash: - md5: 0fabe529030c483e4d9eb885667ce47f - sha256: 57841d8036baf70d3eea8c50865f1c8622c270bc7cac8be9a5dc9d38604a1537 + md5: ce99859070b0e17ccc63234ca58f3ed8 + sha256: 7046e72770e549f8f22865be737f3f8d0f49f11a5894fe48ccf44611941dba5a build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -26045,11 +24671,11 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 1375884 - timestamp: 1704383523829 + size: 1375728 + timestamp: 1705630287042 - platform: win-64 name: pydata-sphinx-theme - version: 0.14.4 + version: 0.15.2 category: main manager: conda dependencies: @@ -26059,13 +24685,13 @@ package: - docutils !=0.17.0 - packaging - pygments >=2.7 - - python >=3.8 + - python >=3.9 - sphinx >=5.0 - typing-extensions - url: https://conda.anaconda.org/conda-forge/noarch/pydata-sphinx-theme-0.14.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pydata-sphinx-theme-0.15.2-pyhd8ed1ab_0.conda hash: - md5: c79b8443908032263ffb40ee6215e9e4 - sha256: 95c043c648b03deafecd5d20e218d7777f292bc1962397d1493e0ef94344cafb + md5: ce99859070b0e17ccc63234ca58f3ed8 + sha256: 7046e72770e549f8f22865be737f3f8d0f49f11a5894fe48ccf44611941dba5a build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -26073,8 +24699,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 1443468 - timestamp: 1701082204737 + size: 1375728 + timestamp: 1705630287042 - platform: linux-64 name: pygments version: 2.17.2 @@ -26385,21 +25011,21 @@ package: manager: conda dependencies: - certifi - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.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-py311he36daed_4.conda + url: https://conda.anaconda.org/conda-forge/osx-64/pyproj-3.6.1-py311hb91e5a3_5.conda hash: - md5: 28930c73c9c05d44d053620d44397b79 - sha256: d1d44bb257545006b128d30b4454c42e3f7cd133a1c53998afcf7253529f8263 - build: py311he36daed_4 + md5: 08bdce93070973621ff5416d297196e4 + sha256: 1a8a0634cd1ae9fe7935614cb6e9c8ade72821c5361365f83a4a8d368e7f373c + build: py311hb91e5a3_5 arch: x86_64 subdir: osx-64 - build_number: 4 + build_number: 5 license: MIT license_family: MIT - size: 488697 - timestamp: 1699268417495 + size: 488851 + timestamp: 1702028474389 purls: - pkg:pypi/pyproj - platform: osx-arm64 @@ -26409,22 +25035,22 @@ package: manager: conda dependencies: - certifi - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyproj-3.6.1-py311h20a9b75_4.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyproj-3.6.1-py311h9a031f7_5.conda hash: - md5: c55fab7aa4252057e5e5efa90bd10cbe - sha256: 9d9923063e21aac5831b3dca820be3a824366f6871c839ea545f9b5e7358c844 - build: py311h20a9b75_4 + md5: 9595ebd87ef41c82fcb516af2213dd5d + sha256: 4852155e58513f5b38a46c5b88a515be234b68a8dc8e44ab6a5571c3fbf8acb7 + build: py311h9a031f7_5 arch: aarch64 subdir: osx-arm64 - build_number: 4 + build_number: 5 license: MIT license_family: MIT - size: 493085 - timestamp: 1699268531169 + size: 493387 + timestamp: 1702028604601 purls: - pkg:pypi/pyproj - platform: win-64 @@ -26434,24 +25060,24 @@ package: manager: conda dependencies: - certifi - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.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/pyproj-3.6.1-py311h517f58c_4.conda + url: https://conda.anaconda.org/conda-forge/win-64/pyproj-3.6.1-py311h82130bc_5.conda hash: - md5: dae3c70f429ba572c615a54571904a55 - sha256: 084f0685616b53903238d941611cfdfe6ba49650307220a78ec9f7d9d89c0056 - build: py311h517f58c_4 + md5: 80565c1816e897193c2ea4ef8e3fd4cc + sha256: a51281db4d150fbeea64a41ac3a052185f92b2d8fba1f39db38e623151989328 + build: py311h82130bc_5 arch: x86_64 subdir: win-64 - build_number: 4 + build_number: 5 license: MIT license_family: MIT - size: 737448 - timestamp: 1699268741548 + size: 736683 + timestamp: 1702028617496 purls: - pkg:pypi/pyproj - platform: linux-64 @@ -26871,7 +25497,7 @@ package: - pkg:pypi/pytest-benchmark - platform: linux-64 name: pytest-cases - version: 3.8.1 + version: 3.8.2 category: main manager: conda dependencies: @@ -26879,10 +25505,10 @@ package: - makefun >=1.9.5 - pytest >=2 - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-cases-3.8.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pytest-cases-3.8.2-pyhd8ed1ab_0.conda hash: - md5: cfb127ac839424b26b4cde7d9fb9d37d - sha256: 52e0d9d4573d8a496db7b10bcc3abc13501d2564e3303d1aa470af835e82e679 + md5: 68f069ad9704ecd5a22bd8d87314559e + sha256: 6868fd955827544f50fcb5717997d9a89375946cff6c66d9c69b0a7b6dea7e3c build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -26890,13 +25516,13 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 86488 - timestamp: 1699637576708 + size: 86920 + timestamp: 1705080545092 purls: - pkg:pypi/pytest-cases - platform: osx-64 name: pytest-cases - version: 3.8.1 + version: 3.8.2 category: main manager: conda dependencies: @@ -26904,10 +25530,10 @@ package: - makefun >=1.9.5 - pytest >=2 - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-cases-3.8.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pytest-cases-3.8.2-pyhd8ed1ab_0.conda hash: - md5: cfb127ac839424b26b4cde7d9fb9d37d - sha256: 52e0d9d4573d8a496db7b10bcc3abc13501d2564e3303d1aa470af835e82e679 + md5: 68f069ad9704ecd5a22bd8d87314559e + sha256: 6868fd955827544f50fcb5717997d9a89375946cff6c66d9c69b0a7b6dea7e3c build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -26915,8 +25541,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 86488 - timestamp: 1699637576708 + size: 86920 + timestamp: 1705080545092 purls: - pkg:pypi/pytest-cases - platform: osx-arm64 @@ -26946,7 +25572,7 @@ package: - pkg:pypi/pytest-cases - platform: win-64 name: pytest-cases - version: 3.8.1 + version: 3.8.2 category: main manager: conda dependencies: @@ -26954,10 +25580,10 @@ package: - makefun >=1.9.5 - pytest >=2 - python >=3.5 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-cases-3.8.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pytest-cases-3.8.2-pyhd8ed1ab_0.conda hash: - md5: cfb127ac839424b26b4cde7d9fb9d37d - sha256: 52e0d9d4573d8a496db7b10bcc3abc13501d2564e3303d1aa470af835e82e679 + md5: 68f069ad9704ecd5a22bd8d87314559e + sha256: 6868fd955827544f50fcb5717997d9a89375946cff6c66d9c69b0a7b6dea7e3c build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -26965,8 +25591,8 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 86488 - timestamp: 1699637576708 + size: 86920 + timestamp: 1705080545092 purls: - pkg:pypi/pytest-cases - platform: linux-64 @@ -27275,17 +25901,17 @@ package: - pkg:pypi/python-dateutil - platform: linux-64 name: python-gmsh - version: 4.12.0 + version: 4.12.2 category: main manager: conda dependencies: - - gmsh >=4.12.0,<4.12.1.0a0 + - gmsh >=4.12.2,<4.12.3.0a0 - numpy - python - url: https://conda.anaconda.org/conda-forge/noarch/python-gmsh-4.12.0-h57928b3_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/python-gmsh-4.12.2-h57928b3_0.conda hash: - md5: e285cecde13d5e916d7f9763053ffb72 - sha256: b07ef6d01337df9dddbc5a84cce00f5ae3f76e6b6132cfbd360b7b4b7946fbaf + md5: 1a5c0504c027dd91d6a67deb15bc00fa + sha256: aad03ec1e48307960e149c7203cbdae8384c3dd219d973748a608ed8b11e6172 build: h57928b3_0 arch: x86_64 subdir: linux-64 @@ -27293,21 +25919,21 @@ package: license: GPL-2.0-or-later license_family: GPL noarch: python - size: 64765 - timestamp: 1703207421177 + size: 64495 + timestamp: 1705885040897 - platform: osx-64 name: python-gmsh - version: 4.12.0 + version: 4.12.2 category: main manager: conda dependencies: - - gmsh >=4.12.0,<4.12.1.0a0 + - gmsh >=4.12.2,<4.12.3.0a0 - numpy - python - url: https://conda.anaconda.org/conda-forge/noarch/python-gmsh-4.12.0-h57928b3_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/python-gmsh-4.12.2-h57928b3_0.conda hash: - md5: e285cecde13d5e916d7f9763053ffb72 - sha256: b07ef6d01337df9dddbc5a84cce00f5ae3f76e6b6132cfbd360b7b4b7946fbaf + md5: 1a5c0504c027dd91d6a67deb15bc00fa + sha256: aad03ec1e48307960e149c7203cbdae8384c3dd219d973748a608ed8b11e6172 build: h57928b3_0 arch: x86_64 subdir: osx-64 @@ -27315,43 +25941,43 @@ package: license: GPL-2.0-or-later license_family: GPL noarch: python - size: 64765 - timestamp: 1703207421177 + size: 64495 + timestamp: 1705885040897 - platform: osx-arm64 name: python-gmsh - version: 4.12.1 + version: 4.12.2 category: main manager: conda dependencies: - - gmsh >=4.12.1,<4.12.2.0a0 + - gmsh >=4.12.2,<4.12.3.0a0 - numpy - python - url: https://conda.anaconda.org/conda-forge/noarch/python-gmsh-4.12.1-h694c41f_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/python-gmsh-4.12.2-h57928b3_0.conda hash: - md5: 143fb125611372267ee6e9b1f083c27d - sha256: cca8ec76d9732207824e912027af6a5421aa38cc4f39716ee8270a5cb38f9753 - build: h694c41f_0 + md5: 1a5c0504c027dd91d6a67deb15bc00fa + sha256: aad03ec1e48307960e149c7203cbdae8384c3dd219d973748a608ed8b11e6172 + build: h57928b3_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: GPL-2.0-or-later license_family: GPL noarch: python - size: 64165 - timestamp: 1704985541094 + size: 64495 + timestamp: 1705885040897 - platform: win-64 name: python-gmsh - version: 4.12.0 + version: 4.12.2 category: main manager: conda dependencies: - - gmsh >=4.12.0,<4.12.1.0a0 + - gmsh >=4.12.2,<4.12.3.0a0 - numpy - python - url: https://conda.anaconda.org/conda-forge/noarch/python-gmsh-4.12.0-h57928b3_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/python-gmsh-4.12.2-h57928b3_0.conda hash: - md5: e285cecde13d5e916d7f9763053ffb72 - sha256: b07ef6d01337df9dddbc5a84cce00f5ae3f76e6b6132cfbd360b7b4b7946fbaf + md5: 1a5c0504c027dd91d6a67deb15bc00fa + sha256: aad03ec1e48307960e149c7203cbdae8384c3dd219d973748a608ed8b11e6172 build: h57928b3_0 arch: x86_64 subdir: win-64 @@ -27359,8 +25985,8 @@ package: license: GPL-2.0-or-later license_family: GPL noarch: python - size: 64765 - timestamp: 1703207421177 + size: 64495 + timestamp: 1705885040897 - platform: linux-64 name: python-graphviz version: 0.20.1 @@ -27711,7 +26337,7 @@ package: - pkg:pypi/pytz - platform: linux-64 name: pyvista - version: 0.43.1 + version: 0.43.2 category: main manager: conda dependencies: @@ -27722,10 +26348,10 @@ package: - python >=3.8 - scooby >=0.5.1 - vtk - url: https://conda.anaconda.org/conda-forge/noarch/pyvista-0.43.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pyvista-0.43.2-pyhd8ed1ab_0.conda hash: - md5: 32ccff09e28992ecd28809bffd7b85c9 - sha256: 41ce8ae807cc22462739180a2dfcbf47a0cb5857d174871742fa7c1c3603d063 + md5: 9604d78520db0dd87b53290d9cf5bb4b + sha256: 7109e1c543fad6a2c4cc96fbfc1f035f21efe7d3e4a2806c438496f6cf715b58 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -27733,13 +26359,13 @@ package: license: MIT license_family: MIT noarch: python - size: 1684432 - timestamp: 1702546134723 + size: 1684082 + timestamp: 1705224981998 purls: - pkg:pypi/pyvista - platform: osx-64 name: pyvista - version: 0.43.1 + version: 0.43.2 category: main manager: conda dependencies: @@ -27750,10 +26376,10 @@ package: - python >=3.8 - scooby >=0.5.1 - vtk - url: https://conda.anaconda.org/conda-forge/noarch/pyvista-0.43.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pyvista-0.43.2-pyhd8ed1ab_0.conda hash: - md5: 32ccff09e28992ecd28809bffd7b85c9 - sha256: 41ce8ae807cc22462739180a2dfcbf47a0cb5857d174871742fa7c1c3603d063 + md5: 9604d78520db0dd87b53290d9cf5bb4b + sha256: 7109e1c543fad6a2c4cc96fbfc1f035f21efe7d3e4a2806c438496f6cf715b58 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -27761,8 +26387,8 @@ package: license: MIT license_family: MIT noarch: python - size: 1684432 - timestamp: 1702546134723 + size: 1684082 + timestamp: 1705224981998 purls: - pkg:pypi/pyvista - platform: osx-arm64 @@ -27795,7 +26421,7 @@ package: - pkg:pypi/pyvista - platform: win-64 name: pyvista - version: 0.43.1 + version: 0.43.2 category: main manager: conda dependencies: @@ -27806,10 +26432,10 @@ package: - python >=3.8 - scooby >=0.5.1 - vtk - url: https://conda.anaconda.org/conda-forge/noarch/pyvista-0.43.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/pyvista-0.43.2-pyhd8ed1ab_0.conda hash: - md5: 32ccff09e28992ecd28809bffd7b85c9 - sha256: 41ce8ae807cc22462739180a2dfcbf47a0cb5857d174871742fa7c1c3603d063 + md5: 9604d78520db0dd87b53290d9cf5bb4b + sha256: 7109e1c543fad6a2c4cc96fbfc1f035f21efe7d3e4a2806c438496f6cf715b58 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -27817,8 +26443,8 @@ package: license: MIT license_family: MIT noarch: python - size: 1684432 - timestamp: 1702546134723 + size: 1684082 + timestamp: 1705224981998 purls: - pkg:pypi/pyvista - platform: win-64 @@ -28231,57 +26857,60 @@ package: - click >=4 - click-plugins - cligj >=0.5 - - libgdal >=3.7.2,<3.8.0a0 + - libcxx >=15 + - libgdal >=3.8.1,<3.9.0a0 - numpy >=1.23.5,<2.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - setuptools >=0.9.8 - snuggs >=1.4.1 - url: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.3.9-py311h154ac00_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/rasterio-1.3.9-py311hf358cda_2.conda hash: - md5: b8184a02783578a802c47e2271cc616e - sha256: b9fefa1b34a1b527369bb097c47cfadf69e9c823fabe2e790a42c365884651d4 - build: py311h154ac00_0 + md5: 8ec98217d793ad5f338cf7c6a2656d43 + sha256: 376bfd5b7913676e93da7ee069c122cfc2ca6994f8dfa5bc5298af7f4cd4b88f + build: py311hf358cda_2 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 2 license: BSD-3-Clause license_family: BSD - size: 7239558 - timestamp: 1697714368070 + size: 7174788 + timestamp: 1702441227310 - platform: osx-arm64 name: rasterio version: 1.3.9 category: main manager: conda dependencies: + - __osx >=10.9 - affine - attrs - certifi - click >=4 - click-plugins - cligj >=0.5 - - libgdal >=3.7.2,<3.8.0a0 + - libcxx >=16.0.6 + - libgdal >=3.8.1,<3.9.0a0 - numpy >=1.23.5,<2.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - setuptools >=0.9.8 - snuggs >=1.4.1 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.9-py311ha2035e0_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/rasterio-1.3.9-py311h31af29f_2.conda hash: - md5: 9a662bbab5d38dbdcfd1538954cd027d - sha256: 853f31f86ff46a167a5988c761b62ffc84922a2a4bf1cee0afaab43cc6145288 - build: py311ha2035e0_0 + md5: 91ce01803092a88ee53edf6cc7a52b9a + sha256: ffebb941ea1ebbce4842c000a9cff7a656e4c77f67cc657651142e410bab4d29 + build: py311h31af29f_2 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 2 license: BSD-3-Clause license_family: BSD - size: 7394888 - timestamp: 1697714465551 + size: 7000901 + timestamp: 1702441348345 - platform: win-64 name: rasterio version: 1.3.9 @@ -28294,9 +26923,9 @@ package: - click >=4 - click-plugins - cligj >=0.5 - - libgdal >=3.7.2,<3.8.0a0 + - libgdal >=3.8.1,<3.9.0a0 - numpy >=1.23.5,<2.0a0 - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - setuptools >=0.9.8 @@ -28304,40 +26933,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.9-py311hd1b6236_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/rasterio-1.3.9-py311h02f6225_2.conda hash: - md5: 051d7cbedeb674f717cf55b0afe53281 - sha256: 51a4d9811a56474cc09e4b77680da16977ecbd5c31ec0f9007c0ca8bda85fb04 - build: py311hd1b6236_0 + md5: 6ed3cce2fa42c839a72384d768368f30 + sha256: 06c9f5667182036b9602d20a9d6ca033d827821ff9fc2b89a2bba06b3a0843cf + build: py311h02f6225_2 arch: x86_64 subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 7469473 - timestamp: 1697714754641 -- platform: linux-64 - name: rdma-core - version: '49.0' - category: main - manager: conda - dependencies: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - - libnl >=3.9.0,<4.0a0 - - libstdcxx-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-49.0-hd3aeb46_2.conda - hash: - md5: 855579013120ad3078e7d5dcadb643e1 - sha256: 3f541042f7b51484a996eab53493b9242969bc406614eba76ceecfa4f4a0822a - build: hd3aeb46_2 - arch: x86_64 - subdir: linux-64 build_number: 2 - license: Linux-OpenIB + license: BSD-3-Clause license_family: BSD - size: 4708814 - timestamp: 1702693880207 + size: 7377986 + timestamp: 1702442647996 - platform: linux-64 name: re2 version: 2023.06.02 @@ -28962,21 +27569,21 @@ package: timestamp: 1700160247583 - platform: linux-64 name: rioxarray - version: 0.15.0 + version: 0.15.1 category: main manager: conda dependencies: - - numpy >=1.21 + - numpy >=1.23 - packaging - - pyproj >=2.2 - - python >=3.9 - - rasterio >=1.2 + - pyproj >=3.3 + - python >=3.10 + - rasterio >=1.3 - scipy - - xarray >=0.17 - url: https://conda.anaconda.org/conda-forge/noarch/rioxarray-0.15.0-pyhd8ed1ab_0.conda + - xarray >=2022.3.0 + url: https://conda.anaconda.org/conda-forge/noarch/rioxarray-0.15.1-pyhd8ed1ab_0.conda hash: - md5: d0ce69099167a03cf0a1241f40284307 - sha256: 6230b475046bd74c7b12c0c9121c57a8e18337b40265813ba9bef0866ec20866 + md5: 1ee15f68451f316e24e76b48f2b98aeb + sha256: 534c4792376ca1face1f51e0d386c9d84ac5f511631373276531addc423215cc build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -28984,27 +27591,27 @@ package: license: Apache-2.0 license_family: Apache noarch: python - size: 47286 - timestamp: 1692047062481 + size: 47622 + timestamp: 1706035899480 purls: - pkg:pypi/rioxarray - platform: osx-64 name: rioxarray - version: 0.15.0 + version: 0.15.1 category: main manager: conda dependencies: - - numpy >=1.21 + - numpy >=1.23 - packaging - - pyproj >=2.2 - - python >=3.9 - - rasterio >=1.2 + - pyproj >=3.3 + - python >=3.10 + - rasterio >=1.3 - scipy - - xarray >=0.17 - url: https://conda.anaconda.org/conda-forge/noarch/rioxarray-0.15.0-pyhd8ed1ab_0.conda + - xarray >=2022.3.0 + url: https://conda.anaconda.org/conda-forge/noarch/rioxarray-0.15.1-pyhd8ed1ab_0.conda hash: - md5: d0ce69099167a03cf0a1241f40284307 - sha256: 6230b475046bd74c7b12c0c9121c57a8e18337b40265813ba9bef0866ec20866 + md5: 1ee15f68451f316e24e76b48f2b98aeb + sha256: 534c4792376ca1face1f51e0d386c9d84ac5f511631373276531addc423215cc build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -29012,27 +27619,27 @@ package: license: Apache-2.0 license_family: Apache noarch: python - size: 47286 - timestamp: 1692047062481 + size: 47622 + timestamp: 1706035899480 purls: - pkg:pypi/rioxarray - platform: osx-arm64 name: rioxarray - version: 0.15.0 + version: 0.15.1 category: main manager: conda dependencies: - - numpy >=1.21 + - numpy >=1.23 - packaging - - pyproj >=2.2 - - python >=3.9 - - rasterio >=1.2 + - pyproj >=3.3 + - python >=3.10 + - rasterio >=1.3 - scipy - - xarray >=0.17 - url: https://conda.anaconda.org/conda-forge/noarch/rioxarray-0.15.0-pyhd8ed1ab_0.conda + - xarray >=2022.3.0 + url: https://conda.anaconda.org/conda-forge/noarch/rioxarray-0.15.1-pyhd8ed1ab_0.conda hash: - md5: d0ce69099167a03cf0a1241f40284307 - sha256: 6230b475046bd74c7b12c0c9121c57a8e18337b40265813ba9bef0866ec20866 + md5: 1ee15f68451f316e24e76b48f2b98aeb + sha256: 534c4792376ca1face1f51e0d386c9d84ac5f511631373276531addc423215cc build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -29040,27 +27647,27 @@ package: license: Apache-2.0 license_family: Apache noarch: python - size: 47286 - timestamp: 1692047062481 + size: 47622 + timestamp: 1706035899480 purls: - pkg:pypi/rioxarray - platform: win-64 name: rioxarray - version: 0.15.0 + version: 0.15.1 category: main manager: conda dependencies: - - numpy >=1.21 + - numpy >=1.23 - packaging - - pyproj >=2.2 - - python >=3.9 - - rasterio >=1.2 + - pyproj >=3.3 + - python >=3.10 + - rasterio >=1.3 - scipy - - xarray >=0.17 - url: https://conda.anaconda.org/conda-forge/noarch/rioxarray-0.15.0-pyhd8ed1ab_0.conda + - xarray >=2022.3.0 + url: https://conda.anaconda.org/conda-forge/noarch/rioxarray-0.15.1-pyhd8ed1ab_0.conda hash: - md5: d0ce69099167a03cf0a1241f40284307 - sha256: 6230b475046bd74c7b12c0c9121c57a8e18337b40265813ba9bef0866ec20866 + md5: 1ee15f68451f316e24e76b48f2b98aeb + sha256: 534c4792376ca1face1f51e0d386c9d84ac5f511631373276531addc423215cc build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -29068,59 +27675,59 @@ package: license: Apache-2.0 license_family: Apache noarch: python - size: 47286 - timestamp: 1692047062481 + size: 47622 + timestamp: 1706035899480 purls: - pkg:pypi/rioxarray - platform: linux-64 name: rtree - version: 1.1.0 + version: 1.2.0 category: main manager: conda dependencies: - 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.1.0-py311h3bb2b0f_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/rtree-1.2.0-py311h3bb2b0f_0.conda hash: - md5: 341bbb97186f23835d2d0456d96c5aba - sha256: 555d5b653283380ed397f4bbfa47ab7c62c2173ca06f9dadc5eb0b1bd99c95a7 + md5: 6bbf9846cbb38ab4fd631357a3f4ede2 + sha256: 1ebca72bb9683ec6e8acfc7d32de9fe23b2a714d9c5b197f8e342d7ff4399265 build: py311h3bb2b0f_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 62552 - timestamp: 1697503426564 + size: 63868 + timestamp: 1705698076612 purls: - pkg:pypi/rtree - platform: osx-64 name: rtree - version: 1.1.0 + version: 1.2.0 category: main manager: conda dependencies: - 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.1.0-py311hbc1f44b_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/rtree-1.2.0-py311hbc1f44b_0.conda hash: - md5: 4cf922188989b372f053537cea29a5ec - sha256: 7421188ce73f9c1cfe4ba8d476570f04994c42e7a33a4ffa52dcd325f58d577c + md5: 6cb743682b44e5b8fbaab3c9f430c5dd + sha256: b60dc5f1ff169cc7290be2364759a64a0dcc862804da856511e61761982efee3 build: py311hbc1f44b_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 62672 - timestamp: 1697503665618 + size: 63708 + timestamp: 1705698312709 purls: - pkg:pypi/rtree - platform: osx-arm64 name: rtree - version: 1.1.0 + version: 1.2.0 category: main manager: conda dependencies: @@ -29128,46 +27735,46 @@ package: - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rtree-1.1.0-py311hd698ff7_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/rtree-1.2.0-py311hd698ff7_0.conda hash: - md5: 957242aceae3dcf8049feabf99c18814 - sha256: 3bfa6f07272e4a1311433097e3e2c071926f476b9c8bd38e9520053479fe3b14 + md5: bdb16e41bd3a67e70a01879f27196be7 + sha256: 1003759185a553652fbb6d5e0e4fb426abb85c6b588c25960eadae27d747a23b build: py311hd698ff7_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 63362 - timestamp: 1697503597550 + size: 63577 + timestamp: 1705698221128 purls: - pkg:pypi/rtree - platform: win-64 name: rtree - version: 1.1.0 + version: 1.2.0 category: main manager: conda dependencies: - 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.1.0-py311hcacb13a_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/rtree-1.2.0-py311hcacb13a_0.conda hash: - md5: d02d32b82431af0097bb0bce78720ad8 - sha256: 97db7dd5cc1b36379468084796bbd49c7428f9f81677294f940a364505f6272c + md5: 43e6e9ac051d92d50296a3f10000da13 + sha256: c449572e3db2b0daf5c3b426bb2ffa3b54baaeff08c6c84d5bce69964346e93a build: py311hcacb13a_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 63487 - timestamp: 1697503620756 + size: 63643 + timestamp: 1705698251888 purls: - pkg:pypi/rtree - platform: linux-64 name: ruff - version: 0.1.11 + version: 0.1.14 category: main manager: conda dependencies: @@ -29175,42 +27782,46 @@ package: - 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.1.11-py311h7145743_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.1.14-py311h7145743_0.conda hash: - md5: 7d148942936a7a586fcd5528ba477dbf - sha256: cecdc23d6b179897fe155914cc461cf421c6a26a607fda0ab6e0c6cfadbcde08 + md5: 9ec8eb47a09636d6db08e65795468853 + sha256: a3f42745d23d08a10c48eba7c9f583104600d7217a714a21869b8aa76feb7adb build: py311h7145743_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - size: 5483251 - timestamp: 1704293303507 + size: 5514909 + timestamp: 1706068106138 + purls: + - pkg:pypi/ruff - platform: osx-64 name: ruff - version: 0.1.11 + version: 0.1.13 category: main manager: conda dependencies: - libcxx >=15 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.1.11-py311ha071555_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/ruff-0.1.13-py311ha071555_1.conda hash: - md5: 108f666d4b0d67c4dfbd28769927097f - sha256: 1a50dd68d504ca89696ec5738b1448e5b391f470732d8a5265db8e1d747c39ce - build: py311ha071555_0 + md5: 25d6563a275402a2c6d10d3f4586b14e + sha256: a19524f4dca7885627588f4e1ff2fa557c6ccae09a699477100f0734859b5e17 + build: py311ha071555_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: MIT license_family: MIT - size: 5296599 - timestamp: 1704298924933 + size: 5326400 + timestamp: 1705435070046 + purls: + - pkg:pypi/ruff - platform: osx-arm64 name: ruff - version: 0.1.13 + version: 0.1.14 category: main manager: conda dependencies: @@ -29218,21 +27829,25 @@ package: - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.1.13-py311h8c97afb_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.1.14-py311h8c97afb_0.conda hash: - md5: 54cf3893e52eb2cc43cbb27a5e9d7602 - sha256: da0dfa1ae8603630d7bc964baa48542b6fbc995205ecd740d63b1c1733a15d86 + md5: 2892a7d89133925af7a4a87619bb1992 + sha256: 5b1a3e3b9c7c24ee4eb646a6cbea483699df4087c3488ca4ae03b308d177525a build: py311h8c97afb_0 arch: aarch64 subdir: osx-arm64 build_number: 0 + constrains: + - __osx >=11.0 license: MIT license_family: MIT - size: 5112762 - timestamp: 1705264934194 + size: 5145948 + timestamp: 1706068814963 + purls: + - pkg:pypi/ruff - platform: win-64 name: ruff - version: 0.1.11 + version: 0.1.14 category: main manager: conda dependencies: @@ -29241,46 +27856,28 @@ package: - 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.1.11-py311hc14472d_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.1.14-py311hc14472d_0.conda hash: - md5: eee011b1274627300c8e89e8ca24a67e - sha256: ca19452220d8af043f31b2f72ffd7a5d67665af05ebb4c3e3721866b0d5a25c1 + md5: 603a78459b5962e269b913b6538fe6d3 + sha256: 2bb516c2d15b417535377c504f954b4b8fbda85d695cb3816bf04f0cc8b3e086 build: py311hc14472d_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 5337963 - timestamp: 1704304941343 -- platform: linux-64 - name: s2n - version: 1.4.1 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - openssl >=3.2.0,<4.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.4.1-h06160fa_0.conda - hash: - md5: 54ae57d17d038b6a7aa7fdb55350d338 - sha256: 6f21a270e5fcf824d71b637ea26e389e469b3dc44a7e51062c27556c6e771b37 - build: h06160fa_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 331403 - timestamp: 1703228891919 + size: 5445725 + timestamp: 1706069278580 + purls: + - pkg:pypi/ruff - platform: linux-64 name: scikit-learn - version: 1.3.2 + version: 1.4.0 category: main manager: conda dependencies: - _openmp_mutex >=4.5 - - joblib >=1.1.1 + - joblib >=1.2.0 - libgcc-ng >=12 - libstdcxx-ng >=12 - numpy >=1.23.5,<2.0a0 @@ -29288,27 +27885,26 @@ package: - python_abi 3.11.* *_cp311 - scipy - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.3.2-py311hc009520_2.conda + url: https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.4.0-py311hc009520_0.conda hash: - md5: 9821f8e497a791858226f535e5e0be62 - sha256: 1133cd9209207528d4fdd88ffb300a04794942e5d474c607ed1f0578fe218fd2 - build: py311hc009520_2 + md5: 00dddf34e32a268242365329d51fb0f7 + sha256: 49687ed86108f76c99684d91a010dad57caf5f6ac7e8f455802e2e48271e1b72 + build: py311hc009520_0 arch: x86_64 subdir: linux-64 - build_number: 2 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 9584461 - timestamp: 1701932478676 + size: 10313816 + timestamp: 1705657991141 - platform: osx-64 name: scikit-learn - version: 1.3.2 + version: 1.4.0 category: main manager: conda dependencies: - - __osx >=10.9 - - joblib >=1.1.1 - - libcxx >=16.0.6 + - joblib >=1.2.0 + - libcxx >=15 - llvm-openmp >=16.0.6 - llvm-openmp >=17.0.6 - numpy >=1.23.5,<2.0a0 @@ -29316,27 +27912,26 @@ package: - python_abi 3.11.* *_cp311 - scipy - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/osx-64/scikit-learn-1.3.2-py311h66081b9_2.conda + url: https://conda.anaconda.org/conda-forge/osx-64/scikit-learn-1.4.0-py311he2b4599_0.conda hash: - md5: a774c2628441ed6f4db9d7026ab1c7f4 - sha256: 8a2b2660524d06c32c7a2a5af9f3f918b17f34a01990f6190e1e7f37233cdb47 - build: py311h66081b9_2 + md5: b6c5642db94d25c95b3ad381496b889e + sha256: 7603b77638690a523057319146acdf0188a2c5b42cc26c813145f4a0e206bb6f + build: py311he2b4599_0 arch: x86_64 subdir: osx-64 - build_number: 2 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 8844063 - timestamp: 1701932797038 + size: 9289509 + timestamp: 1705658332462 - platform: osx-arm64 name: scikit-learn - version: 1.3.2 + version: 1.4.0 category: main manager: conda dependencies: - - __osx >=10.9 - - joblib >=1.1.1 - - libcxx >=16.0.6 + - joblib >=1.2.0 + - libcxx >=15 - llvm-openmp >=16.0.6 - llvm-openmp >=17.0.6 - numpy >=1.23.5,<2.0a0 @@ -29345,25 +27940,25 @@ package: - python_abi 3.11.* *_cp311 - scipy - threadpoolctl >=2.0.0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-learn-1.3.2-py311ha25ca4d_2.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-learn-1.4.0-py311h696fe38_0.conda hash: - md5: f427eff14595109354bd19c94a3d3624 - sha256: d24397673a1f0b609796a716c80b45e3971eb09b987b2a30519a30f5dabeae14 - build: py311ha25ca4d_2 + md5: c8ea3403666b0c13d1c6ee085bdf6098 + sha256: 91328662e270e91a014d38217ea73e302cc1a57976f7f43b2d1e576a4c613290 + build: py311h696fe38_0 arch: aarch64 subdir: osx-arm64 - build_number: 2 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 8852644 - timestamp: 1701932948521 + size: 9400940 + timestamp: 1705658492994 - platform: win-64 name: scikit-learn - version: 1.3.2 + version: 1.4.0 category: main manager: conda dependencies: - - joblib >=1.1.1 + - joblib >=1.2.0 - numpy >=1.23.5,<2.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 @@ -29372,21 +27967,21 @@ package: - 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.2-py311h142b183_2.conda + url: https://conda.anaconda.org/conda-forge/win-64/scikit-learn-1.4.0-py311h142b183_0.conda hash: - md5: 788c05d6a941420c896eb1312d7f7158 - sha256: 6b5a2f3eb21c0b42aa575e26b527c2510b84c1c0561bb762830ca89aa90377ae - build: py311h142b183_2 + md5: 91cc6e6a398c35cee3c389e02ac8d130 + sha256: 031d0044b5cd8784aa3fce53da2711cb967998f688a09800d672445af2e40d3f + build: py311h142b183_0 arch: x86_64 subdir: win-64 - build_number: 2 + build_number: 0 license: BSD-3-Clause license_family: BSD - size: 8281220 - timestamp: 1701932934751 + size: 9004599 + timestamp: 1705658539200 - platform: linux-64 name: scipy - version: 1.11.4 + version: 1.12.0 category: main manager: conda dependencies: @@ -29401,28 +27996,26 @@ package: - 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.4-py311h64a7726_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.12.0-py311h64a7726_2.conda hash: - md5: 9ac5334f1b5ed072d3dbc342503d7868 - sha256: 29b2fd4ce8ed591df89b6a1c4f598a414322f94ea1a973b366267d43ecf40ffd - build: py311h64a7726_0 + md5: 24ca5107ab75c5521067b8ba505dfae5 + sha256: e5aca4c5e63314848600d6da7360e0701c512f70d1783610eed5c1f7ecf58a57 + build: py311h64a7726_2 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 2 license: BSD-3-Clause - license_family: BSD - size: 16045599 - timestamp: 1700813453003 + size: 17270207 + timestamp: 1706042776987 - platform: osx-64 name: scipy - version: 1.11.4 + version: 1.12.0 category: main manager: conda dependencies: - - __osx >=10.9 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libgfortran 5.* - libgfortran5 >=12.3.0 - libgfortran5 >=13.2.0 @@ -29431,28 +28024,26 @@ package: - 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.4-py311he0bea55_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.12.0-py311h86d0cd9_2.conda hash: - md5: baee74d27482a81394b088b3517e2143 - sha256: f174683a50833c463ec1cf23198970294f4e3a12f5df8f3997a4d4cee640bc08 - build: py311he0bea55_0 + md5: 9a70728fa81071937bbd1ebc3b986f44 + sha256: 01035edbfed56239bff4b3845c0cef9b5e6a44c397c9ba131387df24ad7d36b8 + build: py311h86d0cd9_2 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 2 license: BSD-3-Clause - license_family: BSD - size: 15934429 - timestamp: 1700814198750 + size: 16759101 + timestamp: 1706043392398 - platform: osx-arm64 name: scipy - version: 1.11.4 + version: 1.12.0 category: main manager: conda dependencies: - - __osx >=10.9 - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - - libcxx >=16.0.6 + - libcxx >=15 - libgfortran 5.* - libgfortran5 >=12.3.0 - libgfortran5 >=13.2.0 @@ -29462,21 +28053,20 @@ package: - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.11.4-py311h2b215a9_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.12.0-py311h4f9446f_2.conda hash: - md5: eeb78a4ed07acf5636a0cba7b16c8a89 - sha256: a76f172fc8e76c319b9d93c81829fcb3b498ee057e82117a744b37e751e66569 - build: py311h2b215a9_0 + md5: a125c9d1b3972291b6c27b22e40d2027 + sha256: 860fb4a7ad739f7f8bf79d67cd86ae207dfb3ad89b7c2e4c873753e426bfdc69 + build: py311h4f9446f_2 arch: aarch64 subdir: osx-arm64 - build_number: 0 + build_number: 2 license: BSD-3-Clause - license_family: BSD - size: 14854215 - timestamp: 1700814446442 + size: 15535360 + timestamp: 1706043503868 - platform: win-64 name: scipy - version: 1.11.4 + version: 1.12.0 category: main manager: conda dependencies: @@ -29490,18 +28080,17 @@ package: - 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.4-py311h0b4df5a_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/scipy-1.12.0-py311h0b4df5a_2.conda hash: - md5: 7e367331519517cc9ba4635ceba0414c - sha256: a3ab79cf0c209b03b8cf95b9520d7a9afffaa9a803d9f33ede355ed98731239c - build: py311h0b4df5a_0 + md5: eeccea26a9e7819b4ab9e69e4d7b9b44 + sha256: 0519e3a4988d56e689a37d2a79b3d5cb15591d4e9428b3a66fdb607310295f1f + build: py311h0b4df5a_2 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 2 license: BSD-3-Clause - license_family: BSD - size: 14921421 - timestamp: 1700815001090 + size: 15968999 + timestamp: 1706043936628 - platform: linux-64 name: scooby version: 0.9.2 @@ -30820,16 +29409,16 @@ package: - pkg:pypi/sphinx-gallery - platform: linux-64 name: sphinxcontrib-applehelp - version: 1.0.7 + version: 1.0.8 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-1.0.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-1.0.8-pyhd8ed1ab_0.conda hash: - md5: aebfabcb60c33a89c1f9290cab49bc93 - sha256: 67e2b386c7b3c858ead88fa71fe4fa5eb1f4f59d7994d167b3910a744db392d3 + md5: 611a35a27914fac3aa37611a6fe40bb5 + sha256: 710013443a063518d587d2af82299e92ab6d6695edf35a676ac3a0ccc9e3f8e6 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -30837,22 +29426,22 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 29367 - timestamp: 1692039716106 + size: 29539 + timestamp: 1705126465971 purls: - pkg:pypi/sphinxcontrib-applehelp - platform: osx-64 name: sphinxcontrib-applehelp - version: 1.0.7 + version: 1.0.8 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-1.0.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-1.0.8-pyhd8ed1ab_0.conda hash: - md5: aebfabcb60c33a89c1f9290cab49bc93 - sha256: 67e2b386c7b3c858ead88fa71fe4fa5eb1f4f59d7994d167b3910a744db392d3 + md5: 611a35a27914fac3aa37611a6fe40bb5 + sha256: 710013443a063518d587d2af82299e92ab6d6695edf35a676ac3a0ccc9e3f8e6 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -30860,8 +29449,8 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 29367 - timestamp: 1692039716106 + size: 29539 + timestamp: 1705126465971 purls: - pkg:pypi/sphinxcontrib-applehelp - platform: osx-arm64 @@ -30889,16 +29478,16 @@ package: - pkg:pypi/sphinxcontrib-applehelp - platform: win-64 name: sphinxcontrib-applehelp - version: 1.0.7 + version: 1.0.8 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-1.0.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-applehelp-1.0.8-pyhd8ed1ab_0.conda hash: - md5: aebfabcb60c33a89c1f9290cab49bc93 - sha256: 67e2b386c7b3c858ead88fa71fe4fa5eb1f4f59d7994d167b3910a744db392d3 + md5: 611a35a27914fac3aa37611a6fe40bb5 + sha256: 710013443a063518d587d2af82299e92ab6d6695edf35a676ac3a0ccc9e3f8e6 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -30906,22 +29495,22 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 29367 - timestamp: 1692039716106 + size: 29539 + timestamp: 1705126465971 purls: - pkg:pypi/sphinxcontrib-applehelp - platform: linux-64 name: sphinxcontrib-devhelp - version: 1.0.5 + version: 1.0.6 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-1.0.5-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-1.0.6-pyhd8ed1ab_0.conda hash: - md5: ebf08f5184d8eaa486697bc060031953 - sha256: 770e13ebfef321426c09ec51d95c57755512db160518b2922a4337546ee51672 + md5: d7e4954df0d3aea2eacc7835ad12671d + sha256: 63a6b60653ef13a6712848f4b3c4b713d4b564da1dae571893f1a3659cde85f3 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -30929,22 +29518,22 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 24551 - timestamp: 1692039743416 + size: 24474 + timestamp: 1705126153592 purls: - pkg:pypi/sphinxcontrib-devhelp - platform: osx-64 name: sphinxcontrib-devhelp - version: 1.0.5 + version: 1.0.6 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-1.0.5-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-1.0.6-pyhd8ed1ab_0.conda hash: - md5: ebf08f5184d8eaa486697bc060031953 - sha256: 770e13ebfef321426c09ec51d95c57755512db160518b2922a4337546ee51672 + md5: d7e4954df0d3aea2eacc7835ad12671d + sha256: 63a6b60653ef13a6712848f4b3c4b713d4b564da1dae571893f1a3659cde85f3 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -30952,8 +29541,8 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 24551 - timestamp: 1692039743416 + size: 24474 + timestamp: 1705126153592 purls: - pkg:pypi/sphinxcontrib-devhelp - platform: osx-arm64 @@ -30981,16 +29570,16 @@ package: - pkg:pypi/sphinxcontrib-devhelp - platform: win-64 name: sphinxcontrib-devhelp - version: 1.0.5 + version: 1.0.6 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-1.0.5-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-devhelp-1.0.6-pyhd8ed1ab_0.conda hash: - md5: ebf08f5184d8eaa486697bc060031953 - sha256: 770e13ebfef321426c09ec51d95c57755512db160518b2922a4337546ee51672 + md5: d7e4954df0d3aea2eacc7835ad12671d + sha256: 63a6b60653ef13a6712848f4b3c4b713d4b564da1dae571893f1a3659cde85f3 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -30998,22 +29587,22 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 24551 - timestamp: 1692039743416 + size: 24474 + timestamp: 1705126153592 purls: - pkg:pypi/sphinxcontrib-devhelp - platform: linux-64 name: sphinxcontrib-htmlhelp - version: 2.0.4 + version: 2.0.5 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.0.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.0.5-pyhd8ed1ab_0.conda hash: - md5: a9a89000dfd19656ad004b937eeb6828 - sha256: 5f09cd4a08a6c194c11999871a8c7cedc2cd7edd9ff7ceb6f0667b6698be4cc5 + md5: 7e1e7437273682ada2ed5e9e9714b140 + sha256: 512f393cfe34cb3de96ade7a7ad900d6278e2087a1f0e5732aa60fadee396d99 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -31021,22 +29610,22 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 32872 - timestamp: 1692039732575 + size: 33499 + timestamp: 1705118297318 purls: - pkg:pypi/sphinxcontrib-htmlhelp - platform: osx-64 name: sphinxcontrib-htmlhelp - version: 2.0.4 + version: 2.0.5 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.0.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.0.5-pyhd8ed1ab_0.conda hash: - md5: a9a89000dfd19656ad004b937eeb6828 - sha256: 5f09cd4a08a6c194c11999871a8c7cedc2cd7edd9ff7ceb6f0667b6698be4cc5 + md5: 7e1e7437273682ada2ed5e9e9714b140 + sha256: 512f393cfe34cb3de96ade7a7ad900d6278e2087a1f0e5732aa60fadee396d99 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -31044,8 +29633,8 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 32872 - timestamp: 1692039732575 + size: 33499 + timestamp: 1705118297318 purls: - pkg:pypi/sphinxcontrib-htmlhelp - platform: osx-arm64 @@ -31073,16 +29662,16 @@ package: - pkg:pypi/sphinxcontrib-htmlhelp - platform: win-64 name: sphinxcontrib-htmlhelp - version: 2.0.4 + version: 2.0.5 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.0.4-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-htmlhelp-2.0.5-pyhd8ed1ab_0.conda hash: - md5: a9a89000dfd19656ad004b937eeb6828 - sha256: 5f09cd4a08a6c194c11999871a8c7cedc2cd7edd9ff7ceb6f0667b6698be4cc5 + md5: 7e1e7437273682ada2ed5e9e9714b140 + sha256: 512f393cfe34cb3de96ade7a7ad900d6278e2087a1f0e5732aa60fadee396d99 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -31090,8 +29679,8 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 32872 - timestamp: 1692039732575 + size: 33499 + timestamp: 1705118297318 purls: - pkg:pypi/sphinxcontrib-htmlhelp - platform: linux-64 @@ -31184,16 +29773,16 @@ package: - pkg:pypi/sphinxcontrib-jsmath - platform: linux-64 name: sphinxcontrib-qthelp - version: 1.0.6 + version: 1.0.7 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-1.0.6-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-1.0.7-pyhd8ed1ab_0.conda hash: - md5: cf5c9649272c677a964a7313279e3a9b - sha256: 9ba5cea9cbab64106e8b5a9b19add855dcb52b8fbb1674398c715bccdbc04471 + md5: 26acae54b06f178681bfb551760f5dd1 + sha256: dd35b52f056c39081cd0ae01155174277af579b69e5d83798a33e9056ec78d63 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -31201,22 +29790,22 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 26952 - timestamp: 1692039698081 + size: 27005 + timestamp: 1705126340442 purls: - pkg:pypi/sphinxcontrib-qthelp - platform: osx-64 name: sphinxcontrib-qthelp - version: 1.0.6 + version: 1.0.7 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-1.0.6-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-1.0.7-pyhd8ed1ab_0.conda hash: - md5: cf5c9649272c677a964a7313279e3a9b - sha256: 9ba5cea9cbab64106e8b5a9b19add855dcb52b8fbb1674398c715bccdbc04471 + md5: 26acae54b06f178681bfb551760f5dd1 + sha256: dd35b52f056c39081cd0ae01155174277af579b69e5d83798a33e9056ec78d63 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -31224,8 +29813,8 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 26952 - timestamp: 1692039698081 + size: 27005 + timestamp: 1705126340442 purls: - pkg:pypi/sphinxcontrib-qthelp - platform: osx-arm64 @@ -31253,16 +29842,16 @@ package: - pkg:pypi/sphinxcontrib-qthelp - platform: win-64 name: sphinxcontrib-qthelp - version: 1.0.6 + version: 1.0.7 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-1.0.6-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-qthelp-1.0.7-pyhd8ed1ab_0.conda hash: - md5: cf5c9649272c677a964a7313279e3a9b - sha256: 9ba5cea9cbab64106e8b5a9b19add855dcb52b8fbb1674398c715bccdbc04471 + md5: 26acae54b06f178681bfb551760f5dd1 + sha256: dd35b52f056c39081cd0ae01155174277af579b69e5d83798a33e9056ec78d63 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -31270,22 +29859,22 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 26952 - timestamp: 1692039698081 + size: 27005 + timestamp: 1705126340442 purls: - pkg:pypi/sphinxcontrib-qthelp - platform: linux-64 name: sphinxcontrib-serializinghtml - version: 1.1.9 + version: 1.1.10 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.9-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda hash: - md5: 0612e497d7860728f2cda421ea2aec09 - sha256: c5710ae7bb7465f25a29cc845d9fb6ad0ea561972d796d379fcb48d801e96d6d + md5: e507335cb4ca9cff4c3d0fa9cdab255e + sha256: bf80e4c0ff97d5e8e5f6db0831ba60007e820a3a438e8f1afd868aa516d67d6f build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -31293,22 +29882,22 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 28664 - timestamp: 1692580110718 + size: 28776 + timestamp: 1705118378942 purls: - pkg:pypi/sphinxcontrib-serializinghtml - platform: osx-64 name: sphinxcontrib-serializinghtml - version: 1.1.9 + version: 1.1.10 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.9-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda hash: - md5: 0612e497d7860728f2cda421ea2aec09 - sha256: c5710ae7bb7465f25a29cc845d9fb6ad0ea561972d796d379fcb48d801e96d6d + md5: e507335cb4ca9cff4c3d0fa9cdab255e + sha256: bf80e4c0ff97d5e8e5f6db0831ba60007e820a3a438e8f1afd868aa516d67d6f build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -31316,8 +29905,8 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 28664 - timestamp: 1692580110718 + size: 28776 + timestamp: 1705118378942 purls: - pkg:pypi/sphinxcontrib-serializinghtml - platform: osx-arm64 @@ -31345,16 +29934,16 @@ package: - pkg:pypi/sphinxcontrib-serializinghtml - platform: win-64 name: sphinxcontrib-serializinghtml - version: 1.1.9 + version: 1.1.10 category: main manager: conda dependencies: - python >=3.9 - sphinx >=5 - url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.9-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-serializinghtml-1.1.10-pyhd8ed1ab_0.conda hash: - md5: 0612e497d7860728f2cda421ea2aec09 - sha256: c5710ae7bb7465f25a29cc845d9fb6ad0ea561972d796d379fcb48d801e96d6d + md5: e507335cb4ca9cff4c3d0fa9cdab255e + sha256: bf80e4c0ff97d5e8e5f6db0831ba60007e820a3a438e8f1afd868aa516d67d6f build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -31362,8 +29951,8 @@ package: license: BSD-2-Clause license_family: BSD noarch: python - size: 28664 - timestamp: 1692580110718 + size: 28776 + timestamp: 1705118378942 purls: - pkg:pypi/sphinxcontrib-serializinghtml - platform: linux-64 @@ -31473,63 +30062,65 @@ package: timestamp: 1692966629866 - platform: osx-64 name: svt-av1 - version: 1.7.0 + version: 1.8.0 category: main manager: conda dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-1.7.0-he965462_0.conda + - __osx >=10.9 + - libcxx >=16.0.6 + url: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-1.8.0-h93d8f39_0.conda hash: - md5: 0f15584eeb93b270ac297cc3990d5e95 - sha256: dd56ba8b8a885df0b0c261929781b22ce41b765439dd334b680812443ae53ace - build: he965462_0 + md5: 5cfb5476c2e9308c77afe3427da3b3b3 + sha256: ce33415f2ffd1643e26a3e464c416a96b68e409f985021f5314efe4f402a8c09 + build: h93d8f39_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-2-Clause license_family: BSD - size: 2429529 - timestamp: 1692967052961 + size: 2376471 + timestamp: 1702362435425 - platform: osx-arm64 name: svt-av1 - version: 1.7.0 + version: 1.8.0 category: main manager: conda dependencies: - - libcxx >=15.0.7 - url: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-1.7.0-hb765f3a_0.conda + - __osx >=10.9 + - libcxx >=16.0.6 + url: https://conda.anaconda.org/conda-forge/osx-arm64/svt-av1-1.8.0-h463b476_0.conda hash: - md5: e90a180c1ad53fe8e170db74e544cbf6 - sha256: 70feb55a556e2561132fc8c7a69148d79e3afb58bb251980c6608bf789b00cf9 - build: hb765f3a_0 + md5: bdc78f014823b0fe7be5bed84909e8c3 + sha256: 176ddc0f0b579038b028d03cf51cf5c70740e16f451ee60e6eb0567560331568 + build: h463b476_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: BSD-2-Clause license_family: BSD - size: 1229909 - timestamp: 1692967009529 + size: 1388702 + timestamp: 1702359462579 - platform: win-64 name: svt-av1 - version: 1.7.0 + version: 1.8.0 category: main manager: conda dependencies: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/svt-av1-1.7.0-h63175ca_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/svt-av1-1.8.0-h63175ca_0.conda hash: - md5: fe5d2314e6fc3be8f8e3e2e73c14ab02 - sha256: 3d52d959e9b4e4654c36d03765fb4e8dbebfc1d17f271a46033bf301737a25cc + md5: 89b2c7d39a898b83e71152beafd6e312 + sha256: fe24efc86bf0dab4eeed3fa88f8a2592a729c1bc835f9975aff763cb91d3075e build: h63175ca_0 arch: x86_64 subdir: win-64 build_number: 0 license: BSD-2-Clause license_family: BSD - size: 2353906 - timestamp: 1692967156046 + size: 2358109 + timestamp: 1702359801424 - platform: linux-64 name: tbb version: 2021.11.0 @@ -31891,71 +30482,85 @@ package: timestamp: 1701357274016 - platform: osx-64 name: tiledb - version: 2.18.2 + version: 2.19.0 category: main manager: conda dependencies: - __osx >=10.13 - - __osx >=10.9 + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-blobs-cpp >=12.10.0,<13.0a0 + - azure-storage-common-cpp >=12.5.0,<13.0a0 - bzip2 >=1.0.8,<2.0a0 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libxml2 >=2.11.6,<2.12.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.18.2-h9fe0a6a_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/tiledb-2.19.0-h4df5763_0.conda hash: - md5: 0615fdde1c114affe6a0250b9d342328 - sha256: daccccc133c363360379e9efa525835cd20ed8ca12381641ccb1353c3d7c34c0 - build: h9fe0a6a_0 + md5: eab42c6e4909c3901eaca7c5daf30be8 + sha256: cf5f78eb9f2bd85d0d7eb69c5c816db15abac4010f46c972ba0f8ed1e1033b0c + build: h4df5763_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - size: 5602058 - timestamp: 1701358797670 + size: 5191749 + timestamp: 1703265062981 - platform: osx-arm64 name: tiledb - version: 2.18.2 + version: 2.19.0 category: main manager: conda dependencies: - - __osx >=10.9 + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-blobs-cpp >=12.10.0,<13.0a0 + - azure-storage-common-cpp >=12.5.0,<13.0a0 - bzip2 >=1.0.8,<2.0a0 - libabseil * cxx17* - libabseil >=20230802.1,<20230803.0a0 - - libcxx >=16.0.6 + - libcurl >=8.5.0,<9.0a0 + - libcxx >=15 - libgoogle-cloud >=2.12.0,<2.13.0a0 - - libxml2 >=2.11.6,<2.12.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openssl >=3.2.0,<4.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.18.2-h555b8a3_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/tiledb-2.19.0-h567544c_0.conda hash: - md5: c223398e541fce9cfe1abe47df687909 - sha256: da9227601b2bf5607fee33b62ed364561363f994ba41fd82e48d45a2f584210e - build: h555b8a3_0 + md5: 60e4d67eedc2f19bfbdf964187f52d15 + sha256: beeeefd593a5f0fa70b25d7d9563dd54c3840e85f6c5d982e2066f7904077191 + build: h567544c_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: MIT license_family: MIT - size: 5076087 - timestamp: 1701358979746 + size: 4679383 + timestamp: 1703265601163 - platform: win-64 name: tiledb - version: 2.18.2 + version: 2.19.0 category: main manager: conda dependencies: + - azure-core-cpp >=1.10.3,<2.0a0 + - azure-storage-blobs-cpp >=12.10.0,<13.0a0 + - azure-storage-common-cpp >=12.5.0,<13.0a0 - bzip2 >=1.0.8,<2.0a0 - - libxml2 >=2.11.6,<2.12.0a0 + - libabseil * cxx17* + - libabseil >=20230802.1,<20230803.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.5.0,<9.0a0 + - libgoogle-cloud >=2.12.0,<2.13.0a0 + - libxml2 >=2.12.3,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - lz4-c >=1.9.3,<1.10.0a0 - openssl >=3.2.0,<4.0a0 @@ -31963,18 +30568,18 @@ package: - 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.18.2-h1ffc264_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/tiledb-2.19.0-h8e52ccb_0.conda hash: - md5: c9e4eda8195757febb97b42d75577680 - sha256: 6f88660cf83530a6cc59c91056204607f429eef1429c008c594f311f3b87d9be - build: h1ffc264_0 + md5: f8ec375b1b4025c647fe0ceace2d944c + sha256: e1f715cf84085709a5e88eb83bbfed26cad2df203c03dd23903b35ca192e6fae + build: h8e52ccb_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - size: 3872433 - timestamp: 1701568550373 + size: 4126320 + timestamp: 1703268310493 - platform: linux-64 name: tk version: 8.6.13 @@ -33019,30 +31624,6 @@ package: license_family: PROPRIETARY size: 1283972 timestamp: 1666630199266 -- platform: linux-64 - name: ucx - version: 1.15.0 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - - libnuma >=2.0.16,<3.0a0 - - libstdcxx-ng >=12 - - rdma-core >=49 - url: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.15.0-h75e419f_2.conda - hash: - md5: 5798de4587dc70fa6db81663e79f176a - sha256: 81fdea1a5ee5075bf4cbdc665b08d0e2ee9d3476f9d16acc58e2bbd913e9197b - build: h75e419f_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - constrains: - - cuda-version >=11.2,<12 - license: BSD-3-Clause - license_family: BSD - size: 15338569 - timestamp: 1702446360682 - platform: linux-64 name: uriparser version: 0.9.7 @@ -33372,59 +31953,59 @@ package: category: main manager: conda dependencies: - - vtk-base 9.2.6 qt_py311h1234567_219 - - vtk-io-ffmpeg 9.2.6 qt_py311h1234567_219 - url: https://conda.anaconda.org/conda-forge/osx-64/vtk-9.2.6-qt_py311h1234567_219.conda + - vtk-base 9.2.6 qt_py311h1234567_220 + - vtk-io-ffmpeg 9.2.6 qt_py311h1234567_220 + url: https://conda.anaconda.org/conda-forge/osx-64/vtk-9.2.6-qt_py311h1234567_220.conda hash: - md5: 19ba88d74e4d94a6f5667ee0a10d28ab - sha256: 5bf7b92b85caaf1cc0eaa86b397589bf7334f7468bd1a993867ef2cbaf76e357 - build: qt_py311h1234567_219 + md5: 294d2f9a8f2a76361e58451ad125f114 + sha256: 48f1a21a6e563abe968e86787c3f0f7b717de7e81f93402d56031022add8f83a + build: qt_py311h1234567_220 arch: x86_64 subdir: osx-64 - build_number: 219 + build_number: 220 license: BSD-3-Clause license_family: BSD - size: 14056 - timestamp: 1699741635251 + size: 14190 + timestamp: 1702974908092 - platform: osx-arm64 name: vtk version: 9.2.6 category: main manager: conda dependencies: - - vtk-base 9.2.6 qt_py311h1234567_219 - - vtk-io-ffmpeg 9.2.6 qt_py311h1234567_219 - url: https://conda.anaconda.org/conda-forge/osx-arm64/vtk-9.2.6-qt_py311h1234567_219.conda + - vtk-base 9.2.6 qt_py311h1234567_220 + - vtk-io-ffmpeg 9.2.6 qt_py311h1234567_220 + url: https://conda.anaconda.org/conda-forge/osx-arm64/vtk-9.2.6-qt_py311h1234567_220.conda hash: - md5: 291e8f5863ddecf54294e901de304587 - sha256: a11741cc7c04ed4c9be14c429bf25aa6aae89babdc5f76d47a3239e420924af8 - build: qt_py311h1234567_219 + md5: 2322130a6917696ba211e30646f00588 + sha256: 8407839fe95616c93ba720a3c24fffed77bfd757f5165ae12218671bd886a0b7 + build: qt_py311h1234567_220 arch: aarch64 subdir: osx-arm64 - build_number: 219 + build_number: 220 license: BSD-3-Clause license_family: BSD - size: 14021 - timestamp: 1699741588616 + size: 14245 + timestamp: 1702974445475 - platform: win-64 name: vtk version: 9.2.6 category: main manager: conda dependencies: - - vtk-base 9.2.6 qt_py311h1234567_219 - url: https://conda.anaconda.org/conda-forge/win-64/vtk-9.2.6-qt_py311h1234567_219.conda + - vtk-base 9.2.6 qt_py311h1234567_220 + url: https://conda.anaconda.org/conda-forge/win-64/vtk-9.2.6-qt_py311h1234567_220.conda hash: - md5: 0ec95eb06eeb91fbc26dd03fd8987951 - sha256: e1e38c9149756208f5f5209e9cf9cdf2cd5f85b833a3d995d0e703b93123b427 - build: qt_py311h1234567_219 + md5: a1a0698d54b1c2da5b7c504e667387ee + sha256: 4160e6f7bc6a9becc7e155190c190a9d378a621bd634fa66dbd0e321c28acf98 + build: qt_py311h1234567_220 arch: x86_64 subdir: win-64 - build_number: 219 + build_number: 220 license: BSD-3-Clause license_family: BSD - size: 14293 - timestamp: 1699739919351 + size: 14427 + timestamp: 1702971847093 - platform: linux-64 name: vtk-base version: 9.2.6 @@ -33495,113 +32076,111 @@ package: category: main manager: conda dependencies: - - __osx >=10.9 - double-conversion >=3.3.0,<3.4.0a0 - eigen - expat - freetype >=2.12.1,<3.0a0 - gl2ps >=1.4.2,<1.4.3.0a0 - glew >=2.1.0,<2.2.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - jsoncpp >=1.9.5,<1.9.6.0a0 - - libcxx >=15.0.7 + - libcxx >=14 - libexpat >=2.5.0,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 - libogg >=1.3.4,<1.4.0a0 - libpng >=1.6.39,<1.7.0a0 - - libsqlite >=3.44.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libtheora >=1.1.1,<1.2.0a0 - libtiff >=4.6.0,<4.7.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.11.6,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - loguru - lz4-c >=1.9.3,<1.10.0a0 - nlohmann_json - numpy - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - pugixml >=1.14,<1.15.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - qt-main >=5.15.8,<5.16.0a0 - sqlite - - tbb >=2021.10.0 + - tbb >=2021.11.0 - tbb-devel - tk >=8.6.13,<8.7.0a0 - utfcpp - wslink - zlib - url: https://conda.anaconda.org/conda-forge/osx-64/vtk-base-9.2.6-qt_py311h1234567_219.conda + url: https://conda.anaconda.org/conda-forge/osx-64/vtk-base-9.2.6-qt_py311h1234567_220.conda hash: - md5: ca6d4944329a7a6d541ebf2e8eb3952b - sha256: 88dfdc0e75ea795e754c6b82815a149bdb38f8dcf6c867ace8550fdda16ac9b7 - build: qt_py311h1234567_219 + md5: cf107f27c4c32f5c2de29a96d8cb853a + sha256: 58d455760f65cb1f0a55268bc8c93ce5f5038594ba8a5be2f67dae300fcfec52 + build: qt_py311h1234567_220 arch: x86_64 subdir: osx-64 - build_number: 219 + build_number: 220 constrains: - paraview ==9999999999 license: BSD-3-Clause license_family: BSD - size: 33948395 - timestamp: 1699741487106 + size: 33947481 + timestamp: 1702974770043 - platform: osx-arm64 name: vtk-base version: 9.2.6 category: main manager: conda dependencies: - - __osx >=10.9 - double-conversion >=3.3.0,<3.4.0a0 - eigen - expat - freetype >=2.12.1,<3.0a0 - gl2ps >=1.4.2,<1.4.3.0a0 - glew >=2.1.0,<2.2.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - jsoncpp >=1.9.5,<1.9.6.0a0 - - libcxx >=15.0.7 + - libcxx >=14 - libexpat >=2.5.0,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 - libogg >=1.3.4,<1.4.0a0 - libpng >=1.6.39,<1.7.0a0 - - libsqlite >=3.44.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libtheora >=1.1.1,<1.2.0a0 - libtiff >=4.6.0,<4.7.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.11.6,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - loguru - lz4-c >=1.9.3,<1.10.0a0 - nlohmann_json - numpy - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - pugixml >=1.14,<1.15.0a0 - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - qt-main >=5.15.8,<5.16.0a0 - sqlite - - tbb >=2021.10.0 + - tbb >=2021.11.0 - tbb-devel - tk >=8.6.13,<8.7.0a0 - utfcpp - wslink - zlib - url: https://conda.anaconda.org/conda-forge/osx-arm64/vtk-base-9.2.6-qt_py311h1234567_219.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/vtk-base-9.2.6-qt_py311h1234567_220.conda hash: - md5: fe4a98d2daa0603ebea6cf368f06f4d6 - sha256: 06e64ea755416e3101caa6f79c60dbdff35a32b89335d5b16de73f5dca388b12 - build: qt_py311h1234567_219 + md5: b9e7975875d2f7b4952b77450193c009 + sha256: 712c7ec3bb4fb614a223127d913d702f07487c36f10e9e65356f726f93df0a60 + build: qt_py311h1234567_220 arch: aarch64 subdir: osx-arm64 - build_number: 219 + build_number: 220 constrains: - paraview ==9999999999 license: BSD-3-Clause license_family: BSD - size: 32801491 - timestamp: 1699741451969 + size: 32814113 + timestamp: 1702974313237 - platform: win-64 name: vtk-base version: 9.2.6 @@ -33615,29 +32194,29 @@ package: - freetype >=2.12.1,<3.0a0 - gl2ps >=1.4.2,<1.4.3.0a0 - glew >=2.1.0,<2.2.0a0 - - hdf5 >=1.14.2,<1.14.4.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 - jsoncpp >=1.9.5,<1.9.6.0a0 - libexpat >=2.5.0,<3.0a0 - libjpeg-turbo >=3.0.0,<4.0a0 - libnetcdf >=4.9.2,<4.9.3.0a0 - libogg >=1.3.4,<1.4.0a0 - libpng >=1.6.39,<1.7.0a0 - - libsqlite >=3.44.0,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 - libtheora >=1.1.1,<1.2.0a0 - libtiff >=4.6.0,<4.7.0a0 - - libxml2 >=2.11.5,<2.12.0a0 + - libxml2 >=2.11.6,<3.0.0a0 - libzlib >=1.2.13,<1.3.0a0 - loguru - lz4-c >=1.9.3,<1.10.0a0 - nlohmann_json - numpy - - proj >=9.3.0,<9.3.1.0a0 + - proj >=9.3.1,<9.3.2.0a0 - pugixml >=1.14,<1.15.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - qt-main >=5.15.8,<5.16.0a0 - sqlite - - tbb >=2021.10.0 + - tbb >=2021.11.0 - tbb-devel - ucrt >=10.0.20348.0 - utfcpp @@ -33645,20 +32224,20 @@ package: - vc14_runtime >=14.29.30139 - wslink - zlib - url: https://conda.anaconda.org/conda-forge/win-64/vtk-base-9.2.6-qt_py311h1234567_219.conda + url: https://conda.anaconda.org/conda-forge/win-64/vtk-base-9.2.6-qt_py311h1234567_220.conda hash: - md5: 61c1ebcb9ba1ef3dcd4a6be9915f7448 - sha256: 32ea99bfa64cdb0153a4ee657b1a26370fc1efb0c60c24548619abbc38181ef6 - build: qt_py311h1234567_219 + md5: 62f88566c6439efc3c603c9a570cded5 + sha256: d0acfa933ccc506f9a95a2b3c6d7cfb832625a6236eff9b4856fb2f0310d8ecf + build: qt_py311h1234567_220 arch: x86_64 subdir: win-64 - build_number: 219 + build_number: 220 constrains: - paraview ==9999999999 license: BSD-3-Clause license_family: BSD - size: 31302268 - timestamp: 1699739799619 + size: 31287736 + timestamp: 1702971720494 - platform: linux-64 name: vtk-io-ffmpeg version: 9.2.6 @@ -33686,19 +32265,19 @@ package: manager: conda dependencies: - ffmpeg >=6.1.0,<7.0a0 - - vtk-base 9.2.6 qt_py311h1234567_219 - url: https://conda.anaconda.org/conda-forge/osx-64/vtk-io-ffmpeg-9.2.6-qt_py311h1234567_219.conda + - vtk-base 9.2.6 qt_py311h1234567_220 + url: https://conda.anaconda.org/conda-forge/osx-64/vtk-io-ffmpeg-9.2.6-qt_py311h1234567_220.conda hash: - md5: 506a151d7a6ad60682b35d87272a8253 - sha256: 69e9151bd49c7b7ee40773b8d6a5a28da72bdb88ca7300bb19ad5159800b86c4 - build: qt_py311h1234567_219 + md5: db63d54826cf262b3cb1366bc04f9feb + sha256: 25af0aed3f416efbd43c80677967372ecb1c9e86ce05df460fdec7866d112f05 + build: qt_py311h1234567_220 arch: x86_64 subdir: osx-64 - build_number: 219 + build_number: 220 license: BSD-3-Clause license_family: BSD - size: 61766 - timestamp: 1699741624182 + size: 61699 + timestamp: 1702974896239 - platform: osx-arm64 name: vtk-io-ffmpeg version: 9.2.6 @@ -33706,19 +32285,19 @@ package: manager: conda dependencies: - ffmpeg >=6.1.0,<7.0a0 - - vtk-base 9.2.6 qt_py311h1234567_219 - url: https://conda.anaconda.org/conda-forge/osx-arm64/vtk-io-ffmpeg-9.2.6-qt_py311h1234567_219.conda + - vtk-base 9.2.6 qt_py311h1234567_220 + url: https://conda.anaconda.org/conda-forge/osx-arm64/vtk-io-ffmpeg-9.2.6-qt_py311h1234567_220.conda hash: - md5: 518977281441f273a5a7c28dcef21027 - sha256: 6e59f065b48f0a935a8290cc4dbc2f1258e993f2faafbfda33e1a10a7ffd661b - build: qt_py311h1234567_219 + md5: af24e1f6c5b7c955def5d20b232ce58f + sha256: c40bda28fb1adbea6ce58b311e9b6bdadb696958ef4df75abb39d9b7cf39b6e4 + build: qt_py311h1234567_220 arch: aarch64 subdir: osx-arm64 - build_number: 219 + build_number: 220 license: BSD-3-Clause license_family: BSD - size: 63751 - timestamp: 1699741581538 + size: 63768 + timestamp: 1702974438834 - platform: linux-64 name: wheel version: 0.42.0 @@ -34098,186 +32677,182 @@ package: timestamp: 1646611941216 - platform: linux-64 name: xarray - version: 2023.12.0 + version: 2024.1.1 category: main manager: conda dependencies: - - numpy >=1.22 - - packaging >=21.3 - - pandas >=1.4 + - numpy >=1.23 + - packaging >=22 + - pandas >=1.5 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.12.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.1-pyhd8ed1ab_0.conda hash: - md5: e9b31d3ab1b0dd5fd8c24419f6560b90 - sha256: ab89b70aa3d31a9cacf0e91a7c7a6f8cc45d866d71cdcee1219561cff0e8a9a5 + md5: 38b5de3877d1f28089b231d24622dd64 + sha256: f32a6e37ffe85ddf1bdf1b68d519ccbbdfedf5853570017bb45f571ee3bf4b49 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 constrains: - - flox >=0.5 - - hdf5 >=1.12 - - iris >=3.2 - - h5netcdf >=1.0 - - h5py >=3.6 - - distributed >=2022.7 - pint >=0.19 - - nc-time-axis >=1.4 - scipy >=1.8 - - seaborn >=0.11 + - flox >=0.5 + - zarr >=2.12 + - sparse >=0.13 + - toolz >=0.12 - dask-core >=2022.7 - netcdf4 >=1.6.0 - - numba >=0.55 - - bottleneck >=1.3 - cartopy >=0.20 - - sparse >=0.13 - - zarr >=2.12 + - bottleneck >=1.3 + - h5py >=3.6 + - nc-time-axis >=1.4 + - seaborn >=0.11 + - iris >=3.2 + - hdf5 >=1.12 + - numba >=0.55 + - distributed >=2022.7 - cftime >=1.6 - - toolz >=0.12 - matplotlib-base >=3.5 + - h5netcdf >=1.0 license: Apache-2.0 - license_family: APACHE noarch: python - size: 724567 - timestamp: 1702073071866 + size: 730686 + timestamp: 1706057006199 purls: - pkg:pypi/xarray - platform: osx-64 name: xarray - version: 2023.12.0 + version: 2024.1.1 category: main manager: conda dependencies: - - numpy >=1.22 - - packaging >=21.3 - - pandas >=1.4 + - numpy >=1.23 + - packaging >=22 + - pandas >=1.5 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.12.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.1-pyhd8ed1ab_0.conda hash: - md5: e9b31d3ab1b0dd5fd8c24419f6560b90 - sha256: ab89b70aa3d31a9cacf0e91a7c7a6f8cc45d866d71cdcee1219561cff0e8a9a5 + md5: 38b5de3877d1f28089b231d24622dd64 + sha256: f32a6e37ffe85ddf1bdf1b68d519ccbbdfedf5853570017bb45f571ee3bf4b49 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 constrains: - - flox >=0.5 - - hdf5 >=1.12 - - iris >=3.2 - - h5netcdf >=1.0 - - h5py >=3.6 - - distributed >=2022.7 - pint >=0.19 - - nc-time-axis >=1.4 - scipy >=1.8 - - seaborn >=0.11 + - flox >=0.5 + - zarr >=2.12 + - sparse >=0.13 + - toolz >=0.12 - dask-core >=2022.7 - netcdf4 >=1.6.0 - - numba >=0.55 - - bottleneck >=1.3 - cartopy >=0.20 - - sparse >=0.13 - - zarr >=2.12 + - bottleneck >=1.3 + - h5py >=3.6 + - nc-time-axis >=1.4 + - seaborn >=0.11 + - iris >=3.2 + - hdf5 >=1.12 + - numba >=0.55 + - distributed >=2022.7 - cftime >=1.6 - - toolz >=0.12 - matplotlib-base >=3.5 + - h5netcdf >=1.0 license: Apache-2.0 - license_family: APACHE noarch: python - size: 724567 - timestamp: 1702073071866 + size: 730686 + timestamp: 1706057006199 purls: - pkg:pypi/xarray - platform: osx-arm64 name: xarray - version: 2023.12.0 + version: 2024.1.1 category: main manager: conda dependencies: - - numpy >=1.22 - - packaging >=21.3 - - pandas >=1.4 + - numpy >=1.23 + - packaging >=22 + - pandas >=1.5 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.12.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.1-pyhd8ed1ab_0.conda hash: - md5: e9b31d3ab1b0dd5fd8c24419f6560b90 - sha256: ab89b70aa3d31a9cacf0e91a7c7a6f8cc45d866d71cdcee1219561cff0e8a9a5 + md5: 38b5de3877d1f28089b231d24622dd64 + sha256: f32a6e37ffe85ddf1bdf1b68d519ccbbdfedf5853570017bb45f571ee3bf4b49 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 build_number: 0 constrains: - - flox >=0.5 - - hdf5 >=1.12 - - iris >=3.2 - - h5netcdf >=1.0 - - h5py >=3.6 - - distributed >=2022.7 - pint >=0.19 - - nc-time-axis >=1.4 - scipy >=1.8 - - seaborn >=0.11 + - flox >=0.5 + - zarr >=2.12 + - sparse >=0.13 + - toolz >=0.12 - dask-core >=2022.7 - netcdf4 >=1.6.0 - - numba >=0.55 - - bottleneck >=1.3 - cartopy >=0.20 - - sparse >=0.13 - - zarr >=2.12 + - bottleneck >=1.3 + - h5py >=3.6 + - nc-time-axis >=1.4 + - seaborn >=0.11 + - iris >=3.2 + - hdf5 >=1.12 + - numba >=0.55 + - distributed >=2022.7 - cftime >=1.6 - - toolz >=0.12 - matplotlib-base >=3.5 + - h5netcdf >=1.0 license: Apache-2.0 - license_family: APACHE noarch: python - size: 724567 - timestamp: 1702073071866 + size: 730686 + timestamp: 1706057006199 purls: - pkg:pypi/xarray - platform: win-64 name: xarray - version: 2023.12.0 + version: 2024.1.1 category: main manager: conda dependencies: - - numpy >=1.22 - - packaging >=21.3 - - pandas >=1.4 + - numpy >=1.23 + - packaging >=22 + - pandas >=1.5 - python >=3.9 - url: https://conda.anaconda.org/conda-forge/noarch/xarray-2023.12.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.1-pyhd8ed1ab_0.conda hash: - md5: e9b31d3ab1b0dd5fd8c24419f6560b90 - sha256: ab89b70aa3d31a9cacf0e91a7c7a6f8cc45d866d71cdcee1219561cff0e8a9a5 + md5: 38b5de3877d1f28089b231d24622dd64 + sha256: f32a6e37ffe85ddf1bdf1b68d519ccbbdfedf5853570017bb45f571ee3bf4b49 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 constrains: - - flox >=0.5 - - hdf5 >=1.12 - - iris >=3.2 - - h5netcdf >=1.0 - - h5py >=3.6 - - distributed >=2022.7 - pint >=0.19 - - nc-time-axis >=1.4 - scipy >=1.8 - - seaborn >=0.11 + - flox >=0.5 + - zarr >=2.12 + - sparse >=0.13 + - toolz >=0.12 - dask-core >=2022.7 - netcdf4 >=1.6.0 - - numba >=0.55 - - bottleneck >=1.3 - cartopy >=0.20 - - sparse >=0.13 - - zarr >=2.12 + - bottleneck >=1.3 + - h5py >=3.6 + - nc-time-axis >=1.4 + - seaborn >=0.11 + - iris >=3.2 + - hdf5 >=1.12 + - numba >=0.55 + - distributed >=2022.7 - cftime >=1.6 - - toolz >=0.12 - matplotlib-base >=3.5 + - h5netcdf >=1.0 license: Apache-2.0 - license_family: APACHE noarch: python - size: 724567 - timestamp: 1702073071866 + size: 730686 + timestamp: 1706057006199 purls: - pkg:pypi/xarray - platform: linux-64 @@ -35623,7 +34198,7 @@ package: timestamp: 1607292254607 - platform: linux-64 name: xugrid - version: 0.8.0 + version: 0.8.1 category: main manager: conda dependencies: @@ -35638,10 +34213,10 @@ package: - scipy - shapely >=2.0 - xarray >=0.15 - url: https://conda.anaconda.org/conda-forge/noarch/xugrid-0.8.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xugrid-0.8.1-pyhd8ed1ab_0.conda hash: - md5: 55b31e1f6d3e636730e64620739e8c5f - sha256: c93b03e3b4091841975f7edb2e69d40f0fce97f0be4109082c9784679f09da52 + md5: 5771e469daca73194129ea67ec474efc + sha256: 4b7ce5952dcd4f29de009d30f8d845290a629c0bc006cb403ec9f595f53da4b6 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -35649,13 +34224,13 @@ package: license: MIT license_family: MIT noarch: python - size: 89888 - timestamp: 1702303619100 + size: 91565 + timestamp: 1705930436538 purls: - pkg:pypi/xugrid - platform: osx-64 name: xugrid - version: 0.8.0 + version: 0.8.1 category: main manager: conda dependencies: @@ -35670,10 +34245,10 @@ package: - scipy - shapely >=2.0 - xarray >=0.15 - url: https://conda.anaconda.org/conda-forge/noarch/xugrid-0.8.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xugrid-0.8.1-pyhd8ed1ab_0.conda hash: - md5: 55b31e1f6d3e636730e64620739e8c5f - sha256: c93b03e3b4091841975f7edb2e69d40f0fce97f0be4109082c9784679f09da52 + md5: 5771e469daca73194129ea67ec474efc + sha256: 4b7ce5952dcd4f29de009d30f8d845290a629c0bc006cb403ec9f595f53da4b6 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -35681,13 +34256,13 @@ package: license: MIT license_family: MIT noarch: python - size: 89888 - timestamp: 1702303619100 + size: 91565 + timestamp: 1705930436538 purls: - pkg:pypi/xugrid - platform: osx-arm64 name: xugrid - version: 0.8.0 + version: 0.8.1 category: main manager: conda dependencies: @@ -35702,10 +34277,10 @@ package: - scipy - shapely >=2.0 - xarray >=0.15 - url: https://conda.anaconda.org/conda-forge/noarch/xugrid-0.8.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xugrid-0.8.1-pyhd8ed1ab_0.conda hash: - md5: 55b31e1f6d3e636730e64620739e8c5f - sha256: c93b03e3b4091841975f7edb2e69d40f0fce97f0be4109082c9784679f09da52 + md5: 5771e469daca73194129ea67ec474efc + sha256: 4b7ce5952dcd4f29de009d30f8d845290a629c0bc006cb403ec9f595f53da4b6 build: pyhd8ed1ab_0 arch: aarch64 subdir: osx-arm64 @@ -35713,13 +34288,13 @@ package: license: MIT license_family: MIT noarch: python - size: 89888 - timestamp: 1702303619100 + size: 91565 + timestamp: 1705930436538 purls: - pkg:pypi/xugrid - platform: win-64 name: xugrid - version: 0.8.0 + version: 0.8.1 category: main manager: conda dependencies: @@ -35734,10 +34309,10 @@ package: - scipy - shapely >=2.0 - xarray >=0.15 - url: https://conda.anaconda.org/conda-forge/noarch/xugrid-0.8.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/xugrid-0.8.1-pyhd8ed1ab_0.conda hash: - md5: 55b31e1f6d3e636730e64620739e8c5f - sha256: c93b03e3b4091841975f7edb2e69d40f0fce97f0be4109082c9784679f09da52 + md5: 5771e469daca73194129ea67ec474efc + sha256: 4b7ce5952dcd4f29de009d30f8d845290a629c0bc006cb403ec9f595f53da4b6 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -35745,8 +34320,8 @@ package: license: MIT license_family: MIT noarch: python - size: 89888 - timestamp: 1702303619100 + size: 91565 + timestamp: 1705930436538 purls: - pkg:pypi/xugrid - platform: linux-64 @@ -35985,7 +34560,7 @@ package: timestamp: 1641347623319 - platform: linux-64 name: yarl - version: 1.9.3 + version: 1.9.4 category: main manager: conda dependencies: @@ -35994,21 +34569,21 @@ package: - multidict >=4.0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/linux-64/yarl-1.9.3-py311h459d7ec_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/yarl-1.9.4-py311h459d7ec_0.conda hash: - md5: 96f995652440b0a9266d66a691d9eff9 - sha256: 1e35fa508899965e2ed7866b6147330dd4e51407ce5359b74f050b0e2ef8e4d0 + md5: fff0f2058e9d86c8bf5848ee93917a8d + sha256: 673e4a626e9e7d661154e5609f696c0c8a9247087f5c8b7744cfbb4fe0872713 build: py311h459d7ec_0 arch: x86_64 subdir: linux-64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 121561 - timestamp: 1701168730543 + size: 122372 + timestamp: 1705508480013 - platform: osx-64 name: yarl - version: 1.9.3 + version: 1.9.4 category: main manager: conda dependencies: @@ -36016,21 +34591,21 @@ package: - multidict >=4.0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-64/yarl-1.9.3-py311he705e18_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/yarl-1.9.4-py311he705e18_0.conda hash: - md5: 9e496c26a50c1bd31ec870ec26c17115 - sha256: c774eecd3a122d5f4f75be527f1f6d5031e74496ec9d34c91165169f2ef892c5 + md5: 6b7f34fc151c338cdaca4d4d6fb92d55 + sha256: 668ea9d1e0c7b4eaa769cc79de1ea4e8da22a61d4112e660ecbaca140f097109 build: py311he705e18_0 arch: x86_64 subdir: osx-64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 111478 - timestamp: 1701169005630 + size: 112887 + timestamp: 1705508591601 - platform: osx-arm64 name: yarl - version: 1.9.3 + version: 1.9.4 category: main manager: conda dependencies: @@ -36039,21 +34614,21 @@ package: - python >=3.11,<3.12.0a0 - python >=3.11,<3.12.0a0 *_cpython - python_abi 3.11.* *_cp311 - url: https://conda.anaconda.org/conda-forge/osx-arm64/yarl-1.9.3-py311h05b510d_0.conda + url: https://conda.anaconda.org/conda-forge/osx-arm64/yarl-1.9.4-py311h05b510d_0.conda hash: - md5: 1de51d3ce020a415f34ba5c678c3abcc - sha256: 723e809326eccda01b2704d8c2708de901a90f720528654b8c8f298dadaad700 + md5: 510eded0989b4ef17f3adeca6cb21b22 + sha256: 1da2a08c44e284d17156838d8207fde58dececde3c07626114df4d9a64ae9213 build: py311h05b510d_0 arch: aarch64 subdir: osx-arm64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 111820 - timestamp: 1701168997593 + size: 113463 + timestamp: 1705508875443 - platform: win-64 name: yarl - version: 1.9.3 + version: 1.9.4 category: main manager: conda dependencies: @@ -36064,18 +34639,18 @@ package: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/yarl-1.9.3-py311ha68e1ae_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/yarl-1.9.4-py311ha68e1ae_0.conda hash: - md5: 4e0828a23752f58259ec0a1cb29c54f6 - sha256: c5e57d54ef12d61efd5bd263f998c61dd1ab1853c54db45d1aa491bee93cf110 + md5: 522f873d68d2557056d6cfed8335fe96 + sha256: 647a7f6395be44b82a3dd4ad58d02fd1ce56cca19083061cbb118f788c0f31e5 build: py311ha68e1ae_0 arch: x86_64 subdir: win-64 build_number: 0 license: Apache-2.0 license_family: Apache - size: 111808 - timestamp: 1701169107855 + size: 113426 + timestamp: 1705509198913 - platform: linux-64 name: zarr version: 2.16.1 diff --git a/pixi.toml b/pixi.toml index fae984a1a..f8778cd2c 100644 --- a/pixi.toml +++ b/pixi.toml @@ -38,6 +38,7 @@ examples = { cmd = [ "--verbose", "--junitxml=examples_report.xml", ], depends_on = ["install"], cwd = "imod/tests" } +pypi-publish = { cmd = "rm --recursive --force dist && python -m build && twine check dist/* && twine upload dist/*" } black_lint = "black --check ." black_format = "black ." @@ -99,6 +100,7 @@ vtk = { version = ">=9.0", build = "*qt*", channel = "conda-forge" } xarray = ">=2023.04.0" xugrid = ">=0.6.4" zarr = "*" +build = "*" [pypi-dependencies] mypy2junit = "*" diff --git a/pyproject.toml b/pyproject.toml index 394264a77..0262b06d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [build-system] -requires = ["setuptools>=42", "wheel"] -build-backend = "setuptools.build_meta" +requires = ["hatchling"] +build-backend = "hatchling.build" [project] name = "imod" -version = "0.15.1" +dynamic = ["version"] requires-python = ">=3.10" authors = [{ name = "Deltares", email = "huite.bootsma@deltares.nl" }, ] maintainers = [{ name = "Deltares", email = "huite.bootsma@deltares.nl" }] @@ -69,6 +69,7 @@ dev = [ "black", "ruff", "flopy", + "hatchling", "hypothesis", "mypy", "pydata-sphinx-theme", @@ -160,4 +161,10 @@ ignore_missing_imports = true [tool.pytest.ini_options] markers = [ "example: marks test as example (deselect with '-m \"not example\"')", -] \ No newline at end of file +] + +[tool.hatch.version] +path = "imod/__init__.py" + +[tool.hatch.build.targets.sdist] +only-include = ["imod"] \ No newline at end of file