diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 06895f1..047be24 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -38,6 +38,7 @@ jobs: - name: Run tests run: | + ls /usr/lib/x86_64-linux-gnu/libfftw3* nox --session "tests(with_cov=True, with_mpi=False)" make cleanall nox --session "tests(with_cov=True, with_mpi=True)" diff --git a/.github/workflows/ci-pixi.yml b/.github/workflows/ci-pixi.yml index ac7cf87..f0d959f 100644 --- a/.github/workflows/ci-pixi.yml +++ b/.github/workflows/ci-pixi.yml @@ -6,7 +6,7 @@ on: jobs: tests: - runs-on: ${{ matrix.os }}-latest + runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: @@ -25,6 +25,9 @@ jobs: run: | pixi run install-editable pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps + - name: Show meson-log.txt + if: always() + run: cat build\cp310\meson-logs\meson-log.txt - name: Tests run: | pixi run pytest -v tests plugins/fluidfft-fftw diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a507a6c..ddb11cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ workflow: pixi-test: stage: pixi - image: $DOCKER_IMAGE_PATH:pixi + image: registry.heptapod.net:443/fluiddyn/fluidsim/ci/default:pixi script: - pixi info - pixi run install-editable @@ -95,6 +95,7 @@ tests_mpi: - job: "image:build" optional: true script: + - ls /usr/lib/x86_64-linux-gnu/libfftw3* - nox -s "tests(with_cov=True, with_mpi=True)" diff --git a/noxfile.py b/noxfile.py index f0e3b5c..7f2960d 100644 --- a/noxfile.py +++ b/noxfile.py @@ -63,7 +63,7 @@ def tests(session, with_mpi, with_cov): session.install( "-e", "plugins/fluidfft-mpi_with_fftw", "--no-build-isolation", "-v" ) - session.install("-e", "plugins/fluidfft-fftwmpi", "--no-build-isolation", "-v") + # session.install("-e", "plugins/fluidfft-fftwmpi", "--no-build-isolation", "-v") def run_command(command, **kwargs): session.run(*command.split(), **kwargs) @@ -96,10 +96,10 @@ def run_command(command, **kwargs): "mpirun -np 2 --oversubscribe pytest -v plugins/fluidfft-mpi_with_fftw", external=True, ) - run_command( - "mpirun -np 2 --oversubscribe pytest -v plugins/fluidfft-fftwmpi", - external=True, - ) + # run_command( + # "mpirun -np 2 --oversubscribe pytest -v plugins/fluidfft-fftwmpi", + # external=True, + # ) if with_cov: if with_mpi: diff --git a/pixi.lock b/pixi.lock index 9cd66d0..d90f34a 100644 --- a/pixi.lock +++ b/pixi.lock @@ -2,12 +2,14 @@ version: 3 metadata: content_hash: linux-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d + osx-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d win-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d channels: - url: https://conda.anaconda.org/conda-forge/ used_env_vars: [] platforms: - linux-64 + - osx-64 - win-64 sources: [] time_metadata: null @@ -93,6 +95,25 @@ package: license_family: BSD size: 2688122 timestamp: 1700530526866 +- platform: osx-64 + name: aom + version: 3.8.1 + category: main + manager: conda + dependencies: + - libcxx >=15 + url: https://conda.anaconda.org/conda-forge/osx-64/aom-3.8.1-h73e2aa4_0.conda + hash: + md5: 3194f8209de31e1e09f2ae915c5288d4 + sha256: ee8677cc9bea352c7fe12d5f42f0d277cee1d7e7f5518ae728dc1befc75fe49a + build: h73e2aa4_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + size: 2756364 + timestamp: 1706649344166 - platform: win-64 name: aom version: 3.7.1 @@ -137,6 +158,29 @@ package: timestamp: 1698341257884 purls: - pkg:pypi/asttokens +- platform: osx-64 + name: asttokens + version: 2.4.1 + category: main + manager: conda + dependencies: + - python >=3.5 + - six >=1.12.0 + url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda + hash: + md5: 5f25798dcefd8252ce5f9dc494d5f571 + sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + noarch: python + size: 28922 + timestamp: 1698341257884 + purls: + - pkg:pypi/asttokens - platform: win-64 name: asttokens version: 2.4.1 @@ -201,6 +245,28 @@ package: timestamp: 1704011393776 purls: - pkg:pypi/attrs +- platform: osx-64 + name: attrs + version: 23.2.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda + hash: + md5: 5e4c0743c70186509d1412e03c2d8dfa + sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea + build: pyh71513ae_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 54582 + timestamp: 1704011393776 + purls: + - pkg:pypi/attrs - platform: win-64 name: attrs version: 23.2.0 @@ -248,6 +314,31 @@ package: timestamp: 1693061409657 purls: - pkg:pypi/autopep8 +- platform: osx-64 + name: autopep8 + version: 2.0.4 + category: main + manager: conda + dependencies: + - packaging + - pycodestyle >=2.10.0 + - python >=3.6 + - tomli + url: https://conda.anaconda.org/conda-forge/noarch/autopep8-2.0.4-pyhd8ed1ab_0.conda + hash: + md5: 1053857605b5139c8f9818a029a71913 + sha256: 5d9de00093c8757939df773754a76341f908bd7d6aaa65005e8dbae5632bac73 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 45709 + timestamp: 1693061409657 + purls: + - pkg:pypi/autopep8 - platform: win-64 name: autopep8 version: 2.0.4 @@ -296,6 +387,29 @@ package: timestamp: 1627922710217 purls: - pkg:pypi/beniget +- platform: osx-64 + name: beniget + version: 0.4.1 + category: main + manager: conda + dependencies: + - gast >=0.5.0,<0.6.0 + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/beniget-0.4.1-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 66744e23ceca50ebb022b0a6cba866a8 + sha256: 767cecb8b32d981f5c666eac1cc231d6fbcb29042124efe1b921a9de9201924b + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 12659 + timestamp: 1627922710217 + purls: + - pkg:pypi/beniget - platform: win-64 name: beniget version: 0.4.1 @@ -383,6 +497,29 @@ package: license_family: BSD size: 48692 timestamp: 1693657088079 +- platform: osx-64 + name: blosc + version: 1.21.5 + category: main + manager: conda + dependencies: + - libcxx >=15.0.7 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.1.10,<2.0a0 + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.5-heccf04b_0.conda + hash: + md5: 3003fa6dd18769db1a616982dcee5b40 + sha256: db629047f1721d5a6e3bd41b07c1a3bacd0dee70f4063b61db2aa46f19a0b8b4 + build: heccf04b_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 49891 + timestamp: 1693657206065 - platform: win-64 name: blosc version: 1.21.5 @@ -430,6 +567,27 @@ package: license_family: MIT size: 19383 timestamp: 1695990069230 +- platform: osx-64 + name: brotli + version: 1.1.0 + category: main + manager: conda + dependencies: + - brotli-bin 1.1.0 h0dc2134_1 + - libbrotlidec 1.1.0 h0dc2134_1 + - libbrotlienc 1.1.0 h0dc2134_1 + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h0dc2134_1.conda + hash: + md5: 9272dd3b19c4e8212f8542cefd5c3d67 + sha256: 4bf66d450be5d3f9ebe029b50f818d088b1ef9666b1f19e90c85479c77bbdcde + build: h0dc2134_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: MIT + license_family: MIT + size: 19530 + timestamp: 1695990310168 - platform: win-64 name: brotli version: 1.1.0 @@ -475,6 +633,26 @@ package: license_family: MIT size: 18980 timestamp: 1695990054140 +- platform: osx-64 + name: brotli-bin + version: 1.1.0 + category: main + manager: conda + dependencies: + - libbrotlidec 1.1.0 h0dc2134_1 + - libbrotlienc 1.1.0 h0dc2134_1 + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h0dc2134_1.conda + hash: + md5: ece565c215adcc47fc1db4e651ee094b + sha256: 7ca3cfb4c5df314ed481301335387ab2b2ee651e2c74fbb15bacc795c664a5f1 + build: h0dc2134_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: MIT + license_family: MIT + size: 16660 + timestamp: 1695990286737 - platform: win-64 name: brotli-bin version: 1.1.0 @@ -519,6 +697,26 @@ package: license_family: MIT size: 204879 timestamp: 1607309237341 +- platform: osx-64 + name: brunsli + version: '0.1' + category: main + manager: conda + dependencies: + - brotli >=1.0.9,<2.0a0 + - libcxx >=11.0.0 + url: https://conda.anaconda.org/conda-forge/osx-64/brunsli-0.1-h046ec9c_0.tar.bz2 + hash: + md5: 28d47920c95b85499c9a61994cc49b87 + sha256: e9abc53437889e03013b466521f928903fa27de770d16eb5f4ac6c4266a7b6a4 + build: h046ec9c_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 183140 + timestamp: 1607309287088 - platform: linux-64 name: bzip2 version: 1.0.8 @@ -538,6 +736,24 @@ package: license_family: BSD size: 254228 timestamp: 1699279927352 +- platform: osx-64 + name: bzip2 + version: 1.0.8 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda + hash: + md5: 6097a6ca9ada32699b5fc4312dd6ef18 + sha256: 61fb2b488928a54d9472113e1280b468a309561caa54f33825a3593da390b242 + build: h10d778d_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + license: bzip2-1.0.6 + license_family: BSD + size: 127885 + timestamp: 1699280178474 - platform: win-64 name: bzip2 version: 1.0.8 @@ -578,6 +794,24 @@ package: license_family: MIT size: 156989 timestamp: 1704784109506 +- platform: osx-64 + name: c-ares + version: 1.26.0 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.26.0-h10d778d_0.conda + hash: + md5: 04a8ab3d4f9a9446b286c4a90f665148 + sha256: 4b01708ed02f3e2cf9e8919a6fc1d3116cdf84c1a771294031e880f54235f47c + build: h10d778d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 147816 + timestamp: 1706300301840 - platform: linux-64 name: c-blosc2 version: 2.12.0 @@ -601,6 +835,28 @@ package: license_family: BSD size: 333736 timestamp: 1703769067617 +- platform: osx-64 + name: c-blosc2 + version: 2.13.1 + category: main + manager: conda + dependencies: + - libcxx >=15 + - lz4-c >=1.9.3,<1.10.0a0 + - zlib-ng >=2.0.7,<2.1.0a0 + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/c-blosc2-2.13.1-h0ae8482_0.conda + hash: + md5: 767c82932b8a6b700d39d046ad226928 + sha256: 65a7a064bce120dfc0a6a1432d2b9d1d7b74f98f44d0e0f189e519d62817b26a + build: h0ae8482_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 278098 + timestamp: 1706187380090 - platform: win-64 name: c-blosc2 version: 2.12.0 @@ -642,6 +898,23 @@ package: license: ISC size: 154117 timestamp: 1700280881924 +- platform: osx-64 + name: ca-certificates + version: 2024.2.2 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda + hash: + md5: f2eacee8c33c43692f1ccfd33d0f50b1 + sha256: 54a794aedbb4796afeabdf54287b06b1d27f7b13b3814520925f4c2c80f58ca9 + build: h8857fd0_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: ISC + size: 155665 + timestamp: 1706843838227 - platform: win-64 name: ca-certificates version: 2023.11.17 @@ -679,6 +952,26 @@ package: noarch: python size: 4134 timestamp: 1615209571450 +- platform: osx-64 + name: cached-property + version: 1.5.2 + category: main + manager: conda + dependencies: + - cached_property >=1.5.2,<1.5.3.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 + hash: + md5: 9b347a7ec10940d3f7941ff6c460b551 + sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 + build: hd8ed1ab_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 4134 + timestamp: 1615209571450 - platform: win-64 name: cached-property version: 1.5.2 @@ -721,6 +1014,28 @@ package: timestamp: 1615209567874 purls: - pkg:pypi/cached-property +- platform: osx-64 + name: cached_property + version: 1.5.2 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 + hash: + md5: 576d629e47797577ab0f1b351297ef4a + sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 + build: pyha770c72_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 11065 + timestamp: 1615209567874 + purls: + - pkg:pypi/cached-property - platform: win-64 name: cached_property version: 1.5.2 @@ -777,6 +1092,33 @@ package: license: LGPL-2.1-only or MPL-1.1 size: 982351 timestamp: 1697028423052 +- platform: osx-64 + name: cctools_osx-64 + version: 973.0.1 + category: main + manager: conda + dependencies: + - ld64_osx-64 >=609,<610.0a0 + - libcxx + - libllvm17 >=17.0.6,<17.1.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - sigtool + url: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-973.0.1-h031c385_16.conda + hash: + md5: ab815048866f8844132db12a1b5bc18d + sha256: 91c3d1cfe8a485aeb53767d8a7cf685a4d4ffb603741957175271722916d1ba5 + build: h031c385_16 + arch: x86_64 + subdir: osx-64 + build_number: 16 + constrains: + - cctools 973.0.1.* + - clang 17.0.* + - ld64 609.* + license: APSL-2.0 + license_family: Other + size: 1100288 + timestamp: 1706797898287 - platform: linux-64 name: certifi version: 2023.11.17 @@ -796,6 +1138,25 @@ package: noarch: python size: 158939 timestamp: 1700303562512 +- platform: osx-64 + name: certifi + version: 2024.2.2 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda + hash: + md5: 0876280e409658fc6f9e75d035960333 + sha256: f1faca020f988696e6b6ee47c82524c7806380b37cfdd1def32f92c326caca54 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: ISC + noarch: python + size: 160559 + timestamp: 1707022289175 - platform: win-64 name: certifi version: 2023.11.17 @@ -835,6 +1196,25 @@ package: license_family: BSD size: 150272 timestamp: 1684262827894 +- platform: osx-64 + name: charls + version: 2.4.2 + category: main + manager: conda + dependencies: + - libcxx >=15.0.7 + url: https://conda.anaconda.org/conda-forge/osx-64/charls-2.4.2-he965462_0.conda + hash: + md5: c267b3955138953f8ca4cb4d1f4f2d84 + sha256: 5167aafc0bcc3849373dd8afb448cc387078210236e597f2ef8d2b1fe3d0b1a2 + build: he965462_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 138062 + timestamp: 1684263362836 - platform: win-64 name: charls version: 2.4.2 @@ -856,22 +1236,20 @@ package: license_family: BSD size: 95857 timestamp: 1684263404702 -- platform: win-64 +- platform: osx-64 name: clang version: 17.0.6 category: main manager: conda dependencies: - - clang-17 17.0.6 default_hde6756a_2 - - libzlib >=1.2.13,<1.3.0a0 - - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/win-64/clang-17.0.6-ha177bd6_2.conda + - clang-17 17.0.6 default_h6b1ee41_2 + url: https://conda.anaconda.org/conda-forge/osx-64/clang-17.0.6-hac416ee_2.conda hash: - md5: 1327aba7174c4819eecf7cc1ba124e92 - sha256: 5a3c5a0ea2a8686ab0c2a5887c6d401ccdeab2422fcd5f48353a428783a6c7c1 - build: ha177bd6_2 + md5: dc3f1f9873fa7935a95379031a21f7dc + sha256: 69d31c5b49addaeabd33d71f31548a1b502fb5c286a5cdd4bf53f5670c2f9223 + build: hac416ee_2 arch: x86_64 - subdir: win-64 + subdir: osx-64 build_number: 2 constrains: - clang-tools 17.0.6.* @@ -880,8 +1258,60 @@ package: - llvmdev 17.0.6.* license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 93457639 + size: 21880 + timestamp: 1704279589807 +- platform: win-64 + name: clang + version: 17.0.6 + category: main + manager: conda + dependencies: + - clang-17 17.0.6 default_hde6756a_2 + - libzlib >=1.2.13,<1.3.0a0 + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/win-64/clang-17.0.6-ha177bd6_2.conda + hash: + md5: 1327aba7174c4819eecf7cc1ba124e92 + sha256: 5a3c5a0ea2a8686ab0c2a5887c6d401ccdeab2422fcd5f48353a428783a6c7c1 + build: ha177bd6_2 + arch: x86_64 + subdir: win-64 + build_number: 2 + constrains: + - clang-tools 17.0.6.* + - llvm 17.0.6.* + - llvm-tools 17.0.6.* + - llvmdev 17.0.6.* + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 93457639 timestamp: 1704280018632 +- platform: osx-64 + name: clang-17 + version: 17.0.6 + category: main + manager: conda + dependencies: + - libclang-cpp17 17.0.6 default_h6b1ee41_2 + - libcxx >=16.0.6 + - libllvm17 >=17.0.6,<17.1.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/clang-17-17.0.6-default_h6b1ee41_2.conda + hash: + md5: c57c301875444e6207cb1a6ebfe1f914 + sha256: 8079cc7cd02cdb343cdfd23f6691cf95f66593ee945907b657e4b241e4151107 + build: default_h6b1ee41_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + constrains: + - clangdev 17.0.6 + - clangxx 17.0.6 + - llvm-tools 17.0.6 + - clang-tools 17.0.6 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 714938 + timestamp: 1704279295294 - platform: win-64 name: clang-17 version: 17.0.6 @@ -910,6 +1340,67 @@ package: license_family: Apache size: 31821282 timestamp: 1704279749334 +- platform: osx-64 + name: clang_impl_osx-64 + version: 17.0.6 + category: main + manager: conda + dependencies: + - cctools_osx-64 + - clang 17.0.6.* + - compiler-rt 17.0.6.* + - ld64_osx-64 + - llvm-tools 17.0.6.* + url: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-17.0.6-h1af8efd_9.conda + hash: + md5: 1febfb99dab0295c342ac4106a18c9c5 + sha256: c91f197cd0edb6a8425cf645918d73f197c1504ebbed736a9191f7a614873f6a + build: h1af8efd_9 + arch: x86_64 + subdir: osx-64 + build_number: 9 + license: BSD-3-Clause + license_family: BSD + size: 17645 + timestamp: 1706817778710 +- platform: osx-64 + name: clang_osx-64 + version: 17.0.6 + category: main + manager: conda + dependencies: + - clang_impl_osx-64 17.0.6 h1af8efd_9 + url: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-17.0.6-hb91bd55_9.conda + hash: + md5: 185266aefb664fdb282ca84ed5fa7656 + sha256: 6d3f8b37ce7f548eb1148c8a2ef6cccb5a1931cf0c6a758840fdb90aaab16729 + build: hb91bd55_9 + arch: x86_64 + subdir: osx-64 + build_number: 9 + license: BSD-3-Clause + license_family: BSD + size: 20675 + timestamp: 1706817790659 +- platform: osx-64 + name: clangxx + version: 17.0.6 + category: main + manager: conda + dependencies: + - clang 17.0.6 hac416ee_2 + url: https://conda.anaconda.org/conda-forge/osx-64/clangxx-17.0.6-default_h6b1ee41_2.conda + hash: + md5: 2a7363e23422b547ca0daba59753ad37 + sha256: 224f74cb98548615d4ba9642eb5bac0c08b4507fe5368fcf8365ff7946b0eea6 + build: default_h6b1ee41_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 21964 + timestamp: 1704279670568 - platform: win-64 name: clangxx version: 17.0.6 @@ -931,6 +1422,48 @@ package: license_family: Apache size: 31170271 timestamp: 1704280338941 +- platform: osx-64 + name: clangxx_impl_osx-64 + version: 17.0.6 + category: main + manager: conda + dependencies: + - clang_osx-64 17.0.6 hb91bd55_9 + - clangxx 17.0.6.* + - libcxx >=16 + - libllvm17 >=17.0.6,<17.1.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-17.0.6-hc3430b7_9.conda + hash: + md5: acc7c4c22a4819595cba70504b64203a + sha256: c03716b83331a6bfe1e716b27ec05a7616e94ec9c6107bd86b9dff3c952aaab9 + build: hc3430b7_9 + arch: x86_64 + subdir: osx-64 + build_number: 9 + license: BSD-3-Clause + license_family: BSD + size: 17761 + timestamp: 1706817808483 +- platform: osx-64 + name: clangxx_osx-64 + version: 17.0.6 + category: main + manager: conda + dependencies: + - clang_osx-64 17.0.6 hb91bd55_9 + - clangxx_impl_osx-64 17.0.6 hc3430b7_9 + url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-17.0.6-hb91bd55_9.conda + hash: + md5: 32001a875e9a541de94c4d621de6d353 + sha256: ab43ff4e69c46b8650940e6d9b6970625b1111fab4d4cbf8e74e7d6bec9972d6 + build: hb91bd55_9 + arch: x86_64 + subdir: osx-64 + build_number: 9 + license: BSD-3-Clause + license_family: BSD + size: 19458 + timestamp: 1706817822690 - platform: linux-64 name: colorama version: 0.4.6 @@ -953,6 +1486,28 @@ package: timestamp: 1666700778190 purls: - pkg:pypi/colorama +- platform: osx-64 + name: colorama + version: 0.4.6 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 3faab06a954c2a04039983f2c4a50d99 + sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 25170 + timestamp: 1666700778190 + purls: + - pkg:pypi/colorama - platform: win-64 name: colorama version: 0.4.6 @@ -997,6 +1552,28 @@ package: timestamp: 1701544400898 purls: - pkg:pypi/colorlog +- platform: osx-64 + name: colorlog + version: 6.8.2 + category: main + manager: conda + dependencies: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/colorlog-6.8.2-py310h2ec42d9_0.conda + hash: + md5: df76ef7f21c6714a63eb286526ba4350 + sha256: 0111e92e9afd62bed44dbb482f26d0719587135945fc0cf6522bb1d438149796 + build: py310h2ec42d9_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 19810 + timestamp: 1706286038997 + purls: + - pkg:pypi/colorlog - platform: win-64 name: colorlog version: 6.8.0 @@ -1020,6 +1597,50 @@ package: timestamp: 1701544724993 purls: - pkg:pypi/colorlog +- platform: osx-64 + name: compiler-rt + version: 17.0.6 + category: main + manager: conda + dependencies: + - clang 17.0.6.* + - clangxx 17.0.6.* + - compiler-rt_osx-64 17.0.6.* + url: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-17.0.6-ha38d28d_1.conda + hash: + md5: 6e3e3ef883a79fb537c18cbd8865a01b + sha256: d470250e126559bf8577379b7dd41130316eab464e53bf5480285045523a0b9c + build: ha38d28d_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + size: 94403 + timestamp: 1701469601074 +- platform: osx-64 + name: compiler-rt_osx-64 + version: 17.0.6 + category: main + manager: conda + dependencies: + - clang 17.0.6.* + - clangxx 17.0.6.* + url: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-64-17.0.6-ha38d28d_1.conda + hash: + md5: c1ed226b5a4e45dcef22f6717732b77a + sha256: 6d4d20d1f2419eb5765027ec582a60917233d58d4ce50c8abe3d61de8917539f + build: ha38d28d_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + constrains: + - compiler-rt 17.0.6 + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + noarch: generic + size: 10089166 + timestamp: 1701469568359 - platform: linux-64 name: contourpy version: 1.2.0 @@ -1045,6 +1666,31 @@ package: timestamp: 1699041552962 purls: - pkg:pypi/contourpy +- platform: osx-64 + name: contourpy + version: 1.2.0 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 + - numpy >=1.20,<2 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/contourpy-1.2.0-py310ha697434_0.conda + hash: + md5: 2060f3e1ecbeb42eccabc806559d569e + sha256: 899344e2160254ef03721ea9a8d6e815e23f5d4735c5738e2528577c9255e119 + build: py310ha697434_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 231793 + timestamp: 1699041789817 + purls: + - pkg:pypi/contourpy - platform: win-64 name: contourpy version: 1.2.0 @@ -1095,6 +1741,29 @@ package: timestamp: 1703727308266 purls: - pkg:pypi/coverage +- platform: osx-64 + name: coverage + version: 7.4.1 + category: main + manager: conda + dependencies: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - tomli + url: https://conda.anaconda.org/conda-forge/osx-64/coverage-7.4.1-py310hb372a2b_0.conda + hash: + md5: 8263e99edec1718a0eee539bbc998120 + sha256: 455259517466b794c154588dd8abc60131145bf5b4c74d5f05fe18c78ac285bc + build: py310hb372a2b_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + size: 288111 + timestamp: 1706302006291 + purls: + - pkg:pypi/coverage - platform: win-64 name: coverage version: 7.4.0 @@ -1143,6 +1812,28 @@ package: timestamp: 1696677888423 purls: - pkg:pypi/cycler +- platform: osx-64 + name: cycler + version: 0.12.1 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + hash: + md5: 5cd86562580f274031ede6aa6aa24441 + sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 13458 + timestamp: 1696677888423 + purls: + - pkg:pypi/cycler - platform: win-64 name: cycler version: 0.12.1 @@ -1165,6 +1856,72 @@ package: timestamp: 1696677888423 purls: - pkg:pypi/cycler +- platform: linux-64 + name: cython + version: 3.0.8 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/cython-3.0.8-py310hc6cd4ac_0.conda + hash: + md5: e533f96945907b2e81c6b604f578b69c + sha256: 65412cbd9c794ebf75c71a80bc0ecc6eac2b73514c162ced2eb4acfc084c470d + build: py310hc6cd4ac_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + size: 3229244 + timestamp: 1706275083193 +- platform: osx-64 + name: cython + version: 3.0.8 + category: main + manager: conda + dependencies: + - libcxx >=15 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/cython-3.0.8-py310h5daac23_0.conda + hash: + md5: 079425a6bd94efc46ada240756694547 + sha256: e291a82da13e4c4bd70a190592cb82ec1fa796d70dcc6203c7b93e3453378e27 + build: py310h5daac23_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + size: 2926173 + timestamp: 1706275460528 +- platform: win-64 + name: cython + version: 3.0.8 + category: main + manager: conda + dependencies: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/cython-3.0.8-py310h00ffb61_0.conda + hash: + md5: a62f0c90451029592b60b51536c681f9 + sha256: 3b4f428a8daf210bf572b70aef0a47554f18a6bffaf6aa12ba1aa5d43d038229 + build: py310h00ffb61_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + size: 2706490 + timestamp: 1706275698068 - platform: linux-64 name: dav1d version: 1.2.1 @@ -1184,6 +1941,24 @@ package: license_family: BSD size: 760229 timestamp: 1685695754230 +- platform: osx-64 + name: dav1d + version: 1.2.1 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda + hash: + md5: 9d88733c715300a39f8ca2e936b7808d + sha256: ec71a835866b42e946cd2039a5f7a6458851a21890d315476f5e66790ac11c96 + build: h0dc2134_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + size: 668439 + timestamp: 1685696184631 - platform: win-64 name: dav1d version: 1.2.1 @@ -1248,6 +2023,28 @@ package: timestamp: 1641555714315 purls: - pkg:pypi/decorator +- platform: osx-64 + name: decorator + version: 5.1.1 + category: main + manager: conda + dependencies: + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 43afe5ab04e35e17ba28649471dd7364 + sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 12072 + timestamp: 1641555714315 + purls: + - pkg:pypi/decorator - platform: win-64 name: decorator version: 5.1.1 @@ -1292,6 +2089,28 @@ package: timestamp: 1704321683916 purls: - pkg:pypi/distro +- platform: osx-64 + name: distro + version: 1.9.0 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_0.conda + hash: + md5: bbdb409974cd6cb30071b1d978302726 + sha256: ae1c13d709c8001331b5b9345e4bcd77e9ae712d25f7958b2ebcbe0b068731b7 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 42039 + timestamp: 1704321683916 + purls: + - pkg:pypi/distro - platform: win-64 name: distro version: 1.9.0 @@ -1336,6 +2155,28 @@ package: timestamp: 1643888357950 purls: - pkg:pypi/entrypoints +- platform: osx-64 + name: entrypoints + version: '0.4' + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 3cf04868fee0a029769bd41f4b2fbf2d + sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 9199 + timestamp: 1643888357950 + purls: + - pkg:pypi/entrypoints - platform: win-64 name: entrypoints version: '0.4' @@ -1380,6 +2221,27 @@ package: timestamp: 1700579932017 purls: - pkg:pypi/exceptiongroup +- platform: osx-64 + name: exceptiongroup + version: 1.2.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + hash: + md5: 8d652ea2ee8eaee02ed8dc820bc794aa + sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d + build: pyhd8ed1ab_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: MIT and PSF-2.0 + noarch: python + size: 20551 + timestamp: 1704921321122 + purls: + - pkg:pypi/exceptiongroup - platform: win-64 name: exceptiongroup version: 1.2.0 @@ -1397,11 +2259,33 @@ package: build_number: 2 license: MIT and PSF-2.0 noarch: python - size: 20551 - timestamp: 1704921321122 + size: 20551 + timestamp: 1704921321122 + purls: + - pkg:pypi/exceptiongroup +- platform: linux-64 + name: executing + version: 2.0.1 + category: main + manager: conda + dependencies: + - python >=2.7 + url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda + hash: + md5: e16be50e378d8a4533b989035b196ab8 + sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 27689 + timestamp: 1698580072627 purls: - - pkg:pypi/exceptiongroup -- platform: linux-64 + - pkg:pypi/executing +- platform: osx-64 name: executing version: 2.0.1 category: main @@ -1414,7 +2298,7 @@ package: sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 build: pyhd8ed1ab_0 arch: x86_64 - subdir: linux-64 + subdir: osx-64 build_number: 0 license: MIT license_family: MIT @@ -1487,6 +2371,29 @@ package: license_family: GPL size: 2019717 timestamp: 1686584867122 +- platform: osx-64 + name: fftw + version: 3.3.10 + category: main + manager: conda + dependencies: + - libcxx >=14.0.6 + - libgfortran 5.* + - libgfortran5 >=11.3.0 + - libgfortran5 >=12.2.0 + - llvm-openmp >=14.0.6 + url: https://conda.anaconda.org/conda-forge/osx-64/fftw-3.3.10-nompi_h4fa670e_108.conda + hash: + md5: 39132ce6ed3180b42b54d40289cd4157 + sha256: c24ff84b51c148eb1a77e39a54afaad14d86700b75ccab964721ac9691cead93 + build: nompi_h4fa670e_108 + arch: x86_64 + subdir: osx-64 + build_number: 108 + license: GPL-2.0-or-later + license_family: GPL + size: 1800954 + timestamp: 1686585502118 - platform: win-64 name: fftw version: 3.3.10 @@ -1539,6 +2446,37 @@ package: noarch: python size: 112860 timestamp: 1678256847926 +- platform: osx-64 + name: fluiddyn + version: 0.5.3 + category: main + manager: conda + dependencies: + - distro + - h5netcdf + - h5py + - imageio + - matplotlib-base + - nbstripout + - numpy + - psutil >=5.2.1 + - python >=3.9 + - qtpy + - scikit-image + - scipy + - setuptools + url: https://conda.anaconda.org/conda-forge/noarch/fluiddyn-0.5.3-pyhd8ed1ab_0.conda + hash: + md5: 5ed6b4ecece99a23f75875effbc9235d + sha256: 816247078590c11f588371a1981ccf82c5ce97dfafbed9742970c4f76cc29a2c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: CECILL-B + noarch: python + size: 120214 + timestamp: 1705572270687 - platform: win-64 name: fluiddyn version: 0.5.2 @@ -1600,6 +2538,35 @@ package: timestamp: 1695199972097 purls: - pkg:pypi/fluidfft +- platform: osx-64 + name: fluidfft + version: 0.3.5 + category: main + manager: conda + dependencies: + - fftw >=3.3.10,<4.0a0 + - fluiddyn + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=15.0.7 + - pandas + - pyfftw + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - transonic + url: https://conda.anaconda.org/conda-forge/osx-64/fluidfft-0.3.5-nompi_h9b51e54_100.conda + hash: + md5: b14a17512dddf5d18fc6e91553c4627b + sha256: ed3b35b59c8736fe5f71f1842d7ff8294b41ffb3e73aecbdb899113254286243 + build: nompi_h9b51e54_100 + arch: x86_64 + subdir: osx-64 + build_number: 100 + license: LicenseRef-CeCILL + size: 466725 + timestamp: 1695200423036 + purls: + - pkg:pypi/fluidfft - platform: win-64 name: fluidfft version: 0.3.5 @@ -1654,6 +2621,29 @@ package: timestamp: 1696540098597 purls: - pkg:pypi/fluidsim-core +- platform: osx-64 + name: fluidsim-core + version: 0.7.4 + category: main + manager: conda + dependencies: + - entrypoints + - fluiddyn >=0.3.2 + - python >=3.9 + url: https://conda.anaconda.org/conda-forge/noarch/fluidsim-core-0.7.4-pyhd8ed1ab_0.conda + hash: + md5: 6e55ee77be6a02b4f09f0d4f779a835e + sha256: 8a6d4c7c9992cd9679118dd043b29c0dd0aa5728750d2d9803b4b7dba5a67f75 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: LicenseRef-CeCILL + noarch: python + size: 42531 + timestamp: 1696540098597 + purls: + - pkg:pypi/fluidsim-core - platform: win-64 name: fluidsim-core version: 0.7.4 @@ -1845,6 +2835,31 @@ package: timestamp: 1702929809830 purls: - pkg:pypi/fonttools +- platform: osx-64 + name: fonttools + version: 4.47.2 + category: main + manager: conda + dependencies: + - brotli + - munkres + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - unicodedata2 >=14.0.0 + url: https://conda.anaconda.org/conda-forge/osx-64/fonttools-4.47.2-py310hb372a2b_0.conda + hash: + md5: c13dca9febbf032f3207889d355144c8 + sha256: 0cc01b4c70bbb95b71cbd2495ccc7429f96a467c505f0a57b708876a605f0282 + build: py310hb372a2b_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 2217175 + timestamp: 1704980413414 + purls: + - pkg:pypi/fonttools - platform: win-64 name: fonttools version: 4.47.2 @@ -1893,6 +2908,25 @@ package: license: GPL-2.0-only OR FTL size: 634972 timestamp: 1694615932610 +- platform: osx-64 + name: freetype + version: 2.12.1 + category: main + manager: conda + dependencies: + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda + hash: + md5: 25152fce119320c980e5470e64834b50 + sha256: b292cf5a25f094eeb4b66e37d99a97894aafd04a5683980852a8cbddccdc8e4e + build: h60636b9_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: GPL-2.0-only OR FTL + size: 599300 + timestamp: 1694616137838 - platform: win-64 name: freetype version: 2.12.1 @@ -1939,6 +2973,30 @@ package: timestamp: 1688368852991 purls: - pkg:pypi/gast +- platform: osx-64 + name: gast + version: 0.5.4 + category: main + manager: conda + dependencies: + - python >=3.4 + url: https://conda.anaconda.org/conda-forge/noarch/gast-0.5.4-pyhd8ed1ab_0.conda + hash: + md5: 8189adbad784030b76bbf81c68d7b0d4 + sha256: e029d50d55f8fe8cf9323045f84416b7af50e25a0dc1b978f8ba6b9ca8d53ca7 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - pythran >=0.12.2 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 23585 + timestamp: 1688368852991 + purls: + - pkg:pypi/gast - platform: win-64 name: gast version: 0.5.4 @@ -2064,6 +3122,24 @@ package: license_family: MIT size: 77385 timestamp: 1678717794467 +- platform: osx-64 + name: giflib + version: 5.2.1 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.1-hb7f2c08_3.conda + hash: + md5: aca150b0186836f893ebac79019e5498 + sha256: 47515e0874bcf67e438e1d5d093b074c1781f055067195f0d00a7790a56d446d + build: hb7f2c08_3 + arch: x86_64 + subdir: osx-64 + build_number: 3 + license: MIT + license_family: MIT + size: 76514 + timestamp: 1678717973971 - platform: win-64 name: giflib version: 5.2.1 @@ -2376,6 +3452,30 @@ package: timestamp: 1699412919171 purls: - pkg:pypi/h5netcdf +- platform: osx-64 + name: h5netcdf + version: 1.3.0 + category: main + manager: conda + dependencies: + - h5py + - packaging + - python >=3.9 + url: https://conda.anaconda.org/conda-forge/noarch/h5netcdf-1.3.0-pyhd8ed1ab_0.conda + hash: + md5: 6890388078d9a3a20ef793c5ffb169ed + sha256: 0195b109e6b18d7efa06124d268fd5dd426f67e2feaee50a358211ba4a4b219b + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 42170 + timestamp: 1699412919171 + purls: + - pkg:pypi/h5netcdf - platform: win-64 name: h5netcdf version: 1.3.0 @@ -2424,6 +3524,29 @@ package: license_family: BSD size: 1175397 timestamp: 1702471777753 +- platform: osx-64 + name: h5py + version: 3.10.0 + category: main + manager: conda + dependencies: + - cached-property + - hdf5 >=1.14.3,<1.14.4.0a0 + - numpy >=1.22.4,<2.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/h5py-3.10.0-nompi_py310h9b28fce_101.conda + hash: + md5: 4d8acddb24357d2f7dd0969f075f8d62 + sha256: 1b1df0a7a41a141ca545ef74ee8426b282a73cfd67405759c6c220bca7060159 + build: nompi_py310h9b28fce_101 + arch: x86_64 + subdir: osx-64 + build_number: 101 + license: BSD-3-Clause + license_family: BSD + size: 1010562 + timestamp: 1702472068839 - platform: win-64 name: h5py version: 3.10.0 @@ -2501,6 +3624,33 @@ package: license_family: BSD size: 3892189 timestamp: 1701791599022 +- platform: osx-64 + name: hdf5 + version: 1.14.3 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - libaec >=1.1.2,<2.0a0 + - libcurl >=8.4.0,<9.0a0 + - libcxx >=16.0.6 + - libgfortran 5.* + - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/hdf5-1.14.3-nompi_h691f4bf_100.conda + hash: + md5: 8e2ac4ae815a8c9743fe37d70f48f075 + sha256: 158dd2ab901659b47e8f7ee0ec1d9e45a1fedc4871391a44a1c8b9e8ba4c9c6b + build: nompi_h691f4bf_100 + arch: x86_64 + subdir: osx-64 + build_number: 100 + license: LicenseRef-HDF5 + license_family: BSD + size: 3720132 + timestamp: 1701792909005 - platform: win-64 name: hdf5 version: 1.14.3 @@ -2546,6 +3696,24 @@ package: license_family: MIT size: 12089150 timestamp: 1692900650789 +- platform: osx-64 + name: icu + version: '73.2' + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda + hash: + md5: 5cc301d759ec03f28328428e28f65591 + sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 + build: hf5e326d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 11787527 + timestamp: 1692901622519 - platform: win-64 name: icu version: '73.2' @@ -2557,17 +3725,69 @@ package: - vc14_runtime >=14.29.30139 url: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda hash: - md5: 0f47d9e3192d9e09ae300da0d28e0f56 - sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c - build: h63175ca_0 + md5: 0f47d9e3192d9e09ae300da0d28e0f56 + sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c + build: h63175ca_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + size: 13422193 + timestamp: 1692901469029 +- platform: linux-64 + name: imagecodecs + version: 2024.1.1 + category: main + manager: conda + dependencies: + - blosc >=1.21.5,<2.0a0 + - brunsli >=0.1,<1.0a0 + - bzip2 >=1.0.8,<2.0a0 + - c-blosc2 >=2.12.0,<3.0a0 + - charls >=2.4.2,<2.5.0a0 + - giflib >=5.2.1,<5.3.0a0 + - jxrlib >=1.1,<1.2.0a0 + - lcms2 >=2.16,<3.0a0 + - lerc >=4.0.0,<5.0a0 + - libaec >=1.1.2,<2.0a0 + - libavif16 >=1.0.1,<2.0a0 + - libbrotlicommon >=1.1.0,<1.2.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 + - libdeflate >=1.19,<1.20.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - libzopfli >=1.0.3,<1.1.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - numpy >=1.22.4,<2.0a0 + - openjpeg >=2.5.0,<3.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - snappy >=1.1.10,<2.0a0 + - xz >=5.2.6,<6.0a0 + - zfp >=1.0.1,<2.0a0 + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2024.1.1-py310h496a806_0.conda + hash: + md5: f5bfee32458bc1c9b2512a3cabfcedaa + sha256: fff8e754c30377a85505359142ee43a06881ea0717c92b96bc400961811243ce + build: py310h496a806_0 arch: x86_64 - subdir: win-64 + subdir: linux-64 build_number: 0 - license: MIT - license_family: MIT - size: 13422193 - timestamp: 1692901469029 -- platform: linux-64 + license: BSD-3-Clause + license_family: BSD + size: 1972991 + timestamp: 1704020343046 + purls: + - pkg:pypi/imagecodecs +- platform: osx-64 name: imagecodecs version: 2024.1.1 category: main @@ -2587,11 +3807,10 @@ package: - libbrotlicommon >=1.1.0,<1.2.0a0 - libbrotlidec >=1.1.0,<1.2.0a0 - libbrotlienc >=1.1.0,<1.2.0a0 + - libcxx >=15 - libdeflate >=1.19,<1.20.0a0 - - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - libpng >=1.6.39,<1.7.0a0 - - libstdcxx-ng >=12 - libtiff >=4.6.0,<4.7.0a0 - libwebp-base >=1.3.2,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 @@ -2605,18 +3824,18 @@ package: - xz >=5.2.6,<6.0a0 - zfp >=1.0.1,<2.0a0 - zstd >=1.5.5,<1.6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2024.1.1-py310h496a806_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/imagecodecs-2024.1.1-py310h623599c_0.conda hash: - md5: f5bfee32458bc1c9b2512a3cabfcedaa - sha256: fff8e754c30377a85505359142ee43a06881ea0717c92b96bc400961811243ce - build: py310h496a806_0 + md5: 567a4ad469b90bfab39f7051ec9fed50 + sha256: a9682e8c336693f19aabe2c268725de2d04d2bc1c216f2ea1da7a708ee0f1126 + build: py310h623599c_0 arch: x86_64 - subdir: linux-64 + subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 1972991 - timestamp: 1704020343046 + size: 1592983 + timestamp: 1704020731921 purls: - pkg:pypi/imagecodecs - platform: win-64 @@ -2695,6 +3914,30 @@ package: timestamp: 1702571907152 purls: - pkg:pypi/imageio +- platform: osx-64 + name: imageio + version: 2.33.1 + category: main + manager: conda + dependencies: + - numpy + - pillow >=8.3.2 + - python >=3 + url: https://conda.anaconda.org/conda-forge/noarch/imageio-2.33.1-pyh8c1a49c_0.conda + hash: + md5: 1c34d58ac469a34e7e96832861368bce + sha256: 0565f3666de4d02a83c5c8e14b7d878c382720f84318d6ce1ff83b66603c01d7 + build: pyh8c1a49c_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 291146 + timestamp: 1702571907152 + purls: + - pkg:pypi/imageio - platform: win-64 name: imageio version: 2.33.1 @@ -2752,6 +3995,39 @@ package: hash: md5: null sha256: 4805911c3a4ec7c3966410053e9ec6a1fecd629117df5adee56dfc9432a1081e +- platform: osx-64 + name: importlib-metadata + version: 7.0.1 + category: main + manager: pypi + requires_dist: + - zipp >=0.5 + - typing-extensions >=3.6.4 ; python_version < '3.8' + - sphinx >=3.5 ; extra == 'docs' + - sphinx <7.2.5 ; extra == 'docs' + - jaraco.packaging >=9.3 ; extra == 'docs' + - rst.linker >=1.9 ; extra == 'docs' + - furo ; extra == 'docs' + - sphinx-lint ; extra == 'docs' + - jaraco.tidelift >=1.4 ; extra == 'docs' + - ipython ; extra == 'perf' + - pytest >=6 ; extra == 'testing' + - pytest-checkdocs >=2.4 ; extra == 'testing' + - pytest-cov ; extra == 'testing' + - pytest-enabler >=2.2 ; extra == 'testing' + - pytest-ruff ; extra == 'testing' + - packaging ; extra == 'testing' + - pyfakefs ; extra == 'testing' + - flufl.flake8 ; extra == 'testing' + - pytest-perf >=0.9.2 ; extra == 'testing' + - pytest-black >=0.3.7 ; platform_python_implementation != 'PyPy' and extra == 'testing' + - pytest-mypy >=0.9.1 ; platform_python_implementation != 'PyPy' and extra == 'testing' + - importlib-resources >=1.3 ; python_version < '3.9' and extra == 'testing' + requires_python: '>=3.8' + url: https://files.pythonhosted.org/packages/c0/8b/d8427f023c081a8303e6ac7209c16e6878f2765d5b59667f3903fbcfd365/importlib_metadata-7.0.1-py3-none-any.whl#sha256=4805911c3a4ec7c3966410053e9ec6a1fecd629117df5adee56dfc9432a1081e + hash: + md5: null + sha256: 4805911c3a4ec7c3966410053e9ec6a1fecd629117df5adee56dfc9432a1081e - platform: win-64 name: importlib-metadata version: 7.0.1 @@ -2810,6 +4086,31 @@ package: timestamp: 1699364734111 purls: - pkg:pypi/importlib-resources +- platform: osx-64 + name: importlib_resources + version: 6.1.1 + category: main + manager: conda + dependencies: + - python >=3.8 + - zipp >=3.1.0 + url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.1-pyhd8ed1ab_0.conda + hash: + md5: 3d5fa25cf42f3f32a12b2d874ace8574 + sha256: e584f9ae08fb2d242af0ce7e19e3cd2f85f362d8523119e08f99edb962db99ed + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - importlib-resources >=6.1.1,<6.1.2.0a0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 29951 + timestamp: 1699364734111 + purls: + - pkg:pypi/importlib-resources - platform: win-64 name: importlib_resources version: 6.1.1 @@ -2857,6 +4158,28 @@ package: timestamp: 1673103208955 purls: - pkg:pypi/iniconfig +- platform: osx-64 + name: iniconfig + version: 2.0.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + hash: + md5: f800d2da156d08e289b14e87e43c1ae5 + sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 11101 + timestamp: 1673103208955 + purls: + - pkg:pypi/iniconfig - platform: win-64 name: iniconfig version: 2.0.0 @@ -2931,6 +4254,40 @@ package: timestamp: 1704719019020 purls: - pkg:pypi/ipython +- platform: osx-64 + name: ipython + version: 8.21.0 + category: main + manager: conda + dependencies: + - __unix + - decorator + - exceptiongroup + - jedi >=0.16 + - matplotlib-inline + - pexpect >4.3 + - pickleshare + - prompt-toolkit >=3.0.41,<3.1.0 + - pygments >=2.4.0 + - python >=3.10 + - stack_data + - traitlets >=5 + - typing_extensions + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.21.0-pyh707e725_0.conda + hash: + md5: 371344fdbdf9c70cfe9adb512a8cbca6 + sha256: 521291dd15bf09fbb3ecea1c27536742d8e434c2e539b06776e734ee729bdead + build: pyh707e725_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 592143 + timestamp: 1706795844870 + purls: + - pkg:pypi/ipython - platform: win-64 name: ipython version: 8.20.0 @@ -2988,6 +4345,29 @@ package: timestamp: 1696326218364 purls: - pkg:pypi/jedi +- platform: osx-64 + name: jedi + version: 0.19.1 + category: main + manager: conda + dependencies: + - parso >=0.8.3,<0.9.0 + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda + hash: + md5: 81a3be0b2023e1ea8555781f0ad904a2 + sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 841312 + timestamp: 1696326218364 + purls: + - pkg:pypi/jedi - platform: win-64 name: jedi version: 0.19.1 @@ -3037,6 +4417,32 @@ package: noarch: python size: 71908 timestamp: 1700160056678 +- platform: osx-64 + name: jsonschema + version: 4.21.1 + category: main + manager: conda + dependencies: + - attrs >=22.2.0 + - importlib_resources >=1.4.0 + - jsonschema-specifications >=2023.03.6 + - pkgutil-resolve-name >=1.3.10 + - python >=3.8 + - referencing >=0.28.4 + - rpds-py >=0.7.1 + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.21.1-pyhd8ed1ab_0.conda + hash: + md5: 8a3a3d01629da20befa340919e3dd2c4 + sha256: c5c1b4e08e91fdd697289015be1a176409b4e63942899a43b276f1f250be8129 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 72817 + timestamp: 1705707712082 - platform: win-64 name: jsonschema version: 4.21.0 @@ -3086,6 +4492,30 @@ package: timestamp: 1703778502971 purls: - pkg:pypi/jsonschema-specifications +- platform: osx-64 + name: jsonschema-specifications + version: 2023.12.1 + category: main + manager: conda + dependencies: + - importlib_resources >=1.4.0 + - python >=3.8 + - referencing >=0.31.0 + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda + hash: + md5: a0e4efb5f35786a05af4809a2fb1f855 + sha256: a9630556ddc3121c0be32f4cbf792dd9102bd380d5cd81d57759d172cf0c2da2 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 16431 + timestamp: 1703778502971 + purls: + - pkg:pypi/jsonschema-specifications - platform: win-64 name: jsonschema-specifications version: 2023.12.1 @@ -3132,6 +4562,28 @@ package: license_family: BSD size: 79924 timestamp: 1704727194527 +- platform: osx-64 + name: jupyter_core + version: 5.7.1 + category: main + manager: conda + dependencies: + - platformdirs >=2.5 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - traitlets >=5.3 + url: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py310h2ec42d9_0.conda + hash: + md5: e336a1d8fb7aa770d204a1fb49492edd + sha256: f3d8090d3a7dee20ae97952616d515f036ccd5c780d41b975734c95de9d6064d + build: py310h2ec42d9_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 80243 + timestamp: 1704727502845 - platform: win-64 name: jupyter_core version: 5.7.1 @@ -3174,6 +4626,24 @@ package: license_family: BSD size: 239104 timestamp: 1703333860145 +- platform: osx-64 + name: jxrlib + version: '1.1' + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/jxrlib-1.1-h10d778d_3.conda + hash: + md5: cfaf81d843a80812fe16a68bdae60562 + sha256: a548a4be14a4c76d6d992a5c1feffcbb08062f5c57abc6e4278d40c2c9a7185b + build: h10d778d_3 + arch: x86_64 + subdir: osx-64 + build_number: 3 + license: BSD-2-Clause + license_family: BSD + size: 220376 + timestamp: 1703334073774 - platform: win-64 name: jxrlib version: '1.1' @@ -3250,12 +4720,35 @@ package: sha256: bb51906639bced3de1d4d7740ac284cdaa89e2f22e0b1ec796378b090b0648ba build: py310hd41b1e2_1 arch: x86_64 - subdir: linux-64 + subdir: linux-64 + build_number: 1 + license: BSD-3-Clause + license_family: BSD + size: 73123 + timestamp: 1695380074542 + purls: + - pkg:pypi/kiwisolver +- platform: osx-64 + name: kiwisolver + version: 1.4.5 + category: main + manager: conda + dependencies: + - libcxx >=15.0.7 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/kiwisolver-1.4.5-py310h88cfcbd_1.conda + hash: + md5: cb1db728c5e65918e30b65f9652a3458 + sha256: ccd88bcb67f0cc8b68ed320039d58701da125de0579680d7d2ffe7857b872613 + build: py310h88cfcbd_1 + arch: x86_64 + subdir: osx-64 build_number: 1 license: BSD-3-Clause license_family: BSD - size: 73123 - timestamp: 1695380074542 + size: 60432 + timestamp: 1695380318538 purls: - pkg:pypi/kiwisolver - platform: win-64 @@ -3307,6 +4800,28 @@ package: license_family: MIT size: 1371181 timestamp: 1692097755782 +- platform: osx-64 + name: krb5 + version: 1.21.2 + category: main + manager: conda + dependencies: + - libcxx >=15.0.7 + - libedit >=3.1.20191231,<3.2.0a0 + - libedit >=3.1.20191231,<4.0a0 + - openssl >=3.1.2,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda + hash: + md5: 80505a68783f01dc8d7308c075261b2f + sha256: 081ae2008a21edf57c048f331a17c65d1ccb52d6ca2f87ee031a73eff4dc0fc6 + build: hb884880_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 1183568 + timestamp: 1692098004387 - platform: win-64 name: krb5 version: 1.21.2 @@ -3370,6 +4885,28 @@ package: timestamp: 1692295540050 purls: - pkg:pypi/lazy-loader +- platform: osx-64 + name: lazy_loader + version: '0.3' + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.3-pyhd8ed1ab_0.conda + hash: + md5: 69ea1d0fa7ab33b48c88394ad1dead65 + sha256: fa32bafbf7f9238a9cb8f0aa1fb17d2fdcefa607c217b86c38c3b670c58d1ac6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 14298 + timestamp: 1692295540050 + purls: + - pkg:pypi/lazy-loader - platform: win-64 name: lazy_loader version: '0.3' @@ -3413,6 +4950,26 @@ package: license_family: MIT size: 245247 timestamp: 1701647787198 +- platform: osx-64 + name: lcms2 + version: '2.16' + category: main + manager: conda + dependencies: + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.conda + hash: + md5: 1442db8f03517834843666c422238c9b + sha256: 222ebc0a55544b9922f61e75015d02861e65b48f12113af41d48ba0814e14e4e + build: ha2f27b4_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 224432 + timestamp: 1701648089496 - platform: win-64 name: lcms2 version: '2.16' @@ -3436,6 +4993,33 @@ package: license_family: MIT size: 507632 timestamp: 1701648249706 +- platform: osx-64 + name: ld64_osx-64 + version: '609' + category: main + manager: conda + dependencies: + - libcxx + - libllvm17 >=17.0.6,<17.1.0a0 + - sigtool + - tapi >=1100.0.11,<1101.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-609-hd3532be_16.conda + hash: + md5: 96e42c402c291cfd897d99e85163cd01 + sha256: 6c92d1aa6f7aebb2ed5050d2759e2240cd995b0b73086bbb39f5ecdea2914ece + build: hd3532be_16 + arch: x86_64 + subdir: osx-64 + build_number: 16 + constrains: + - cctools_osx-64 973.0.1.* + - clang >=17.0.6,<18.0a0 + - ld 609.* + - cctools 973.0.1.* + license: APSL-2.0 + license_family: Other + size: 1049817 + timestamp: 1706797833035 - platform: linux-64 name: ld_impl_linux-64 version: '2.40' @@ -3476,6 +5060,25 @@ package: license_family: Apache size: 281798 timestamp: 1657977462600 +- platform: osx-64 + name: lerc + version: 4.0.0 + category: main + manager: conda + dependencies: + - libcxx >=13.0.1 + url: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 + hash: + md5: f9d6a4c82889d5ecedec1d90eb673c55 + sha256: e41790fc0f4089726369b3c7f813117bbc14b533e0ed8b94cf75aba252e82497 + build: hb486fe8_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + size: 290319 + timestamp: 1657977526749 - platform: win-64 name: lerc version: 4.0.0 @@ -3516,6 +5119,25 @@ package: license_family: BSD size: 35228 timestamp: 1696474021700 +- platform: osx-64 + name: libaec + version: 1.1.2 + category: main + manager: conda + dependencies: + - libcxx >=15.0.7 + url: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.2-he965462_1.conda + hash: + md5: faa179050abc6af1385e0fe9dd074f91 + sha256: 1b0a0b9b67e8f155ebdc7205a7421c7aff4850a740fc9f88b3fa23282c98ed72 + build: he965462_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: BSD-2-Clause + license_family: BSD + size: 29027 + timestamp: 1696474151758 - platform: win-64 name: libaec version: 1.1.2 @@ -3585,6 +5207,28 @@ package: license_family: BSD size: 95981 timestamp: 1702383764199 +- platform: osx-64 + name: libavif16 + version: 1.0.3 + category: main + manager: conda + dependencies: + - aom >=3.8.1,<3.9.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=1.8.0,<1.8.1.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.0.3-hddeac66_2.conda + hash: + md5: 9b756bd6f141e077c97f7370cfe54923 + sha256: a185cda36820a340b8cd37c0832f5e264bea95401e5379129956b6e63722f6a4 + build: hddeac66_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: BSD-2-Clause + license_family: BSD + size: 90024 + timestamp: 1706675713316 - platform: linux-64 name: libblas version: 3.9.0 @@ -3610,6 +5254,31 @@ package: license_family: BSD size: 14433 timestamp: 1700568383457 +- platform: osx-64 + name: libblas + version: 3.9.0 + category: main + manager: conda + dependencies: + - 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: 23286066c595986aa0df6452a8416c08 + sha256: 5381eab20f4793996cf22e58461ea8a3a4dff1442bb45663b5920f2d26288688 + build: 21_osx64_openblas + arch: x86_64 + subdir: osx-64 + build_number: 21 + constrains: + - libcblas 3.9.0 21_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: 14822 + timestamp: 1705979699547 - platform: win-64 name: libblas version: 3.9.0 @@ -3653,6 +5322,24 @@ package: license_family: MIT size: 69403 timestamp: 1695990007212 +- platform: osx-64 + name: libbrotlicommon + version: 1.1.0 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h0dc2134_1.conda + hash: + md5: 9e6c31441c9aa24e41ace40d6151aab6 + sha256: f57c57c442ef371982619f82af8735f93a4f50293022cfd1ffaf2ff89c2e0b2a + build: h0dc2134_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: MIT + license_family: MIT + size: 67476 + timestamp: 1695990207321 - platform: win-64 name: libbrotlicommon version: 1.1.0 @@ -3694,6 +5381,25 @@ package: license_family: MIT size: 32775 timestamp: 1695990022788 +- platform: osx-64 + name: libbrotlidec + version: 1.1.0 + category: main + manager: conda + dependencies: + - libbrotlicommon 1.1.0 h0dc2134_1 + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h0dc2134_1.conda + hash: + md5: 9ee0bab91b2ca579e10353738be36063 + sha256: b11939c4c93c29448660ab5f63273216969d1f2f315dd9be60f3c43c4e61a50c + build: h0dc2134_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: MIT + license_family: MIT + size: 30327 + timestamp: 1695990232422 - platform: win-64 name: libbrotlidec version: 1.1.0 @@ -3736,6 +5442,25 @@ package: license_family: MIT size: 282523 timestamp: 1695990038302 +- platform: osx-64 + name: libbrotlienc + version: 1.1.0 + category: main + manager: conda + dependencies: + - libbrotlicommon 1.1.0 h0dc2134_1 + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h0dc2134_1.conda + hash: + md5: 8a421fe09c6187f0eb5e2338a8a8be6d + sha256: bc964c23e1a60ca1afe7bac38a9c1f2af3db4a8072c9f2eac4e4de537a844ac7 + build: h0dc2134_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: MIT + license_family: MIT + size: 299092 + timestamp: 1695990259225 - platform: win-64 name: libbrotlienc version: 1.1.0 @@ -3801,6 +5526,29 @@ package: license_family: BSD size: 14383 timestamp: 1700568410580 +- platform: osx-64 + name: libcblas + version: 3.9.0 + category: main + manager: conda + dependencies: + - 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: 7a1b54774bad723e8ba01ca48eb301b5 + sha256: e2b1455612d4cfb3ac3170f0c538516ebd0b113780ac6603338245354e1b2f02 + build: 21_osx64_openblas + arch: x86_64 + subdir: osx-64 + build_number: 21 + constrains: + - liblapacke 3.9.0 21_osx64_openblas + - blas * openblas + - liblapack 3.9.0 21_osx64_openblas + license: BSD-3-Clause + license_family: BSD + size: 14715 + timestamp: 1705979715508 - platform: win-64 name: libcblas version: 3.9.0 @@ -3871,6 +5619,26 @@ package: license_family: Apache size: 148080 timestamp: 1701415503085 +- platform: osx-64 + name: libclang-cpp17 + version: 17.0.6 + category: main + manager: conda + dependencies: + - libcxx >=16.0.6 + - libllvm17 >=17.0.6,<17.1.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp17-17.0.6-default_h6b1ee41_2.conda + hash: + md5: 2df787005c3d38861e863fe54cfde28b + sha256: d3a3a66aa769d206148acb1cbdb9c4be53916c041532c334861f2387dccc56e8 + build: default_h6b1ee41_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 13178521 + timestamp: 1704279056417 - platform: linux-64 name: libclang13 version: 15.0.7 @@ -3962,6 +5730,30 @@ package: license_family: MIT size: 389164 timestamp: 1701860147844 +- platform: osx-64 + name: libcurl + version: 8.5.0 + category: main + manager: conda + dependencies: + - krb5 >=1.21.2,<1.22.0a0 + - libnghttp2 >=1.58.0,<2.0a0 + - libssh2 >=1.11.0,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.2.0,<4.0a0 + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.5.0-h726d00d_0.conda + hash: + md5: 86d749e27fe00fa6b7d790a6feaa22a2 + sha256: 7ec7e026be90da0965dfa6b92bbc905c852c13b27f3f83c47156db66ed0668f0 + build: h726d00d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: curl + license_family: MIT + size: 367821 + timestamp: 1701860630644 - platform: win-64 name: libcurl version: 8.5.0 @@ -3986,6 +5778,24 @@ package: license_family: MIT size: 323619 timestamp: 1701860670113 +- platform: osx-64 + name: libcxx + version: 16.0.6 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda + hash: + md5: 7d6972792161077908b62971802f289a + sha256: 9063271847cf05f3a6cc6cae3e7f0ced032ab5f3a3c9d3f943f876f39c5c2549 + build: hd57cbcb_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 1142172 + timestamp: 1686896907750 - platform: linux-64 name: libdeflate version: '1.19' @@ -4005,6 +5815,24 @@ package: license_family: MIT size: 67080 timestamp: 1694922285678 +- platform: osx-64 + name: libdeflate + version: '1.19' + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.19-ha4e1b8e_0.conda + hash: + md5: 6a45f543c2beb40023df5ee7e3cedfbd + sha256: d0f789120fedd0881b129aba9993ec5dcf0ecca67a71ea20c74394e41adcb503 + build: ha4e1b8e_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 68962 + timestamp: 1694922440450 - platform: win-64 name: libdeflate version: '1.19' @@ -4046,6 +5874,25 @@ package: license_family: BSD size: 123878 timestamp: 1597616541093 +- platform: osx-64 + name: libedit + version: 3.1.20191231 + category: main + manager: conda + dependencies: + - ncurses >=6.2,<7.0.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 + hash: + md5: 6016a8a1d0e63cac3de2c352cd40208b + sha256: dbd3c3f2eca1d21c52e4c03b21930bbce414c4592f8ce805801575b9e9256095 + build: h0678c8f_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: BSD-2-Clause + license_family: BSD + size: 105382 + timestamp: 1597616576726 - platform: linux-64 name: libev version: '4.33' @@ -4065,6 +5912,24 @@ package: license_family: BSD size: 112766 timestamp: 1702146165126 +- platform: osx-64 + name: libev + version: '4.33' + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda + hash: + md5: 899db79329439820b7e8f8de41bca902 + sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 + build: h10d778d_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: BSD-2-Clause + license_family: BSD + size: 106663 + timestamp: 1702146352558 - platform: linux-64 name: libevent version: 2.1.12 @@ -4125,6 +5990,24 @@ package: license_family: MIT size: 58292 timestamp: 1636488182923 +- platform: osx-64 + name: libffi + version: 3.4.2 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 + hash: + md5: ccb34fb14960ad8b125962d3d79b31a9 + sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f + build: h0d85af4_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + license: MIT + license_family: MIT + size: 51348 + timestamp: 1636488394370 - platform: win-64 name: libffi version: 3.4.2 @@ -4229,6 +6112,25 @@ package: license_family: GPL size: 634887 timestamp: 1701383493365 +- platform: osx-64 + name: libgfortran + version: 5.0.0 + category: main + manager: conda + dependencies: + - 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: b8e969b34c05efc0c7d6bcd4f6bf5612 + sha256: 3561afe1621afb876110db15094a181f4059d3ddecf64aa59928823f689c8a06 + build: 13_2_0_h97931a8_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 110134 + timestamp: 1705767012602 - platform: linux-64 name: libgfortran-ng version: 13.2.0 @@ -4269,6 +6171,27 @@ package: license_family: GPL size: 1436929 timestamp: 1699753630186 +- platform: osx-64 + name: libgfortran5 + version: 13.2.0 + category: main + manager: conda + dependencies: + - llvm-openmp >=8.0.0 + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_2.conda + hash: + md5: d510329afae76a26709e23b8509d2d48 + sha256: c9c8bbaaa6011fb9cf0daf22d71001a058689d2858daae0aa0b16b62b8ea7e93 + build: h2873a65_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + constrains: + - libgfortran 5.0.0 13_2_0_*_2 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 1572047 + timestamp: 1705766952437 - platform: linux-64 name: libglib version: 2.78.3 @@ -4403,6 +6326,23 @@ package: license: LGPL-2.1-only size: 705775 timestamp: 1702682170569 +- platform: osx-64 + name: libiconv + version: '1.17' + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda + hash: + md5: 6c3628d047e151efba7cf08c5e54d1ca + sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 + build: hd75f5a5_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: LGPL-2.1-only + size: 666538 + timestamp: 1702682713201 - platform: win-64 name: libiconv version: '1.17' @@ -4436,13 +6376,32 @@ package: sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f build: hd590300_1 arch: x86_64 - subdir: linux-64 + subdir: linux-64 + build_number: 1 + constrains: + - jpeg <0.0.0a + license: IJG AND BSD-3-Clause AND Zlib + size: 618575 + timestamp: 1694474974816 +- platform: osx-64 + name: libjpeg-turbo + version: 3.0.0 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libjpeg-turbo-3.0.0-h0dc2134_1.conda + hash: + md5: 72507f8e3961bc968af17435060b6dd6 + sha256: d9572fd1024adc374aae7c247d0f29fdf4b122f1e3586fe62acc18067f40d02f + build: h0dc2134_1 + arch: x86_64 + subdir: osx-64 build_number: 1 constrains: - jpeg <0.0.0a license: IJG AND BSD-3-Clause AND Zlib - size: 618575 - timestamp: 1694474974816 + size: 579748 + timestamp: 1694475265912 - platform: win-64 name: libjpeg-turbo version: 3.0.0 @@ -4488,6 +6447,29 @@ package: license_family: BSD size: 14350 timestamp: 1700568424034 +- platform: osx-64 + name: liblapack + version: 3.9.0 + category: main + manager: conda + dependencies: + - 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: cf0e4d82cfca6cd9d6c9ed3df45907c9 + sha256: 5d0ef4743e8684ad436e31bd3c378d48642815a20c260d358668ba29cd80987a + build: 21_osx64_openblas + arch: x86_64 + subdir: osx-64 + build_number: 21 + constrains: + - libcblas 3.9.0 21_osx64_openblas + - liblapacke 3.9.0 21_osx64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD + size: 14738 + timestamp: 1705979734819 - platform: win-64 name: liblapack version: 3.9.0 @@ -4534,6 +6516,28 @@ package: license_family: Apache size: 33321457 timestamp: 1701375836233 +- platform: osx-64 + name: libllvm17 + version: 17.0.6 + category: main + manager: conda + dependencies: + - libcxx >=16 + - libxml2 >=2.12.1,<3.0.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libllvm17-17.0.6-hbedff68_1.conda + hash: + md5: fcd38f0553a99fa279fb66a5bfc2fb28 + sha256: 605460ecc4ccc04163d0b06c99693864e5bcba7a9f014a5263c9856195282265 + build: hbedff68_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 26306756 + timestamp: 1701378823527 - platform: linux-64 name: libnghttp2 version: 1.58.0 @@ -4559,6 +6563,31 @@ package: license_family: MIT size: 631936 timestamp: 1702130036271 +- platform: osx-64 + name: libnghttp2 + version: 1.58.0 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - c-ares >=1.23.0,<2.0a0 + - libcxx >=16.0.6 + - libev >=4.33,<4.34.0a0 + - libev >=4.33,<5.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.2.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda + hash: + md5: faecc55c2a8155d9ff1c0ff9a0fef64f + sha256: 412fd768e787e586602f8e9ea52bf089f3460fc630f6987f0cbd89b70e9a4380 + build: h64cf6d3_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: MIT + license_family: MIT + size: 599736 + timestamp: 1702130398536 - platform: linux-64 name: libnsl version: 2.0.1 @@ -4640,6 +6669,29 @@ package: license_family: BSD size: 5545169 timestamp: 1700536004164 +- platform: osx-64 + name: libopenblas + 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.26-openmp_hfef2a42_0.conda + hash: + md5: 9df60162aea811087267b515f359536c + sha256: 4a5994cc608708eca19b90b642a144bb073e4a1cd27b824281dfcae67917204e + build: openmp_hfef2a42_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - openblas >=0.3.26,<0.3.27.0a0 + license: BSD-3-Clause + license_family: BSD + size: 6044576 + timestamp: 1704951566923 - platform: linux-64 name: libopus version: 1.3.1 @@ -4678,6 +6730,24 @@ package: license: zlib-acknowledgement size: 282599 timestamp: 1669075729952 +- platform: osx-64 + name: libpng + version: 1.6.42 + category: main + manager: conda + dependencies: + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.42-h92b6c6a_0.conda + hash: + md5: 7654da21e9d7ca6a8c87fbc77448588e + sha256: 57c816e3b8cd0aaca7b85e79c0cc2211789ce0729a581d006faf8daeebf51f8d + build: h92b6c6a_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: zlib-acknowledgement + size: 268963 + timestamp: 1706789121898 - platform: win-64 name: libpng version: 1.6.39 @@ -4783,6 +6853,24 @@ package: license: Unlicense size: 845830 timestamp: 1700863204572 +- platform: osx-64 + name: libsqlite + version: 3.44.2 + category: main + manager: conda + dependencies: + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.44.2-h92b6c6a_0.conda + hash: + md5: d4419f90019e6a2b152cd4d32f73a82f + sha256: 8a317d2aa6352feba951ca09d5bf34f565f9dd10bb14ff842b8650baa321d781 + build: h92b6c6a_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Unlicense + size: 891089 + timestamp: 1700863475542 - platform: win-64 name: libsqlite version: 3.44.2 @@ -4824,6 +6912,26 @@ package: license_family: BSD size: 271133 timestamp: 1685837707056 +- platform: osx-64 + name: libssh2 + version: 1.11.0 + category: main + manager: conda + dependencies: + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.1,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda + hash: + md5: ca3a72efba692c59a90d4b9fc0dfe774 + sha256: f3886763b88f4b24265db6036535ef77b7b77ce91b1cbe588c0fbdd861eec515 + build: hd019ec5_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 259556 + timestamp: 1685837820566 - platform: win-64 name: libssh2 version: 1.11.0 @@ -4934,6 +7042,31 @@ package: license: HPND size: 283198 timestamp: 1695661593314 +- platform: osx-64 + name: libtiff + version: 4.6.0 + category: main + manager: conda + dependencies: + - lerc >=4.0.0,<5.0a0 + - libcxx >=15.0.7 + - libdeflate >=1.19,<1.20.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h684deea_2.conda + hash: + md5: 2ca10a325063e000ad6d2a5900061e0d + sha256: 1ef5bd7295f4316b111f70ad21356fb9f0de50b85a341cac9e3a61ac6487fdf1 + build: h684deea_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: HPND + size: 266501 + timestamp: 1695661828714 - platform: win-64 name: libtiff version: 4.6.0 @@ -5042,6 +7175,26 @@ package: license_family: BSD size: 401830 timestamp: 1694709121323 +- platform: osx-64 + name: libwebp-base + version: 1.3.2 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.3.2-h0dc2134_0.conda + hash: + md5: 4e7e9d244e87d66c18d36894fd6a8ae5 + sha256: fa7580f26fec4c28321ec2ece1257f3293e0c646c635e9904679f4a8369be401 + build: h0dc2134_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - libwebp 1.3.2 + license: BSD-3-Clause + license_family: BSD + size: 346599 + timestamp: 1694709233836 - platform: win-64 name: libwebp-base version: 1.3.2 @@ -5087,6 +7240,27 @@ package: license_family: MIT size: 384238 timestamp: 1682082368177 +- platform: osx-64 + name: libxcb + version: '1.15' + category: main + manager: conda + dependencies: + - pthread-stubs + - xorg-libxau + - xorg-libxdmcp + url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.15-hb7f2c08_0.conda + hash: + md5: 5513f57e0238c87c12dffedbcc9c1a4a + sha256: f41904f466acc8b3197f37f2dd3a08da75720c7f7464d9267635debc4ac1902b + build: hb7f2c08_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 313793 + timestamp: 1682083036825 - platform: win-64 name: libxcb version: '1.15' @@ -5175,6 +7349,28 @@ package: license_family: MIT size: 704325 timestamp: 1702421185813 +- platform: osx-64 + name: libxml2 + version: 2.12.4 + category: main + manager: conda + dependencies: + - icu >=73.2,<74.0a0 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - xz >=5.2.6,<6.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.12.4-hc0ae0f7_1.conda + hash: + md5: 6ffac7334d3c1672845bc4b2a9e39835 + sha256: edccf142e32ee5c6619aebf36c29acdb942bde32fc0585882f5848d86b3e5acd + build: hc0ae0f7_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: MIT + license_family: MIT + size: 619880 + timestamp: 1705355303675 - platform: win-64 name: libxml2 version: 2.12.4 @@ -5219,6 +7415,26 @@ package: license_family: Other size: 61588 timestamp: 1686575217516 +- platform: osx-64 + name: libzlib + version: 1.2.13 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda + hash: + md5: 4a3ad23f6e16f99c04e166767193d700 + sha256: fc58ad7f47ffea10df1f2165369978fba0a1cc32594aad778f5eec725f334867 + build: h8a1eda9_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + constrains: + - zlib 1.2.13 *_5 + license: Zlib + license_family: Other + size: 59404 + timestamp: 1686575566695 - platform: win-64 name: libzlib version: 1.2.13 @@ -5262,6 +7478,25 @@ package: license_family: Apache size: 168074 timestamp: 1607309189989 +- platform: osx-64 + name: libzopfli + version: 1.0.3 + category: main + manager: conda + dependencies: + - libcxx >=11.0.0 + url: https://conda.anaconda.org/conda-forge/osx-64/libzopfli-1.0.3-h046ec9c_0.tar.bz2 + hash: + md5: 55f3f5c9bccca18d33cb3a4bcfe002d7 + sha256: 3f35f8adf997467699a01819aeabba153ef554e796618c446a9626c2173aee90 + build: h046ec9c_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + size: 162262 + timestamp: 1607309210977 - platform: win-64 name: libzopfli version: 1.0.3 @@ -5282,6 +7517,53 @@ package: license_family: Apache size: 207974 timestamp: 1607309596528 +- platform: osx-64 + name: llvm-openmp + version: 17.0.6 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-17.0.6-hb6ac08f_0.conda + hash: + md5: f260ab897df05f729fc3e65dbb0850ef + sha256: 9ea2f7018f335fdc55bc9b21a388eb94ea47a243d9cbf6ec3d8862d4df9fb49b + build: hb6ac08f_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - openmp 17.0.6|17.0.6.* + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + size: 299706 + timestamp: 1701222810938 +- platform: osx-64 + name: llvm-tools + version: 17.0.6 + category: main + manager: conda + dependencies: + - libllvm17 17.0.6 hbedff68_1 + - libxml2 >=2.12.1,<3.0.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - zstd >=1.5.5,<1.6.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/llvm-tools-17.0.6-hbedff68_1.conda + hash: + md5: 4260f86b3dd201ad7ea758d783cd5613 + sha256: 2380e9ac72aba8ef351ec13c9d5b1b233057c70bf4b9b3cea0b3f5bfb5a4e211 + build: hbedff68_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + constrains: + - llvm 17.0.6 + - clang 17.0.6 + - clang-tools 17.0.6 + - llvmdev 17.0.6 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 23219165 + timestamp: 1701378990823 - platform: linux-64 name: lz4-c version: 1.9.4 @@ -5302,6 +7584,25 @@ package: license_family: BSD size: 143402 timestamp: 1674727076728 +- platform: osx-64 + name: lz4-c + version: 1.9.4 + category: main + manager: conda + dependencies: + - libcxx >=14.0.6 + url: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.9.4-hf0c8a7f_0.conda + hash: + md5: aa04f7143228308662696ac24023f991 + sha256: 39aa0c01696e4e202bf5e337413de09dfeec061d89acd5f28e9968b4e93c3f48 + build: hf0c8a7f_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + size: 156415 + timestamp: 1674727335352 - platform: win-64 name: lz4-c version: 1.9.4 @@ -5443,6 +7744,29 @@ package: timestamp: 1686175179621 purls: - pkg:pypi/markdown-it-py +- platform: osx-64 + name: markdown-it-py + version: 3.0.0 + category: main + manager: conda + dependencies: + - mdurl >=0.1,<1 + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: 93a8e71256479c62074356ef6ebf501b + sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 64356 + timestamp: 1686175179621 + purls: + - pkg:pypi/markdown-it-py - platform: win-64 name: markdown-it-py version: 3.0.0 @@ -5489,6 +7813,28 @@ package: license_family: PSF size: 8381 timestamp: 1700509781531 +- platform: osx-64 + name: matplotlib + version: 3.8.2 + category: main + manager: conda + dependencies: + - matplotlib-base >=3.8.2,<3.8.3.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - tornado >=5 + url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-3.8.2-py310h2ec42d9_0.conda + hash: + md5: 2b37cc24929c9a1367a9ff7782490990 + sha256: 612795c95d38f8d95263ec8367d2db00fbf0e9bb0fe6a88c61ba3c3cecd2b28d + build: py310h2ec42d9_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: PSF-2.0 + license_family: PSF + size: 8508 + timestamp: 1700510092216 - platform: win-64 name: matplotlib version: 3.8.2 @@ -5549,6 +7895,43 @@ package: timestamp: 1700509738716 purls: - pkg:pypi/matplotlib +- platform: osx-64 + name: matplotlib-base + version: 3.8.2 + category: main + manager: conda + dependencies: + - __osx >=10.12 + - __osx >=10.9 + - certifi >=2020.06.20 + - contourpy >=1.0.1 + - cycler >=0.10 + - fonttools >=4.22.0 + - freetype >=2.12.1,<3.0a0 + - kiwisolver >=1.3.1 + - libcxx >=16.0.6 + - numpy >=1.21,<2 + - numpy >=1.22.4,<2.0a0 + - packaging >=20.0 + - pillow >=8 + - pyparsing >=2.3.1 + - python >=3.10,<3.11.0a0 + - python-dateutil >=2.7 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/matplotlib-base-3.8.2-py310hec49e92_0.conda + hash: + md5: 5b122776f9b1aa4ea1f93c1562e963fd + sha256: 744733cea72f74c683cdd06ab67934ae51082c96ed829845c038a7cfbb463dd9 + build: py310hec49e92_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: PSF-2.0 + license_family: PSF + size: 6977246 + timestamp: 1700510028920 + purls: + - pkg:pypi/matplotlib - platform: win-64 name: matplotlib-base version: 3.8.2 @@ -5609,6 +7992,29 @@ package: timestamp: 1660814913405 purls: - pkg:pypi/matplotlib-inline +- platform: osx-64 + name: matplotlib-inline + version: 0.1.6 + category: main + manager: conda + dependencies: + - python >=3.6 + - traitlets + url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 + hash: + md5: b21613793fcc81d944c76c9f2864a7de + sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 12273 + timestamp: 1660814913405 + purls: + - pkg:pypi/matplotlib-inline - platform: win-64 name: matplotlib-inline version: 0.1.6 @@ -5654,6 +8060,28 @@ package: timestamp: 1704317789138 purls: - pkg:pypi/mdurl +- platform: osx-64 + name: mdurl + version: 0.1.2 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + hash: + md5: 776a8dd9e824f77abac30e6ef43a8f7a + sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14680 + timestamp: 1704317789138 + purls: + - pkg:pypi/mdurl - platform: win-64 name: mdurl version: 0.1.2 @@ -5698,6 +8126,28 @@ package: noarch: python size: 628020 timestamp: 1703631711442 +- platform: osx-64 + name: meson + version: 1.3.1 + category: main + manager: conda + dependencies: + - ninja >=1.8.2 + - python >=3.5.2 + - setuptools + url: https://conda.anaconda.org/conda-forge/noarch/meson-1.3.1-pyhd8ed1ab_0.conda + hash: + md5: 54744574be599bff37ee4c3624ed02d2 + sha256: b932c964d9cf054ba8165bf1120ec3ea0669ba888451afd9f5431f2155bebfad + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 628020 + timestamp: 1703631711442 - platform: win-64 name: meson version: 1.3.1 @@ -5745,6 +8195,31 @@ package: noarch: python size: 69709 timestamp: 1698322017651 +- platform: osx-64 + name: meson-python + version: 0.15.0 + category: main + manager: conda + dependencies: + - colorama + - meson >=0.63.3 + - ninja + - pyproject-metadata >=0.7.1 + - python >=3.7 + - tomli >=1.0.0 + url: https://conda.anaconda.org/conda-forge/noarch/meson-python-0.15.0-pyh0c530f3_0.conda + hash: + md5: 3bc64565ca78ce3bb80248d09926d8f9 + sha256: 27c4f5132d3697e5bede4179c00d32d07560585d3578d7b8dde4a1e4c5d1a67c + build: pyh0c530f3_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 69709 + timestamp: 1698322017651 - platform: win-64 name: meson-python version: 0.15.0 @@ -5826,6 +8301,22 @@ package: build_number: 0 license: BSD 3-clause size: 4184 +- platform: osx-64 + name: mpi + version: '1.0' + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/mpi-1.0-mpich.tar.bz2 + hash: + md5: 7316a634ed27146b42d28433ec3bc227 + sha256: f6ed94ef0df7992198eba976af4d509863acd2911964501d263eef8b44521da6 + build: mpich + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD 3-clause + size: 4390 - platform: win-64 name: mpi version: '1.0' @@ -5865,6 +8356,27 @@ package: license_family: BSD size: 541301 timestamp: 1697529365378 +- platform: osx-64 + name: mpi4py + version: 3.1.5 + category: main + manager: conda + dependencies: + - mpich >=4.1.2,<5.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/mpi4py-3.1.5-py310h97e25aa_0.conda + hash: + md5: bb1437d9f80cdd6d49d52afd6ee24ea8 + sha256: 84d0faf95ae16a3f796824a1fce0e9d6818bc4b23a6f181366b6bdec455f9f87 + build: py310h97e25aa_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + size: 460239 + timestamp: 1697529583056 - platform: win-64 name: mpi4py version: 3.1.5 @@ -5912,6 +8424,29 @@ package: license_family: Other size: 25780321 timestamp: 1703072256042 +- platform: osx-64 + name: mpich + version: 4.1.2 + category: main + manager: conda + dependencies: + - libcxx >=15 + - libgfortran 5.* + - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 + - mpi 1.0 mpich + url: https://conda.anaconda.org/conda-forge/osx-64/mpich-4.1.2-hd33e60e_103.conda + hash: + md5: e766f02659cbfff550ab43423f103255 + sha256: 7d0a5e9af84351619b50d78cbe612005a0126269adafa69f2038884523861b07 + build: hd33e60e_103 + arch: x86_64 + subdir: osx-64 + build_number: 103 + license: LicenseRef-MPICH + license_family: Other + size: 20061127 + timestamp: 1706615292616 - platform: win-64 name: msmpi version: 10.1.1 @@ -5970,6 +8505,26 @@ package: noarch: python size: 12452 timestamp: 1600387789153 +- platform: osx-64 + name: munkres + version: 1.1.4 + category: main + manager: conda + dependencies: + - python + url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 + hash: + md5: 2ba8498c1018c1e9c61eb99b973dfe19 + sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 + build: pyh9f0ad1d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + noarch: python + size: 12452 + timestamp: 1600387789153 - platform: win-64 name: munkres version: 1.1.4 @@ -6057,6 +8612,32 @@ package: timestamp: 1690815009867 purls: - pkg:pypi/nbformat +- platform: osx-64 + name: nbformat + version: 5.9.2 + category: main + manager: conda + dependencies: + - jsonschema >=2.6 + - jupyter_core + - python >=3.8 + - python-fastjsonschema + - traitlets >=5.1 + url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda + hash: + md5: 61ba076de6530d9301a0053b02f093d2 + sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 100446 + timestamp: 1690815009867 + purls: + - pkg:pypi/nbformat - platform: win-64 name: nbformat version: 5.9.2 @@ -6106,6 +8687,29 @@ package: timestamp: 1664115171631 purls: - pkg:pypi/nbstripout +- platform: osx-64 + name: nbstripout + version: 0.7.0 + category: main + manager: conda + dependencies: + - nbformat + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/nbstripout-0.7.0-pyhd8ed1ab_0.conda + hash: + md5: e48594c151f2afb6d7ee973ed43832a1 + sha256: b8fd072a8e1e757f5184a82aed51897a44b082c1a7cde12d8b28c126d3e2faff + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 20554 + timestamp: 1707066302493 + purls: + - pkg:pypi/nbstripout - platform: win-64 name: nbstripout version: 0.6.1 @@ -6147,6 +8751,24 @@ package: license: X11 AND BSD-3-Clause size: 884434 timestamp: 1698751260967 +- platform: osx-64 + name: ncurses + version: '6.4' + category: main + manager: conda + dependencies: + - __osx >=10.9 + url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-h93d8f39_2.conda + hash: + md5: e58f366bd4d767e9ab97ab8b272e7670 + sha256: ea0fca66bbb52a1ef0687d466518fe120b5f279684effd6fd336a7b0dddc423a + build: h93d8f39_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: X11 AND BSD-3-Clause + size: 822031 + timestamp: 1698751567986 - platform: linux-64 name: networkx version: 3.2.1 @@ -6174,6 +8796,33 @@ package: timestamp: 1698504905258 purls: - pkg:pypi/networkx +- platform: osx-64 + name: networkx + version: 3.2.1 + category: main + manager: conda + dependencies: + - python >=3.9 + url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda + hash: + md5: 425fce3b531bed6ec3c74fab3e5f0a1c + sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - matplotlib >=3.5 + - scipy >=1.9,!=1.11.0,!=1.11.1 + - numpy >=1.22 + - pandas >=1.4 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 1149552 + timestamp: 1698504905258 + purls: + - pkg:pypi/networkx - platform: win-64 name: networkx version: 3.2.1 @@ -6221,6 +8870,25 @@ package: license_family: Apache size: 2251263 timestamp: 1676837602636 +- platform: osx-64 + name: ninja + version: 1.11.1 + category: main + manager: conda + dependencies: + - libcxx >=14.0.6 + url: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.11.1-hb8565cd_0.conda + hash: + md5: 49ad513efe39447aa51affd47e3aa68f + sha256: 6f738d9a26fa275317b95b2b96832daab9059ef64af9a338f904a3cb684ae426 + build: hb8565cd_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + size: 121284 + timestamp: 1676837793132 - platform: win-64 name: ninja version: 1.11.1 @@ -6315,6 +8983,34 @@ package: timestamp: 1704280779661 purls: - pkg:pypi/numpy +- platform: osx-64 + name: numpy + version: 1.26.3 + category: main + manager: conda + dependencies: + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=15 + - liblapack >=3.9.0,<4.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.3-py310h4bfa8fc_0.conda + hash: + md5: efed2f9f68186f778e0daa77acab3964 + sha256: 2bd229ffeb3e749348577fd8f3dbdd214ea636244152bc3cd7afc120d0678fa4 + build: py310h4bfa8fc_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - numpy-base <0a0 + license: BSD-3-Clause + license_family: BSD + size: 6390276 + timestamp: 1704281413660 + purls: + - pkg:pypi/numpy - platform: win-64 name: numpy version: 1.26.3 @@ -6366,8 +9062,30 @@ package: build_number: 3 license: BSD-2-Clause license_family: BSD - size: 356698 - timestamp: 1694708325417 + size: 356698 + timestamp: 1694708325417 +- platform: osx-64 + name: openjpeg + version: 2.5.0 + category: main + manager: conda + dependencies: + - libcxx >=15.0.7 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.0-ha4da562_3.conda + hash: + md5: 40a36f8e9a6fdf6a78c6428ee6c44188 + sha256: fdccd9668b85bf6e798b628bceed5ff764e1114cfc4e6a4dee551cafbe549e74 + build: ha4da562_3 + arch: x86_64 + subdir: osx-64 + build_number: 3 + license: BSD-2-Clause + license_family: BSD + size: 335643 + timestamp: 1694708811338 - platform: win-64 name: openjpeg version: 2.5.0 @@ -6414,6 +9132,27 @@ package: license_family: Apache size: 2854103 timestamp: 1701162437033 +- platform: osx-64 + name: openssl + version: 3.2.1 + category: main + manager: conda + dependencies: + - ca-certificates + url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_0.conda + hash: + md5: 3033be9a59fd744172b03971b9ccd081 + sha256: 20c1b1a34a1831c24d37ed1500ca07300171184af0c66598f3c5ca901634d713 + build: hd75f5a5_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + size: 2509168 + timestamp: 1706636810736 - platform: win-64 name: openssl version: 3.2.0 @@ -6460,6 +9199,28 @@ package: timestamp: 1696202521121 purls: - pkg:pypi/packaging +- platform: osx-64 + name: packaging + version: '23.2' + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda + hash: + md5: 79002079284aa895f883c6b7f3f88fd6 + sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 49452 + timestamp: 1696202521121 + purls: + - pkg:pypi/packaging - platform: win-64 name: packaging version: '23.2' @@ -6508,6 +9269,31 @@ package: license_family: BSD size: 12413413 timestamp: 1702057653692 +- platform: osx-64 + name: pandas + version: 2.2.0 + category: main + manager: conda + dependencies: + - libcxx >=15 + - numpy >=1.22.4,<2.0a0 + - python >=3.10,<3.11.0a0 + - python-dateutil >=2.8.1 + - python-tzdata >=2022a + - python_abi 3.10.* *_cp310 + - pytz >=2020.1 + url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.2.0-py310h276d7da_0.conda + hash: + md5: 68f06445075e982fcfcdeadbba006899 + sha256: 7f5e7e9a37d546ec5de12d5816c200cd96a9bd0f20b81c5be99a38b080c9c359 + build: py310h276d7da_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 12146747 + timestamp: 1705729279528 - platform: win-64 name: pandas version: 2.1.4 @@ -6557,6 +9343,28 @@ package: timestamp: 1638335054552 purls: - pkg:pypi/parso +- platform: osx-64 + name: parso + version: 0.8.3 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 17a565a0c3899244e938cdf417e7b094 + sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 71048 + timestamp: 1638335054552 + purls: + - pkg:pypi/parso - platform: win-64 name: parso version: 0.8.3 @@ -6645,6 +9453,28 @@ package: timestamp: 1667297617062 purls: - pkg:pypi/pexpect +- platform: osx-64 + name: pexpect + version: 4.9.0 + category: main + manager: conda + dependencies: + - ptyprocess >=0.5 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda + hash: + md5: 629f3203c99b32e0988910c93e77f3b6 + sha256: 90a09d134a4a43911b716d4d6eb9d169238aff2349056f7323d9db613812667e + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: ISC + noarch: python + size: 53600 + timestamp: 1706113273252 + purls: + - pkg:pypi/pexpect - platform: linux-64 name: pickleshare version: 0.7.5 @@ -6667,6 +9497,28 @@ package: timestamp: 1602536313357 purls: - pkg:pypi/pickleshare +- platform: osx-64 + name: pickleshare + version: 0.7.5 + category: main + manager: conda + dependencies: + - python >=3 + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + hash: + md5: 415f0ebb6198cc2801c73438a9fb5761 + sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + build: py_1003 + arch: x86_64 + subdir: osx-64 + build_number: 1003 + license: MIT + license_family: MIT + noarch: python + size: 9332 + timestamp: 1602536313357 + purls: + - pkg:pypi/pickleshare - platform: win-64 name: pickleshare version: 0.7.5 @@ -6718,6 +9570,34 @@ package: license: HPND size: 41213026 timestamp: 1704252199774 +- platform: osx-64 + name: pillow + version: 10.2.0 + category: main + manager: conda + dependencies: + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.16,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxcb >=1.15,<1.16.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openjpeg >=2.5.0,<3.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - tk >=8.6.13,<8.7.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.2.0-py310he65384d_0.conda + hash: + md5: eb1790ac3e5bd9fb1bcb5b3c232892fc + sha256: 0ffb7d3246e20b1869a1fb749f4fafad93262c0e40b073aae8f74b10932ce152 + build: py310he65384d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: HPND + size: 41163901 + timestamp: 1704252494055 - platform: win-64 name: pillow version: 10.2.0 @@ -6773,6 +9653,30 @@ package: timestamp: 1702822023465 purls: - pkg:pypi/pip +- platform: osx-64 + name: pip + version: '24.0' + category: main + manager: conda + dependencies: + - python >=3.7 + - setuptools + - wheel + url: https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda + hash: + md5: f586ac1e56c8638b64f9c8122a7b8a67 + sha256: b7c1c5d8f13e8cb491c4bd1d0d1896a4cf80fc47de01059ad77509112b664a4a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 1398245 + timestamp: 1706960660581 + purls: + - pkg:pypi/pip - platform: win-64 name: pip version: 23.3.2 @@ -6817,6 +9721,65 @@ package: license_family: MIT size: 387320 timestamp: 1704646964705 +- platform: linux-64 + name: pkg-config + version: 0.29.2 + category: main + manager: conda + dependencies: + - libgcc-ng >=7.5.0 + url: https://conda.anaconda.org/conda-forge/linux-64/pkg-config-0.29.2-h36c2ea0_1008.tar.bz2 + hash: + md5: fbef41ff6a4c8140c30057466a1cdd47 + sha256: 8b35a077ceccdf6888f1e82bd3ea281175014aefdc2d4cf63d7a4c7e169c125c + build: h36c2ea0_1008 + arch: x86_64 + subdir: linux-64 + build_number: 1008 + license: GPL-2.0-or-later + license_family: GPL + size: 123341 + timestamp: 1604184579935 +- platform: osx-64 + name: pkg-config + version: 0.29.2 + category: main + manager: conda + dependencies: + - libiconv >=1.16,<2.0.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/pkg-config-0.29.2-ha3d46e9_1008.tar.bz2 + hash: + md5: 352bc6fb446a7ca608c61b33c1d5eb98 + sha256: f60d1c03c7d10e8926e767981872fdd6002d2094925df598a53c58261524c151 + build: ha3d46e9_1008 + arch: x86_64 + subdir: osx-64 + build_number: 1008 + license: GPL-2.0-or-later + license_family: GPL + size: 269087 + timestamp: 1650238856925 +- platform: win-64 + name: pkg-config + version: 0.29.2 + category: main + manager: conda + dependencies: + - libglib >=2.64.6,<3.0a0 + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + url: https://conda.anaconda.org/conda-forge/win-64/pkg-config-0.29.2-h2bf4dc2_1008.tar.bz2 + hash: + md5: 8ff5bccb4dc5d153e79b068e0bb301c5 + sha256: f2f64c4774eea3b789c9568452d8cd776bdcf7e2cda0f24bfa9dbcbd7fbb9f6f + build: h2bf4dc2_1008 + arch: x86_64 + subdir: win-64 + build_number: 1008 + license: GPL-2.0-or-later + license_family: GPL + size: 33990 + timestamp: 1604184834061 - platform: linux-64 name: pkgutil-resolve-name version: 1.3.10 @@ -6838,6 +9801,27 @@ package: timestamp: 1694617398467 purls: - pkg:pypi/pkgutil-resolve-name +- platform: osx-64 + name: pkgutil-resolve-name + version: 1.3.10 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda + hash: + md5: 405678b942f2481cecdb3e010f4925d9 + sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a + build: pyhd8ed1ab_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: MIT AND PSF-2.0 + noarch: python + size: 10778 + timestamp: 1694617398467 + purls: + - pkg:pypi/pkgutil-resolve-name - platform: win-64 name: pkgutil-resolve-name version: 1.3.10 @@ -6881,6 +9865,28 @@ package: timestamp: 1701708396900 purls: - pkg:pypi/platformdirs +- platform: osx-64 + name: platformdirs + version: 4.2.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda + hash: + md5: a0bc3eec34b0fab84be6b2da94e98e20 + sha256: 2ebfb971236ab825dd79dd6086ea742a9901008ffb9c6222c1f2b5172a8039d3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 20210 + timestamp: 1706713564353 + purls: + - pkg:pypi/platformdirs - platform: win-64 name: platformdirs version: 4.1.0 @@ -6925,6 +9931,28 @@ package: timestamp: 1693086745921 purls: - pkg:pypi/pluggy +- platform: osx-64 + name: pluggy + version: 1.4.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda + hash: + md5: 139e9feb65187e916162917bb2484976 + sha256: 6edfd2c41938ea772096c674809bfcf2ebb9bef7e82de6c7ea0b966b86bfb4d0 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 23384 + timestamp: 1706116931972 + purls: + - pkg:pypi/pluggy - platform: win-64 name: pluggy version: 1.3.0 @@ -6969,6 +9997,28 @@ package: timestamp: 1530963184592 purls: - pkg:pypi/ply +- platform: osx-64 + name: ply + version: '3.11' + category: main + manager: conda + dependencies: + - python + url: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-py_1.tar.bz2 + hash: + md5: 7205635cd71531943440fbfe3b6b5727 + sha256: 2cd6fae8f9cbc806b7f828f006ae4a83c23fac917cacfd73c37ce322d4324e53 + build: py_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: BSD 3-clause + license_family: BSD + noarch: python + size: 44837 + timestamp: 1530963184592 + purls: + - pkg:pypi/ply - platform: win-64 name: ply version: '3.11' @@ -7005,7 +10055,30 @@ package: sha256: 58525b2a9305fb154b2b0d43a48b9a6495441b80e4fbea44f2a34a597d2cef16 build: pyha770c72_0 arch: x86_64 - subdir: linux-64 + subdir: linux-64 + build_number: 0 + constrains: + - prompt_toolkit 3.0.42 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 270398 + timestamp: 1702399557137 +- platform: osx-64 + name: prompt-toolkit + version: 3.0.42 + category: main + manager: conda + dependencies: + - python >=3.7 + - wcwidth + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.42-pyha770c72_0.conda + hash: + md5: 0bf64bf10eee21f46ac83c161917fa86 + sha256: 58525b2a9305fb154b2b0d43a48b9a6495441b80e4fbea44f2a34a597d2cef16 + build: pyha770c72_0 + arch: x86_64 + subdir: osx-64 build_number: 0 constrains: - prompt_toolkit 3.0.42 @@ -7060,6 +10133,28 @@ package: timestamp: 1702833263425 purls: - pkg:pypi/psutil +- platform: osx-64 + name: psutil + version: 5.9.8 + category: main + manager: conda + dependencies: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.8-py310hb372a2b_0.conda + hash: + md5: ec3a8263961880a89f9587670aad5c81 + sha256: 6c52cb3ea7e9e42a9fe2e2ddf9d91093fb13f067982878edc96035601ff477c0 + build: py310hb372a2b_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 375259 + timestamp: 1705722685866 + purls: + - pkg:pypi/psutil - platform: win-64 name: psutil version: 5.9.7 @@ -7104,6 +10199,24 @@ package: license_family: MIT size: 5625 timestamp: 1606147468727 +- platform: osx-64 + name: pthread-stubs + version: '0.4' + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-hc929b4f_1001.tar.bz2 + hash: + md5: addd19059de62181cd11ae8f4ef26084 + sha256: 6e3900bb241bcdec513d4e7180fe9a19186c1a38f0b4080ed619d26014222c53 + build: hc929b4f_1001 + arch: x86_64 + subdir: osx-64 + build_number: 1001 + license: MIT + license_family: MIT + size: 5653 + timestamp: 1606147699844 - platform: win-64 name: pthread-stubs version: '0.4' @@ -7162,6 +10275,27 @@ package: timestamp: 1609419417991 purls: - pkg:pypi/ptyprocess +- platform: osx-64 + name: ptyprocess + version: 0.7.0 + category: main + manager: conda + dependencies: + - python + url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + hash: + md5: 359eeb6536da0e687af562ed265ec263 + sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a + build: pyhd3deb0d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: ISC + noarch: python + size: 16546 + timestamp: 1609419417991 + purls: + - pkg:pypi/ptyprocess - platform: linux-64 name: pulseaudio-client version: '16.1' @@ -7209,6 +10343,28 @@ package: timestamp: 1642876055775 purls: - pkg:pypi/pure-eval +- platform: osx-64 + name: pure_eval + version: 0.2.2 + category: main + manager: conda + dependencies: + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 6784285c7e55cb7212efabc79e4c2883 + sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14551 + timestamp: 1642876055775 + purls: + - pkg:pypi/pure-eval - platform: win-64 name: pure_eval version: 0.2.2 @@ -7253,6 +10409,28 @@ package: timestamp: 1697203012487 purls: - pkg:pypi/pycodestyle +- platform: osx-64 + name: pycodestyle + version: 2.11.1 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/pycodestyle-2.11.1-pyhd8ed1ab_0.conda + hash: + md5: 29ff12b36df16bb66fdccd4206aaebfb + sha256: 1bd1199c16514cfbc92c0fdc143a00fc55a3deaf800a62a09ac79294606e567e + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 34318 + timestamp: 1697203012487 + purls: + - pkg:pypi/pycodestyle - platform: win-64 name: pycodestyle version: 2.11.1 @@ -7296,6 +10474,26 @@ package: license: BSD or GPL 2 size: 2110868 timestamp: 1673618327589 +- platform: osx-64 + name: pyfftw + version: 0.13.1 + category: main + manager: conda + dependencies: + - numpy >=1.21.6,<2.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/pyfftw-0.13.1-py310h936d966_0.conda + hash: + md5: b35ad01fc39a399f262c10e80961eef0 + sha256: d2e5266fc69f19df4a5e3f3ec403d341925b7af7bb7dd707a84c36f5bd0617fb + build: py310h936d966_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD or GPL 2 + size: 1792035 + timestamp: 1673618525200 - platform: win-64 name: pyfftw version: 0.13.1 @@ -7342,6 +10540,28 @@ package: timestamp: 1700608076927 purls: - pkg:pypi/pygments +- platform: osx-64 + name: pygments + version: 2.17.2 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.17.2-pyhd8ed1ab_0.conda + hash: + md5: 140a7f159396547e9799aa98f9f0742e + sha256: af5f8867450dc292f98ea387d4d8945fc574284677c8f60eaa9846ede7387257 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 860425 + timestamp: 1700608076927 + purls: + - pkg:pypi/pygments - platform: win-64 name: pygments version: 2.17.2 @@ -7425,6 +10645,67 @@ package: hash: md5: null sha256: 5218f7905b650f170fa5fe2fe7cf2788b2332b7c2d3ab2476d11f0e84826acf2 +- platform: osx-64 + name: pymech + version: 1.5.0 + category: main + manager: pypi + requires_dist: + - numpy + - xarray !=0.20.0, !=0.20.1, >=0.19.0 + - attrs >=21.4.0 + - importlib-metadata <5.0.0 ; python_version < '3.8' + - sphinx ; extra == 'dev' + - furo ; extra == 'dev' + - sphinx-autobuild ; extra == 'dev' + - sphinx-copybutton ; extra == 'dev' + - sphinx-inline-tabs ; extra == 'dev' + - myst-nb ; extra == 'dev' + - matplotlib ; extra == 'dev' + - asv >=0.5.1 ; extra == 'dev' + - rich ; extra == 'dev' + - dask ; extra == 'dev' + - numpy >=1.18 ; extra == 'dev' + - coverage[toml] ; extra == 'dev' + - pytest >=6.2.5 ; extra == 'dev' + - pytest-cov >=3.0.0 ; extra == 'dev' + - pytest-xdist >=2.4.0 ; extra == 'dev' + - typing-extensions ; extra == 'dev' + - mypy ; extra == 'dev' + - nox ; extra == 'dev' + - pre-commit ; extra == 'dev' + - pyperf ; extra == 'dev' + - virtualenv ; extra == 'dev' + - sphinx ; extra == 'docs' + - furo ; extra == 'docs' + - sphinx-autobuild ; extra == 'docs' + - sphinx-copybutton ; extra == 'docs' + - sphinx-inline-tabs ; extra == 'docs' + - myst-nb ; extra == 'docs' + - matplotlib ; extra == 'docs' + - asv >=0.5.1 ; extra == 'docs' + - rich ; extra == 'full' + - dask ; extra == 'full' + - numpy >=1.18 ; extra == 'full' + - mayavi ; extra == 'full' + - rich ; extra == 'opt' + - dask ; extra == 'opt' + - numpy >=1.18 ; extra == 'opt' + - rich ; extra == 'tests' + - dask ; extra == 'tests' + - numpy >=1.18 ; extra == 'tests' + - coverage[toml] ; extra == 'tests' + - pytest >=6.2.5 ; extra == 'tests' + - pytest-cov >=3.0.0 ; extra == 'tests' + - pytest-xdist >=2.4.0 ; extra == 'tests' + - typing-extensions ; extra == 'types' + - mypy ; extra == 'types' + - mayavi ; extra == 'vtk' + requires_python: '>=3.7' + url: https://files.pythonhosted.org/packages/60/b3/36de2dc9e303697b7986f59e5ce744cfcb23e2527d076a4f1a13af7581ba/pymech-1.5.0-py3-none-any.whl#sha256=5218f7905b650f170fa5fe2fe7cf2788b2332b7c2d3ab2476d11f0e84826acf2 + hash: + md5: null + sha256: 5218f7905b650f170fa5fe2fe7cf2788b2332b7c2d3ab2476d11f0e84826acf2 - platform: win-64 name: pymech version: 1.5.0 @@ -7508,6 +10789,28 @@ package: timestamp: 1690737983548 purls: - pkg:pypi/pyparsing +- platform: osx-64 + name: pyparsing + version: 3.1.1 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.1-pyhd8ed1ab_0.conda + hash: + md5: 176f7d56f0cfe9008bdf1bccd7de02fb + sha256: 4a1332d634b6c2501a973655d68f08c9c42c0bd509c349239127b10572b8354b + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 89521 + timestamp: 1690737983548 + purls: + - pkg:pypi/pyparsing - platform: win-64 name: pyparsing version: 3.1.1 @@ -7553,6 +10856,29 @@ package: timestamp: 1675133341609 purls: - pkg:pypi/pyproject-metadata +- platform: osx-64 + name: pyproject-metadata + version: 0.7.1 + category: main + manager: conda + dependencies: + - packaging >=19.0 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pyproject-metadata-0.7.1-pyhd8ed1ab_0.conda + hash: + md5: dcb27826ffc94d5f04e241322239983b + sha256: 9ec35cffa163f587aeb52d1603df8374659e3be30dbc6db0e980ecb797f21fee + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 12538 + timestamp: 1675133341609 + purls: + - pkg:pypi/pyproject-metadata - platform: win-64 name: pyproject-metadata version: 0.7.1 @@ -7712,6 +11038,36 @@ package: timestamp: 1704035308916 purls: - pkg:pypi/pytest +- platform: osx-64 + name: pytest + version: 8.0.0 + category: main + manager: conda + dependencies: + - colorama + - exceptiongroup >=1.0.0rc8 + - iniconfig + - packaging + - pluggy <2.0,>=1.4.0 + - python >=3.8 + - tomli >=1.0.0 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.0-pyhd8ed1ab_0.conda + hash: + md5: 5ba1cc5b924226349d4a49fb547b7579 + sha256: 42717ca3e48c08b3098db01cbb3c04afd5fa67e67bad4691f2b88781269580a7 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - pytest-faulthandler >=2 + license: MIT + license_family: MIT + noarch: python + size: 251713 + timestamp: 1706448088334 + purls: + - pkg:pypi/pytest - platform: win-64 name: pytest version: 7.4.4 @@ -7769,6 +11125,33 @@ package: hash: md5: null sha256: ee1a0d5dd0322c2439aa30883ca6748f18150e7e708209852a4b67444790bc97 +- platform: osx-64 + name: pytest-allclose + version: 1.0.0 + category: main + manager: pypi + requires_dist: + - numpy >=1.11 + - pytest + - nengo-sphinx-theme >=1.0 ; extra == 'all' + - sphinx ; extra == 'all' + - codespell ; extra == 'all' + - coverage >=4.3 ; extra == 'all' + - flake8 ; extra == 'all' + - gitlint ; extra == 'all' + - pylint ; extra == 'all' + - nengo-sphinx-theme >=1.0 ; extra == 'docs' + - sphinx ; extra == 'docs' + - codespell ; extra == 'tests' + - coverage >=4.3 ; extra == 'tests' + - flake8 ; extra == 'tests' + - gitlint ; extra == 'tests' + - pylint ; extra == 'tests' + requires_python: '>=3.5' + url: https://files.pythonhosted.org/packages/c2/95/afa083bad44faa65048a9fbc018e9bc1b40045d4232383e723a555cd8b7c/pytest_allclose-1.0.0-py3-none-any.whl#sha256=ee1a0d5dd0322c2439aa30883ca6748f18150e7e708209852a4b67444790bc97 + hash: + md5: null + sha256: ee1a0d5dd0322c2439aa30883ca6748f18150e7e708209852a4b67444790bc97 - platform: win-64 name: pytest-allclose version: 1.0.0 @@ -7819,6 +11202,29 @@ package: noarch: python size: 25436 timestamp: 1684965001294 +- platform: osx-64 + name: pytest-cov + version: 4.1.0 + category: main + manager: conda + dependencies: + - coverage >=5.2.1 + - pytest >=4.6 + - python >=3.7 + - toml + url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda + hash: + md5: 06eb685a3a0b146347a58dda979485da + sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 25436 + timestamp: 1684965001294 - platform: win-64 name: pytest-cov version: 4.1.0 @@ -7865,6 +11271,29 @@ package: timestamp: 1697739717579 purls: - pkg:pypi/pytest-mock +- platform: osx-64 + name: pytest-mock + version: 3.12.0 + category: main + manager: conda + dependencies: + - pytest >=5.0 + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-mock-3.12.0-pyhd8ed1ab_0.conda + hash: + md5: ac9fedc9a0c397f2318e82525491dd83 + sha256: 58d3bd93a0cf9b51ac105de1e01b1fcd1fcfa5993023b67658344e329b02d6e0 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 21672 + timestamp: 1697739717579 + purls: + - pkg:pypi/pytest-mock - platform: win-64 name: pytest-mock version: 3.12.0 @@ -7922,6 +11351,35 @@ package: license: Python-2.0 size: 25670919 timestamp: 1703347014418 +- platform: osx-64 + name: python + version: 3.10.13 + category: main + manager: conda + dependencies: + - bzip2 >=1.0.8,<2.0a0 + - libffi >=3.4,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ncurses >=6.4,<7.0a0 + - openssl >=3.2.0,<4.0a0 + - readline >=8.2,<9.0a0 + - tk >=8.6.13,<8.7.0a0 + - tzdata + - xz >=5.2.6,<6.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/python-3.10.13-h00d2728_1_cpython.conda + hash: + md5: f33c836e5a8561cf1632a224f161470a + sha256: a7ed0fb04ae2c031fd378a42421fee673983e9c2a2fd6734a609595f56349556 + build: h00d2728_1_cpython + arch: x86_64 + subdir: osx-64 + build_number: 1 + constrains: + - python_abi 3.10.* *_cp310 + license: Python-2.0 + size: 13011373 + timestamp: 1703346424250 - platform: win-64 name: python version: 3.10.13 @@ -7974,6 +11432,29 @@ package: timestamp: 1626286448716 purls: - pkg:pypi/python-dateutil +- platform: osx-64 + name: python-dateutil + version: 2.8.2 + category: main + manager: conda + dependencies: + - python >=3.6 + - six >=1.5 + url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + hash: + md5: dd999d1cc9f79e67dbb855c8924c7984 + sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 245987 + timestamp: 1626286448716 + purls: + - pkg:pypi/python-dateutil - platform: win-64 name: python-dateutil version: 2.8.2 @@ -8019,6 +11500,28 @@ package: timestamp: 1703781171097 purls: - pkg:pypi/fastjsonschema +- platform: osx-64 + name: python-fastjsonschema + version: 2.19.1 + category: main + manager: conda + dependencies: + - python >=3.3 + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.19.1-pyhd8ed1ab_0.conda + hash: + md5: 4d3ceee3af4b0f9a1f48f57176bf8625 + sha256: 38b2db169d65cc5595e3ce63294c4fdb6a242ecf71f70b3ad8cad3bd4230d82f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 225250 + timestamp: 1703781171097 + purls: + - pkg:pypi/fastjsonschema - platform: win-64 name: python-fastjsonschema version: 2.19.1 @@ -8063,6 +11566,28 @@ package: timestamp: 1703878849208 purls: - pkg:pypi/tzdata +- platform: osx-64 + name: python-tzdata + version: '2023.4' + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.4-pyhd8ed1ab_0.conda + hash: + md5: c79cacf8a06a51552fc651652f170208 + sha256: d2381037bf362c78654a8ece0e0f54715e09113448ddd7ed837f688536cbf176 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 146007 + timestamp: 1703878849208 + purls: + - pkg:pypi/tzdata - platform: win-64 name: python-tzdata version: '2023.4' @@ -8105,6 +11630,26 @@ package: license_family: BSD size: 6398 timestamp: 1695147363189 +- platform: osx-64 + name: python_abi + version: '3.10' + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.10-4_cp310.conda + hash: + md5: b15c816c5a86abcc4d1458dd63aa4c65 + sha256: abc26b3b5a62f9c8112a2303d24b0c590d5f7fc9470521f5a520472d59c2223e + build: 4_cp310 + arch: x86_64 + subdir: osx-64 + build_number: 4 + constrains: + - python 3.10.* *_cpython + license: BSD-3-Clause + license_family: BSD + size: 6484 + timestamp: 1695147705581 - platform: win-64 name: python_abi version: '3.10' @@ -8154,6 +11699,34 @@ package: license_family: BSD size: 2200877 timestamp: 1704695185687 +- platform: osx-64 + name: pythran + version: 0.15.0 + category: main + manager: conda + dependencies: + - beniget 0.4.* + - clangxx_osx-64 + - colorlog + - decorator + - gast 0.5.* + - libcxx >=15 + - numpy >=1.22.4,<2.0a0 + - ply >=3.4 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/pythran-0.15.0-py310h076e4b7_1.conda + hash: + md5: 8eb5bcfdeacfaa239d8491f284e60e5b + sha256: 79eb3e9991f0adb1b9c0675ed4a809f1dc4b9fad31bdf097ef34f3780d4219dd + build: py310h076e4b7_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: BSD-3-Clause + license_family: BSD + size: 2219683 + timestamp: 1704695373632 - platform: win-64 name: pythran version: 0.15.0 @@ -8204,6 +11777,28 @@ package: timestamp: 1693930444432 purls: - pkg:pypi/pytz +- platform: osx-64 + name: pytz + version: '2024.1' + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda + hash: + md5: 3eeeeb9e4827ace8c0c1419c85d590ad + sha256: 1a7d6b233f7e6e3bbcbad054c8fd51e690a67b129a899a056a5e45dd9f00cb41 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 188538 + timestamp: 1706886944988 + purls: + - pkg:pypi/pytz - platform: win-64 name: pytz version: 2023.3.post1 @@ -8250,6 +11845,29 @@ package: timestamp: 1695567803832 purls: - pkg:pypi/pywavelets +- platform: osx-64 + name: pywavelets + version: 1.4.1 + category: main + manager: conda + dependencies: + - numpy >=1.22.4,<2.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/pywavelets-1.4.1-py310hf0b6da5_1.conda + hash: + md5: 6606a7e6b981c0dc578c436d3920e8e7 + sha256: e75ecf5d9c68bf2e9fc51982f170bb5a9542c4cb777ac40889dcd29521d61907 + build: py310hf0b6da5_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: MIT + license_family: MIT + size: 3608914 + timestamp: 1695569899715 + purls: + - pkg:pypi/pywavelets - platform: win-64 name: pywavelets version: 1.4.1 @@ -8421,6 +12039,29 @@ package: timestamp: 1698112171285 purls: - pkg:pypi/qtpy +- platform: osx-64 + name: qtpy + version: 2.4.1 + category: main + manager: conda + dependencies: + - packaging + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/qtpy-2.4.1-pyhd8ed1ab_0.conda + hash: + md5: 7f391bd70d2abfb70f304ba5aa4e1261 + sha256: 925bf48e747af6ceff1b073c10b12fc94ef79c88a34729059d253e43466a33f1 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 61808 + timestamp: 1698112171285 + purls: + - pkg:pypi/qtpy - platform: win-64 name: qtpy version: 2.4.1 @@ -8463,6 +12104,24 @@ package: license_family: BSD size: 15423721 timestamp: 1694329261357 +- platform: osx-64 + name: rav1e + version: 0.6.6 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/rav1e-0.6.6-h7205ca4_2.conda + hash: + md5: ab03527926f8ce85f84a91fd35520ef2 + sha256: 046ac50530590cd2a5d9bcb1e581bdd168e06049230ad3afd8cce2fa71b429d9 + build: h7205ca4_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: BSD-2-Clause + license_family: BSD + size: 1767853 + timestamp: 1694329738983 - platform: win-64 name: rav1e version: 0.6.6 @@ -8504,6 +12163,25 @@ package: license_family: GPL size: 281456 timestamp: 1679532220005 +- platform: osx-64 + name: readline + version: '8.2' + category: main + manager: conda + dependencies: + - ncurses >=6.3,<7.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda + hash: + md5: f17f77f2acf4d344734bda76829ce14e + sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 + build: h9e318b2_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: GPL-3.0-only + license_family: GPL + size: 255870 + timestamp: 1679532707590 - platform: linux-64 name: referencing version: 0.32.1 @@ -8515,17 +12193,41 @@ package: - rpds-py >=0.7.0 url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.32.1-pyhd8ed1ab_0.conda hash: - md5: 753a592b4e99d7d2cde6a8fd0797f414 - sha256: 658beff40c6355af0eeec624bbe4e892b4c68c0af2d8ff4c06677e6547140506 + md5: 753a592b4e99d7d2cde6a8fd0797f414 + sha256: 658beff40c6355af0eeec624bbe4e892b4c68c0af2d8ff4c06677e6547140506 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 39009 + timestamp: 1704489374195 + purls: + - pkg:pypi/referencing +- platform: osx-64 + name: referencing + version: 0.33.0 + category: main + manager: conda + dependencies: + - attrs >=22.2.0 + - python >=3.8 + - rpds-py >=0.7.0 + url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.33.0-pyhd8ed1ab_0.conda + hash: + md5: bc415a1c6cf049166215d6b596e0fcbe + sha256: 5707eb9ee2c7cfcc56a5223b24ab3133ff61aaa796931f3b22068e0a43ea6ecf build: pyhd8ed1ab_0 arch: x86_64 - subdir: linux-64 + subdir: osx-64 build_number: 0 license: MIT license_family: MIT noarch: python - size: 39009 - timestamp: 1704489374195 + size: 39055 + timestamp: 1706711589688 purls: - pkg:pypi/referencing - platform: win-64 @@ -8575,6 +12277,29 @@ package: noarch: python size: 184071 timestamp: 1700160247583 +- platform: osx-64 + name: rich + version: 13.7.0 + category: main + manager: conda + dependencies: + - markdown-it-py >=2.2.0 + - pygments >=2.13.0,<3.0.0 + - python >=3.7.0 + - typing_extensions >=4.0.0,<5.0.0 + url: https://conda.anaconda.org/conda-forge/noarch/rich-13.7.0-pyhd8ed1ab_0.conda + hash: + md5: d7a11d4f3024b2f4a6e0ae7377dd61e9 + sha256: 4bb25bf1f5664772b2c4c2e3878aa6e7dc2695f97e3da4ee8e47c51e179913bb + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 184071 + timestamp: 1700160247583 - platform: win-64 name: rich version: 13.7.0 @@ -8621,6 +12346,28 @@ package: timestamp: 1703822841816 purls: - pkg:pypi/rpds-py +- platform: osx-64 + name: rpds-py + version: 0.17.1 + category: main + manager: conda + dependencies: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.17.1-py310h0e083fb_0.conda + hash: + md5: 44903572df153cc71224e055b3dbeffa + sha256: cd51dc44921f392b655f75a95073b80fa9e3c3a366064fab9b8e0b3706a42c60 + build: py310h0e083fb_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 312152 + timestamp: 1705160283579 + purls: + - pkg:pypi/rpds-py - platform: win-64 name: rpds-py version: 0.17.1 @@ -8688,6 +12435,48 @@ package: timestamp: 1697029221996 purls: - pkg:pypi/scikit-image +- platform: osx-64 + name: scikit-image + version: 0.22.0 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - imageio >=2.27 + - lazy_loader >=0.2 + - libcxx >=16.0.6 + - networkx >=2.8 + - numpy >=1.22.4,<2.0a0 + - packaging >=21 + - pillow >=9.0.1 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - pywavelets >=1.1.1 + - scipy >=1.8 + - tifffile >=2022.8.12 + url: https://conda.anaconda.org/conda-forge/osx-64/scikit-image-0.22.0-py310hdba192b_2.conda + hash: + md5: 48d3be7481c343fb0fc3570ec43d8e54 + sha256: 0f87bcc653e7acdfde11201bd6946d34b4e37588d134d2cda935dc2d6532da50 + build: py310hdba192b_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + constrains: + - pooch >=1.6.0 + - cloudpickle >=0.2.1 + - dask-core >=2021.1.0 + - scikit-learn >=1.0 + - cytoolz >=0.11.0 + - astropy >=5.0 + - toolz >=0.10.0 + - matplotlib-base >=3.5 + license: BSD-3-Clause + license_family: BSD + size: 10380683 + timestamp: 1697029630464 + purls: + - pkg:pypi/scikit-image - platform: win-64 name: scikit-image version: 0.22.0 @@ -8760,6 +12549,35 @@ package: license_family: BSD size: 15254417 timestamp: 1700813355821 +- platform: osx-64 + name: scipy + version: 1.12.0 + category: main + manager: conda + dependencies: + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=15 + - libgfortran 5.* + - libgfortran5 >=12.3.0 + - libgfortran5 >=13.2.0 + - liblapack >=3.9.0,<4.0a0 + - numpy >=1.22.4,<1.28 + - numpy >=1.22.4,<2.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.12.0-py310hdfaad59_2.conda + hash: + md5: 4dc4fc07864a7ef74802c8ddb61ccb41 + sha256: ce8c4eb1e1285ec284717a060b20c655aa03f29e576c7fa92c941fa06a93ae43 + build: py310hdfaad59_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: BSD-3-Clause + license_family: BSD + size: 15789417 + timestamp: 1706043347762 - platform: win-64 name: scipy version: 1.11.4 @@ -8810,6 +12628,28 @@ package: timestamp: 1704224855187 purls: - pkg:pypi/setuptools +- platform: osx-64 + name: setuptools + version: 69.0.3 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_0.conda + hash: + md5: 40695fdfd15a92121ed2922900d0308b + sha256: 0fe2a0473ad03dac6c7f5c42ef36a8e90673c88a0350dfefdea4b08d43803db2 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 470548 + timestamp: 1704224855187 + purls: + - pkg:pypi/setuptools - platform: win-64 name: setuptools version: 69.0.3 @@ -8832,6 +12672,25 @@ package: timestamp: 1704224855187 purls: - pkg:pypi/setuptools +- platform: osx-64 + name: sigtool + version: 0.1.3 + category: main + manager: conda + dependencies: + - openssl >=3.0.0,<4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/sigtool-0.1.3-h88f4db0_0.tar.bz2 + hash: + md5: fbfb84b9de9a6939cb165c02c69b1865 + sha256: 46fdeadf8f8d725819c4306838cdfd1099cd8fe3e17bd78862a5dfdcd6de61cf + build: h88f4db0_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 213817 + timestamp: 1643442169866 - platform: linux-64 name: sip version: 6.7.12 @@ -8909,6 +12768,28 @@ package: timestamp: 1620240338595 purls: - pkg:pypi/six +- platform: osx-64 + name: six + version: 1.16.0 + category: main + manager: conda + dependencies: + - python + url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + hash: + md5: e5f25f8dbc060e9a8d912e432202afc2 + sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 + build: pyh6c4a22f_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14259 + timestamp: 1620240338595 + purls: + - pkg:pypi/six - platform: win-64 name: six version: 1.16.0 @@ -8951,6 +12832,25 @@ package: license_family: BSD size: 38865 timestamp: 1678534590321 +- platform: osx-64 + name: snappy + version: 1.1.10 + category: main + manager: conda + dependencies: + - libcxx >=14.0.6 + url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.1.10-h225ccf5_0.conda + hash: + md5: 4320a8781f14cd959689b86e349f3b73 + sha256: 575915dc13152e446a84e2f88de70a14f8b6af1a870e708f9370bd4be105583b + build: h225ccf5_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 34657 + timestamp: 1678534768395 - platform: win-64 name: snappy version: 1.1.10 @@ -8997,6 +12897,31 @@ package: timestamp: 1669632203115 purls: - pkg:pypi/stack-data +- platform: osx-64 + name: stack_data + version: 0.6.2 + category: main + manager: conda + dependencies: + - asttokens + - executing + - pure_eval + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda + hash: + md5: e7df0fdd404616638df5ece6e69ba7af + sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 26205 + timestamp: 1669632203115 + purls: + - pkg:pypi/stack-data - platform: win-64 name: stack_data version: 0.6.2 @@ -9042,6 +12967,26 @@ package: license_family: BSD size: 2644060 timestamp: 1702359203835 +- platform: osx-64 + name: svt-av1 + version: 1.8.0 + category: main + manager: conda + dependencies: + - __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: 5cfb5476c2e9308c77afe3427da3b3b3 + sha256: ce33415f2ffd1643e26a3e464c416a96b68e409f985021f5314efe4f402a8c09 + build: h93d8f39_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + size: 2376471 + timestamp: 1702362435425 - platform: win-64 name: svt-av1 version: 1.7.0 @@ -9083,6 +13028,25 @@ package: noarch: generic size: 15277813 timestamp: 1689214980563 +- platform: osx-64 + name: tapi + version: 1100.0.11 + category: main + manager: conda + dependencies: + - libcxx >=10.0.0.a0 + url: https://conda.anaconda.org/conda-forge/osx-64/tapi-1100.0.11-h9ce4665_0.tar.bz2 + hash: + md5: f9ff42ccf809a21ba6f8607f8de36108 + sha256: 34b18ce8d1518b67e333ca1d3af733c3976ecbdf3a36b727f9b4dedddcc588fa + build: h9ce4665_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: NCSA + license_family: MIT + size: 201044 + timestamp: 1602664232074 - platform: win-64 name: tbb version: 2021.11.0 @@ -9131,6 +13095,32 @@ package: timestamp: 1702206356203 purls: - pkg:pypi/tifffile +- platform: osx-64 + name: tifffile + version: 2024.1.30 + category: main + manager: conda + dependencies: + - imagecodecs >=2023.8.12 + - numpy >=1.19.2 + - python >=3.9 + url: https://conda.anaconda.org/conda-forge/noarch/tifffile-2024.1.30-pyhd8ed1ab_0.conda + hash: + md5: 9ae618ad19f5b39955c9f2e43b8d03c3 + sha256: 5315865837d628477bb6f7f3ec5f48d708ad5b4df79ace29e9934e82e13d55ce + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - matplotlib-base >=3.3 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 176692 + timestamp: 1706606389940 + purls: + - pkg:pypi/tifffile - platform: win-64 name: tifffile version: 2023.12.9 @@ -9177,6 +13167,25 @@ package: license_family: BSD size: 3318875 timestamp: 1699202167581 +- platform: osx-64 + name: tk + version: 8.6.13 + category: main + manager: conda + dependencies: + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda + hash: + md5: bf830ba5afc507c6232d4ef0fb1a882d + sha256: 30412b2e9de4ff82d8c2a7e5d06a15f4f4fef1809a72138b6ccb53a33b26faf5 + build: h1abcd95_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: TCL + license_family: BSD + size: 3270220 + timestamp: 1699202389792 - platform: win-64 name: tk version: 8.6.13 @@ -9220,6 +13229,28 @@ package: timestamp: 1604308660817 purls: - pkg:pypi/toml +- platform: osx-64 + name: toml + version: 0.10.2 + category: main + manager: conda + dependencies: + - python >=2.7 + url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 + hash: + md5: f832c45a477c78bebd107098db465095 + sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 18433 + timestamp: 1604308660817 + purls: + - pkg:pypi/toml - platform: win-64 name: toml version: 0.10.2 @@ -9264,6 +13295,28 @@ package: timestamp: 1644342331069 purls: - pkg:pypi/tomli +- platform: osx-64 + name: tomli + version: 2.0.1 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 5844808ffab9ebdb694585b50ba02a96 + sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 15940 + timestamp: 1644342331069 + purls: + - pkg:pypi/tomli - platform: win-64 name: tomli version: 2.0.1 @@ -9309,6 +13362,28 @@ package: timestamp: 1695373710038 purls: - pkg:pypi/tornado +- platform: osx-64 + name: tornado + version: 6.3.3 + category: main + manager: conda + dependencies: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.3.3-py310h6729b98_1.conda + hash: + md5: 87e772235e713ab972ecdad6c3066ff3 + sha256: 04262bf61f3d36b6607ae233abcbed7edaaf5d6ca4539cf9c1b322bb465809f2 + build: py310h6729b98_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: Apache-2.0 + license_family: Apache + size: 642837 + timestamp: 1695373842662 + purls: + - pkg:pypi/tornado - platform: win-64 name: tornado version: 6.3.3 @@ -9356,6 +13431,28 @@ package: timestamp: 1704213177224 purls: - pkg:pypi/traitlets +- platform: osx-64 + name: traitlets + version: 5.14.1 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.1-pyhd8ed1ab_0.conda + hash: + md5: 1c6acfdc7ecbfe09954c4216da99c146 + sha256: fa78d68f74ec8aae5c93f135140bfdbbf0ab60a79c6062b55d73c316068545ec + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 110329 + timestamp: 1704213177224 + purls: + - pkg:pypi/traitlets - platform: win-64 name: traitlets version: 5.14.1 @@ -9402,6 +13499,30 @@ package: noarch: python size: 61018 timestamp: 1706981358526 +- platform: osx-64 + name: transonic + version: 0.6.1 + category: main + manager: conda + dependencies: + - autopep8 + - beniget ~=0.4.0 + - gast ~=0.5.0 + - numpy + - python >=3.9 + url: https://conda.anaconda.org/conda-forge/noarch/transonic-0.6.1-pyhd8ed1ab_0.conda + hash: + md5: 54e7b895193629634511d078e7ad7783 + sha256: 01d7d8e74fcbaaf6c762f97e7f1c846210006f91d0cfc4e0a4eb77c18313f76c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: OTHER + noarch: python + size: 61018 + timestamp: 1706981358526 - platform: win-64 name: transonic version: 0.6.1 @@ -9448,6 +13569,28 @@ package: timestamp: 1702176292645 purls: - pkg:pypi/typing-extensions +- platform: osx-64 + name: typing_extensions + version: 4.9.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.9.0-pyha770c72_0.conda + hash: + md5: a92a6440c3fe7052d63244f3aba2a4a7 + sha256: f3c5be8673bfd905c4665efcb27fa50192f24f84fa8eff2f19cba5d09753d905 + build: pyha770c72_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: PSF-2.0 + license_family: PSF + noarch: python + size: 36058 + timestamp: 1702176292645 + purls: + - pkg:pypi/typing-extensions - platform: win-64 name: typing_extensions version: 4.9.0 @@ -9488,6 +13631,24 @@ package: noarch: generic size: 119639 timestamp: 1703250910370 +- platform: osx-64 + name: tzdata + version: 2024a + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda + hash: + md5: 161081fc7cec0bfda0d86d7cb595f8d8 + sha256: 7b2b69c54ec62a243eb6fba2391b5e443421608c3ae5dbff938ad33ca8db5122 + build: h0c530f3_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: LicenseRef-Public-Domain + noarch: generic + size: 119815 + timestamp: 1706886945727 - platform: win-64 name: tzdata version: 2023d @@ -9549,6 +13710,28 @@ package: timestamp: 1695848183607 purls: - pkg:pypi/unicodedata2 +- platform: osx-64 + name: unicodedata2 + version: 15.1.0 + category: main + manager: conda + dependencies: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/osx-64/unicodedata2-15.1.0-py310h6729b98_0.conda + hash: + md5: 5c82d8c1c3ba3b16df93ac6e7cac60bd + sha256: 72fcdbd9e7b5e853ee7d25f88a54b83b69b6d6ac541f6faae393cc6475aa88be + build: py310h6729b98_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + size: 366573 + timestamp: 1695848504604 + purls: + - pkg:pypi/unicodedata2 - platform: win-64 name: unicodedata2 version: 15.1.0 @@ -9656,6 +13839,28 @@ package: timestamp: 1704731373922 purls: - pkg:pypi/wcwidth +- platform: osx-64 + name: wcwidth + version: 0.2.13 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda + hash: + md5: 68f0738df502a14213624b288c60c9ad + sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 32709 + timestamp: 1704731373922 + purls: + - pkg:pypi/wcwidth - platform: win-64 name: wcwidth version: 0.2.13 @@ -9700,6 +13905,28 @@ package: timestamp: 1701013309664 purls: - pkg:pypi/wheel +- platform: osx-64 + name: wheel + version: 0.42.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.42.0-pyhd8ed1ab_0.conda + hash: + md5: 1cdea58981c5cbc17b51973bcaddcea7 + sha256: 80be0ccc815ce22f80c141013302839b0ed938a2edb50b846cf48d8a8c1cfa01 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 57553 + timestamp: 1701013309664 + purls: + - pkg:pypi/wheel - platform: win-64 name: wheel version: 0.42.0 @@ -9768,6 +13995,52 @@ package: timestamp: 1702073071866 purls: - pkg:pypi/xarray +- platform: osx-64 + name: xarray + version: 2024.1.1 + category: main + manager: conda + dependencies: + - numpy >=1.23 + - packaging >=22 + - pandas >=1.5 + - python >=3.9 + url: https://conda.anaconda.org/conda-forge/noarch/xarray-2024.1.1-pyhd8ed1ab_0.conda + hash: + md5: 38b5de3877d1f28089b231d24622dd64 + sha256: f32a6e37ffe85ddf1bdf1b68d519ccbbdfedf5853570017bb45f571ee3bf4b49 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - pint >=0.19 + - scipy >=1.8 + - flox >=0.5 + - zarr >=2.12 + - sparse >=0.13 + - toolz >=0.12 + - dask-core >=2022.7 + - netcdf4 >=1.6.0 + - cartopy >=0.20 + - 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 + - matplotlib-base >=3.5 + - h5netcdf >=1.0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 730686 + timestamp: 1706057006199 + purls: + - pkg:pypi/xarray - platform: win-64 name: xarray version: 2023.12.0 @@ -10038,6 +14311,24 @@ package: license_family: MIT size: 14468 timestamp: 1684637984591 +- platform: osx-64 + name: xorg-libxau + version: 1.0.11 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda + hash: + md5: 9566b4c29274125b0266d0177b5eb97b + sha256: 8a2e398c4f06f10c64e69f56bcf3ddfa30b432201446a0893505e735b346619a + build: h0dc2134_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 13071 + timestamp: 1684638167647 - platform: win-64 name: xorg-libxau version: 1.0.11 @@ -10077,6 +14368,24 @@ package: license_family: MIT size: 19126 timestamp: 1610071769228 +- platform: osx-64 + name: xorg-libxdmcp + version: 1.1.3 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.3-h35c211d_0.tar.bz2 + hash: + md5: 86ac76d6bf1cbb9621943eb3bd9ae36e + sha256: 485421c16f03a01b8ed09984e0b2ababdbb3527e1abf354ff7646f8329be905f + build: h35c211d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 17225 + timestamp: 1610071995461 - platform: win-64 name: xorg-libxdmcp version: 1.1.3 @@ -10232,6 +14541,23 @@ package: license: LGPL-2.1 and GPL-2.0 size: 418368 timestamp: 1660346797927 +- platform: osx-64 + name: xz + version: 5.2.6 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 + hash: + md5: a72f9d4ea13d55d745ff1ed594747f10 + sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 + build: h775f41a_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: LGPL-2.1 and GPL-2.0 + size: 238119 + timestamp: 1660346964847 - platform: win-64 name: xz version: 5.2.6 @@ -10272,6 +14598,26 @@ package: license_family: BSD size: 278045 timestamp: 1702765714384 +- platform: osx-64 + name: zfp + version: 1.0.1 + category: main + manager: conda + dependencies: + - libcxx >=15 + - llvm-openmp >=16.0.6 + url: https://conda.anaconda.org/conda-forge/osx-64/zfp-1.0.1-h295e98d_0.conda + hash: + md5: 24914bd3df9683b6f3971f7aa4844920 + sha256: 762661fd097fa03d64e816870d9d46fa4aaafa4a502ce0fdccf2eae9d167898c + build: h295e98d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 215707 + timestamp: 1702765897536 - platform: win-64 name: zfp version: 1.0.1 @@ -10315,6 +14661,28 @@ package: timestamp: 1695255262261 purls: - pkg:pypi/zipp +- platform: osx-64 + name: zipp + version: 3.17.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda + hash: + md5: 2e4d6bc0b14e10f895fc6791a7d9b26a + sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 18954 + timestamp: 1695255262261 + purls: + - pkg:pypi/zipp - platform: win-64 name: zipp version: 3.17.0 @@ -10376,6 +14744,24 @@ package: license_family: Other size: 94553 timestamp: 1679094841423 +- platform: osx-64 + name: zlib-ng + version: 2.0.7 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/zlib-ng-2.0.7-hb7f2c08_0.conda + hash: + md5: 813b5ad3ba92b75b84f40602b6d34ffb + sha256: 701bf17f3e22c7ba24ca547ccf4b2b5b4b58eda579ddaf68c0571427b10aa366 + build: hb7f2c08_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Zlib + license_family: Other + size: 93171 + timestamp: 1679095009343 - platform: win-64 name: zlib-ng version: 2.0.7 @@ -10418,6 +14804,25 @@ package: license_family: BSD size: 545199 timestamp: 1693151163452 +- platform: osx-64 + name: zstd + version: 1.5.5 + category: main + manager: conda + dependencies: + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda + hash: + md5: 80abc41d0c48b82fe0f04e7f42f5cb7e + sha256: d54e31d3d8de5e254c0804abd984807b8ae5cd3708d758a8bf1adff1f5df166c + build: h829000d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 499383 + timestamp: 1693151312586 - platform: win-64 name: zstd version: 1.5.5 diff --git a/pixi.toml b/pixi.toml index bcf3411..4e0523a 100644 --- a/pixi.toml +++ b/pixi.toml @@ -7,7 +7,7 @@ [project] name = "fluidsim" channels = ["conda-forge"] -platforms = ["linux-64", "win-64"] +platforms = ["linux-64", "win-64", "osx-64"] [tasks] # use as `pixi run install-editable` @@ -41,6 +41,9 @@ mpi4py = ">=3.1.5" ninja = ">=1.11.1,<1.12" meson = ">=1.3.1,<1.4" meson-python = ">=0.15.0,<0.16" +cython = ">=3.0.8,<3.1" +fftw = ">=3.3.10,<3.4" +pkg-config = ">=0.29.2,<0.30" [pypi-dependencies] pymech = "*" diff --git a/plugins/fluidfft-fftwmpi/meson.build b/plugins/fluidfft-fftwmpi/meson.build index 9e8f180..f278bba 100644 --- a/plugins/fluidfft-fftwmpi/meson.build +++ b/plugins/fluidfft-fftwmpi/meson.build @@ -17,7 +17,7 @@ mpi_dep = dependency('mpi', language: 'cpp') # fftwmpi_dep = dependency('fftw3-mpi', static: false) compiler = meson.get_compiler('cpp') -fftwmpi_dep = compiler.find_library('libfftw_mpi', required: true) +fftwmpi_dep = compiler.find_library('fftw_mpi', required: true) py_mod = import('python') py = py_mod.find_installation('python3', pure: false)