From 35da68de9b33e9af36a09e0459eeeeb6c778e9de Mon Sep 17 00:00:00 2001 From: Aditya Goel Date: Mon, 14 Oct 2024 16:14:45 +0100 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 88 +- .github/workflows/weekly.yml | 21 +- pixi.lock | 3945 ++++----------------------------- pixi.toml | 1 + src/spox/opset/ai/onnx/v17.py | 17 +- src/spox/opset/ai/onnx/v19.py | 11 +- src/spox/opset/ai/onnx/v21.py | 10 +- 7 files changed, 501 insertions(+), 3592 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33f4d6a2..688fdcfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,80 +1,68 @@ name: CI +on: [push] -on: push - -defaults: - run: - shell: bash -el {0} +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: pre-commit-checks: - name: "Linux - pre-commit hooks - Python 3.8" + name: Pre-commit Checks + timeout-minutes: 30 runs-on: ubuntu-latest steps: - name: Checkout branch uses: actions/checkout@v4 - - name: Install Python 3.8 - uses: actions/setup-python@v5 + - name: Set up pixi + uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 with: - python-version: 3.8 - - name: Run pre-commit checks - uses: pre-commit/action@v3.0.1 + environments: default lint + - name: pre-commit + run: pixi run pre-commit-run --color=always --show-diff-on-failure - tests: - name: "Linux - unit tests - ${{ matrix.OS }} - Python ${{ matrix.PYTHON_VERSION }}" - runs-on: ${{ matrix.OS }} - env: - CI: True + unit-tests: + name: pytest + timeout-minutes: 30 + runs-on: ${{ matrix.os }} strategy: - fail-fast: true + fail-fast: false matrix: - OS: ["ubuntu-latest"] - PYTHON_VERSION: ['3.8', '3.9', '3.10', '3.11'] - include: - - OS: macos-latest-xlarge - PYTHON_VERSION: "3.11" + os: + - ubuntu-latest + - macos-latest + - windows-latest + environment: + - py310 + - py311 + - py312 steps: - name: Checkout branch uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - - uses: mamba-org/setup-micromamba@v1 + fetch-depth: 0 + - name: Set up pixi + uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 with: - environment-file: environment.yml - create-args: >- - python=${{ matrix.PYTHON_VERSION }} - - name: Run unit tests - shell: bash -l {0} - run: | - pip install . - pytest + environments: ${{ matrix.environment }} + - name: Install repository + run: pixi run -e ${{ matrix.environment }} postinstall + - name: Run pytest + run: pixi run -e ${{ matrix.environment }} test-coverage --color=yes opset-generation: - name: "Linux - opset generation - ${{ matrix.OS }} - Python ${{ matrix.PYTHON_VERSION }}" - runs-on: ${{ matrix.OS }} + name: "Linux - opset generation" + runs-on: "ubuntu-latest" env: CI: True - strategy: - fail-fast: true - matrix: - OS: ["ubuntu-latest", "macos-latest"] - PYTHON_VERSION: ['3.8'] steps: - name: Checkout branch uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - - uses: mamba-org/setup-micromamba@v1 + - name: Set up pixi + uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 with: - environment-file: environment.yml - create-args: >- - python=${{ matrix.PYTHON_VERSION }} + environments: opset-generation - name: Run code generation - shell: bash -l {0} - env: - PRE_COMMIT_USE_MICROMAMBA: 1 - run: | - pip install . - pre-commit install - python tools/generate_opset.py - git diff --exit-code + run: pixi run -e opset-generation generate-opset diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index dca0fe11..32cd617b 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -14,7 +14,7 @@ defaults: jobs: tests: - name: "Linux - unit tests - ${{ matrix.OS }} - Python ${{ matrix.PYTHON_VERSION }}" + name: "Linux - weekly unit tests - ${{ matrix.OS }}" runs-on: ${{ matrix.OS }} env: CI: True @@ -22,23 +22,20 @@ jobs: fail-fast: true matrix: OS: ["ubuntu-latest"] - PYTHON_VERSION: ['3.12'] steps: - name: Checkout branch uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - - uses: mamba-org/setup-micromamba@v1 + fetch-depth: 0 + - name: Set up pixi + uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 with: - environment-file: environment.yml - create-args: >- - python=${{ matrix.PYTHON_VERSION }} - - name: Run unit tests - shell: bash -l {0} - run: | - pip install onnx-weekly --pre - pip install . - pytest + environments: opset-generation + - name: Install repository + run: pixi run -e weekly postinstall + - name: Run pytest + run: pixi run -e weekly test - name: Issue on failure uses: actions/github-script@v7 if: ${{ failure() && github.ref == 'refs/heads/main' }} diff --git a/pixi.lock b/pixi.lock index 8a15563c..fab71eae 100644 --- a/pixi.lock +++ b/pixi.lock @@ -2124,6 +2124,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.8.30-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.6.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_h5888daf_1.conda @@ -2148,15 +2153,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.1-py39h9399b63_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.9.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-2.0.2-py39h9cb892a_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/onnx-1.17.0-py39h0abe446_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.2-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.5-ha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyh8b19718_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-4.0.1-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.27.5-py39hf88036b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.9.20-h13acc7a_1_cpython.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-scm-8.1.0-pyhd8ed1ab_0.conda @@ -2165,12 +2175,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.12.2-hd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ukkonen-1.0.1-py39h74842e3_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.26.6-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.44.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 linux-aarch64: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.8.30-hcefe29a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.17.1-py39hecfc5ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.6.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240722.0-cxx17_h5ad3122_1.conda @@ -2195,15 +2213,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/markupsafe-3.0.1-py39h36a3f59_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-hcccb83c_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.9.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-2.0.2-py39h4a34e27_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/onnx-1.17.0-py39h4815f99_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.2-h86ecc28_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pandoc-3.5-h8af1aa0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyh8b19718_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-4.0.1-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/protobuf-5.27.5-py39h7dbf29c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.9.20-h4a649e4_1_cpython.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-scm-8.1.0-pyhd8ed1ab_0.conda @@ -2212,11 +2235,19 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.12.2-hd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/ukkonen-1.0.1-py39hbd2ca3f_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.26.6-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.44.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/yaml-0.2.5-hf897c2e_2.tar.bz2 osx-64: - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.8.30-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.17.1-py39h8ddeee6_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.6.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240722.0-cxx17_hac325c4_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda @@ -2233,15 +2264,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.1-h545e0da_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-3.0.1-py39h33701b3_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.9.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-2.0.2-py39he6d34d4_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/onnx-1.17.0-py39h30946b1_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.2-hd23fc13_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/pandoc-3.5-h694c41f_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyh8b19718_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-4.0.1-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/protobuf-5.27.5-py39h7c0e7c0_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.9.20-hf24efe3_1_cpython.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-scm-8.1.0-pyhd8ed1ab_0.conda @@ -2250,11 +2286,19 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.12.2-hd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ukkonen-1.0.1-py39h0d8d0ca_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.26.6-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.44.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 osx-arm64: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.8.30-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.17.1-py39h7f933ea_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.6.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240722.0-cxx17_hf9b8971_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-24_osxarm64_openblas.conda @@ -2271,15 +2315,20 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.1-h6cdba0f_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-3.0.1-py39hf992724_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.9.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-2.0.2-py39hd1e06cf_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/onnx-1.17.0-py39h071c012_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.2-h8359307_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandoc-3.5-hce30654_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyh8b19718_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-4.0.1-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/protobuf-5.27.5-py39hfa9831e_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.9.20-h9e33284_1_cpython.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-scm-8.1.0-pyhd8ed1ab_0.conda @@ -2288,11 +2337,19 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.12.2-hd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ukkonen-1.0.1-py39h157d57c_5.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.26.6-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.44.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2 win-64: - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.8.30-h56e8100_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.6.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.4-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240722.0-cxx17_he0c23c2_1.conda @@ -2308,16 +2365,21 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-3.0.1-py39hf73967f_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.9.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-2.0.2-py39h60232e0_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/onnx-1.17.0-py39h234f63f_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.2-h2466b09_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pandoc-3.5-h57928b3_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyh8b19718_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-4.0.1-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/protobuf-5.27.5-py39ha51f57c_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-h2466b09_4.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.9.20-hfaddaf0_1_cpython.conda - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.9-5_cp39.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39ha55e580_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-scm-8.1.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-hc790b64_0.conda @@ -2327,11 +2389,14 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ukkonen-1.0.1-py39h2b77a98_5.conda - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_22.conda - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-hcc2c482_22.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.26.6-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_22.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.44.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h8ffe710_2.tar.bz2 py310: channels: - url: https://conda.anaconda.org/conda-forge/ @@ -3547,17 +3612,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 - pypi: https://files.pythonhosted.org/packages/c8/3d/0b8a27683f700f0f35876df34841a880a998f0e0ad8368f39927790db2fa/onnx_weekly-1.18.0.dev20241014-cp312-cp312-win_amd64.whl packages: -- kind: conda - name: _libgcc_mutex - version: '0.1' - build: conda_forge - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 - sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 - md5: d7c89558ba9fa0495403155b64376d81 - license: None - size: 2562 - timestamp: 1578324546067 - kind: conda name: _libgcc_mutex version: '0.1' @@ -3570,24 +3624,6 @@ packages: purls: [] size: 2562 timestamp: 1578324546067 -- kind: conda - name: _openmp_mutex - version: '4.5' - build: 2_gnu - build_number: 16 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 - sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 - md5: 73aaf86a425cc6e73fcf236a5a46396d - depends: - - _libgcc_mutex 0.1 conda_forge - - libgomp >=7.5.0 - constrains: - - openmp_impl 9999 - license: BSD-3-Clause - license_family: BSD - size: 23621 - timestamp: 1650670423406 - kind: conda name: _openmp_mutex version: '4.5' @@ -3607,23 +3643,6 @@ packages: purls: [] size: 23621 timestamp: 1650670423406 -- kind: conda - name: _openmp_mutex - version: '4.5' - build: 2_gnu - build_number: 16 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-2_gnu.tar.bz2 - sha256: 3702bef2f0a4d38bd8288bbe54aace623602a1343c2cfbefd3fa188e015bebf0 - md5: 6168d71addc746e8f2b8d57dfd2edcea - depends: - - libgomp >=7.5.0 - constrains: - - openmp_impl 9999 - license: BSD-3-Clause - license_family: BSD - size: 23712 - timestamp: 1650670790230 - kind: conda name: _openmp_mutex version: '4.5' @@ -4256,23 +4275,6 @@ packages: license_family: MIT size: 339360 timestamp: 1725268143995 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h2466b09_7 - build_number: 7 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda - sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b - md5: 276e7ffe9ffe39688abc665ef0f45596 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: bzip2-1.0.6 - license_family: BSD - size: 54927 - timestamp: 1720974860185 - kind: conda name: bzip2 version: 1.0.8 @@ -4291,22 +4293,6 @@ packages: purls: [] size: 54927 timestamp: 1720974860185 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h4bc722e_7 - build_number: 7 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda - sha256: 5ced96500d945fb286c9c838e54fa759aa04a7129c59800f0846b4335cee770d - md5: 62ee74e96c5ebb0af99386de58cf9553 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - license: bzip2-1.0.6 - license_family: BSD - size: 252783 - timestamp: 1720974456583 - kind: conda name: bzip2 version: 1.0.8 @@ -4324,21 +4310,6 @@ packages: purls: [] size: 252783 timestamp: 1720974456583 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h68df207_7 - build_number: 7 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/bzip2-1.0.8-h68df207_7.conda - sha256: 2258b0b33e1cb3a9852d47557984abb6e7ea58e3d7f92706ec1f8e879290c4cb - md5: 56398c28220513b9ea13d7b450acfb20 - depends: - - libgcc-ng >=12 - license: bzip2-1.0.6 - license_family: BSD - size: 189884 - timestamp: 1720974504976 - kind: conda name: bzip2 version: 1.0.8 @@ -4355,21 +4326,6 @@ packages: purls: [] size: 189884 timestamp: 1720974504976 -- kind: conda - name: bzip2 - version: 1.0.8 - build: h99b78c6_7 - build_number: 7 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda - sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91 - md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab - depends: - - __osx >=11.0 - license: bzip2-1.0.6 - license_family: BSD - size: 122909 - timestamp: 1720974522888 - kind: conda name: bzip2 version: 1.0.8 @@ -4386,21 +4342,6 @@ packages: purls: [] size: 122909 timestamp: 1720974522888 -- kind: conda - name: bzip2 - version: 1.0.8 - build: hfdf4475_7 - build_number: 7 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda - sha256: cad153608b81fb24fc8c509357daa9ae4e49dfc535b2cb49b91e23dbd68fc3c5 - md5: 7ed4301d437b59045be7e051a0308211 - depends: - - __osx >=10.13 - license: bzip2-1.0.6 - license_family: BSD - size: 134188 - timestamp: 1720974491916 - kind: conda name: bzip2 version: 1.0.8 @@ -4417,17 +4358,6 @@ packages: purls: [] size: 134188 timestamp: 1720974491916 -- kind: conda - name: ca-certificates - version: 2024.8.30 - build: h56e8100_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.8.30-h56e8100_0.conda - sha256: 0fcac3a7ffcc556649e034a1802aedf795e64227eaa7194d207b01eaf26454c4 - md5: 4c4fd67c18619be5aa65dc5b6c72e490 - license: ISC - size: 158773 - timestamp: 1725019107649 - kind: conda name: ca-certificates version: 2024.8.30 @@ -4440,17 +4370,6 @@ packages: purls: [] size: 158773 timestamp: 1725019107649 -- kind: conda - name: ca-certificates - version: 2024.8.30 - build: h8857fd0_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.8.30-h8857fd0_0.conda - sha256: 593f302d0f44c2c771e1614ee6d56fffdc7d616e6f187669c8b0e34ffce3e1ae - md5: b7e5424e7f06547a903d28e4651dbb21 - license: ISC - size: 158665 - timestamp: 1725019059295 - kind: conda name: ca-certificates version: 2024.8.30 @@ -4463,17 +4382,6 @@ packages: purls: [] size: 158665 timestamp: 1725019059295 -- kind: conda - name: ca-certificates - version: 2024.8.30 - build: hbcca054_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.8.30-hbcca054_0.conda - sha256: afee721baa6d988e27fef1832f68d6f32ac8cc99cdf6015732224c2841a09cea - md5: c27d1c142233b5bc9ca570c6e2e0c244 - license: ISC - size: 159003 - timestamp: 1725018903918 - kind: conda name: ca-certificates version: 2024.8.30 @@ -4486,17 +4394,6 @@ packages: purls: [] size: 159003 timestamp: 1725018903918 -- kind: conda - name: ca-certificates - version: 2024.8.30 - build: hcefe29a_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ca-certificates-2024.8.30-hcefe29a_0.conda - sha256: 2a2d827bee3775a85f0f1b2f2089291475c4416336d1b3a8cbce2964db547af8 - md5: 70e57e8f59d2c98f86b49c69e5074be5 - license: ISC - size: 159106 - timestamp: 1725020043153 - kind: conda name: ca-certificates version: 2024.8.30 @@ -4509,17 +4406,6 @@ packages: purls: [] size: 159106 timestamp: 1725020043153 -- kind: conda - name: ca-certificates - version: 2024.8.30 - build: hf0a4a13_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.8.30-hf0a4a13_0.conda - sha256: 2db1733f4b644575dbbdd7994a8f338e6ef937f5ebdb74acd557e9dda0211709 - md5: 40dec13fd8348dbe303e57be74bd3d35 - license: ISC - size: 158482 - timestamp: 1725019034582 - kind: conda name: ca-certificates version: 2024.8.30 @@ -4851,50 +4737,128 @@ packages: size: 295514 timestamp: 1725560706794 - kind: conda - name: cfgv - version: 3.3.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 - sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c - md5: ebb5f5f7dc4f1a3780ef7ea7738db08c + name: cffi + version: 1.17.1 + build: py39h15c3d72_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda + sha256: f24486fdb31df2a7b04555093fdcbb3a314a1f29a4906b72ac9010906eb57ff8 + md5: 7e61b8777f42e00b08ff059f9e8ebc44 depends: - - python >=3.6.1 + - __glibc >=2.17,<3.0.a0 + - libffi >=3.4,<4.0a0 + - libgcc >=13 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 10788 - timestamp: 1629909423398 + size: 241610 + timestamp: 1725571230934 - kind: conda - name: charset-normalizer - version: 3.4.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.0-pyhd8ed1ab_0.conda - sha256: 1873ac45ea61f95750cb0b4e5e675d1c5b3def937e80c7eebb19297f76810be8 - md5: a374efa97290b8799046df7c5ca17164 + name: cffi + version: 1.17.1 + build: py39h7f933ea_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.17.1-py39h7f933ea_0.conda + sha256: 9b8cb32f491b2e45033ea74e269af35ea3ad109701f11045a20f32d6b3183a18 + md5: 8d1481721ef903515e19d989fe3a9251 depends: - - python >=3.7 + - __osx >=11.0 + - libffi >=3.4,<4.0a0 + - pycparser + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 license: MIT license_family: MIT - size: 47314 - timestamp: 1728479405343 + size: 227265 + timestamp: 1725560892881 - kind: conda - name: colorama - version: 0.4.6 + name: cffi + version: 1.17.1 + build: py39h8ddeee6_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.17.1-py39h8ddeee6_0.conda + sha256: 08e363b8c7662245ac89e864334fc76b61c6a8c1642c8404db0d2544a8566e82 + md5: ea57b55b4b6884ae7a9dcb14cd9782e9 + depends: + - __osx >=10.13 + - libffi >=3.4,<4.0a0 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + size: 229582 + timestamp: 1725560793066 +- kind: conda + name: cffi + version: 1.17.1 + build: py39ha55e580_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py39ha55e580_0.conda + sha256: 9cbef6685015cef22b8f09fef6be4217018964af692251c980b5af23a28afc76 + md5: 1e0c1867544dc5f3adfad28742f4d983 + depends: + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + size: 236935 + timestamp: 1725561195746 +- kind: conda + name: cffi + version: 1.17.1 + build: py39hecfc5ed_0 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/cffi-1.17.1-py39hecfc5ed_0.conda + sha256: dc75a11422c4b73919b53957b1cb946d240772523e2e7c904889841bc637e05f + md5: 5c431ce74f9fcffca9e9a29990b318e5 + depends: + - libffi >=3.4,<4.0a0 + - libgcc >=13 + - pycparser + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + size: 258765 + timestamp: 1725561719332 +- kind: conda + name: cfgv + version: 3.3.1 build: pyhd8ed1ab_0 subdir: noarch noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - md5: 3faab06a954c2a04039983f2c4a50d99 + url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 + sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c + md5: ebb5f5f7dc4f1a3780ef7ea7738db08c + depends: + - python >=3.6.1 + license: MIT + license_family: MIT + size: 10788 + timestamp: 1629909423398 +- kind: conda + name: charset-normalizer + version: 3.4.0 + build: pyhd8ed1ab_0 + subdir: noarch + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.0-pyhd8ed1ab_0.conda + sha256: 1873ac45ea61f95750cb0b4e5e675d1c5b3def937e80c7eebb19297f76810be8 + md5: a374efa97290b8799046df7c5ca17164 depends: - python >=3.7 - license: BSD-3-Clause - license_family: BSD - size: 25170 - timestamp: 1666700778190 + license: MIT + license_family: MIT + size: 47314 + timestamp: 1728479405343 - kind: conda name: colorama version: 0.4.6 @@ -4912,23 +4876,6 @@ packages: - pkg:pypi/colorama?source=hash-mapping size: 25170 timestamp: 1666700778190 -- kind: conda - name: coloredlogs - version: 15.0.1 - build: pyhd8ed1ab_3 - build_number: 3 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/coloredlogs-15.0.1-pyhd8ed1ab_3.tar.bz2 - sha256: 0bb37abbf3367add8a8e3522405efdbd06605acfc674488ef52486968f2c119d - md5: 7b4fc18b7f66382257c45424eaf81935 - depends: - - humanfriendly >=9.1 - - python >=3.7 - license: MIT - license_family: MIT - size: 40569 - timestamp: 1643220223971 - kind: conda name: coloredlogs version: 15.0.1 @@ -5095,21 +5042,6 @@ packages: license: Python-2.0 size: 46735 timestamp: 1727719034185 -- kind: conda - name: cpython - version: 3.12.7 - build: py312hd8ed1ab_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/cpython-3.12.7-py312hd8ed1ab_0.conda - sha256: 9bbd08c83cc9c3142755b96dc5f3e0f0370d7afdb773c8285359b31e7ce96f0a - md5: f0d1309310498284ab13c9fd73db4781 - depends: - - python 3.12.7.* - - python_abi * *_cp312 - license: Python-2.0 - size: 44632 - timestamp: 1728057282977 - kind: conda name: cpython version: 3.12.7 @@ -5484,20 +5416,6 @@ packages: license_family: MIT size: 9199 timestamp: 1643888357950 -- kind: conda - name: exceptiongroup - version: 1.2.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_0.conda - sha256: e0edd30c4b7144406bb4da975e6bb97d6bc9c0e999aa4efe66ae108cada5d5b5 - md5: d02ae936e42063ca46af6cdad2dbd1e0 - depends: - - python >=3.7 - license: MIT and PSF-2.0 - size: 20418 - timestamp: 1720869435725 - kind: conda name: exceptiongroup version: 1.2.2 @@ -5514,21 +5432,6 @@ packages: - pkg:pypi/exceptiongroup?source=hash-mapping size: 20418 timestamp: 1720869435725 -- kind: conda - name: execnet - version: 2.1.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/execnet-2.1.1-pyhd8ed1ab_0.conda - sha256: 564bc012d73ca29964e7acca18d60b2fa8d20eea6d258d98cfc24df5167beaf0 - md5: 15dda3cdbf330abfe9f555d22f66db46 - depends: - - python >=3.8 - license: MIT - license_family: MIT - size: 38883 - timestamp: 1712591929944 - kind: conda name: execnet version: 2.1.1 @@ -5956,21 +5859,6 @@ packages: license: GPL-2.0-only OR FTL size: 642092 timestamp: 1694617858496 -- kind: conda - name: gmp - version: 6.3.0 - build: h0a1ffab_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gmp-6.3.0-h0a1ffab_2.conda - sha256: a5e341cbf797c65d2477b27d99091393edbaa5178c7d69b7463bb105b0488e69 - md5: 7cbfb3a8bb1b78a7f5518654ac6725ad - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: GPL-2.0-or-later OR LGPL-3.0-or-later - size: 417323 - timestamp: 1718980707330 - kind: conda name: gmp version: 6.3.0 @@ -5987,21 +5875,6 @@ packages: purls: [] size: 417323 timestamp: 1718980707330 -- kind: conda - name: gmp - version: 6.3.0 - build: h7bae524_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gmp-6.3.0-h7bae524_2.conda - sha256: 76e222e072d61c840f64a44e0580c2503562b009090f55aa45053bf1ccb385dd - md5: eed7278dfbab727b56f2c0b64330814b - depends: - - __osx >=11.0 - - libcxx >=16 - license: GPL-2.0-or-later OR LGPL-3.0-or-later - size: 365188 - timestamp: 1718981343258 - kind: conda name: gmp version: 6.3.0 @@ -6018,21 +5891,6 @@ packages: purls: [] size: 365188 timestamp: 1718981343258 -- kind: conda - name: gmp - version: 6.3.0 - build: hac33072_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda - sha256: 309cf4f04fec0c31b6771a5809a1909b4b3154a2208f52351e1ada006f4c750c - md5: c94a5994ef49749880a8139cf9afcbe1 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: GPL-2.0-or-later OR LGPL-3.0-or-later - size: 460055 - timestamp: 1718980856608 - kind: conda name: gmp version: 6.3.0 @@ -6049,21 +5907,6 @@ packages: purls: [] size: 460055 timestamp: 1718980856608 -- kind: conda - name: gmp - version: 6.3.0 - build: hf036a51_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gmp-6.3.0-hf036a51_2.conda - sha256: 75aa5e7a875afdcf4903b7dc98577672a3dc17b528ac217b915f9528f93c85fc - md5: 427101d13f19c4974552a4e5b072eef1 - depends: - - __osx >=10.13 - - libcxx >=16 - license: GPL-2.0-or-later OR LGPL-3.0-or-later - size: 428919 - timestamp: 1718981041839 - kind: conda name: gmp version: 6.3.0 @@ -6246,26 +6089,6 @@ packages: license_family: LGPL size: 153975 timestamp: 1725379943753 -- kind: conda - name: gmpy2 - version: 2.1.5 - build: py312h165121d_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/gmpy2-2.1.5-py312h165121d_2.conda - sha256: 07e0c98c27e4b18688cc2eed685331fbb22e6414c17fca8e855f50c1e168ffa3 - md5: 49626bac2c903d27984a6c3428134362 - depends: - - __osx >=10.13 - - gmp >=6.3.0,<7.0a0 - - mpc >=1.3.1,<2.0a0 - - mpfr >=4.2.1,<5.0a0 - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - license: LGPL-3.0-or-later - license_family: LGPL - size: 155394 - timestamp: 1725379926956 - kind: conda name: gmpy2 version: 2.1.5 @@ -6288,27 +6111,6 @@ packages: - pkg:pypi/gmpy2?source=hash-mapping size: 155394 timestamp: 1725379926956 -- kind: conda - name: gmpy2 - version: 2.1.5 - build: py312h7201bc8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gmpy2-2.1.5-py312h7201bc8_2.conda - sha256: 66665fbf074e9cc8975ba1a0c7d4fd378cea6efc7ba34f0da5a355a16dfb323a - md5: af9faf103fb57241246416dc70b466f7 - depends: - - __glibc >=2.17,<3.0.a0 - - gmp >=6.3.0,<7.0a0 - - libgcc >=13 - - mpc >=1.3.1,<2.0a0 - - mpfr >=4.2.1,<5.0a0 - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - license: LGPL-3.0-or-later - license_family: LGPL - size: 211651 - timestamp: 1725379960923 - kind: conda name: gmpy2 version: 2.1.5 @@ -6351,56 +6153,14 @@ packages: - python_abi 3.12.* *_cp312 license: LGPL-3.0-or-later license_family: LGPL + purls: + - pkg:pypi/gmpy2?source=hash-mapping size: 148575 timestamp: 1725380166808 - kind: conda name: gmpy2 version: 2.1.5 - build: py312h87fada9_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/gmpy2-2.1.5-py312h87fada9_2.conda - sha256: a41f68fc4016813f285bec42157a19030a8e9aca8ffcd7e89bbfb7f6ea9e605f - md5: 2f3497178aaeec7e4811bc8a2426cae8 - depends: - - __osx >=11.0 - - gmp >=6.3.0,<7.0a0 - - mpc >=1.3.1,<2.0a0 - - mpfr >=4.2.1,<5.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - license: LGPL-3.0-or-later - license_family: LGPL - purls: - - pkg:pypi/gmpy2?source=hash-mapping - size: 148575 - timestamp: 1725380166808 -- kind: conda - name: gmpy2 - version: 2.1.5 - build: py312he9d48ea_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/gmpy2-2.1.5-py312he9d48ea_2.conda - sha256: cd068428d6046ad088994bb29b45a39da1bbe2668b7e8025b58bd4995170547e - md5: 957cd334c8d04c1ba86b38254cf1827e - depends: - - gmp >=6.3.0,<7.0a0 - - libgcc >=13 - - mpc >=1.3.1,<2.0a0 - - mpfr >=4.2.1,<5.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - license: LGPL-3.0-or-later - license_family: LGPL - size: 202906 - timestamp: 1725380107369 -- kind: conda - name: gmpy2 - version: 2.1.5 - build: py312he9d48ea_2 + build: py312he9d48ea_2 build_number: 2 subdir: linux-aarch64 url: https://conda.anaconda.org/conda-forge/linux-aarch64/gmpy2-2.1.5-py312he9d48ea_2.conda @@ -6656,23 +6416,6 @@ packages: license_family: MIT size: 173484 timestamp: 1696713670614 -- kind: conda - name: humanfriendly - version: '10.0' - build: py312h2e8e312_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/humanfriendly-10.0-py312h2e8e312_5.conda - sha256: dde7945411f9f118c5f4a22a1ad38fd5f988d6698286d0598d33167f751d91e7 - md5: c611d51325ea0a6eca4fbb2babf177d6 - depends: - - pyreadline3 - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - license: MIT - license_family: MIT - size: 167525 - timestamp: 1696713644431 - kind: conda name: humanfriendly version: '10.0' @@ -6692,23 +6435,6 @@ packages: - pkg:pypi/humanfriendly?source=hash-mapping size: 167525 timestamp: 1696713644431 -- kind: conda - name: humanfriendly - version: '10.0' - build: pyhd8ed1ab_6 - build_number: 6 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/humanfriendly-10.0-pyhd8ed1ab_6.conda - sha256: cd93d5d4b1d98f7ce76a8658c35de9c63e17b3a40e52f40fa2f459e0da83d0b1 - md5: 2ed1fe4b9079da97c44cfe9c2e5078fd - depends: - - __unix - - python >=3.8 - license: MIT - license_family: MIT - size: 73376 - timestamp: 1696765379156 - kind: conda name: humanfriendly version: '10.0' @@ -6885,21 +6611,6 @@ packages: license_family: APACHE size: 32725 timestamp: 1725921462405 -- kind: conda - name: iniconfig - version: 2.0.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - md5: f800d2da156d08e289b14e87e43c1ae5 - depends: - - python >=3.7 - license: MIT - license_family: MIT - size: 11101 - timestamp: 1673103208955 - kind: conda name: iniconfig version: 2.0.0 @@ -6933,19 +6644,6 @@ packages: license_family: MIT size: 16786 timestamp: 1706200055466 -- kind: conda - name: intel-openmp - version: 2024.2.1 - build: h57928b3_1083 - build_number: 1083 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda - sha256: 0fd2b0b84c854029041b0ede8f4c2369242ee92acc0092f8407b1fe9238a8209 - md5: 2d89243bfb53652c182a7c73182cce4f - license: LicenseRef-IntelSimplifiedSoftwareOct2022 - license_family: Proprietary - size: 1852356 - timestamp: 1723739573141 - kind: conda name: intel-openmp version: 2024.2.1 @@ -7813,23 +7511,6 @@ packages: license_family: MIT size: 245247 timestamp: 1701647787198 -- kind: conda - name: ld_impl_linux-64 - version: '2.43' - build: h712a8e2_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_1.conda - sha256: 0c21387f9a411e3d1f7f2969026bacfece133c8f1e72faea9cde29c0c19e1f3a - md5: 83e1364586ceb8d0739fbc85b5c95837 - depends: - - __glibc >=2.17,<3.0.a0 - constrains: - - binutils_impl_linux-64 2.43 - license: GPL-3.0-only - license_family: GPL - size: 669616 - timestamp: 1727304687962 - kind: conda name: ld_impl_linux-64 version: '2.43' @@ -7848,21 +7529,6 @@ packages: purls: [] size: 669616 timestamp: 1727304687962 -- kind: conda - name: ld_impl_linux-aarch64 - version: '2.43' - build: h80caac9_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ld_impl_linux-aarch64-2.43-h80caac9_1.conda - sha256: cc4ad280a52e6815c0b26d785f6c2e205646c72fb01f418883f8df266d3c12f1 - md5: 5019b8e4dd2433395270cc0838ad4065 - constrains: - - binutils_impl_linux-aarch64 2.43 - license: GPL-3.0-only - license_family: GPL - size: 698534 - timestamp: 1727304686383 - kind: conda name: ld_impl_linux-aarch64 version: '2.43' @@ -7952,26 +7618,6 @@ packages: license_family: Apache size: 290319 timestamp: 1657977526749 -- kind: conda - name: libabseil - version: '20240722.0' - build: cxx17_h5888daf_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20240722.0-cxx17_h5888daf_1.conda - sha256: 8f91429091183c26950f1e7ffa730e8632f0627ba35d2fccd71df31628c9b4e5 - md5: e1f604644fe8d78e22660e2fec6756bc - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - constrains: - - libabseil-static =20240722.0=cxx17* - - abseil-cpp =20240722.0 - license: Apache-2.0 - license_family: Apache - size: 1310521 - timestamp: 1727295454064 - kind: conda name: libabseil version: '20240722.0' @@ -7993,25 +7639,6 @@ packages: purls: [] size: 1310521 timestamp: 1727295454064 -- kind: conda - name: libabseil - version: '20240722.0' - build: cxx17_h5ad3122_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libabseil-20240722.0-cxx17_h5ad3122_1.conda - sha256: 590e47dce38031a8893e70491f3b71e214de7781cab53b6f017aa6f6841cb076 - md5: 6fe6b3694c4792a8e26755d3b06f0b80 - depends: - - libgcc >=13 - - libstdcxx >=13 - constrains: - - abseil-cpp =20240722.0 - - libabseil-static =20240722.0=cxx17* - license: Apache-2.0 - license_family: Apache - size: 1328502 - timestamp: 1727295490806 - kind: conda name: libabseil version: '20240722.0' @@ -8032,25 +7659,6 @@ packages: purls: [] size: 1328502 timestamp: 1727295490806 -- kind: conda - name: libabseil - version: '20240722.0' - build: cxx17_hac325c4_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20240722.0-cxx17_hac325c4_1.conda - sha256: b548e80280242ad1d93d8d7fb48a30af7e4124959ba2031c65c9675b98163652 - md5: 40373920232a6ac0404eee9cf39a9f09 - depends: - - __osx >=10.13 - - libcxx >=17 - constrains: - - abseil-cpp =20240722.0 - - libabseil-static =20240722.0=cxx17* - license: Apache-2.0 - license_family: Apache - size: 1170354 - timestamp: 1727295597292 - kind: conda name: libabseil version: '20240722.0' @@ -8071,26 +7679,6 @@ packages: purls: [] size: 1170354 timestamp: 1727295597292 -- kind: conda - name: libabseil - version: '20240722.0' - build: cxx17_he0c23c2_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libabseil-20240722.0-cxx17_he0c23c2_1.conda - sha256: 52ff148dee1871ef1d5c298bae20309707e866b44714a0a333a5ed2cf9a38832 - md5: 3f59a73b07a05530b252ecb07dd882b9 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - libabseil-static =20240722.0=cxx17* - - abseil-cpp =20240722.0 - license: Apache-2.0 - license_family: Apache - size: 1777570 - timestamp: 1727296115119 - kind: conda name: libabseil version: '20240722.0' @@ -8112,25 +7700,6 @@ packages: purls: [] size: 1777570 timestamp: 1727296115119 -- kind: conda - name: libabseil - version: '20240722.0' - build: cxx17_hf9b8971_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20240722.0-cxx17_hf9b8971_1.conda - sha256: 90bf08a75506dfcf28a70977da8ab050bcf594cd02abd3a9d84a22c9e8161724 - md5: 706da5e791c569a7b9814877098a6a0a - depends: - - __osx >=11.0 - - libcxx >=17 - constrains: - - libabseil-static =20240722.0=cxx17* - - abseil-cpp =20240722.0 - license: Apache-2.0 - license_family: Apache - size: 1179072 - timestamp: 1727295571173 - kind: conda name: libabseil version: '20240722.0' @@ -8151,27 +7720,6 @@ packages: purls: [] size: 1179072 timestamp: 1727295571173 -- kind: conda - name: libblas - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-22_osx64_openblas.conda - sha256: d72060239f904b3a81d2329efcf84dc62c2dfd66dbc4efc8dcae1afdf8f02b59 - md5: b80966a8c8dd0b531f8e65f709d732e8 - depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - libcblas 3.9.0 22_osx64_openblas - - liblapack 3.9.0 22_osx64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14749 - timestamp: 1712542279018 - kind: conda name: libblas version: 3.9.0 @@ -8213,55 +7761,13 @@ packages: - liblapacke 3.9.0 24_linux64_openblas license: BSD-3-Clause license_family: BSD + purls: [] size: 14981 timestamp: 1726668454790 - kind: conda name: libblas version: 3.9.0 - build: 24_linux64_openblas - build_number: 24 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-24_linux64_openblas.conda - sha256: 3097f7913bda527d4fe9f824182b314e130044e582455037fca6f4e97965d83c - md5: 80aea6603a6813b16ec119d00382b772 - depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 - constrains: - - blas * openblas - - liblapack 3.9.0 24_linux64_openblas - - libcblas 3.9.0 24_linux64_openblas - - liblapacke 3.9.0 24_linux64_openblas - license: BSD-3-Clause - license_family: BSD - purls: [] - size: 14981 - timestamp: 1726668454790 -- kind: conda - name: libblas - version: 3.9.0 - build: 24_linuxaarch64_openblas - build_number: 24 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-24_linuxaarch64_openblas.conda - sha256: a0a86754a6dcdf5917735d3095a34aab7adce56dd3fda5258e8526f0e1cf0164 - md5: f763daad76fe32da91acfdf3e476ec0d - depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 - constrains: - - liblapack 3.9.0 24_linuxaarch64_openblas - - liblapacke 3.9.0 24_linuxaarch64_openblas - - libcblas 3.9.0 24_linuxaarch64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14991 - timestamp: 1726668539439 -- kind: conda - name: libblas - version: 3.9.0 - build: 24_linuxaarch64_openblas + build: 24_linuxaarch64_openblas build_number: 24 subdir: linux-aarch64 url: https://conda.anaconda.org/conda-forge/linux-aarch64/libblas-3.9.0-24_linuxaarch64_openblas.conda @@ -8280,27 +7786,6 @@ packages: purls: [] size: 14991 timestamp: 1726668539439 -- kind: conda - name: libblas - version: 3.9.0 - build: 24_osxarm64_openblas - build_number: 24 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-24_osxarm64_openblas.conda - sha256: 4739f7463efb12e6d71536d8b0285a8de5aaadcc442bfedb9d92d1b4cbc47847 - md5: 35cb711e7bc46ee5f3dd67af99ad1986 - depends: - - libopenblas >=0.3.27,<0.3.28.0a0 - - libopenblas >=0.3.27,<1.0a0 - constrains: - - liblapack 3.9.0 24_osxarm64_openblas - - blas * openblas - - liblapacke 3.9.0 24_osxarm64_openblas - - libcblas 3.9.0 24_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 15144 - timestamp: 1726668802976 - kind: conda name: libblas version: 3.9.0 @@ -8323,26 +7808,6 @@ packages: purls: [] size: 15144 timestamp: 1726668802976 -- kind: conda - name: libblas - version: 3.9.0 - build: 24_win64_mkl - build_number: 24 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-24_win64_mkl.conda - sha256: 8b4cd602ae089d8c5832054ead452d6a1820c8f9c3b190faf3e867f5939810e2 - md5: ea127210707251a33116b437c22b8dad - depends: - - mkl 2024.1.0 h66d3029_694 - constrains: - - blas * mkl - - liblapack 3.9.0 24_win64_mkl - - libcblas 3.9.0 24_win64_mkl - - liblapacke 3.9.0 24_win64_mkl - license: BSD-3-Clause - license_family: BSD - size: 5183540 - timestamp: 1726669397923 - kind: conda name: libblas version: 3.9.0 @@ -8608,25 +8073,6 @@ packages: license_family: MIT size: 279644 timestamp: 1725268003553 -- kind: conda - name: libcblas - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-22_osx64_openblas.conda - sha256: 6a2ba9198e2320c3e22fe3d121310cf8a8ac663e94100c5693b34523fcb3cc04 - md5: b9fef82772330f61b2b0201c72d2c29b - depends: - - libblas 3.9.0 22_osx64_openblas - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - liblapack 3.9.0 22_osx64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14636 - timestamp: 1712542311437 - kind: conda name: libcblas version: 3.9.0 @@ -8647,25 +8093,6 @@ packages: purls: [] size: 14636 timestamp: 1712542311437 -- kind: conda - name: libcblas - version: 3.9.0 - build: 24_linux64_openblas - build_number: 24 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-24_linux64_openblas.conda - sha256: 2a52bccc5b03cdf014d856d0b85dbd591faa335ab337d620cd6aded121d7153c - md5: f5b8822297c9c790cec0795ca1fc9be6 - depends: - - libblas 3.9.0 24_linux64_openblas - constrains: - - blas * openblas - - liblapack 3.9.0 24_linux64_openblas - - liblapacke 3.9.0 24_linux64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14910 - timestamp: 1726668461033 - kind: conda name: libcblas version: 3.9.0 @@ -8686,25 +8113,6 @@ packages: purls: [] size: 14910 timestamp: 1726668461033 -- kind: conda - name: libcblas - version: 3.9.0 - build: 24_linuxaarch64_openblas - build_number: 24 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libcblas-3.9.0-24_linuxaarch64_openblas.conda - sha256: d7e0e459184ea92a4c0ece4ff5b4088bfa14811e3b650d948befc1cdab82fce2 - md5: fe7560187584eaae4f115d471b62c09c - depends: - - libblas 3.9.0 24_linuxaarch64_openblas - constrains: - - liblapack 3.9.0 24_linuxaarch64_openblas - - blas * openblas - - liblapacke 3.9.0 24_linuxaarch64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14901 - timestamp: 1726668544814 - kind: conda name: libcblas version: 3.9.0 @@ -8725,25 +8133,6 @@ packages: purls: [] size: 14901 timestamp: 1726668544814 -- kind: conda - name: libcblas - version: 3.9.0 - build: 24_osxarm64_openblas - build_number: 24 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-24_osxarm64_openblas.conda - sha256: 40dc3f7c44af5cd5a2020386cb30f92943a9d8f7f54321b4d6ae32b2e54af9a4 - md5: c8977086a19233153e454bb2b332a920 - depends: - - libblas 3.9.0 24_osxarm64_openblas - constrains: - - liblapack 3.9.0 24_osxarm64_openblas - - blas * openblas - - liblapacke 3.9.0 24_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 15062 - timestamp: 1726668809379 - kind: conda name: libcblas version: 3.9.0 @@ -8764,25 +8153,6 @@ packages: purls: [] size: 15062 timestamp: 1726668809379 -- kind: conda - name: libcblas - version: 3.9.0 - build: 24_win64_mkl - build_number: 24 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-24_win64_mkl.conda - sha256: 297e858e9a2e6c4d9846fc101607ad31b778d8bde8591f9207e72d728a9f00a7 - md5: a42c7390d3249698c0ffb6040e9396e7 - depends: - - libblas 3.9.0 24_win64_mkl - constrains: - - blas * mkl - - liblapack 3.9.0 24_win64_mkl - - liblapacke 3.9.0 24_win64_mkl - license: BSD-3-Clause - license_family: BSD - size: 5174668 - timestamp: 1726669449378 - kind: conda name: libcblas version: 3.9.0 @@ -8923,20 +8293,6 @@ packages: license_family: Apache size: 4519402 timestamp: 1689195353551 -- kind: conda - name: libcxx - version: 19.1.1 - build: ha82da77_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.1-ha82da77_0.conda - sha256: bc2f7cca206fa8a1dfe801c90362a1b6ec2967a75ef60d26e7c7114884c120c0 - md5: 4ed0a90fd6a5bdda4ecf98912329993f - depends: - - __osx >=11.0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 522850 - timestamp: 1727862893739 - kind: conda name: libcxx version: 19.1.1 @@ -8952,20 +8308,6 @@ packages: purls: [] size: 522850 timestamp: 1727862893739 -- kind: conda - name: libcxx - version: 19.1.1 - build: hf95d169_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.1-hf95d169_0.conda - sha256: 390ee50a14fe5b6ac87b64eeb0130c7a79853641ae9a8926687556c76a645889 - md5: 2b09d0f92cae6df4b1670adcaca9c38c - depends: - - __osx >=10.13 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 528308 - timestamp: 1727863581528 - kind: conda name: libcxx version: 19.1.1 @@ -9176,23 +8518,6 @@ packages: license: LicenseRef-libglvnd size: 53358 timestamp: 1727968557699 -- kind: conda - name: libexpat - version: 2.6.3 - build: h5888daf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.3-h5888daf_0.conda - sha256: 4bb47bb2cd09898737a5211e2992d63c555d63715a07ba56eae0aff31fb89c22 - md5: 59f4c43bb1b5ef1c71946ff2cbf59524 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - constrains: - - expat 2.6.3.* - license: MIT - license_family: MIT - size: 73616 - timestamp: 1725568742634 - kind: conda name: libexpat version: 2.6.3 @@ -9211,22 +8536,6 @@ packages: purls: [] size: 73616 timestamp: 1725568742634 -- kind: conda - name: libexpat - version: 2.6.3 - build: h5ad3122_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libexpat-2.6.3-h5ad3122_0.conda - sha256: 02341c9c35128055fd404dfe675832b80f2bf9dbb99539457652c11c06e52757 - md5: 1d2b842bb76e268625e8ee8d0a9fe8c3 - depends: - - libgcc >=13 - constrains: - - expat 2.6.3.* - license: MIT - license_family: MIT - size: 72342 - timestamp: 1725568840022 - kind: conda name: libexpat version: 2.6.3 @@ -9244,22 +8553,6 @@ packages: purls: [] size: 72342 timestamp: 1725568840022 -- kind: conda - name: libexpat - version: 2.6.3 - build: hac325c4_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.3-hac325c4_0.conda - sha256: dd22dffad6731c352f4c14603868c9cce4d3b50ff5ff1e50f416a82dcb491947 - md5: c1db99b0a94a2f23bd6ce39e2d314e07 - depends: - - __osx >=10.13 - constrains: - - expat 2.6.3.* - license: MIT - license_family: MIT - size: 70517 - timestamp: 1725568864316 - kind: conda name: libexpat version: 2.6.3 @@ -9293,43 +8586,9 @@ packages: - expat 2.6.3.* license: MIT license_family: MIT + purls: [] size: 138992 timestamp: 1725569106114 -- kind: conda - name: libexpat - version: 2.6.3 - build: he0c23c2_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.3-he0c23c2_0.conda - sha256: 9543965d155b8da96fc67dd81705fe5c2571c7c00becc8de5534c850393d4e3c - md5: 21415fbf4d0de6767a621160b43e5dea - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - expat 2.6.3.* - license: MIT - license_family: MIT - purls: [] - size: 138992 - timestamp: 1725569106114 -- kind: conda - name: libexpat - version: 2.6.3 - build: hf9b8971_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.3-hf9b8971_0.conda - sha256: 5cbe5a199fba14ade55457a468ce663aac0b54832c39aa54470b3889b4c75c4a - md5: 5f22f07c2ab2dea8c66fe9585a062c96 - depends: - - __osx >=11.0 - constrains: - - expat 2.6.3.* - license: MIT - license_family: MIT - size: 63895 - timestamp: 1725568783033 - kind: conda name: libexpat version: 2.6.3 @@ -9347,19 +8606,6 @@ packages: purls: [] size: 63895 timestamp: 1725568783033 -- kind: conda - name: libffi - version: 3.4.2 - build: h0d85af4_5 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 - sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f - md5: ccb34fb14960ad8b125962d3d79b31a9 - license: MIT - license_family: MIT - size: 51348 - timestamp: 1636488394370 - kind: conda name: libffi version: 3.4.2 @@ -9374,19 +8620,6 @@ packages: purls: [] size: 51348 timestamp: 1636488394370 -- kind: conda - name: libffi - version: 3.4.2 - build: h3422bc3_5 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 - sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca - md5: 086914b672be056eb70fd4285b6783b6 - license: MIT - license_family: MIT - size: 39020 - timestamp: 1636488587153 - kind: conda name: libffi version: 3.4.2 @@ -9401,21 +8634,6 @@ packages: purls: [] size: 39020 timestamp: 1636488587153 -- kind: conda - name: libffi - version: 3.4.2 - build: h3557bc0_5 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libffi-3.4.2-h3557bc0_5.tar.bz2 - sha256: 7e9258a102480757fe3faeb225a3ca04dffd10fecd2a958c65cdb4cdf75f2c3c - md5: dddd85f4d52121fab0a8b099c5e06501 - depends: - - libgcc-ng >=9.4.0 - license: MIT - license_family: MIT - size: 59450 - timestamp: 1636488255090 - kind: conda name: libffi version: 3.4.2 @@ -9432,21 +8650,6 @@ packages: purls: [] size: 59450 timestamp: 1636488255090 -- kind: conda - name: libffi - version: 3.4.2 - build: h7f98852_5 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e - md5: d645c6d2ac96843a2bfaccd2d62b3ac3 - depends: - - libgcc-ng >=9.4.0 - license: MIT - license_family: MIT - size: 58292 - timestamp: 1636488182923 - kind: conda name: libffi version: 3.4.2 @@ -9463,22 +8666,6 @@ packages: purls: [] size: 58292 timestamp: 1636488182923 -- kind: conda - name: libffi - version: 3.4.2 - build: h8ffe710_5 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 - sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 - md5: 2c96d1b6915b408893f9472569dee135 - depends: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - license: MIT - license_family: MIT - size: 42063 - timestamp: 1636489106777 - kind: conda name: libffi version: 3.4.2 @@ -9516,25 +8703,6 @@ packages: license_family: GPL size: 665353 timestamp: 1724805164393 -- kind: conda - name: libgcc - version: 14.1.0 - build: h77fa898_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.1.0-h77fa898_1.conda - sha256: 10fa74b69266a2be7b96db881e18fa62cfa03082b65231e8d652e897c4b335a3 - md5: 002ef4463dd1e2b44a94a4ace468f5d2 - depends: - - _libgcc_mutex 0.1 conda_forge - - _openmp_mutex >=4.5 - constrains: - - libgomp 14.1.0 h77fa898_1 - - libgcc-ng ==14.1.0=*_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 846380 - timestamp: 1724801836552 - kind: conda name: libgcc version: 14.1.0 @@ -9555,24 +8723,6 @@ packages: purls: [] size: 846380 timestamp: 1724801836552 -- kind: conda - name: libgcc - version: 14.1.0 - build: he277a41_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-14.1.0-he277a41_1.conda - sha256: 0affee19a50081827a9b7d5a43a1d241d295209342f5c6b8d1da21e950547680 - md5: 2cb475709e327bb76f74645784582e6a - depends: - - _openmp_mutex >=4.5 - constrains: - - libgcc-ng ==14.1.0=*_1 - - libgomp 14.1.0 he277a41_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 533503 - timestamp: 1724802540921 - kind: conda name: libgcc version: 14.1.0 @@ -9592,21 +8742,6 @@ packages: purls: [] size: 533503 timestamp: 1724802540921 -- kind: conda - name: libgcc-ng - version: 14.1.0 - build: h69a702a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.1.0-h69a702a_1.conda - sha256: b91f7021e14c3d5c840fbf0dc75370d6e1f7c7ff4482220940eaafb9c64613b7 - md5: 1efc0ad219877a73ef977af7dbb51f17 - depends: - - libgcc 14.1.0 h77fa898_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 52170 - timestamp: 1724801842101 - kind: conda name: libgcc-ng version: 14.1.0 @@ -9623,21 +8758,6 @@ packages: purls: [] size: 52170 timestamp: 1724801842101 -- kind: conda - name: libgcc-ng - version: 14.1.0 - build: he9431aa_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-ng-14.1.0-he9431aa_1.conda - sha256: 44e76a6c1fad613d92035c69e475ccb7da2f554b2fdfabceff8dc4bc570f3622 - md5: 842a1a0cf6f995091734a723e5d291ef - depends: - - libgcc 14.1.0 he277a41_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 52203 - timestamp: 1724802545317 - kind: conda name: libgcc-ng version: 14.1.0 @@ -9654,21 +8774,6 @@ packages: purls: [] size: 52203 timestamp: 1724802545317 -- kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_h97931a8_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_3.conda - sha256: 4874422e567b68334705c135c17e5acdca1404de8255673ce30ad3510e00be0d - md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 - depends: - - libgfortran5 13.2.0 h2873a65_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 110106 - timestamp: 1707328956438 - kind: conda name: libgfortran version: 5.0.0 @@ -9685,21 +8790,6 @@ packages: purls: [] size: 110106 timestamp: 1707328956438 -- kind: conda - name: libgfortran - version: 5.0.0 - build: 13_2_0_hd922786_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-13_2_0_hd922786_3.conda - sha256: 44e541b4821c96b28b27fef5630883a60ce4fee91fd9c79f25a199f8f73f337b - md5: 4a55d9e169114b2b90d3ec4604cd7bbf - depends: - - libgfortran5 13.2.0 hf226fd6_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 110233 - timestamp: 1707330749033 - kind: conda name: libgfortran version: 5.0.0 @@ -9716,23 +8806,6 @@ packages: purls: [] size: 110233 timestamp: 1707330749033 -- kind: conda - name: libgfortran - version: 14.1.0 - build: h69a702a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-14.1.0-h69a702a_1.conda - sha256: ed77f04f873e43a26e24d443dd090631eedc7d0ace3141baaefd96a123e47535 - md5: 591e631bc1ae62c64f2ab4f66178c097 - depends: - - libgfortran5 14.1.0 hc5f4f2c_1 - constrains: - - libgfortran-ng ==14.1.0=*_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 52142 - timestamp: 1724801872472 - kind: conda name: libgfortran version: 14.1.0 @@ -9751,23 +8824,6 @@ packages: purls: [] size: 52142 timestamp: 1724801872472 -- kind: conda - name: libgfortran - version: 14.1.0 - build: he9431aa_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-14.1.0-he9431aa_1.conda - sha256: 8632662e780c32b7eda20be8d56bb605fa5a4f7851ba5b86d1cdf17125327664 - md5: c0b5e52811ae0997f9df25a99846eb9e - depends: - - libgfortran5 14.1.0 h9420597_1 - constrains: - - libgfortran-ng ==14.1.0=*_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 52176 - timestamp: 1724802573193 - kind: conda name: libgfortran version: 14.1.0 @@ -9786,21 +8842,6 @@ packages: purls: [] size: 52176 timestamp: 1724802573193 -- kind: conda - name: libgfortran-ng - version: 14.1.0 - build: h69a702a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-14.1.0-h69a702a_1.conda - sha256: a2dc35cb7f87bb5beebf102d4085574c6a740e1df58e743185d4434cc5e4e0ae - md5: 16cec94c5992d7f42ae3f9fa8b25df8d - depends: - - libgfortran 14.1.0 h69a702a_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 52212 - timestamp: 1724802086021 - kind: conda name: libgfortran-ng version: 14.1.0 @@ -9817,21 +8858,6 @@ packages: purls: [] size: 52212 timestamp: 1724802086021 -- kind: conda - name: libgfortran-ng - version: 14.1.0 - build: he9431aa_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran-ng-14.1.0-he9431aa_1.conda - sha256: b0e32c07e8a2965f12950a793dece8ca08db83ecf88c76e0d0d2466cc35a8956 - md5: 494514d173c7a4eb00957dc203b4d784 - depends: - - libgfortran 14.1.0 he9431aa_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 52219 - timestamp: 1724802763203 - kind: conda name: libgfortran-ng version: 14.1.0 @@ -9848,23 +8874,6 @@ packages: purls: [] size: 52219 timestamp: 1724802763203 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: h2873a65_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_3.conda - sha256: da3db4b947e30aec7596a3ef92200d17e774cccbbf7efc47802529a4ca5ca31b - md5: e4fb4d23ec2870ff3c40d10afe305aec - depends: - - llvm-openmp >=8.0.0 - constrains: - - libgfortran 5.0.0 13_2_0_*_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1571379 - timestamp: 1707328880361 - kind: conda name: libgfortran5 version: 13.2.0 @@ -9883,23 +8892,6 @@ packages: purls: [] size: 1571379 timestamp: 1707328880361 -- kind: conda - name: libgfortran5 - version: 13.2.0 - build: hf226fd6_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-13.2.0-hf226fd6_3.conda - sha256: bafc679eedb468a86aa4636061c55966186399ee0a04b605920d208d97ac579a - md5: 66ac81d54e95c534ae488726c1f698ea - depends: - - llvm-openmp >=8.0.0 - constrains: - - libgfortran 5.0.0 13_2_0_*_3 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 997381 - timestamp: 1707330687590 - kind: conda name: libgfortran5 version: 13.2.0 @@ -9918,23 +8910,6 @@ packages: purls: [] size: 997381 timestamp: 1707330687590 -- kind: conda - name: libgfortran5 - version: 14.1.0 - build: h9420597_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgfortran5-14.1.0-h9420597_1.conda - sha256: 1c455a32c1f5aaf9befd03894cc053271f0aea3fb4211bb91dd0055138dc09e4 - md5: f30cf31e474062ea51481d4181ee15df - depends: - - libgcc >=14.1.0 - constrains: - - libgfortran 14.1.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1100985 - timestamp: 1724802553945 - kind: conda name: libgfortran5 version: 14.1.0 @@ -9953,23 +8928,6 @@ packages: purls: [] size: 1100985 timestamp: 1724802553945 -- kind: conda - name: libgfortran5 - version: 14.1.0 - build: hc5f4f2c_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-14.1.0-hc5f4f2c_1.conda - sha256: c40d7db760296bf9c776de12597d2f379f30e890b9ae70c1de962ff2aa1999f6 - md5: 10a0cef64b784d6ab6da50ebca4e984d - depends: - - libgcc >=14.1.0 - constrains: - - libgfortran 14.1.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1459939 - timestamp: 1724801851300 - kind: conda name: libgfortran5 version: 14.1.0 @@ -10154,21 +9112,6 @@ packages: license_family: GPL size: 522202 timestamp: 1724805108466 -- kind: conda - name: libgomp - version: 14.1.0 - build: h77fa898_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.1.0-h77fa898_1.conda - sha256: c96724c8ae4ee61af7674c5d9e5a3fbcf6cd887a40ad5a52c99aa36f1d4f9680 - md5: 23c255b008c4f2ae008f81edcabaca89 - depends: - - _libgcc_mutex 0.1 conda_forge - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 460218 - timestamp: 1724801743478 - kind: conda name: libgomp version: 14.1.0 @@ -10185,19 +9128,6 @@ packages: purls: [] size: 460218 timestamp: 1724801743478 -- kind: conda - name: libgomp - version: 14.1.0 - build: he277a41_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-14.1.0-he277a41_1.conda - sha256: a257997cc35b97a58b4b3be1b108791619736d90af8d30dab717d0f0dd835ab5 - md5: 59d463d51eda114031e52667843f9665 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 461429 - timestamp: 1724802428910 - kind: conda name: libgomp version: 14.1.0 @@ -10212,25 +9142,6 @@ packages: purls: [] size: 461429 timestamp: 1724802428910 -- kind: conda - name: libhwloc - version: 2.11.1 - build: default_h8125262_1000 - build_number: 1000 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.11.1-default_h8125262_1000.conda - sha256: 92728e292640186759d6dddae3334a1bc0b139740b736ffaeccb825fb8c07a2e - md5: 933bad6e4658157f1aec9b171374fde2 - depends: - - libxml2 >=2.12.7,<3.0a0 - - pthreads-win32 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 2379689 - timestamp: 1720461835526 - kind: conda name: libhwloc version: 2.11.1 @@ -10265,22 +9176,6 @@ packages: license: LGPL-2.1-only size: 705787 timestamp: 1702684557134 -- kind: conda - name: libiconv - version: '1.17' - build: hcfcfb64_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda - sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b - md5: e1eb10b1cca179f2baa3601e4efc8712 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.1-only - size: 636146 - timestamp: 1702682547199 - kind: conda name: libiconv version: '1.17' @@ -10404,25 +9299,6 @@ packages: license: IJG AND BSD-3-Clause AND Zlib size: 618575 timestamp: 1694474974816 -- kind: conda - name: liblapack - version: 3.9.0 - build: 22_osx64_openblas - build_number: 22 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-22_osx64_openblas.conda - sha256: e36744f3e780564d6748b5dd05e15ad6a1af9184cf32ab9d1304c13a6bc3e16b - md5: f21b282ff7ba14df6134a0fe6ab42b1b - depends: - - libblas 3.9.0 22_osx64_openblas - constrains: - - liblapacke 3.9.0 22_osx64_openblas - - blas * openblas - - libcblas 3.9.0 22_osx64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14657 - timestamp: 1712542322711 - kind: conda name: liblapack version: 3.9.0 @@ -10443,25 +9319,6 @@ packages: purls: [] size: 14657 timestamp: 1712542322711 -- kind: conda - name: liblapack - version: 3.9.0 - build: 24_linux64_openblas - build_number: 24 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-24_linux64_openblas.conda - sha256: a15da20c3c0fb5f356e5b4e2f1e87b0da11b9a46805a7f2609bf30f23453831a - md5: fd540578678aefe025705f4b58b36b2e - depends: - - libblas 3.9.0 24_linux64_openblas - constrains: - - blas * openblas - - libcblas 3.9.0 24_linux64_openblas - - liblapacke 3.9.0 24_linux64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14911 - timestamp: 1726668467187 - kind: conda name: liblapack version: 3.9.0 @@ -10482,25 +9339,6 @@ packages: purls: [] size: 14911 timestamp: 1726668467187 -- kind: conda - name: liblapack - version: 3.9.0 - build: 24_linuxaarch64_openblas - build_number: 24 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/liblapack-3.9.0-24_linuxaarch64_openblas.conda - sha256: 8bed380952364519a25730ac997c172d2c067726bc57b282f6c924f2b89a3426 - md5: a5ed3c9636f97ac4078cc96e7d79614c - depends: - - libblas 3.9.0 24_linuxaarch64_openblas - constrains: - - liblapacke 3.9.0 24_linuxaarch64_openblas - - blas * openblas - - libcblas 3.9.0 24_linuxaarch64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14897 - timestamp: 1726668550136 - kind: conda name: liblapack version: 3.9.0 @@ -10521,25 +9359,6 @@ packages: purls: [] size: 14897 timestamp: 1726668550136 -- kind: conda - name: liblapack - version: 3.9.0 - build: 24_osxarm64_openblas - build_number: 24 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-24_osxarm64_openblas.conda - sha256: 67fbfd0466eee443cda9596ed22daabedc96b7b4d1b31f49b1c1b0983dd1dd2c - md5: 49a3241f76cdbe705e346204a328f66c - depends: - - libblas 3.9.0 24_osxarm64_openblas - constrains: - - blas * openblas - - liblapacke 3.9.0 24_osxarm64_openblas - - libcblas 3.9.0 24_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 15063 - timestamp: 1726668815824 - kind: conda name: liblapack version: 3.9.0 @@ -10560,25 +9379,6 @@ packages: purls: [] size: 15063 timestamp: 1726668815824 -- kind: conda - name: liblapack - version: 3.9.0 - build: 24_win64_mkl - build_number: 24 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-24_win64_mkl.conda - sha256: 37dfa34e4c37c7bbb20df61e5badbf42d01e75e687c20be72ab13f80be99ceb9 - md5: c69b7b6756a8d58cc8cf17081fffdc5c - depends: - - libblas 3.9.0 24_win64_mkl - constrains: - - blas * mkl - - libcblas 3.9.0 24_win64_mkl - - liblapacke 3.9.0 24_win64_mkl - license: BSD-3-Clause - license_family: BSD - size: 5183452 - timestamp: 1726669499566 - kind: conda name: liblapack version: 3.9.0 @@ -10702,27 +9502,13 @@ packages: subdir: osx-64 url: https://conda.anaconda.org/conda-forge/osx-64/libmpdec-4.0.0-hfdf4475_0.conda sha256: 791be3d30d8e37ec49bcc23eb8f1e1415d911a7c023fa93685f2ea485179e258 - md5: ed625b2e59dff82859c23dd24774156b - depends: - - __osx >=10.13 - license: BSD-2-Clause - license_family: BSD - size: 76561 - timestamp: 1723817691512 -- kind: conda - name: libnsl - version: 2.0.1 - build: h31becfc_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libnsl-2.0.1-h31becfc_0.conda - sha256: fd18c2b75d7411096428d36a70b36b1a17e31f7b8956b6905d145792d49e97f8 - md5: c14f32510f694e3185704d89967ec422 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - license_family: GPL - size: 34501 - timestamp: 1697358973269 + md5: ed625b2e59dff82859c23dd24774156b + depends: + - __osx >=10.13 + license: BSD-2-Clause + license_family: BSD + size: 76561 + timestamp: 1723817691512 - kind: conda name: libnsl version: 2.0.1 @@ -10738,20 +9524,6 @@ packages: purls: [] size: 34501 timestamp: 1697358973269 -- kind: conda - name: libnsl - version: 2.0.1 - build: hd590300_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda - sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 - md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 - depends: - - libgcc-ng >=12 - license: LGPL-2.1-only - license_family: GPL - size: 33408 - timestamp: 1697359010159 - kind: conda name: libnsl version: 2.0.1 @@ -10795,26 +9567,6 @@ packages: license: LGPL-2.1-or-later size: 39449 timestamp: 1609781865660 -- kind: conda - name: libopenblas - version: 0.3.27 - build: openmp_h517c56d_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.27-openmp_h517c56d_1.conda - sha256: 46cfcc592b5255262f567cd098be3c61da6bca6c24d640e878dc8342b0f6d069 - md5: 71b8a34d70aa567a990162f327e81505 - depends: - - __osx >=11.0 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 - constrains: - - openblas >=0.3.27,<0.3.28.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2925328 - timestamp: 1720425811743 - kind: conda name: libopenblas version: 0.3.27 @@ -10836,26 +9588,6 @@ packages: purls: [] size: 2925328 timestamp: 1720425811743 -- kind: conda - name: libopenblas - version: 0.3.27 - build: openmp_h8869122_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.27-openmp_h8869122_1.conda - sha256: 83b0b9d3d09889b3648a81d2c18a2d78c405b03b115107941f0496a8b358ce6d - md5: c0798ad76ddd730dade6ff4dff66e0b5 - depends: - - __osx >=10.13 - - libgfortran 5.* - - libgfortran5 >=12.3.0 - - llvm-openmp >=16.0.6 - constrains: - - openblas >=0.3.27,<0.3.28.0a0 - license: BSD-3-Clause - license_family: BSD - size: 6047513 - timestamp: 1720426759731 - kind: conda name: libopenblas version: 0.3.27 @@ -10877,25 +9609,6 @@ packages: purls: [] size: 6047513 timestamp: 1720426759731 -- kind: conda - name: libopenblas - version: 0.3.27 - build: pthreads_h076ed1e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libopenblas-0.3.27-pthreads_h076ed1e_1.conda - sha256: 17b74989b2c94d6427d6c3a7a0b7d8e28e1ce34928b021773a1242c10b86d72e - md5: cc0a15e3a6f92f454b6132ca6aca8e8d - depends: - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - constrains: - - openblas >=0.3.27,<0.3.28.0a0 - license: BSD-3-Clause - license_family: BSD - size: 4290434 - timestamp: 1720425850976 - kind: conda name: libopenblas version: 0.3.27 @@ -10916,25 +9629,6 @@ packages: purls: [] size: 4290434 timestamp: 1720425850976 -- kind: conda - name: libopenblas - version: 0.3.27 - build: pthreads_hac2b453_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.27-pthreads_hac2b453_1.conda - sha256: 714cb82d7c4620ea2635a92d3df263ab841676c9b183d0c01992767bb2451c39 - md5: ae05ece66d3924ac3d48b4aa3fa96cec - depends: - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - constrains: - - openblas >=0.3.27,<0.3.28.0a0 - license: BSD-3-Clause - license_family: BSD - size: 5563053 - timestamp: 1720426334043 - kind: conda name: libopenblas version: 0.3.27 @@ -11122,25 +9816,6 @@ packages: license: PostgreSQL size: 2712602 timestamp: 1727853007207 -- kind: conda - name: libprotobuf - version: 5.27.5 - build: h029595c_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libprotobuf-5.27.5-h029595c_2.conda - sha256: 347a1fe304526efe23929c357c145c4917549ba1edd9da432e92a54f4ad4082d - md5: f789a1fe2a1f45e325a784b34c3c4baa - depends: - - libabseil * cxx17* - - libabseil >=20240722.0,<20240723.0a0 - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2879939 - timestamp: 1727423311791 - kind: conda name: libprotobuf version: 5.27.5 @@ -11161,25 +9836,6 @@ packages: purls: [] size: 2879939 timestamp: 1727423311791 -- kind: conda - name: libprotobuf - version: 5.27.5 - build: h53f8970_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-5.27.5-h53f8970_2.conda - sha256: 787d86c041c03d33b24e28df5f881f47c74c3fe9053b791f14616dc51f32a687 - md5: e9d021f82c48bb08b0b2c321b2f7778c - depends: - - __osx >=11.0 - - libabseil * cxx17* - - libabseil >=20240722.0,<20240723.0a0 - - libcxx >=17 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2375066 - timestamp: 1727423411355 - kind: conda name: libprotobuf version: 5.27.5 @@ -11200,26 +9856,6 @@ packages: purls: [] size: 2375066 timestamp: 1727423411355 -- kind: conda - name: libprotobuf - version: 5.27.5 - build: h5b01275_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-5.27.5-h5b01275_2.conda - sha256: 79ac9726cd0a1cb1ba335f7fc7ccac5f679a66d71d9553ca88a805b8787d55ce - md5: 66ed3107adbdfc25ba70454ba11e6d1e - depends: - - __glibc >=2.17,<3.0.a0 - - libabseil * cxx17* - - libabseil >=20240722.0,<20240723.0a0 - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2940269 - timestamp: 1727424395109 - kind: conda name: libprotobuf version: 5.27.5 @@ -11241,25 +9877,6 @@ packages: purls: [] size: 2940269 timestamp: 1727424395109 -- kind: conda - name: libprotobuf - version: 5.27.5 - build: h62b0dff_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-5.27.5-h62b0dff_2.conda - sha256: ac77bce3b9a58e6fa72bed339af0d47faf1dec3bc717e4e05e2e729dc42bd2b3 - md5: e3b68d9a164d807f70df49e17bc54931 - depends: - - __osx >=10.13 - - libabseil * cxx17* - - libabseil >=20240722.0,<20240723.0a0 - - libcxx >=17 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2332719 - timestamp: 1727424047974 - kind: conda name: libprotobuf version: 5.27.5 @@ -11280,26 +9897,6 @@ packages: purls: [] size: 2332719 timestamp: 1727424047974 -- kind: conda - name: libprotobuf - version: 5.27.5 - build: hcaed137_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-5.27.5-hcaed137_2.conda - sha256: f039a07e6a52542e298ad0cf39d95d261f02c62256c82a60e246f291b2535e1b - md5: 0155746155856bc39091b5242c9b52d7 - depends: - - libabseil * cxx17* - - libabseil >=20240722.0,<20240723.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: BSD-3-Clause - license_family: BSD - size: 6090012 - timestamp: 1727424307861 - kind: conda name: libprotobuf version: 5.27.5 @@ -11388,21 +9985,6 @@ packages: license: ISC size: 210249 timestamp: 1716828641383 -- kind: conda - name: libsqlite - version: 3.46.1 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.46.1-h2466b09_0.conda - sha256: ef83f90961630bc54a95e48062b05cf9c9173a822ea01784288029613a45eea4 - md5: 8a7c1ad01f58623bfbae8d601db7cf3b - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Unlicense - size: 876666 - timestamp: 1725354171439 - kind: conda name: libsqlite version: 3.46.1 @@ -11419,20 +10001,6 @@ packages: purls: [] size: 876666 timestamp: 1725354171439 -- kind: conda - name: libsqlite - version: 3.46.1 - build: h4b8f8c9_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.1-h4b8f8c9_0.conda - sha256: 1d075cb823f0cad7e196871b7c57961d669cbbb6cd0e798bf50cbf520dda65fb - md5: 84de0078b58f899fc164303b0603ff0e - depends: - - __osx >=10.13 - - libzlib >=1.3.1,<2.0a0 - license: Unlicense - size: 908317 - timestamp: 1725353652135 - kind: conda name: libsqlite version: 3.46.1 @@ -11448,21 +10016,6 @@ packages: purls: [] size: 908317 timestamp: 1725353652135 -- kind: conda - name: libsqlite - version: 3.46.1 - build: hadc24fc_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.1-hadc24fc_0.conda - sha256: 9851c049abafed3ee329d6c7c2033407e2fc269d33a75c071110ab52300002b0 - md5: 36f79405ab16bf271edb55b213836dac - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - license: Unlicense - size: 865214 - timestamp: 1725353659783 - kind: conda name: libsqlite version: 3.46.1 @@ -11477,22 +10030,8 @@ packages: - libzlib >=1.3.1,<2.0a0 license: Unlicense purls: [] - size: 865214 - timestamp: 1725353659783 -- kind: conda - name: libsqlite - version: 3.46.1 - build: hc14010f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.1-hc14010f_0.conda - sha256: 3725f962f490c5d44dae326d5f5b2e3c97f71a6322d914ccc85b5ddc2e50d120 - md5: 58050ec1724e58668d0126a1615553fa - depends: - - __osx >=11.0 - - libzlib >=1.3.1,<2.0a0 - license: Unlicense - size: 829500 - timestamp: 1725353720793 + size: 865214 + timestamp: 1725353659783 - kind: conda name: libsqlite version: 3.46.1 @@ -11508,20 +10047,6 @@ packages: purls: [] size: 829500 timestamp: 1725353720793 -- kind: conda - name: libsqlite - version: 3.46.1 - build: hc4a20ef_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libsqlite-3.46.1-hc4a20ef_0.conda - sha256: b4ee96d292fea6bdfceb34dff5e5f0e4b21a0a3dab0559a21fc4a35dc217764e - md5: cd559337c1bd9545ecbeaad017e7d878 - depends: - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - license: Unlicense - size: 1053752 - timestamp: 1725354110633 - kind: conda name: libsqlite version: 3.46.1 @@ -11537,21 +10062,6 @@ packages: purls: [] size: 1053752 timestamp: 1725354110633 -- kind: conda - name: libstdcxx - version: 14.1.0 - build: h3f4de04_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-14.1.0-h3f4de04_1.conda - sha256: 430e7c36ca9736d06fd669eb1771acb9a8bcaac578ae76b093fa06391798a0ae - md5: 6c2afef2109372440a90c566bcb6391c - depends: - - libgcc 14.1.0 he277a41_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 3808995 - timestamp: 1724802564657 - kind: conda name: libstdcxx version: 14.1.0 @@ -11568,21 +10078,6 @@ packages: purls: [] size: 3808995 timestamp: 1724802564657 -- kind: conda - name: libstdcxx - version: 14.1.0 - build: hc0a3c3a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.1.0-hc0a3c3a_1.conda - sha256: 44decb3d23abacf1c6dd59f3c152a7101b7ca565b4ef8872804ceaedcc53a9cd - md5: 9dbb9699ea467983ba8a4ba89b08b066 - depends: - - libgcc 14.1.0 h77fa898_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 3892781 - timestamp: 1724801863728 - kind: conda name: libstdcxx version: 14.1.0 @@ -11599,21 +10094,6 @@ packages: purls: [] size: 3892781 timestamp: 1724801863728 -- kind: conda - name: libstdcxx-ng - version: 14.1.0 - build: h4852527_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-14.1.0-h4852527_1.conda - sha256: a2dc44f97290740cc187bfe94ce543e6eb3c2ea8964d99f189a1d8c97b419b8c - md5: bd2598399a70bb86d8218e95548d735e - depends: - - libstdcxx 14.1.0 hc0a3c3a_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 52219 - timestamp: 1724801897766 - kind: conda name: libstdcxx-ng version: 14.1.0 @@ -11630,21 +10110,6 @@ packages: purls: [] size: 52219 timestamp: 1724801897766 -- kind: conda - name: libstdcxx-ng - version: 14.1.0 - build: hf1166c9_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-ng-14.1.0-hf1166c9_1.conda - sha256: d7aa6fa26735317ea5cc18e4c2f3316ce29dcc283d65b72b3b99b2d88386aaf4 - md5: 51f54efdd1d2ed5d7e9c67381b75fdb1 - depends: - - libstdcxx 14.1.0 h3f4de04_1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 52240 - timestamp: 1724802596264 - kind: conda name: libstdcxx-ng version: 14.1.0 @@ -11772,20 +10237,6 @@ packages: license: HPND size: 366323 timestamp: 1728232400072 -- kind: conda - name: libuuid - version: 2.38.1 - build: h0b41bf4_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda - sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 - md5: 40b61aab5c7ba9ff276c41cfffe6b80b - depends: - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 33601 - timestamp: 1680112270483 - kind: conda name: libuuid version: 2.38.1 @@ -11801,20 +10252,6 @@ packages: purls: [] size: 33601 timestamp: 1680112270483 -- kind: conda - name: libuuid - version: 2.38.1 - build: hb4cce97_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libuuid-2.38.1-hb4cce97_0.conda - sha256: 616277b0c5f7616c2cdf36f6c316ea3f9aa5bb35f2d4476a349ab58b9b91675f - md5: 000e30b09db0b7c775b21695dff30969 - depends: - - libgcc-ng >=12 - license: BSD-3-Clause - license_family: BSD - size: 35720 - timestamp: 1680113474501 - kind: conda name: libuuid version: 2.38.1 @@ -12013,20 +10450,6 @@ packages: license_family: MIT size: 323770 timestamp: 1727278927545 -- kind: conda - name: libxcrypt - version: 4.4.36 - build: h31becfc_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libxcrypt-4.4.36-h31becfc_1.conda - sha256: 6b46c397644091b8a26a3048636d10b989b1bf266d4be5e9474bf763f828f41f - md5: b4df5d7d4b63579d081fd3a4cf99740e - depends: - - libgcc-ng >=12 - license: LGPL-2.1-or-later - size: 114269 - timestamp: 1702724369203 - kind: conda name: libxcrypt version: 4.4.36 @@ -12042,20 +10465,6 @@ packages: purls: [] size: 114269 timestamp: 1702724369203 -- kind: conda - name: libxcrypt - version: 4.4.36 - build: hd590300_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c - md5: 5aa797f8787fe7a17d1b0821485b5adc - depends: - - libgcc-ng >=12 - license: LGPL-2.1-or-later - size: 100393 - timestamp: 1702724383534 - kind: conda name: libxcrypt version: 4.4.36 @@ -12130,25 +10539,6 @@ packages: license_family: MIT size: 753275 timestamp: 1721031124841 -- kind: conda - name: libxml2 - version: 2.12.7 - build: h0f24e4e_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.12.7-h0f24e4e_4.conda - sha256: ae78197961b09b0eef4ee194a44e4adc4555c0f2f20c348086b0cd8aaf2f7731 - md5: ed4d301f0d2149b34deb9c4fecafd836 - depends: - - libiconv >=1.17,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: MIT - license_family: MIT - size: 1682090 - timestamp: 1721031296951 - kind: conda name: libxml2 version: 2.12.7 @@ -12236,25 +10626,6 @@ packages: license_family: MIT size: 254297 timestamp: 1701628814990 -- kind: conda - name: libzlib - version: 1.3.1 - build: h2466b09_2 - build_number: 2 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda - sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 - md5: 41fbfac52c601159df6c01f875de31b9 - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - zlib 1.3.1 *_2 - license: Zlib - license_family: Other - size: 55476 - timestamp: 1727963768015 - kind: conda name: libzlib version: 1.3.1 @@ -12275,23 +10646,6 @@ packages: purls: [] size: 55476 timestamp: 1727963768015 -- kind: conda - name: libzlib - version: 1.3.1 - build: h8359307_2 - build_number: 2 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda - sha256: ce34669eadaba351cd54910743e6a2261b67009624dbc7daeeafdef93616711b - md5: 369964e85dc26bfe78f41399b366c435 - depends: - - __osx >=11.0 - constrains: - - zlib 1.3.1 *_2 - license: Zlib - license_family: Other - size: 46438 - timestamp: 1727963202283 - kind: conda name: libzlib version: 1.3.1 @@ -12310,23 +10664,6 @@ packages: purls: [] size: 46438 timestamp: 1727963202283 -- kind: conda - name: libzlib - version: 1.3.1 - build: h86ecc28_2 - build_number: 2 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/libzlib-1.3.1-h86ecc28_2.conda - sha256: 5a2c1eeef69342e88a98d1d95bff1603727ab1ff4ee0e421522acd8813439b84 - md5: 08aad7cbe9f5a6b460d0976076b6ae64 - depends: - - libgcc >=13 - constrains: - - zlib 1.3.1 *_2 - license: Zlib - license_family: Other - size: 66657 - timestamp: 1727963199518 - kind: conda name: libzlib version: 1.3.1 @@ -12345,24 +10682,6 @@ packages: purls: [] size: 66657 timestamp: 1727963199518 -- kind: conda - name: libzlib - version: 1.3.1 - build: hb9d3cd8_2 - build_number: 2 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda - sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 - md5: edb0dca6bc32e4f4789199455a1dbeb8 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - constrains: - - zlib 1.3.1 *_2 - license: Zlib - license_family: Other - size: 60963 - timestamp: 1727963148474 - kind: conda name: libzlib version: 1.3.1 @@ -12394,45 +10713,12 @@ packages: depends: - __osx >=10.13 constrains: - - zlib 1.3.1 *_2 - license: Zlib - license_family: Other - size: 57133 - timestamp: 1727963183990 -- kind: conda - name: libzlib - version: 1.3.1 - build: hd23fc13_2 - build_number: 2 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda - sha256: 8412f96504fc5993a63edf1e211d042a1fd5b1d51dedec755d2058948fcced09 - md5: 003a54a4e32b02f7355b50a837e699da - depends: - - __osx >=10.13 - constrains: - - zlib 1.3.1 *_2 - license: Zlib - license_family: Other - purls: [] - size: 57133 - timestamp: 1727963183990 -- kind: conda - name: llvm-openmp - version: 19.1.1 - build: h545e0da_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.1-h545e0da_0.conda - sha256: 7e15f5ac89e750dadbc6fe81dc2909dd056c7324c72379a8440b57a6174a1146 - md5: 3f3e4a599dd2638a945fc5821090db07 - depends: - - __osx >=10.13 - constrains: - - openmp 19.1.1|19.1.1.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 305199 - timestamp: 1728517141555 + - zlib 1.3.1 *_2 + license: Zlib + license_family: Other + purls: [] + size: 57133 + timestamp: 1727963183990 - kind: conda name: llvm-openmp version: 19.1.1 @@ -12450,22 +10736,6 @@ packages: purls: [] size: 305199 timestamp: 1728517141555 -- kind: conda - name: llvm-openmp - version: 19.1.1 - build: h6cdba0f_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.1-h6cdba0f_0.conda - sha256: f325a123dffba3dbf090ced4d8b05fd9f7c7151180f7bdd5952c146017a20f4c - md5: e509675b5f2dff8cbd7de8f9362bafac - depends: - - __osx >=11.0 - constrains: - - openmp 19.1.1|19.1.1.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 280398 - timestamp: 1728517150988 - kind: conda name: llvm-openmp version: 19.1.1 @@ -13044,22 +11314,6 @@ packages: license_family: BSD size: 66022 timestamp: 1698947249750 -- kind: conda - name: mkl - version: 2024.1.0 - build: h66d3029_694 - build_number: 694 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2024.1.0-h66d3029_694.conda - sha256: 4f86e9ad74a7792c836cd4cb7fc415bcdb50718ffbaa90c5571297f71764b980 - md5: a17423859d3fb912c8f2e9797603ddb6 - depends: - - intel-openmp 2024.* - - tbb 2021.* - license: LicenseRef-IntelSimplifiedSoftwareOct2022 - license_family: Proprietary - size: 109381621 - timestamp: 1716561374449 - kind: conda name: mkl version: 2024.1.0 @@ -13077,24 +11331,6 @@ packages: purls: [] size: 109381621 timestamp: 1716561374449 -- kind: conda - name: mpc - version: 1.3.1 - build: h24ddda3_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mpc-1.3.1-h24ddda3_1.conda - sha256: 1bf794ddf2c8b3a3e14ae182577c624fa92dea975537accff4bc7e5fea085212 - md5: aa14b9a5196a6d8dd364164b7ce56acf - depends: - - __glibc >=2.17,<3.0.a0 - - gmp >=6.3.0,<7.0a0 - - libgcc >=13 - - mpfr >=4.2.1,<5.0a0 - license: LGPL-3.0-or-later - license_family: LGPL - size: 116777 - timestamp: 1725629179524 - kind: conda name: mpc version: 1.3.1 @@ -13114,23 +11350,6 @@ packages: purls: [] size: 116777 timestamp: 1725629179524 -- kind: conda - name: mpc - version: 1.3.1 - build: h783934e_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/mpc-1.3.1-h783934e_1.conda - sha256: b5b674f496ed28c0b2d08533c6f11eaf1840bf7d9c830655f51514f2f9d9a9c8 - md5: d3758cd24507dc1bda3483ce051d48ac - depends: - - gmp >=6.3.0,<7.0a0 - - libgcc >=13 - - mpfr >=4.2.1,<5.0a0 - license: LGPL-3.0-or-later - license_family: LGPL - size: 132799 - timestamp: 1725629168783 - kind: conda name: mpc version: 1.3.1 @@ -13149,23 +11368,6 @@ packages: purls: [] size: 132799 timestamp: 1725629168783 -- kind: conda - name: mpc - version: 1.3.1 - build: h8f1351a_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/mpc-1.3.1-h8f1351a_1.conda - sha256: 2700899ad03302a1751dbf2bca135407e470dd83ac897ab91dd8675d4300f158 - md5: a5635df796b71f6ca400fc7026f50701 - depends: - - __osx >=11.0 - - gmp >=6.3.0,<7.0a0 - - mpfr >=4.2.1,<5.0a0 - license: LGPL-3.0-or-later - license_family: LGPL - size: 104766 - timestamp: 1725629165420 - kind: conda name: mpc version: 1.3.1 @@ -13184,23 +11386,6 @@ packages: purls: [] size: 104766 timestamp: 1725629165420 -- kind: conda - name: mpc - version: 1.3.1 - build: h9d8efa1_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/mpc-1.3.1-h9d8efa1_1.conda - sha256: dcf91571da6c2f0db96d43a1b639047def05a0e1b6436d42c9129ab14af47b10 - md5: 0520855aaae268ea413d6bc913f1384c - depends: - - __osx >=10.13 - - gmp >=6.3.0,<7.0a0 - - mpfr >=4.2.1,<5.0a0 - license: LGPL-3.0-or-later - license_family: LGPL - size: 107774 - timestamp: 1725629348601 - kind: conda name: mpc version: 1.3.1 @@ -13219,22 +11404,6 @@ packages: purls: [] size: 107774 timestamp: 1725629348601 -- kind: conda - name: mpfr - version: 4.2.1 - build: h2305555_3 - build_number: 3 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/mpfr-4.2.1-h2305555_3.conda - sha256: abb35c37de2ec6c9ee89995142b1cfea9e6547202ba5578e5307834eca6d436f - md5: 65b21e8d5f0ec6a2f7e87630caed3318 - depends: - - gmp >=6.3.0,<7.0a0 - - libgcc >=13 - license: LGPL-3.0-only - license_family: LGPL - size: 1841314 - timestamp: 1725746723157 - kind: conda name: mpfr version: 4.2.1 @@ -13252,23 +11421,6 @@ packages: purls: [] size: 1841314 timestamp: 1725746723157 -- kind: conda - name: mpfr - version: 4.2.1 - build: h90cbb55_3 - build_number: 3 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.1-h90cbb55_3.conda - sha256: f25d2474dd557ca66c6231c8f5ace5af312efde1ba8290a6ea5e1732a4e669c0 - md5: 2eeb50cab6652538eee8fc0bc3340c81 - depends: - - __glibc >=2.17,<3.0.a0 - - gmp >=6.3.0,<7.0a0 - - libgcc >=13 - license: LGPL-3.0-only - license_family: LGPL - size: 634751 - timestamp: 1725746740014 - kind: conda name: mpfr version: 4.2.1 @@ -13287,22 +11439,6 @@ packages: purls: [] size: 634751 timestamp: 1725746740014 -- kind: conda - name: mpfr - version: 4.2.1 - build: haed47dc_3 - build_number: 3 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/mpfr-4.2.1-haed47dc_3.conda - sha256: dddb6721dff05b8dfb654c532725330231fcb81ff1e27d885ee0cdcc9fccf1c4 - md5: d511e58aaaabfc23136880d9956fa7a6 - depends: - - __osx >=10.13 - - gmp >=6.3.0,<7.0a0 - license: LGPL-3.0-only - license_family: LGPL - size: 373396 - timestamp: 1725746891597 - kind: conda name: mpfr version: 4.2.1 @@ -13320,22 +11456,6 @@ packages: purls: [] size: 373396 timestamp: 1725746891597 -- kind: conda - name: mpfr - version: 4.2.1 - build: hb693164_3 - build_number: 3 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/mpfr-4.2.1-hb693164_3.conda - sha256: 4463e4e2aba7668e37a1b8532859191b4477a6f3602a5d6b4d64ad4c4baaeac5 - md5: 4e4ea852d54cc2b869842de5044662fb - depends: - - __osx >=11.0 - - gmp >=6.3.0,<7.0a0 - license: LGPL-3.0-only - license_family: LGPL - size: 345517 - timestamp: 1725746730583 - kind: conda name: mpfr version: 4.2.1 @@ -13353,21 +11473,6 @@ packages: purls: [] size: 345517 timestamp: 1725746730583 -- kind: conda - name: mpmath - version: 1.3.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_0.conda - sha256: a4f025c712ec1502a55c471b56a640eaeebfce38dd497d5a1a33729014cac47a - md5: dbf6e2d89137da32fa6670f3bffc024e - depends: - - python >=3.6 - license: BSD-3-Clause - license_family: BSD - size: 438339 - timestamp: 1678228210181 - kind: conda name: mpmath version: 1.3.0 @@ -13604,20 +11709,6 @@ packages: license_family: MIT size: 33725 timestamp: 1723612159088 -- kind: conda - name: ncurses - version: '6.5' - build: h7bae524_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda - sha256: 27d0b9ff78ad46e1f3a6c96c479ab44beda5f96def88e2fe626e0a49429d8afc - md5: cb2b0ea909b97b3d70cd3921d1445e1a - depends: - - __osx >=11.0 - license: X11 AND BSD-3-Clause - size: 802321 - timestamp: 1724658775723 - kind: conda name: ncurses version: '6.5' @@ -13633,20 +11724,6 @@ packages: purls: [] size: 802321 timestamp: 1724658775723 -- kind: conda - name: ncurses - version: '6.5' - build: hcccb83c_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/ncurses-6.5-hcccb83c_1.conda - sha256: acad4cf1f57b12ee1e42995e6fac646fa06aa026529f05eb8c07eb0a84a47a84 - md5: 91d49c85cacd92caa40cf375ef72a25d - depends: - - libgcc-ng >=12 - license: X11 AND BSD-3-Clause - size: 924472 - timestamp: 1724658573518 - kind: conda name: ncurses version: '6.5' @@ -13666,47 +11743,18 @@ packages: name: ncurses version: '6.5' build: he02047a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda - sha256: 6a1d5d8634c1a07913f1c525db6455918cbc589d745fac46d9d6e30340c8731a - md5: 70caf8bb6cf39a0b6b7efc885f51c0fe - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - license: X11 AND BSD-3-Clause - size: 889086 - timestamp: 1724658547447 -- kind: conda - name: ncurses - version: '6.5' - build: he02047a_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda - sha256: 6a1d5d8634c1a07913f1c525db6455918cbc589d745fac46d9d6e30340c8731a - md5: 70caf8bb6cf39a0b6b7efc885f51c0fe - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - license: X11 AND BSD-3-Clause - purls: [] - size: 889086 - timestamp: 1724658547447 -- kind: conda - name: ncurses - version: '6.5' - build: hf036a51_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda - sha256: b0b3180039ef19502525a2abd5833c00f9624af830fd391f851934d57bffb9af - md5: e102bbf8a6ceeaf429deab8032fc8977 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda + sha256: 6a1d5d8634c1a07913f1c525db6455918cbc589d745fac46d9d6e30340c8731a + md5: 70caf8bb6cf39a0b6b7efc885f51c0fe depends: - - __osx >=10.13 + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 license: X11 AND BSD-3-Clause - size: 822066 - timestamp: 1724658603042 + purls: [] + size: 889086 + timestamp: 1724658547447 - kind: conda name: ncurses version: '6.5' @@ -14111,29 +12159,6 @@ packages: license_family: BSD size: 7700606 timestamp: 1728240616019 -- kind: conda - name: numpy - version: 2.1.2 - build: py312h2eb110b_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/numpy-2.1.2-py312h2eb110b_0.conda - sha256: eba7ea647685325e7c09d4c4445047d36e754e2444389c8b6aa41e8a4171216c - md5: 548aab48a0d2bf1a2a6a6542b4fd3c7c - depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libgcc >=13 - - liblapack >=3.9.0,<4.0a0 - - libstdcxx >=13 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 7129746 - timestamp: 1728240412984 - kind: conda name: numpy version: 2.1.2 @@ -14159,29 +12184,6 @@ packages: - pkg:pypi/numpy?source=hash-mapping size: 7129746 timestamp: 1728240412984 -- kind: conda - name: numpy - version: 2.1.2 - build: py312h58c1407_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/numpy-2.1.2-py312h58c1407_0.conda - sha256: 598603f9aba1a5f06d11c45fe3d25ffa5d19eb44e99244310693fdaed3538865 - md5: b7e9a46277a1ee0afc6311e7760df0c3 - depends: - - __glibc >=2.17,<3.0.a0 - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libgcc >=13 - - liblapack >=3.9.0,<4.0a0 - - libstdcxx >=13 - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 8447869 - timestamp: 1728240376876 - kind: conda name: numpy version: 2.1.2 @@ -14207,29 +12209,6 @@ packages: - pkg:pypi/numpy?source=hash-mapping size: 8447869 timestamp: 1728240376876 -- kind: conda - name: numpy - version: 2.1.2 - build: py312h801f5e3_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-2.1.2-py312h801f5e3_0.conda - sha256: 7e6840963d5395a59cb0aca32d43fd4e539c00a0677fcad16e4a3ab1f5c7aab7 - md5: 3f9101c02190f155b6525490238fc794 - depends: - - __osx >=11.0 - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=17 - - liblapack >=3.9.0,<4.0a0 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 6436873 - timestamp: 1728240394809 - kind: conda name: numpy version: 2.1.2 @@ -14255,28 +12234,6 @@ packages: - pkg:pypi/numpy?source=hash-mapping size: 6436873 timestamp: 1728240394809 -- kind: conda - name: numpy - version: 2.1.2 - build: py312he4d506f_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/numpy-2.1.2-py312he4d506f_0.conda - sha256: 23e0df322c9ca76375d98ff85d4b901477894969dd15db1ceb17c64434c57f82 - md5: f3fd3efe976ed50ae5b5b0921cbf497f - depends: - - __osx >=10.13 - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libcxx >=17 - - liblapack >=3.9.0,<4.0a0 - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 7466638 - timestamp: 1728240348311 - kind: conda name: numpy version: 2.1.2 @@ -14301,29 +12258,6 @@ packages: - pkg:pypi/numpy?source=hash-mapping size: 7466638 timestamp: 1728240348311 -- kind: conda - name: numpy - version: 2.1.2 - build: py312hf10105a_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/numpy-2.1.2-py312hf10105a_0.conda - sha256: 81aadbcee02b5cbf74b543c29b0bbb7917431ee07d83351267f1fcad35d787c8 - md5: ff10ff589eedbf2006ccda86d11150a2 - depends: - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - liblapack >=3.9.0,<4.0a0 - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - numpy-base <0a0 - license: BSD-3-Clause - license_family: BSD - size: 7048272 - timestamp: 1728665362128 - kind: conda name: numpy version: 2.1.2 @@ -14688,26 +12622,6 @@ packages: license_family: APACHE size: 11375692 timestamp: 1728118247035 -- kind: conda - name: onnx - version: 1.17.0 - build: py312h1bd278b_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/onnx-1.17.0-py312h1bd278b_0.conda - sha256: b4ef09055d0693308ee3b433ff32df33d122bd344284e9342cad667e09aeb985 - md5: c61b80ff07adee313c8432b496654769 - depends: - - __osx >=10.13 - - libcxx >=17 - - libprotobuf >=5.27.5,<5.27.6.0a0 - - numpy >=1.19,<3 - - protobuf - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - license: Apache-2.0 - license_family: APACHE - size: 11308318 - timestamp: 1728118272200 - kind: conda name: onnx version: 1.17.0 @@ -14730,27 +12644,6 @@ packages: - pkg:pypi/onnx?source=hash-mapping size: 11308318 timestamp: 1728118272200 -- kind: conda - name: onnx - version: 1.17.0 - build: py312h530e58b_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/onnx-1.17.0-py312h530e58b_0.conda - sha256: bcda42f10ed7f812724c6fa6b9cd081db15ad2d8a5537b28016d7c9006aa5a4a - md5: bc85034b90a979220183c09ea80c3534 - depends: - - libprotobuf >=5.27.5,<5.27.6.0a0 - - numpy >=1.19,<3 - - protobuf - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: APACHE - size: 10489522 - timestamp: 1728118643561 - kind: conda name: onnx version: 1.17.0 @@ -14774,26 +12667,6 @@ packages: - pkg:pypi/onnx?source=hash-mapping size: 10489522 timestamp: 1728118643561 -- kind: conda - name: onnx - version: 1.17.0 - build: py312h6cad828_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/onnx-1.17.0-py312h6cad828_0.conda - sha256: 501fd7cdc705d95e01cf3422f9125dc9320078888fbe642d4bdac6c879cb5030 - md5: 5d96fc1ce1c78d484c1dcbc34923ece4 - depends: - - libgcc >=13 - - libprotobuf >=5.27.5,<5.27.6.0a0 - - libstdcxx >=13 - - numpy >=1.19,<3 - - protobuf - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - license: Apache-2.0 - license_family: APACHE - size: 10981948 - timestamp: 1728122146959 - kind: conda name: onnx version: 1.17.0 @@ -14816,27 +12689,6 @@ packages: - pkg:pypi/onnx?source=hash-mapping size: 10981948 timestamp: 1728122146959 -- kind: conda - name: onnx - version: 1.17.0 - build: py312h7524079_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/onnx-1.17.0-py312h7524079_0.conda - sha256: e8d208f000c11a9126e5c833b706900f78f9fcd9d7a1ff4e916c6d28d7b0fdb2 - md5: de637d7861905e025dc15204924a5fc5 - depends: - - __osx >=11.0 - - libcxx >=17 - - libprotobuf >=5.27.5,<5.27.6.0a0 - - numpy >=1.19,<3 - - protobuf - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - license: Apache-2.0 - license_family: APACHE - size: 11729849 - timestamp: 1728118203839 - kind: conda name: onnx version: 1.17.0 @@ -14860,27 +12712,6 @@ packages: - pkg:pypi/onnx?source=hash-mapping size: 11729849 timestamp: 1728118203839 -- kind: conda - name: onnx - version: 1.17.0 - build: py312hf764f88_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/onnx-1.17.0-py312hf764f88_0.conda - sha256: 5b8fc255a6ac1302ad15efaba1a828527b7f2cd1ae3d06c12a46611e507480f0 - md5: 442ebd9a8d6af4867ffb3a94719cad1b - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libprotobuf >=5.27.5,<5.27.6.0a0 - - libstdcxx >=13 - - numpy >=1.19,<3 - - protobuf - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - license: Apache-2.0 - license_family: APACHE - size: 11153485 - timestamp: 1728118155671 - kind: conda name: onnx version: 1.17.0 @@ -15375,47 +13206,23 @@ packages: build_number: 1 subdir: linux-aarch64 url: https://conda.anaconda.org/conda-forge/linux-aarch64/onnxruntime-1.18.1-py311hfb3c5a9_1_cpu.conda - sha256: 3819d8a5a00587b7109d4bdb5bf2e26494e7c69a76c3a5607c9a00fd1f304488 - md5: 48a0cf075789ecc682f0f41fd50e663a - depends: - - coloredlogs - - libgcc >=13 - - libstdcxx >=13 - - numpy >=1.19,<3 - - packaging - - protobuf - - python >=3.11,<3.12.0a0 - - python >=3.11,<3.12.0a0 *_cpython - - python-flatbuffers - - python_abi 3.11.* *_cp311 - - sympy - license: MIT AND BSL-1.0 - size: 5726298 - timestamp: 1725382473545 -- kind: conda - name: onnxruntime - version: 1.18.1 - build: py312h2a9cbd2_1_cpu - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/onnxruntime-1.18.1-py312h2a9cbd2_1_cpu.conda - sha256: 05d4095735e101b0e09ecf7156605c8e99c97bc343ed44c4d89d1c77811a65b2 - md5: 8000675616c36371f92f4daab69350b2 + sha256: 3819d8a5a00587b7109d4bdb5bf2e26494e7c69a76c3a5607c9a00fd1f304488 + md5: 48a0cf075789ecc682f0f41fd50e663a depends: - - __glibc >=2.17,<3.0.a0 - coloredlogs - libgcc >=13 - libstdcxx >=13 - numpy >=1.19,<3 - packaging - protobuf - - python >=3.12,<3.13.0a0 + - python >=3.11,<3.12.0a0 + - python >=3.11,<3.12.0a0 *_cpython - python-flatbuffers - - python_abi 3.12.* *_cp312 + - python_abi 3.11.* *_cp311 - sympy license: MIT AND BSL-1.0 - size: 6479905 - timestamp: 1725372431422 + size: 5726298 + timestamp: 1725382473545 - kind: conda name: onnxruntime version: 1.18.1 @@ -15442,30 +13249,6 @@ packages: - pkg:pypi/onnxruntime?source=hash-mapping size: 6479905 timestamp: 1725372431422 -- kind: conda - name: onnxruntime - version: 1.18.1 - build: py312h906472a_1_cpu - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/onnxruntime-1.18.1-py312h906472a_1_cpu.conda - sha256: 5c9aa48dfcda355841cf99540f266b4ef1d8fdc1d311ae9113746ceceee49169 - md5: c01d416a8b22b4dd972cf0ae26523801 - depends: - - __osx >=11.0 - - coloredlogs - - libcxx >=17 - - numpy >=1.19,<3 - - packaging - - protobuf - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python-flatbuffers - - python_abi 3.12.* *_cp312 - - sympy - license: MIT AND BSL-1.0 - size: 5750106 - timestamp: 1725372426723 - kind: conda name: onnxruntime version: 1.18.1 @@ -15492,30 +13275,6 @@ packages: - pkg:pypi/onnxruntime?source=hash-mapping size: 5750106 timestamp: 1725372426723 -- kind: conda - name: onnxruntime - version: 1.18.1 - build: py312hb0b3c0e_1_cpu - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/onnxruntime-1.18.1-py312hb0b3c0e_1_cpu.conda - sha256: 8a1e9d0bf95ffa6c1d57c218ab38c369112b981200884f3b0d513e5f711c19c4 - md5: 40272f6756984bd3e62ccfc4b21fec82 - depends: - - coloredlogs - - libgcc >=13 - - libstdcxx >=13 - - numpy >=1.19,<3 - - packaging - - protobuf - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python-flatbuffers - - python_abi 3.12.* *_cp312 - - sympy - license: MIT AND BSL-1.0 - size: 5681136 - timestamp: 1725383127595 - kind: conda name: onnxruntime version: 1.18.1 @@ -15542,30 +13301,6 @@ packages: - pkg:pypi/onnxruntime?source=hash-mapping size: 5681136 timestamp: 1725383127595 -- kind: conda - name: onnxruntime - version: 1.18.1 - build: py312hc06fd7c_1_cpu - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/onnxruntime-1.18.1-py312hc06fd7c_1_cpu.conda - sha256: 020f3bf280fbe6952029a0fbd1935fbece33ab9cb7e33b4f269e1a088e6898d9 - md5: 6dc32bd26cc17fc7b7fbf4ebf6bf7663 - depends: - - coloredlogs - - numpy >=1.19,<3 - - packaging - - protobuf - - python >=3.12,<3.13.0a0 - - python-flatbuffers - - python_abi 3.12.* *_cp312 - - sympy - - ucrt >=10.0.20348.0 - - vc >=14.3,<15 - - vc14_runtime >=14.40.33810 - license: MIT AND BSL-1.0 - size: 5001062 - timestamp: 1725372814806 - kind: conda name: onnxruntime version: 1.18.1 @@ -15592,29 +13327,6 @@ packages: - pkg:pypi/onnxruntime?source=hash-mapping size: 5001062 timestamp: 1725372814806 -- kind: conda - name: onnxruntime - version: 1.18.1 - build: py312hca8a5f6_1_cpu - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/onnxruntime-1.18.1-py312hca8a5f6_1_cpu.conda - sha256: db1792ffa464e67694fff47d3228b71af85222292f40cf251f2a8d547a7693ce - md5: d120763763200374380de21fc4e079d3 - depends: - - __osx >=10.15 - - coloredlogs - - libcxx >=17 - - numpy >=1.19,<3 - - packaging - - protobuf - - python >=3.12,<3.13.0a0 - - python-flatbuffers - - python_abi 3.12.* *_cp312 - - sympy - license: MIT AND BSL-1.0 - size: 6220572 - timestamp: 1725370167538 - kind: conda name: onnxruntime version: 1.18.1 @@ -15765,23 +13477,6 @@ packages: license_family: BSD size: 780492 timestamp: 1716377814828 -- kind: conda - name: openssl - version: 3.3.2 - build: h2466b09_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.3.2-h2466b09_0.conda - sha256: a45c42f3577294e22ac39ddb6ef5a64fd5322e8a6725afefbf4f2b4109340bf9 - md5: 1dc86753693df5e3326bb8a85b74c589 - depends: - - ca-certificates - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: Apache - size: 8396053 - timestamp: 1725412961673 - kind: conda name: openssl version: 3.3.2 @@ -15800,21 +13495,6 @@ packages: purls: [] size: 8396053 timestamp: 1725412961673 -- kind: conda - name: openssl - version: 3.3.2 - build: h8359307_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.2-h8359307_0.conda - sha256: 940fa01c4dc6152158fe8943e05e55a1544cab639df0994e3b35937839e4f4d1 - md5: 1773ebccdc13ec603356e8ff1db9e958 - depends: - - __osx >=11.0 - - ca-certificates - license: Apache-2.0 - license_family: Apache - size: 2882450 - timestamp: 1725410638874 - kind: conda name: openssl version: 3.3.2 @@ -15831,21 +13511,6 @@ packages: purls: [] size: 2882450 timestamp: 1725410638874 -- kind: conda - name: openssl - version: 3.3.2 - build: h86ecc28_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/openssl-3.3.2-h86ecc28_0.conda - sha256: 4669d26dbf81e4d72093d8260f55d19d57204d82b1d9440be83d11d313b5990c - md5: 9e1e477b3f8ee3789297883faffa708b - depends: - - ca-certificates - - libgcc >=13 - license: Apache-2.0 - license_family: Apache - size: 3428083 - timestamp: 1725412266679 - kind: conda name: openssl version: 3.3.2 @@ -15862,22 +13527,6 @@ packages: purls: [] size: 3428083 timestamp: 1725412266679 -- kind: conda - name: openssl - version: 3.3.2 - build: hb9d3cd8_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.2-hb9d3cd8_0.conda - sha256: cee91036686419f6dd6086902acf7142b4916e1c4ba042e9ca23e151da012b6d - md5: 4d638782050ab6faa27275bed57e9b4e - depends: - - __glibc >=2.17,<3.0.a0 - - ca-certificates - - libgcc >=13 - license: Apache-2.0 - license_family: Apache - size: 2891789 - timestamp: 1725410790053 - kind: conda name: openssl version: 3.3.2 @@ -15895,21 +13544,6 @@ packages: purls: [] size: 2891789 timestamp: 1725410790053 -- kind: conda - name: openssl - version: 3.3.2 - build: hd23fc13_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.2-hd23fc13_0.conda - sha256: 2b75d4b56e45992adf172b158143742daeb316c35274b36f385ccb6644e93268 - md5: 2ff47134c8e292868a4609519b1ea3b6 - depends: - - __osx >=10.13 - - ca-certificates - license: Apache-2.0 - license_family: Apache - size: 2544654 - timestamp: 1725410973572 - kind: conda name: openssl version: 3.3.2 @@ -15942,21 +13576,6 @@ packages: license_family: APACHE size: 30232 timestamp: 1706394723472 -- kind: conda - name: packaging - version: '24.1' - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/packaging-24.1-pyhd8ed1ab_0.conda - sha256: 36aca948219e2c9fdd6d80728bcc657519e02f06c2703d8db3446aec67f51d81 - md5: cbe1bb1f21567018ce595d9c2be0f0db - depends: - - python >=3.8 - license: Apache-2.0 - license_family: APACHE - size: 50290 - timestamp: 1718189540074 - kind: conda name: packaging version: '24.1' @@ -16310,24 +13929,6 @@ packages: license_family: MIT size: 1237767 timestamp: 1724954538941 -- kind: conda - name: pip - version: '24.2' - build: pyh8b19718_1 - build_number: 1 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyh8b19718_1.conda - sha256: d820e5358bcb117fa6286e55d4550c60b0332443df62121df839eab2d11c890b - md5: 6c78fbb8ddfd64bcb55b5cbafd2d2c43 - depends: - - python >=3.8,<3.13.0a0 - - setuptools - - wheel - license: MIT - license_family: MIT - size: 1237976 - timestamp: 1724954490262 - kind: conda name: pip version: '24.2' @@ -16424,21 +14025,6 @@ packages: license_family: MIT size: 20625 timestamp: 1726613611845 -- kind: conda - name: pluggy - version: 1.5.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.5.0-pyhd8ed1ab_0.conda - sha256: 33eaa3359948a260ebccf9cdc2fd862cea5a6029783289e13602d8e634cd9a26 - md5: d3483c8fc2dc2cc3f5cf43e26d60cabf - depends: - - python >=3.8 - license: MIT - license_family: MIT - size: 23815 - timestamp: 1713667175451 - kind: conda name: pluggy version: 1.5.0 @@ -16704,29 +14290,9 @@ packages: constrains: - libprotobuf 5.27.5 license: BSD-3-Clause - license_family: BSD - size: 459758 - timestamp: 1727109866345 -- kind: conda - name: protobuf - version: 5.27.5 - build: py312h275cf98_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/protobuf-5.27.5-py312h275cf98_0.conda - sha256: 9b576209c62c61ab196c6d7390cc74346f3a8ac1a86548282c311ef485ed3a17 - md5: d63381bf5b5e95efb224b79fd492e391 - depends: - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - constrains: - - libprotobuf 5.27.5 - license: BSD-3-Clause - license_family: BSD - size: 442698 - timestamp: 1727111258738 + license_family: BSD + size: 459758 + timestamp: 1727109866345 - kind: conda name: protobuf version: 5.27.5 @@ -16749,26 +14315,6 @@ packages: - pkg:pypi/protobuf?source=hash-mapping size: 442698 timestamp: 1727111258738 -- kind: conda - name: protobuf - version: 5.27.5 - build: py312h2ec8cdc_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/protobuf-5.27.5-py312h2ec8cdc_0.conda - sha256: b1a455c6fb0c04abd603a92b1eb351a8c066259756fb8f9864198604b343a4ee - md5: 97e667bddac5a90cd16a407796fa21c8 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - constrains: - - libprotobuf 5.27.5 - license: BSD-3-Clause - license_family: BSD - size: 453771 - timestamp: 1727109875404 - kind: conda name: protobuf version: 5.27.5 @@ -16791,25 +14337,6 @@ packages: - pkg:pypi/protobuf?source=hash-mapping size: 453771 timestamp: 1727109875404 -- kind: conda - name: protobuf - version: 5.27.5 - build: py312h5861a67_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/protobuf-5.27.5-py312h5861a67_0.conda - sha256: 96b43e4095b24a6752e9fb97ade98c7b0490aaf724985e4b2f088432fb8b466f - md5: 47ef2cf97c2854bf7dcc3fd17ae4ba44 - depends: - - __osx >=10.13 - - libcxx >=17 - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - constrains: - - libprotobuf 5.27.5 - license: BSD-3-Clause - license_family: BSD - size: 442053 - timestamp: 1727110451529 - kind: conda name: protobuf version: 5.27.5 @@ -16831,26 +14358,6 @@ packages: - pkg:pypi/protobuf?source=hash-mapping size: 442053 timestamp: 1727110451529 -- kind: conda - name: protobuf - version: 5.27.5 - build: py312h6f74592_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/protobuf-5.27.5-py312h6f74592_0.conda - sha256: fe5294f70657ec68e0f0d6bcc72c5d6f8456eee3f17303662c52a593b3e1a26f - md5: 81399cdaaf6b4a54ab2f1d224f240470 - depends: - - libgcc >=13 - - libstdcxx >=13 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - constrains: - - libprotobuf 5.27.5 - license: BSD-3-Clause - license_family: BSD - size: 460441 - timestamp: 1727110197129 - kind: conda name: protobuf version: 5.27.5 @@ -16873,26 +14380,6 @@ packages: - pkg:pypi/protobuf?source=hash-mapping size: 460441 timestamp: 1727110197129 -- kind: conda - name: protobuf - version: 5.27.5 - build: py312hde4cb15_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/protobuf-5.27.5-py312hde4cb15_0.conda - sha256: 61fd99e70496465eac2b1ae063b0c0d27a0bfb351f18c78813330c66f4fe44c0 - md5: 40dde42851565f5ae9cb9b1f01abc759 - depends: - - __osx >=11.0 - - libcxx >=17 - - python >=3.12,<3.13.0a0 - - python >=3.12,<3.13.0a0 *_cpython - - python_abi 3.12.* *_cp312 - constrains: - - libprotobuf 5.27.5 - license: BSD-3-Clause - license_family: BSD - size: 435461 - timestamp: 1727110466676 - kind: conda name: protobuf version: 5.27.5 @@ -17281,22 +14768,6 @@ packages: license_family: MIT size: 8381 timestamp: 1726802424786 -- kind: conda - name: pthreads-win32 - version: 2.9.1 - build: h2466b09_4 - build_number: 4 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-h2466b09_4.conda - sha256: b989bdcf0a22ba05a238adac1ad3452c11871681f565e509f629e225a26b7d45 - md5: cf98a67a1ec8040b42455002a24f0b0b - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: LGPL-2.1-or-later - size: 265827 - timestamp: 1728400965968 - kind: conda name: pthreads-win32 version: 2.9.1 @@ -17513,21 +14984,6 @@ packages: license_family: BSD size: 175916 timestamp: 1726748094843 -- kind: conda - name: pyreadline3 - version: 3.5.4 - build: py312h2e8e312_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/pyreadline3-3.5.4-py312h2e8e312_0.conda - sha256: 6b3dd67831d78e46512f81293060d92a4c81b8a012d09888dfaf6033de806070 - md5: 03af0eefebdfebc23480cb72173d1d32 - depends: - - python >=3.12,<3.13.0a0 - - python_abi 3.12.* *_cp312 - license: BSD-3-Clause - license_family: BSD - size: 170389 - timestamp: 1726748116225 - kind: conda name: pyreadline3 version: 3.5.4 @@ -17657,29 +15113,6 @@ packages: license_family: BSD size: 18981 timestamp: 1661604969727 -- kind: conda - name: pytest - version: 8.3.3 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.3.3-pyhd8ed1ab_0.conda - sha256: e99376d0068455712109d233f5790458ff861aeceb458bfda74e353338e4d815 - md5: c03d61f31f38fdb9facf70c29958bf7a - depends: - - colorama - - exceptiongroup >=1.0.0rc8 - - iniconfig - - packaging - - pluggy <2,>=1.5 - - python >=3.8 - - tomli >=1 - constrains: - - pytest-faulthandler >=2 - license: MIT - license_family: MIT - size: 258293 - timestamp: 1725977334143 - kind: conda name: pytest version: 8.3.3 @@ -17705,23 +15138,6 @@ packages: - pkg:pypi/pytest?source=hash-mapping size: 258293 timestamp: 1725977334143 -- kind: conda - name: pytest-json-report - version: 1.5.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-json-report-1.5.0-pyhd8ed1ab_0.tar.bz2 - sha256: ed916397b9caec080b929d24c62a91654fd829b6d6569ccd573cb2aeb12e70aa - md5: 837e335fa428cf7c784ee2e80594506c - depends: - - pytest >=3.8.0 - - pytest-metadata - - python >=3.6 - license: MIT - license_family: MIT - size: 15397 - timestamp: 1647447962029 - kind: conda name: pytest-json-report version: 1.5.0 @@ -17741,22 +15157,6 @@ packages: - pkg:pypi/pytest-json-report?source=hash-mapping size: 15397 timestamp: 1647447962029 -- kind: conda - name: pytest-metadata - version: 3.1.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-metadata-3.1.1-pyhd8ed1ab_0.conda - sha256: 51bf04a99ad74e933fb270f52412320617f29d2014ca5cf8a03a3c5b8f37945b - md5: 52b91ecba854d55b28ad916a8b10da24 - depends: - - pytest >=7.0.0 - - python >=3.8 - license: MPL-2.0 - license_family: OTHER - size: 14577 - timestamp: 1707824772583 - kind: conda name: pytest-metadata version: 3.1.1 @@ -17775,25 +15175,6 @@ packages: - pkg:pypi/pytest-metadata?source=hash-mapping size: 14577 timestamp: 1707824772583 -- kind: conda - name: pytest-xdist - version: 3.6.1 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/pytest-xdist-3.6.1-pyhd8ed1ab_0.conda - sha256: c9f27ed55352bee2c9f7cc2fdaf12b322ee280b1989d7e763b4540d4fe7ec995 - md5: b39568655c127a9c4a44d178ac99b6d0 - depends: - - execnet >=2.1 - - pytest >=7.0.0 - - python >=3.8 - constrains: - - psutil >=3.0 - license: MIT - license_family: MIT - size: 38320 - timestamp: 1718138508765 - kind: conda name: pytest-xdist version: 3.6.1 @@ -18238,80 +15619,23 @@ packages: size: 18217527 timestamp: 1727718965271 - kind: conda - name: python - version: 3.12.7 - build: h5d932e8_0_cpython - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.12.7-h5d932e8_0_cpython.conda - sha256: 25570873d92d4d9490c6db780cc85e6c28bd3ff61dc1ece79f602cf82bc73bc1 - md5: e6cab21bb5787270388939cf41cc5f43 - depends: - - bzip2 >=1.0.8,<2.0a0 - - ld_impl_linux-aarch64 >=2.36.1 - - libexpat >=2.6.3,<3.0a0 - - libffi >=3.4,<4.0a0 - - libgcc >=13 - - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.46.1,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - openssl >=3.3.2,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - xz >=5.2.6,<6.0a0 - constrains: - - python_abi 3.12.* *_cp312 - license: Python-2.0 - size: 13762126 - timestamp: 1728057461028 -- kind: conda - name: python - version: 3.12.7 - build: h5d932e8_0_cpython - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.12.7-h5d932e8_0_cpython.conda - sha256: 25570873d92d4d9490c6db780cc85e6c28bd3ff61dc1ece79f602cf82bc73bc1 - md5: e6cab21bb5787270388939cf41cc5f43 - depends: - - bzip2 >=1.0.8,<2.0a0 - - ld_impl_linux-aarch64 >=2.36.1 - - libexpat >=2.6.3,<3.0a0 - - libffi >=3.4,<4.0a0 - - libgcc >=13 - - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.46.1,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - openssl >=3.3.2,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - xz >=5.2.6,<6.0a0 - constrains: - - python_abi 3.12.* *_cp312 - license: Python-2.0 - purls: [] - size: 13762126 - timestamp: 1728057461028 -- kind: conda - name: python - version: 3.12.7 - build: h739c21a_0_cpython - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.12.7-h739c21a_0_cpython.conda - sha256: 45d7ca2074aa92594bd2f91a9003b338cc1df8a46b9492b7fc8167110783c3ef - md5: e0d82e57ebb456077565e6d82cd4a323 + name: python + version: 3.12.7 + build: h5d932e8_0_cpython + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/python-3.12.7-h5d932e8_0_cpython.conda + sha256: 25570873d92d4d9490c6db780cc85e6c28bd3ff61dc1ece79f602cf82bc73bc1 + md5: e6cab21bb5787270388939cf41cc5f43 depends: - - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 + - ld_impl_linux-aarch64 >=2.36.1 - libexpat >=2.6.3,<3.0a0 - libffi >=3.4,<4.0a0 + - libgcc >=13 + - libnsl >=2.0.1,<2.1.0a0 - libsqlite >=3.46.1,<4.0a0 + - libuuid >=2.38.1,<3.0a0 + - libxcrypt >=4.4.36 - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - openssl >=3.3.2,<4.0a0 @@ -18322,8 +15646,9 @@ packages: constrains: - python_abi 3.12.* *_cp312 license: Python-2.0 - size: 12975439 - timestamp: 1728057819519 + purls: [] + size: 13762126 + timestamp: 1728057461028 - kind: conda name: python version: 3.12.7 @@ -18351,32 +15676,6 @@ packages: purls: [] size: 12975439 timestamp: 1728057819519 -- kind: conda - name: python - version: 3.12.7 - build: h8f8b54e_0_cpython - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python-3.12.7-h8f8b54e_0_cpython.conda - sha256: 28172d94f7193c5075c0fc3c4b1bb617c512ffc991f4e2af0dbb6a2916872b76 - md5: 7f81191b1ca1113e694e90e15c27a12f - depends: - - __osx >=10.13 - - bzip2 >=1.0.8,<2.0a0 - - libexpat >=2.6.3,<3.0a0 - - libffi >=3.4,<4.0a0 - - libsqlite >=3.46.1,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - openssl >=3.3.2,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - xz >=5.2.6,<6.0a0 - constrains: - - python_abi 3.12.* *_cp312 - license: Python-2.0 - size: 13761315 - timestamp: 1728058247482 - kind: conda name: python version: 3.12.7 @@ -18404,37 +15703,6 @@ packages: purls: [] size: 13761315 timestamp: 1728058247482 -- kind: conda - name: python - version: 3.12.7 - build: hc5c86c4_0_cpython - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.12.7-hc5c86c4_0_cpython.conda - sha256: 674be31ff152d9f0e0fe16959a45e3803a730fc4f54d87df6a9ac4e6a698c41d - md5: 0515111a9cdf69f83278f7c197db9807 - depends: - - __glibc >=2.17,<3.0.a0 - - bzip2 >=1.0.8,<2.0a0 - - ld_impl_linux-64 >=2.36.1 - - libexpat >=2.6.3,<3.0a0 - - libffi >=3.4,<4.0a0 - - libgcc >=13 - - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.46.1,<4.0a0 - - libuuid >=2.38.1,<3.0a0 - - libxcrypt >=4.4.36 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - openssl >=3.3.2,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - xz >=5.2.6,<6.0a0 - constrains: - - python_abi 3.12.* *_cp312 - license: Python-2.0 - size: 31574780 - timestamp: 1728059777603 - kind: conda name: python version: 3.12.7 @@ -18467,32 +15735,6 @@ packages: purls: [] size: 31574780 timestamp: 1728059777603 -- kind: conda - name: python - version: 3.12.7 - build: hce54a09_0_cpython - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python-3.12.7-hce54a09_0_cpython.conda - sha256: 2308cfa9ec563360d29ced7fd13a6b60b9a7b3cf8961a95c78c69f486211d018 - md5: 21f1f7c6ccf6b747c5086d2422c230e1 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libexpat >=2.6.3,<3.0a0 - - libffi >=3.4,<4.0a0 - - libsqlite >=3.46.1,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.2,<4.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - - xz >=5.2.6,<6.0a0 - constrains: - - python_abi 3.12.* *_cp312 - license: Python-2.0 - size: 15987537 - timestamp: 1728057382072 - kind: conda name: python version: 3.12.7 @@ -18713,21 +15955,6 @@ packages: license_family: BSD size: 226165 timestamp: 1718477110630 -- kind: conda - name: python-flatbuffers - version: 24.3.25 - build: pyh59ac667_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/python-flatbuffers-24.3.25-pyh59ac667_0.conda - sha256: 6a9d285fef959480eccbc69e276ede64e292c8eee35ddc727d5a0fb9a4bcc3a2 - md5: dfc884dcd61ff6543fde37a41b7d7f31 - depends: - - python >=3.6 - license: Apache-2.0 - license_family: Apache - size: 34336 - timestamp: 1711466847930 - kind: conda name: python-flatbuffers version: 24.3.25 @@ -18985,21 +16212,6 @@ packages: license_family: BSD size: 6707 timestamp: 1723823225752 -- kind: conda - name: python_abi - version: '3.12' - build: 5_cp312 - build_number: 5 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.12-5_cp312.conda - sha256: d10e93d759931ffb6372b45d65ff34d95c6000c61a07e298d162a3bc2accebb0 - md5: 0424ae29b104430108f5218a66db7260 - constrains: - - python 3.12.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6238 - timestamp: 1723823388266 - kind: conda name: python_abi version: '3.12' @@ -19016,21 +16228,6 @@ packages: purls: [] size: 6238 timestamp: 1723823388266 -- kind: conda - name: python_abi - version: '3.12' - build: 5_cp312 - build_number: 5 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/python_abi-3.12-5_cp312.conda - sha256: 5ccdad9981753cc4a2d126e356673a21c0cd5b34e209cb8d476a3947d4ad9b39 - md5: 62b20f305498284a07dc6c45fd0e5c87 - constrains: - - python 3.12.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6329 - timestamp: 1723823366253 - kind: conda name: python_abi version: '3.12' @@ -19047,21 +16244,6 @@ packages: purls: [] size: 6329 timestamp: 1723823366253 -- kind: conda - name: python_abi - version: '3.12' - build: 5_cp312 - build_number: 5 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.12-5_cp312.conda - sha256: 4da26c7508d5bc5d8621e84dc510284402239df56aab3587a7d217de9d3c806d - md5: c34dd4920e0addf7cfcc725809f25d8e - constrains: - - python 3.12.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6312 - timestamp: 1723823137004 - kind: conda name: python_abi version: '3.12' @@ -19078,21 +16260,6 @@ packages: purls: [] size: 6312 timestamp: 1723823137004 -- kind: conda - name: python_abi - version: '3.12' - build: 5_cp312 - build_number: 5 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.12-5_cp312.conda - sha256: 49d624e4b809c799d2bf257b22c23cf3fc4460f5570d9a58e7ad86350aeaa1f4 - md5: b76f9b1c862128e56ac7aa8cd2333de9 - constrains: - - python 3.12.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6278 - timestamp: 1723823099686 - kind: conda name: python_abi version: '3.12' @@ -19109,21 +16276,6 @@ packages: purls: [] size: 6278 timestamp: 1723823099686 -- kind: conda - name: python_abi - version: '3.12' - build: 5_cp312 - build_number: 5 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.12-5_cp312.conda - sha256: 9486662af81a219e96d343449eff242f38d7c5128ced5ce5acf85857265058d6 - md5: e8681f534453af7afab4cd2bc1423eec - constrains: - - python 3.12.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6730 - timestamp: 1723823139725 - kind: conda name: python_abi version: '3.12' @@ -19449,16 +16601,111 @@ packages: sha256: ffa21c4715aa139d20c96ae7274fbb7de12a546f3332eb8d07cc794741fcbde6 md5: c1743e5c4c7402a14b515cf276778e59 depends: - - python >=3.13.0rc1,<3.14.0a0 - - python_abi 3.13.* *_cp313 + - python >=3.13.0rc1,<3.14.0a0 + - python_abi 3.13.* *_cp313 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - yaml >=0.2.5,<0.3.0a0 + license: MIT + license_family: MIT + size: 181722 + timestamp: 1725456802746 +- kind: conda + name: pyyaml + version: 6.0.2 + build: py39h060674a_1 + build_number: 1 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/pyyaml-6.0.2-py39h060674a_1.conda + sha256: 0f94db34b271df0892c26f2d0c7a7fb3a71413f7fd83b4eca1f0da2b9b0799a1 + md5: c731cf6279b0e0f5e848d14afd057197 + depends: + - libgcc >=13 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - yaml >=0.2.5,<0.3.0a0 + license: MIT + license_family: MIT + size: 174684 + timestamp: 1725456429212 +- kind: conda + name: pyyaml + version: 6.0.2 + build: py39h06d86d0_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.2-py39h06d86d0_1.conda + sha256: 37eb8d753d52d300e0bdbeb2baa394e770a4a1009eb4fb03e9c2ba179629faab + md5: 46dd423c757e1b7589e2e2d4a9945059 + depends: + - __osx >=10.13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - yaml >=0.2.5,<0.3.0a0 + license: MIT + license_family: MIT + size: 163637 + timestamp: 1725456332138 +- kind: conda + name: pyyaml + version: 6.0.2 + build: py39h06df861_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.2-py39h06df861_1.conda + sha256: 64753d5c68ea3d0ce23118c6640e9750b5276689d1db53a97cc54ef8569791c0 + md5: afea777abeb887c23dc4ec2d8a9acca8 + depends: + - __osx >=11.0 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + - yaml >=0.2.5,<0.3.0a0 + license: MIT + license_family: MIT + size: 161903 + timestamp: 1725456557842 +- kind: conda + name: pyyaml + version: 6.0.2 + build: py39h8cd3c5a_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h8cd3c5a_1.conda + sha256: e07299422b0197eba5ceeef4fa76d4ee742a7f0cafcba97b91498b9764e7d990 + md5: 76e82e62b7bda86a7fceb1f32585abad + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - yaml >=0.2.5,<0.3.0a0 + license: MIT + license_family: MIT + size: 181692 + timestamp: 1725456337437 +- kind: conda + name: pyyaml + version: 6.0.2 + build: py39ha55e580_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py39ha55e580_1.conda + sha256: 36ec720da777235b0775119af4d9ebbb821bb71a6c6b32b6bd4c4f6be9d895ff + md5: 099b4a8943b67a0a35695fa4275c0292 + depends: + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT - size: 181722 - timestamp: 1725456802746 + size: 157276 + timestamp: 1725456761667 - kind: conda name: pyzmq version: 26.2.0 @@ -19994,22 +17241,6 @@ packages: license_family: MIT size: 1010293 timestamp: 1727102823362 -- kind: conda - name: readline - version: '8.2' - build: h8228510_1 - build_number: 1 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda - sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 - md5: 47d31b792659ce70f470b5c82fdfb7a4 - depends: - - libgcc-ng >=12 - - ncurses >=6.3,<7.0a0 - license: GPL-3.0-only - license_family: GPL - size: 281456 - timestamp: 1679532220005 - kind: conda name: readline version: '8.2' @@ -20027,22 +17258,6 @@ packages: purls: [] size: 281456 timestamp: 1679532220005 -- kind: conda - name: readline - version: '8.2' - build: h8fc344f_1 - build_number: 1 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/readline-8.2-h8fc344f_1.conda - sha256: 4c99f7417419734e3797d45bc355e61c26520e111893b0d7087a01a7fbfbe3dd - md5: 105eb1e16bf83bfb2eb380a48032b655 - depends: - - libgcc-ng >=12 - - ncurses >=6.3,<7.0a0 - license: GPL-3.0-only - license_family: GPL - size: 294092 - timestamp: 1679532238805 - kind: conda name: readline version: '8.2' @@ -20060,21 +17275,6 @@ packages: purls: [] size: 294092 timestamp: 1679532238805 -- kind: conda - name: readline - version: '8.2' - build: h92ec313_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884 - md5: 8cbb776a2f641b943d413b3e19df71f4 - depends: - - ncurses >=6.3,<7.0a0 - license: GPL-3.0-only - license_family: GPL - size: 250351 - timestamp: 1679532511311 - kind: conda name: readline version: '8.2' @@ -20091,21 +17291,6 @@ packages: purls: [] size: 250351 timestamp: 1679532511311 -- kind: conda - name: readline - version: '8.2' - build: h9e318b2_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 - md5: f17f77f2acf4d344734bda76829ce14e - depends: - - ncurses >=6.3,<7.0a0 - license: GPL-3.0-only - license_family: GPL - size: 255870 - timestamp: 1679532707590 - kind: conda name: readline version: '8.2' @@ -20338,21 +17523,6 @@ packages: license_family: BSD size: 23319 timestamp: 1712585816346 -- kind: conda - name: setuptools - version: 75.1.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.1.0-pyhd8ed1ab_0.conda - sha256: 6725235722095c547edd24275053c615158d6163f396550840aebd6e209e4738 - md5: d5cd48392c67fb6849ba459c2c2b671f - depends: - - python >=3.8 - license: MIT - license_family: MIT - size: 777462 - timestamp: 1727249510532 - kind: conda name: setuptools version: 75.1.0 @@ -20370,25 +17540,6 @@ packages: - pkg:pypi/setuptools?source=hash-mapping size: 777462 timestamp: 1727249510532 -- kind: conda - name: setuptools-scm - version: 8.1.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-scm-8.1.0-pyhd8ed1ab_0.conda - sha256: 3f7b45c90eaa1c9e7ef974d3995a98a37f7672b40e002455baf0fce256e7f202 - md5: ba9f7f0ec4f2a18de3e7bce67c4a431e - depends: - - packaging >=20.0 - - python >=3.8 - - setuptools >=45 - - tomli >=1.0.0 - - typing-extensions - license: MIT - license_family: MIT - size: 37824 - timestamp: 1715083339319 - kind: conda name: setuptools-scm version: 8.1.0 @@ -20667,23 +17818,6 @@ packages: license_family: MIT size: 26205 timestamp: 1669632203115 -- kind: conda - name: sympy - version: 1.13.3 - build: pyh04b8f61_4 - build_number: 4 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sympy-1.13.3-pyh04b8f61_4.conda - sha256: d27f44a326303c0696576a8bbed914c615a3cc80eceec2d8d5c43443543e4ace - md5: 2a21aa47a06649f3fe2808a1ec680d67 - depends: - - mpmath >=0.19 - - python >=3.8 - license: BSD-3-Clause - license_family: BSD - size: 4564964 - timestamp: 1728484583318 - kind: conda name: sympy version: 1.13.3 @@ -20703,26 +17837,6 @@ packages: - pkg:pypi/sympy?source=hash-mapping size: 4564964 timestamp: 1728484583318 -- kind: conda - name: sympy - version: 1.13.3 - build: pyh2585a3b_104 - build_number: 104 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/sympy-1.13.3-pyh2585a3b_104.conda - sha256: 35b2620d109c8a01a301222b4f546690316b7ed61d5c0325ec4a317fa27ea8d7 - md5: 68085d736d2b2f54498832b65059875d - depends: - - __unix - - cpython - - gmpy2 >=2.0.8 - - mpmath >=0.19 - - python >=3.8 - license: BSD-3-Clause - license_family: BSD - size: 4561387 - timestamp: 1728484644967 - kind: conda name: sympy version: 1.13.3 @@ -20777,23 +17891,6 @@ packages: license_family: APACHE size: 178574 timestamp: 1668617991077 -- kind: conda - name: tbb - version: 2021.13.0 - build: hc790b64_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.13.0-hc790b64_0.conda - sha256: 990dbe4fb42f14700c22bd434d8312607bf8d0bd9f922b054e51fda14c41994c - md5: 28496a1e6af43c63927da4f80260348d - depends: - - libhwloc >=2.11.1,<2.11.2.0a0 - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: Apache-2.0 - license_family: APACHE - size: 151494 - timestamp: 1725532984828 - kind: conda name: tbb version: 2021.13.0 @@ -20882,21 +17979,6 @@ packages: license_family: BSD size: 25405 timestamp: 1713975078735 -- kind: conda - name: tk - version: 8.6.13 - build: h194ca79_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/tk-8.6.13-h194ca79_0.conda - sha256: 7fa27cc512d3a783f38bd16bbbffc008807372499d5b65d089a8e43bde9db267 - md5: f75105e0585851f818e0009dd1dde4dc - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: TCL - license_family: BSD - size: 3351802 - timestamp: 1695506242997 - kind: conda name: tk version: 8.6.13 @@ -20913,21 +17995,6 @@ packages: purls: [] size: 3351802 timestamp: 1695506242997 -- kind: conda - name: tk - version: 8.6.13 - build: h1abcd95_1 - build_number: 1 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda - sha256: 30412b2e9de4ff82d8c2a7e5d06a15f4f4fef1809a72138b6ccb53a33b26faf5 - md5: bf830ba5afc507c6232d4ef0fb1a882d - depends: - - libzlib >=1.2.13,<2.0.0a0 - license: TCL - license_family: BSD - size: 3270220 - timestamp: 1699202389792 - kind: conda name: tk version: 8.6.13 @@ -20944,21 +18011,6 @@ packages: purls: [] size: 3270220 timestamp: 1699202389792 -- kind: conda - name: tk - version: 8.6.13 - build: h5083fa2_1 - build_number: 1 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda - sha256: 72457ad031b4c048e5891f3f6cb27a53cb479db68a52d965f796910e71a403a8 - md5: b50a57ba89c32b62428b71a875291c9b - depends: - - libzlib >=1.2.13,<2.0.0a0 - license: TCL - license_family: BSD - size: 3145523 - timestamp: 1699202432999 - kind: conda name: tk version: 8.6.13 @@ -20975,23 +18027,6 @@ packages: purls: [] size: 3145523 timestamp: 1699202432999 -- kind: conda - name: tk - version: 8.6.13 - build: h5226925_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda - sha256: 2c4e914f521ccb2718946645108c9bd3fc3216ba69aea20c2c3cedbd8db32bb1 - md5: fc048363eb8f03cd1737600a5d08aafe - depends: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - license: TCL - license_family: BSD - size: 3503410 - timestamp: 1699202577803 - kind: conda name: tk version: 8.6.13 @@ -21022,42 +18057,11 @@ packages: depends: - libgcc-ng >=12 - libzlib >=1.2.13,<2.0.0a0 - license: TCL - license_family: BSD - size: 3318875 - timestamp: 1699202167581 -- kind: conda - name: tk - version: 8.6.13 - build: noxft_h4845f30_101 - build_number: 101 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda - sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e - md5: d453b98d9c83e71da0741bb0ff4d76bc - depends: - - libgcc-ng >=12 - - libzlib >=1.2.13,<2.0.0a0 - license: TCL - license_family: BSD - purls: [] - size: 3318875 - timestamp: 1699202167581 -- kind: conda - name: tomli - version: 2.0.2 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.2-pyhd8ed1ab_0.conda - sha256: 5e742ba856168b606ac3c814d247657b1c33b8042371f1a08000bdc5075bc0cc - md5: e977934e00b355ff55ed154904044727 - depends: - - python >=3.7 - license: MIT - license_family: MIT - size: 18203 - timestamp: 1727974767524 + license: TCL + license_family: BSD + purls: [] + size: 3318875 + timestamp: 1699202167581 - kind: conda name: tomli version: 2.0.2 @@ -21193,21 +18197,6 @@ packages: license: Apache-2.0 AND MIT size: 21765 timestamp: 1727940339297 -- kind: conda - name: typing-extensions - version: 4.12.2 - build: hd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.12.2-hd8ed1ab_0.conda - sha256: d3b9a8ed6da7c9f9553c5fd8a4fca9c3e0ab712fa5f497859f82337d67533b73 - md5: 52d648bd608f5737b123f510bb5514b5 - depends: - - typing_extensions 4.12.2 pyha770c72_0 - license: PSF-2.0 - license_family: PSF - size: 10097 - timestamp: 1717802659025 - kind: conda name: typing-extensions version: 4.12.2 @@ -21224,21 +18213,6 @@ packages: purls: [] size: 10097 timestamp: 1717802659025 -- kind: conda - name: typing_extensions - version: 4.12.2 - build: pyha770c72_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda - sha256: 0fce54f8ec3e59f5ef3bb7641863be4e1bf1279623e5af3d3fa726e8f7628ddb - md5: ebe6952715e1d5eb567eeebf25250fa7 - depends: - - python >=3.8 - license: PSF-2.0 - license_family: PSF - size: 39888 - timestamp: 1717802653893 - kind: conda name: typing_extensions version: 4.12.2 @@ -21271,18 +18245,6 @@ packages: license_family: APACHE size: 13829 timestamp: 1622899345711 -- kind: conda - name: tzdata - version: 2024b - build: hc8b5060_0 - subdir: noarch - noarch: generic - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - sha256: 4fde5c3008bf5d2db82f2b50204464314cc3c91c1d953652f7bd01d9e52aefdf - md5: 8ac3367aafb1cc0a068483c580af8015 - license: LicenseRef-Public-Domain - size: 122354 - timestamp: 1728047496079 - kind: conda name: tzdata version: 2024b @@ -21296,20 +18258,6 @@ packages: purls: [] size: 122354 timestamp: 1728047496079 -- kind: conda - name: ucrt - version: 10.0.22621.0 - build: h57928b3_1 - build_number: 1 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda - sha256: db8dead3dd30fb1a032737554ce91e2819b43496a0db09927edf01c32b577450 - md5: 6797b005cd0f439c4c5c9ac565783700 - constrains: - - vs2015_runtime >=14.29.30037 - license: LicenseRef-MicrosoftWindowsSDK10 - size: 559710 - timestamp: 1728377334097 - kind: conda name: ucrt version: 10.0.22621.0 @@ -21523,6 +18471,105 @@ packages: license_family: MIT size: 13689 timestamp: 1725784235751 +- kind: conda + name: ukkonen + version: 1.0.1 + build: py39h0d8d0ca_5 + build_number: 5 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/ukkonen-1.0.1-py39h0d8d0ca_5.conda + sha256: ece1321d81a28df84dd53355ecbff721b1a00e32d22a4d6c7451a9c4854c8e28 + md5: 2ac0b0181380339a01151f5ac6471579 + depends: + - __osx >=10.13 + - cffi + - libcxx >=17 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + size: 12930 + timestamp: 1725784201570 +- kind: conda + name: ukkonen + version: 1.0.1 + build: py39h157d57c_5 + build_number: 5 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ukkonen-1.0.1-py39h157d57c_5.conda + sha256: c783b314fd314b95005cc15e326724cd92b04beed2c4158901061fc26fc88f43 + md5: 6ff932b990848967ce0444d042f92f35 + depends: + - __osx >=11.0 + - cffi + - libcxx >=17 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + size: 13559 + timestamp: 1725784256846 +- kind: conda + name: ukkonen + version: 1.0.1 + build: py39h2b77a98_5 + build_number: 5 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/ukkonen-1.0.1-py39h2b77a98_5.conda + sha256: dd3cac12d92308c2b8f82bf4c788e6d54b39216c0c62ea208c89ca6829cb5c90 + md5: 46ffb36b2cc178bf69ec0c8db27cddb3 + depends: + - cffi + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + license: MIT + license_family: MIT + size: 17080 + timestamp: 1725784577983 +- kind: conda + name: ukkonen + version: 1.0.1 + build: py39h74842e3_5 + build_number: 5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ukkonen-1.0.1-py39h74842e3_5.conda + sha256: 8466c289e2782b1d0cb94d211ce47e5bd276d0821530d69b517f46e42f674442 + md5: d069a395f5e4613dc9d4d4079c757818 + depends: + - __glibc >=2.17,<3.0.a0 + - cffi + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + size: 13784 + timestamp: 1725784171221 +- kind: conda + name: ukkonen + version: 1.0.1 + build: py39hbd2ca3f_5 + build_number: 5 + subdir: linux-aarch64 + url: https://conda.anaconda.org/conda-forge/linux-aarch64/ukkonen-1.0.1-py39hbd2ca3f_5.conda + sha256: 0689318aaededb91d38d737a8e7b2d8d5a45de280e8bdbc14ff0087fe25686d3 + md5: 42efedb77b2b6d21ae42c757f683518d + depends: + - cffi + - libgcc >=13 + - libstdcxx >=13 + - python >=3.9,<3.10.0a0 + - python >=3.9,<3.10.0a0 *_cpython + - python_abi 3.9.* *_cp39 + license: MIT + license_family: MIT + size: 14717 + timestamp: 1725784220270 - kind: conda name: uri-template version: 1.3.0 @@ -21557,23 +18604,6 @@ packages: license_family: MIT size: 98076 timestamp: 1726496531769 -- kind: conda - name: vc - version: '14.3' - build: ha32ba9b_22 - build_number: 22 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_22.conda - sha256: 2a47c5bd8bec045959afada7063feacd074ad66b170c1ea92dd139b389fcf8fd - md5: 311c9ba1dfdd2895a8cb08346ff26259 - depends: - - vc14_runtime >=14.38.33135 - track_features: - - vc14 - license: BSD-3-Clause - license_family: BSD - size: 17447 - timestamp: 1728400826998 - kind: conda name: vc version: '14.3' @@ -21592,23 +18622,6 @@ packages: purls: [] size: 17447 timestamp: 1728400826998 -- kind: conda - name: vc14_runtime - version: 14.40.33810 - build: hcc2c482_22 - build_number: 22 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.40.33810-hcc2c482_22.conda - sha256: 4c669c65007f88a7cdd560192f7e6d5679d191ac71610db724e18b2410964d64 - md5: ce23a4b980ee0556a118ed96550ff3f3 - depends: - - ucrt >=10.0.20348.0 - constrains: - - vs2015_runtime 14.40.33810.* *_22 - license: LicenseRef-MicrosoftVisualCpp2015-2022Runtime - license_family: Proprietary - size: 750719 - timestamp: 1728401055788 - kind: conda name: vc14_runtime version: 14.40.33810 @@ -21645,21 +18658,6 @@ packages: license_family: MIT size: 4875601 timestamp: 1727513873376 -- kind: conda - name: vs2015_runtime - version: 14.40.33810 - build: h3bf8584_22 - build_number: 22 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.40.33810-h3bf8584_22.conda - sha256: 80aa9932203d65a96f817b8be4fafc176fb2b3fe6cf6899ede678b8f0317fbff - md5: 8c6b061d44cafdfc8e8c6eb5f100caf0 - depends: - - vc14_runtime >=14.40.33810 - license: BSD-3-Clause - license_family: BSD - size: 17453 - timestamp: 1728400827536 - kind: conda name: vs2015_runtime version: 14.40.33810 @@ -21772,21 +18770,6 @@ packages: license_family: APACHE size: 47066 timestamp: 1713923494501 -- kind: conda - name: wheel - version: 0.44.0 - build: pyhd8ed1ab_0 - subdir: noarch - noarch: python - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.44.0-pyhd8ed1ab_0.conda - sha256: d828764736babb4322b8102094de38074dedfc71f5ff405c9dfee89191c14ebc - md5: d44e3b085abcaef02983c6305b84b584 - depends: - - python >=3.8 - license: MIT - license_family: MIT - size: 58585 - timestamp: 1722797131787 - kind: conda name: wheel version: 0.44.0 @@ -22684,19 +19667,6 @@ packages: license_family: MIT size: 565425 timestamp: 1726846388217 -- kind: conda - name: xz - version: 5.2.6 - build: h166bdaf_0 - subdir: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 - sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 - md5: 2161070d867d1b1204ea749c8eec4ef0 - depends: - - libgcc-ng >=12 - license: LGPL-2.1 and GPL-2.0 - size: 418368 - timestamp: 1660346797927 - kind: conda name: xz version: 5.2.6 @@ -22711,17 +19681,6 @@ packages: purls: [] size: 418368 timestamp: 1660346797927 -- kind: conda - name: xz - version: 5.2.6 - build: h57fd34a_0 - subdir: osx-arm64 - url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 - sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec - md5: 39c6b54e94014701dd157f4f576ed211 - license: LGPL-2.1 and GPL-2.0 - size: 235693 - timestamp: 1660346961024 - kind: conda name: xz version: 5.2.6 @@ -22734,17 +19693,6 @@ packages: purls: [] size: 235693 timestamp: 1660346961024 -- kind: conda - name: xz - version: 5.2.6 - build: h775f41a_0 - subdir: osx-64 - url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 - sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 - md5: a72f9d4ea13d55d745ff1ed594747f10 - license: LGPL-2.1 and GPL-2.0 - size: 238119 - timestamp: 1660346964847 - kind: conda name: xz version: 5.2.6 @@ -22757,20 +19705,6 @@ packages: purls: [] size: 238119 timestamp: 1660346964847 -- kind: conda - name: xz - version: 5.2.6 - build: h8d14728_0 - subdir: win-64 - url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 - sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 - md5: 515d77642eaa3639413c6b1bc3f94219 - depends: - - vc >=14.1,<15 - - vs2015_runtime >=14.16.27033 - license: LGPL-2.1 and GPL-2.0 - size: 217804 - timestamp: 1660346976440 - kind: conda name: xz version: 5.2.6 @@ -22786,19 +19720,6 @@ packages: purls: [] size: 217804 timestamp: 1660346976440 -- kind: conda - name: xz - version: 5.2.6 - build: h9cdd2b7_0 - subdir: linux-aarch64 - url: https://conda.anaconda.org/conda-forge/linux-aarch64/xz-5.2.6-h9cdd2b7_0.tar.bz2 - sha256: 93f58a7b393adf41fa007ac8c55978765e957e90cd31877ece1e5a343cb98220 - md5: 83baad393a31d59c20b63ba4da6592df - depends: - - libgcc-ng >=12 - license: LGPL-2.1 and GPL-2.0 - size: 440555 - timestamp: 1660348056328 - kind: conda name: xz version: 5.2.6 diff --git a/pixi.toml b/pixi.toml index 7ceff7a5..3cb9a297 100644 --- a/pixi.toml +++ b/pixi.toml @@ -45,6 +45,7 @@ pandoc = "*" jinja2 = "*" python = "3.9.*" onnx = "*" +pre-commit = "*" [feature.opset-generation.tasks] generate-opset = "./tools/generate_opset.sh" diff --git a/src/spox/opset/ai/onnx/v17.py b/src/spox/opset/ai/onnx/v17.py index 40d4299d..eb490cb6 100644 --- a/src/spox/opset/ai/onnx/v17.py +++ b/src/spox/opset/ai/onnx/v17.py @@ -7491,7 +7491,7 @@ def global_lp_pool( Signature: ``ai.onnx@2::GlobalLpPool``. Type constraints: - - T: `tensor(double)`, `tensor(float)`, `tensor(float16)` + - T: `tensor(bfloat16)`, `tensor(double)`, `tensor(float)`, `tensor(float16)` """ return _GlobalLpPool( _GlobalLpPool.Attributes( @@ -9139,8 +9139,8 @@ def matmul( B: Var, ) -> Var: r""" - Matrix product that behaves like numpy.matmul: - https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.matmul.html + Matrix product that behaves like + `numpy.matmul `__. Parameters ========== @@ -9180,8 +9180,8 @@ def matmul_integer( b_zero_point: Optional[Var] = None, ) -> Var: r""" - Matrix product that behaves like numpy.matmul: - https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.matmul.html. + Matrix product that behaves like + `numpy.matmul `__. The production MUST never overflow. The accumulation may overflow if and only if in 32 bits. @@ -9306,8 +9306,7 @@ def max_pool( output_spatial_shape[i] = ceil((input_spatial_shape[i] + pad_shape[i] - dilation[i] * (kernel_shape[i] - 1) - 1) / strides_spatial_shape[i] + 1) if ceil_mode is enabled. ``pad_shape[i]`` is the sum of pads along axis - ``i``. Sliding windows that would start in the right padded region are - ignored. + ``i``. ``auto_pad`` is a DEPRECATED attribute. If you are using them currently, the output spatial shape will be following when ceil_mode is enabled: @@ -10945,8 +10944,8 @@ def qlinear_matmul( y_zero_point: Var, ) -> Var: r""" - Matrix product that behaves like numpy.matmul: - https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.matmul.html. + Matrix product that behaves like + `numpy.matmul `__. It consumes two quantized input tensors, their scales and zero points, scale and zero point of output, and computes the quantized output. The quantization formula is y = saturate((x / y_scale) + y_zero_point). For diff --git a/src/spox/opset/ai/onnx/v19.py b/src/spox/opset/ai/onnx/v19.py index 66513e2e..705de1c6 100644 --- a/src/spox/opset/ai/onnx/v19.py +++ b/src/spox/opset/ai/onnx/v19.py @@ -821,8 +821,7 @@ def average_pool( output_spatial_shape[i] = ceil((input_spatial_shape[i] + pad_shape[i] - dilation[i] * (kernel_shape[i] - 1) - 1) / strides_spatial_shape[i] + 1) if ceil_mode is enabled. ``pad_shape[i]`` is the sum of pads along axis - ``i``. Sliding windows that would start in the right padded region are - ignored. + ``i``. ``auto_pad`` is a DEPRECATED attribute. If you are using them currently, the output spatial shape will be following when ceil_mode is enabled: @@ -1339,9 +1338,11 @@ def dequantize_linear( axis Attribute. (Optional) The axis of the dequantizing dimension of the input tensor. - Ignored for per-tensor quantization. Negative value means counting - dimensions from the back. Accepted range is [-r, r-1] where r = - rank(input). + Used only for per-axis quantization. Negative value means counting + dimensions from the back. Accepted range is ``[-r, r-1]`` where + ``r = rank(input)``. When the rank of the input is 1, per-tensor + quantization is applied, rendering the axis unnecessary in this + scenario. Returns ======= diff --git a/src/spox/opset/ai/onnx/v21.py b/src/spox/opset/ai/onnx/v21.py index 950d9c1f..b2d2fcc3 100644 --- a/src/spox/opset/ai/onnx/v21.py +++ b/src/spox/opset/ai/onnx/v21.py @@ -1845,8 +1845,8 @@ def qlinear_matmul( y_zero_point: Var, ) -> Var: r""" - Matrix product that behaves like numpy.matmul: - https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.matmul.html. + Matrix product that behaves like + `numpy.matmul `__. It consumes two quantized input tensors, their scales and zero points, scale and zero point of output, and computes the quantized output. The quantization formula is y = saturate((x / y_scale) + y_zero_point). For @@ -1988,9 +1988,11 @@ def quantize_linear( axis Attribute. (Optional) The axis of the dequantizing dimension of the input tensor. - Used for per-axis and blocked quantization. Negative value means + Used only for per-axis and blocked quantization. Negative value means counting dimensions from the back. Accepted range is ``[-r, r-1]`` where - ``r = rank(input)``. + ``r = rank(input)``. When the rank of the input is 1, per-tensor + quantization is applied, rendering the axis unnecessary in this + scenario. block_size Attribute. (Optional) The size of the quantization block (number of times every