From fe93dc65dafeeb8d5617b3c1aa8242775a59b376 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Thu, 8 Feb 2024 10:49:00 -0500 Subject: [PATCH 1/8] Bump version to 1.6.4-rc1 --- Cargo.lock | 20 +++++++++---------- java/version.txt | 2 +- javascript/vegafusion-embed/package-lock.json | 2 +- javascript/vegafusion-embed/package.json | 2 +- python/vegafusion-jupyter/package-lock.json | 2 +- python/vegafusion-jupyter/package.json | 2 +- python/vegafusion-jupyter/setup.cfg | 2 +- .../vegafusion_jupyter/_frontend.py | 2 +- .../vegafusion_jupyter/_version.py | 2 +- python/vegafusion/setup.cfg | 4 ++-- python/vegafusion/vegafusion/_version.py | 2 +- vegafusion-common/Cargo.toml | 2 +- vegafusion-core/Cargo.toml | 4 ++-- vegafusion-dataframe/Cargo.toml | 4 ++-- vegafusion-datafusion-udfs/Cargo.toml | 4 ++-- vegafusion-jni/Cargo.toml | 10 +++++----- vegafusion-python-embed/Cargo.toml | 12 +++++------ vegafusion-runtime/Cargo.toml | 12 +++++------ vegafusion-server/Cargo.toml | 10 +++++----- vegafusion-sql/Cargo.toml | 12 +++++------ vegafusion-wasm/Cargo.toml | 6 +++--- vegafusion-wasm/package-lock.json | 2 +- vegafusion-wasm/package.json | 2 +- 23 files changed, 61 insertions(+), 61 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f1499e8..6ce18fa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4379,7 +4379,7 @@ checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3" [[package]] name = "vegafusion-common" -version = "1.6.3" +version = "1.6.4-rc1" dependencies = [ "arrow", "base64", @@ -4397,7 +4397,7 @@ dependencies = [ [[package]] name = "vegafusion-core" -version = "1.6.3" +version = "1.6.4-rc1" dependencies = [ "bytes", "chrono", @@ -4427,7 +4427,7 @@ dependencies = [ [[package]] name = "vegafusion-dataframe" -version = "1.6.3" +version = "1.6.4-rc1" dependencies = [ "arrow", "async-trait", @@ -4439,7 +4439,7 @@ dependencies = [ [[package]] name = "vegafusion-datafusion-udfs" -version = "1.6.3" +version = "1.6.4-rc1" dependencies = [ "chrono", "chrono-tz", @@ -4452,7 +4452,7 @@ dependencies = [ [[package]] name = "vegafusion-jni" -version = "1.6.3" +version = "1.6.4-rc1" dependencies = [ "jni", "serde_json", @@ -4465,7 +4465,7 @@ dependencies = [ [[package]] name = "vegafusion-python-embed" -version = "1.6.3" +version = "1.6.4-rc1" dependencies = [ "arrow", "async-trait", @@ -4489,7 +4489,7 @@ dependencies = [ [[package]] name = "vegafusion-runtime" -version = "1.6.3" +version = "1.6.4-rc1" dependencies = [ "async-lock", "async-recursion", @@ -4541,7 +4541,7 @@ dependencies = [ [[package]] name = "vegafusion-server" -version = "1.6.3" +version = "1.6.4-rc1" dependencies = [ "assert_cmd", "clap 4.2.1", @@ -4565,7 +4565,7 @@ dependencies = [ [[package]] name = "vegafusion-sql" -version = "1.6.3" +version = "1.6.4-rc1" dependencies = [ "arrow", "async-std", @@ -4600,7 +4600,7 @@ dependencies = [ [[package]] name = "vegafusion-wasm" -version = "1.6.3" +version = "1.6.4-rc1" dependencies = [ "chrono", "console_error_panic_hook", diff --git a/java/version.txt b/java/version.txt index f5d2a585..3cd6ee6c 100644 --- a/java/version.txt +++ b/java/version.txt @@ -1 +1 @@ -1.6.3 \ No newline at end of file +1.6.4-rc1 \ No newline at end of file diff --git a/javascript/vegafusion-embed/package-lock.json b/javascript/vegafusion-embed/package-lock.json index a3540b9c..6bf4fafb 100644 --- a/javascript/vegafusion-embed/package-lock.json +++ b/javascript/vegafusion-embed/package-lock.json @@ -1,6 +1,6 @@ { "name": "vegafusion-embed", - "version": "1.6.3", + "version": "1.6.4-rc1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/javascript/vegafusion-embed/package.json b/javascript/vegafusion-embed/package.json index 6fb5d94b..72d95e52 100644 --- a/javascript/vegafusion-embed/package.json +++ b/javascript/vegafusion-embed/package.json @@ -1,6 +1,6 @@ { "name": "vegafusion-embed", - "version": "1.6.3", + "version": "1.6.4-rc1", "description": "Library to embed vegafusion visualizations", "keywords": [ "vega", diff --git a/python/vegafusion-jupyter/package-lock.json b/python/vegafusion-jupyter/package-lock.json index dea55d19..2a5e773e 100644 --- a/python/vegafusion-jupyter/package-lock.json +++ b/python/vegafusion-jupyter/package-lock.json @@ -1,6 +1,6 @@ { "name": "vegafusion-jupyter", - "version": "1.6.3", + "version": "1.6.4-rc1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/python/vegafusion-jupyter/package.json b/python/vegafusion-jupyter/package.json index 3b94f737..f9a4128b 100644 --- a/python/vegafusion-jupyter/package.json +++ b/python/vegafusion-jupyter/package.json @@ -1,6 +1,6 @@ { "name": "vegafusion-jupyter", - "version": "1.6.3", + "version": "1.6.4-rc1", "description": "Altair Jupyter Widget library that relies on VegaFusion for serverside calculations", "keywords": [ "jupyter", diff --git a/python/vegafusion-jupyter/setup.cfg b/python/vegafusion-jupyter/setup.cfg index f77153c7..d12d8633 100644 --- a/python/vegafusion-jupyter/setup.cfg +++ b/python/vegafusion-jupyter/setup.cfg @@ -4,7 +4,7 @@ universal = 0 [metadata] name = vegafusion-jupyter description = Altair Jupyter Widget library that relies on VegaFusion for serverside calculations -version = 1.6.3 +version = 1.6.4-rc1 author = Jon Mease author_email = jonmmease@gmail.com url = https://vegafusion.io diff --git a/python/vegafusion-jupyter/vegafusion_jupyter/_frontend.py b/python/vegafusion-jupyter/vegafusion_jupyter/_frontend.py index fc5a1460..531d7e1f 100644 --- a/python/vegafusion-jupyter/vegafusion_jupyter/_frontend.py +++ b/python/vegafusion-jupyter/vegafusion_jupyter/_frontend.py @@ -2,4 +2,4 @@ Information about the frontend package of the widgets. """ module_name = "vegafusion-jupyter" -module_version = "^1.6.3" +module_version = "^1.6.4-rc1" diff --git a/python/vegafusion-jupyter/vegafusion_jupyter/_version.py b/python/vegafusion-jupyter/vegafusion_jupyter/_version.py index 4574cc89..1119230e 100644 --- a/python/vegafusion-jupyter/vegafusion_jupyter/_version.py +++ b/python/vegafusion-jupyter/vegafusion_jupyter/_version.py @@ -1 +1 @@ -__version__ = '1.6.3' +__version__ = '1.6.4-rc1' diff --git a/python/vegafusion/setup.cfg b/python/vegafusion/setup.cfg index d468bdf7..478c056d 100644 --- a/python/vegafusion/setup.cfg +++ b/python/vegafusion/setup.cfg @@ -4,7 +4,7 @@ universal = 0 [metadata] name = vegafusion description = Core tools for using VegaFusion from Python -version = 1.6.3 +version = 1.6.4-rc1 long_description = file: README.md long_description_content_type = text/markdown keywords = vega, altair, vegafusion, arrow @@ -35,6 +35,6 @@ install_requires = [options.extras_require] embed = - vegafusion-python-embed==1.6.3 + vegafusion-python-embed==1.6.4-rc1 vl-convert-python>=0.7.0 diff --git a/python/vegafusion/vegafusion/_version.py b/python/vegafusion/vegafusion/_version.py index 4574cc89..1119230e 100644 --- a/python/vegafusion/vegafusion/_version.py +++ b/python/vegafusion/vegafusion/_version.py @@ -1 +1 @@ -__version__ = '1.6.3' +__version__ = '1.6.4-rc1' diff --git a/vegafusion-common/Cargo.toml b/vegafusion-common/Cargo.toml index c0f4f873..c886d211 100644 --- a/vegafusion-common/Cargo.toml +++ b/vegafusion-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vegafusion-common" -version = "1.6.3" +version = "1.6.4-rc1" edition = "2021" description = "Common components required by multiple VegaFusion crates" license = "BSD-3-Clause" diff --git a/vegafusion-core/Cargo.toml b/vegafusion-core/Cargo.toml index 22d633d1..6b6af69a 100644 --- a/vegafusion-core/Cargo.toml +++ b/vegafusion-core/Cargo.toml @@ -2,7 +2,7 @@ name = "vegafusion-core" license = "BSD-3-Clause" edition = "2021" -version = "1.6.3" +version = "1.6.4-rc1" description = "Core components required by multiple VegaFusion crates, with WASM compatibility" [features] @@ -40,7 +40,7 @@ features = [ "preserve_order",] [dependencies.vegafusion-common] path = "../vegafusion-common" features = [ "json", "sqlparser",] -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.datafusion-common] workspace = true diff --git a/vegafusion-dataframe/Cargo.toml b/vegafusion-dataframe/Cargo.toml index 8df472f7..e5fb166a 100644 --- a/vegafusion-dataframe/Cargo.toml +++ b/vegafusion-dataframe/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vegafusion-dataframe" license = "BSD-3-Clause" -version = "1.6.3" +version = "1.6.4-rc1" edition = "2021" description = "VegaFusion's DataFrame and Connection traits" @@ -13,7 +13,7 @@ async-trait = "0.1.73" [dependencies.vegafusion-common] path = "../vegafusion-common" -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.datafusion-common] workspace = true diff --git a/vegafusion-datafusion-udfs/Cargo.toml b/vegafusion-datafusion-udfs/Cargo.toml index 91610e6c..d91f1c18 100644 --- a/vegafusion-datafusion-udfs/Cargo.toml +++ b/vegafusion-datafusion-udfs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vegafusion-datafusion-udfs" license = "BSD-3-Clause" -version = "1.6.3" +version = "1.6.4-rc1" edition = "2021" description = "Custom DataFusion UDFs used by VegaFusion" @@ -16,7 +16,7 @@ workspace = true [dependencies.vegafusion-common] path = "../vegafusion-common" -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.datafusion-physical-expr] workspace = true diff --git a/vegafusion-jni/Cargo.toml b/vegafusion-jni/Cargo.toml index 82189b9e..bcf0a6ec 100644 --- a/vegafusion-jni/Cargo.toml +++ b/vegafusion-jni/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vegafusion-jni" -version = "1.6.3" +version = "1.6.4-rc1" edition = "2021" [lib] @@ -15,21 +15,21 @@ serde_json = "1.0.96" [dependencies.vegafusion-common] path = "../vegafusion-common" -version = "1.6.3" +version = "1.6.4-rc1" features = [ "jni",] [dependencies.vegafusion-core] path = "../vegafusion-core" features = [ "tonic_support",] -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.vegafusion-runtime] path = "../vegafusion-runtime" -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.vegafusion-sql] path = "../vegafusion-sql" -version = "1.6.3" +version = "1.6.4-rc1" features = [ "datafusion-conn",] [dependencies.tokio] diff --git a/vegafusion-python-embed/Cargo.toml b/vegafusion-python-embed/Cargo.toml index bfd671e5..1cbbfc44 100644 --- a/vegafusion-python-embed/Cargo.toml +++ b/vegafusion-python-embed/Cargo.toml @@ -2,7 +2,7 @@ name = "vegafusion-python-embed" license = "BSD-3-Clause" edition = "2021" -version = "1.6.3" +version = "1.6.4-rc1" description = "vegafusion-python-embed PyO3 Python Package" [lib] @@ -39,26 +39,26 @@ features = [ "pyarrow",] [dependencies.vegafusion-common] path = "../vegafusion-common" features = [ "pyo3", "datafusion-proto", "base64",] -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.vegafusion-core] path = "../vegafusion-core" features = [ "pyarrow",] -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.vegafusion-runtime] path = "../vegafusion-runtime" features = [ "pyarrow",] -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.vegafusion-sql] path = "../vegafusion-sql" -version = "1.6.3" +version = "1.6.4-rc1" features = [ "datafusion-conn", "pyarrow",] [dependencies.vegafusion-dataframe] path = "../vegafusion-dataframe" -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.datafusion-proto] workspace = true diff --git a/vegafusion-runtime/Cargo.toml b/vegafusion-runtime/Cargo.toml index 92a2515c..d72a9cf2 100644 --- a/vegafusion-runtime/Cargo.toml +++ b/vegafusion-runtime/Cargo.toml @@ -6,7 +6,7 @@ harness = false name = "vegafusion-runtime" license = "BSD-3-Clause" edition = "2021" -version = "1.6.3" +version = "1.6.4-rc1" description = "VegaFusion Runtime" [features] @@ -69,20 +69,20 @@ workspace = true [dependencies.vegafusion-common] path = "../vegafusion-common" features = [ "json", "sqlparser", "prettyprint", "object_store",] -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.vegafusion-core] path = "../vegafusion-core" features = [ "sqlparser",] -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.vegafusion-datafusion-udfs] path = "../vegafusion-datafusion-udfs" -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.vegafusion-dataframe] path = "../vegafusion-dataframe" -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.serde] version = "1.0.137" @@ -120,5 +120,5 @@ features = [ "async_tokio",] [dev-dependencies.vegafusion-sql] path = "../vegafusion-sql" -version = "1.6.3" +version = "1.6.4-rc1" features = [ "datafusion-conn",] diff --git a/vegafusion-server/Cargo.toml b/vegafusion-server/Cargo.toml index b7d791e8..3d3a1aac 100644 --- a/vegafusion-server/Cargo.toml +++ b/vegafusion-server/Cargo.toml @@ -5,7 +5,7 @@ path = "src/main.rs" [package] name = "vegafusion-server" license = "BSD-3-Clause" -version = "1.6.3" +version = "1.6.4-rc1" edition = "2021" description = "VegaFusion Server" @@ -31,20 +31,20 @@ workspace = true [dependencies.vegafusion-common] path = "../vegafusion-common" -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.vegafusion-core] path = "../vegafusion-core" features = [ "tonic_support",] -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.vegafusion-runtime] path = "../vegafusion-runtime" -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.vegafusion-sql] path = "../vegafusion-sql" -version = "1.6.3" +version = "1.6.4-rc1" features = [ "datafusion-conn",] [dependencies.tokio] diff --git a/vegafusion-sql/Cargo.toml b/vegafusion-sql/Cargo.toml index 42d90152..3a23f921 100644 --- a/vegafusion-sql/Cargo.toml +++ b/vegafusion-sql/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vegafusion-sql" license = "BSD-3-Clause" -version = "1.6.3" +version = "1.6.4-rc1" edition = "2021" description = "VegaFusion SQL dialect generation and connection implementations" @@ -29,16 +29,16 @@ workspace = true [dependencies.vegafusion-common] path = "../vegafusion-common" -version = "1.6.3" +version = "1.6.4-rc1" features = [ "sqlparser",] [dependencies.vegafusion-dataframe] path = "../vegafusion-dataframe" -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.vegafusion-datafusion-udfs] path = "../vegafusion-datafusion-udfs" -version = "1.6.3" +version = "1.6.4-rc1" optional = true [dependencies.arrow] @@ -101,11 +101,11 @@ features = [ "preserve_order",] [dev-dependencies.vegafusion-datafusion-udfs] path = "../vegafusion-datafusion-udfs" -version = "1.6.3" +version = "1.6.4-rc1" [dev-dependencies.vegafusion-common] path = "../vegafusion-common" -version = "1.6.3" +version = "1.6.4-rc1" features = [ "sqlparser", "json", "prettyprint",] [dev-dependencies.tokio] diff --git a/vegafusion-wasm/Cargo.toml b/vegafusion-wasm/Cargo.toml index 00e58ef4..94513c73 100644 --- a/vegafusion-wasm/Cargo.toml +++ b/vegafusion-wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vegafusion-wasm" license = "BSD-3-Clause" -version = "1.6.3" +version = "1.6.4-rc1" edition = "2021" description = "VegaFusion WASM package for embedding Vega charts in the browser with a connection to a VegaFusion Runtime\n" @@ -30,11 +30,11 @@ workspace = true [dependencies.vegafusion-common] path = "../vegafusion-common" features = [ "json",] -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.vegafusion-core] path = "../vegafusion-core" -version = "1.6.3" +version = "1.6.4-rc1" [dependencies.serde] version = "1.0.137" diff --git a/vegafusion-wasm/package-lock.json b/vegafusion-wasm/package-lock.json index b0c1d0cb..ddc81ede 100644 --- a/vegafusion-wasm/package-lock.json +++ b/vegafusion-wasm/package-lock.json @@ -1,6 +1,6 @@ { "name": "vegafusion-wasm", - "version": "1.6.3", + "version": "1.6.4-rc1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/vegafusion-wasm/package.json b/vegafusion-wasm/package.json index 7e4ad99f..308a876e 100644 --- a/vegafusion-wasm/package.json +++ b/vegafusion-wasm/package.json @@ -1,6 +1,6 @@ { "name": "vegafusion-wasm", - "version": "1.6.3", + "version": "1.6.4-rc1", "author": { "name": "Jon Mease", "email": "jon@vegafusion.io", From a93339f961b6759f44af7a4706cc9c20e4f0d48e Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Thu, 8 Feb 2024 10:51:23 -0500 Subject: [PATCH 2/8] Comment out windows Java CI --- .github/workflows/java.yml | 72 +++++++++++++++++++------------------- java/lib/build.gradle | 7 +++- 2 files changed, 42 insertions(+), 37 deletions(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index c142402c..dc76b09a 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -92,42 +92,42 @@ jobs: path: | native - build-test-java-win-64: - runs-on: windows-2022 - steps: - - name: Check out repository code - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 -# # Using pixi action here results in error on cleanup: -# # EBUSY: resource busy or locked, unlink 'D:\a\vegafusion\vegafusion\.pixi\env\Library\lib\jvm\lib\modules' -# - uses: prefix-dev/setup-pixi@v0.4.1 +# build-test-java-win-64: +# runs-on: windows-2022 +# steps: +# - name: Check out repository code +# uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 +## # Using pixi action here results in error on cleanup: +## # EBUSY: resource busy or locked, unlink 'D:\a\vegafusion\vegafusion\.pixi\env\Library\lib\jvm\lib\modules' +## - uses: prefix-dev/setup-pixi@v0.4.1 +## with: +## pixi-version: v0.7.0 +## # So use manual install for now +# - name: Install pixi +# run: | +# iwr -useb https://pixi.sh/install.ps1 | iex +# echo "${HOME}\.pixi\bin" +# echo "${HOME}\.pixi\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append +# - name: Cache +# uses: actions/cache@v3 # with: -# pixi-version: v0.7.0 -# # So use manual install for now - - name: Install pixi - run: | - iwr -useb https://pixi.sh/install.ps1 | iex - echo "${HOME}\.pixi\bin" - echo "${HOME}\.pixi\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - - name: Cache - uses: actions/cache@v3 - with: - key: ${{ runner.os }}-${{ hashFiles('pixi.lock', 'Cargo.lock') }}-build-test-java-win-64 - path: | - ~/.cargo - target - .pixi - - name: Test Java - run: pixi run test-java-win - - name: Copy native lib - run: | - mkdir -p native/win-64 - cp target/release/vegafusion_jni.dll native/win-64 - - name: Upload artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2 - with: - name: jni-native - path: | - native +# key: ${{ runner.os }}-${{ hashFiles('pixi.lock', 'Cargo.lock') }}-build-test-java-win-64 +# path: | +# ~/.cargo +# target +# .pixi +# - name: Test Java +# run: pixi run test-java-win +# - name: Copy native lib +# run: | +# mkdir -p native/win-64 +# cp target/release/vegafusion_jni.dll native/win-64 +# - name: Upload artifacts +# uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2 +# with: +# name: jni-native +# path: | +# native build-jar: runs-on: ubuntu-20.04 @@ -135,7 +135,7 @@ jobs: - build-test-java-linux-64 - build-test-java-osx-64 - build-java-osx-arm64 - - build-test-java-win-64 +# - build-test-java-win-64 steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 diff --git a/java/lib/build.gradle b/java/lib/build.gradle index 44b88734..79798c1b 100644 --- a/java/lib/build.gradle +++ b/java/lib/build.gradle @@ -117,7 +117,12 @@ jar { } // Validate the expected subdirectories - def subdirs = ['linux-64', 'osx-64', 'osx-arm64', 'win-64'] + def subdirs = [ + 'linux-64', + 'osx-64', + 'osx-arm64', +// 'win-64' + ] subdirs.each { subdir -> def subdirPath = new File(nativeLibDir, subdir) if (!subdirPath.isDirectory()) { From dfa2d42e35840c78c590b7c46277b18c36fdc4a0 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Thu, 8 Feb 2024 11:32:35 -0500 Subject: [PATCH 3/8] break cache, update pixi --- .github/workflows/build_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 25e0f102..a77c418c 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -563,11 +563,11 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - uses: prefix-dev/setup-pixi@v0.4.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: - key: ${{ runner.os }}-${{ hashFiles('pixi.lock', 'Cargo.lock') }}-build-vegafusion-server-win-64 + key: ${{ runner.os }}-${{ hashFiles('pixi.lock', 'Cargo.lock') }}-build-vegafusion-server-win-64b path: | ~/.cargo target @@ -595,7 +595,7 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - uses: prefix-dev/setup-pixi@v0.4.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: @@ -626,7 +626,7 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - uses: prefix-dev/setup-pixi@v0.4.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: From adcde9506c1c284c1215e778a5af787a87b5b86b Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Thu, 8 Feb 2024 13:30:20 -0500 Subject: [PATCH 4/8] coment windows try-jar job --- .github/workflows/java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index dc76b09a..537ddcd6 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -171,7 +171,7 @@ jobs: os: - ubuntu-20.04 - macos-11 - - windows-2022 +# - windows-2022 runs-on: ${{ matrix.os }} needs: [ build-jar ] steps: From aa6c2416264de127311eb5434a0879949c65f943 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Thu, 8 Feb 2024 13:51:59 -0500 Subject: [PATCH 5/8] Updates for pixi 0.13 --- automation/download_rust_target.py | 8 +- pixi.lock | 36838 ++++++++++++--------------- pixi.toml | 5 +- 3 files changed, 16795 insertions(+), 20056 deletions(-) diff --git a/automation/download_rust_target.py b/automation/download_rust_target.py index 73aae905..000bc16e 100644 --- a/automation/download_rust_target.py +++ b/automation/download_rust_target.py @@ -19,17 +19,17 @@ def get_rustc_version(): def ensure_target(target_name): - package_root = os.environ.get("PIXI_PACKAGE_ROOT", None) + package_root = os.environ.get("PIXI_PROJECT_ROOT", None) if package_root is None: - raise ValueError("Expected PIXI_PACKAGE_ROOT environment variable to be set") + raise ValueError("Expected PIXI_PROJECT_ROOT environment variable to be set") if platform.system() == "Windows": dest_dir = os.path.join( - package_root, ".pixi", "env", "Library", "lib", "rustlib", target_name + package_root, ".pixi", "envs", "default", "Library", "lib", "rustlib", target_name ) else: dest_dir = os.path.join( - package_root, ".pixi", "env", "lib", "rustlib", target_name + package_root, ".pixi", "envs", "default", "lib", "rustlib", target_name ) if os.path.exists(dest_dir): print("wasm32-unknown-unknown target already installed") diff --git a/pixi.lock b/pixi.lock index 4e94ffdd..187cf239 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1,21619 +1,19249 @@ -metadata: - content_hash: - linux-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d - osx-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d - osx-arm64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d - win-64: e90c2ee71ad70fc0a1c8302029533a7d1498f2bffcd0eaa8d2934700e775dc1d - channels: - - url: https://conda.anaconda.org/conda-forge/ - used_env_vars: [] - platforms: - - linux-64 - - osx-64 - - osx-arm64 - - win-64 - sources: [] - time_metadata: null - git_metadata: null - inputs_metadata: null - custom_metadata: null -package: -- name: _libgcc_mutex +version: 4 +environments: + default: + channels: + - url: https://conda.anaconda.org/conda-forge/ + packages: + linux-64: + - conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 + - 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/alsa-lib-1.2.10-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aom-3.6.1-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py310h2372a71_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/arrow-cpp-12.0.1-ha770c72_12_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.4-hc8144f4_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.2-h09139f6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.3-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.17-h184a658_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.3.2-hd6ebb48_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.7.13-hc690213_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.13.32-h161b759_6.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.9.6-h32970c0_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.3.17-hb5e3142_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.12-h184a658_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.17-h184a658_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.23.1-h94c364a_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.156-h6600424_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.5-h0f2a231_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hd590300_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hd590300_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py310hc6cd4ac_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-h9c3ff4c_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h7f98852_4.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.21.0-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.10.5-hb4ffafa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.7.22-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-h3faef2a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py310h2fee648_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/coverage-7.3.2-py310h2372a71_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.0-py310hc6cd4ac_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.5.0-hcb278e6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.2.0-h338b0a0_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.1-h0b41bf4_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/glog-0.6.0-h6f12383_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/gmp-6.2.1-h58526e2_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h58526e2_1001.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-8.2.1-h3d44ed6_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2023.9.18-py310h3a85d3a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/jsonpointer-2.4-py310hff52083_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.5.0-py310hff52083_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-h7f98852_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.15-h7f713cb_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20230125.3-cxx17_h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.2-h59595ed_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libarrow-12.0.1-h1ed0495_12_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.0.1-h87da1f6_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-19_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-19_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h4637d8d_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.4.0-hca28451_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.19-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-h516909a_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-devel_linux-64-13.2.0-ha9c7c90_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.78.0-hebfc3b9_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.12.0-h840a212_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.56.2-h3905398_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-h166bdaf_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-2.1.5.1-hd590300_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-19_linux64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.55.1-h47da74e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.16-h0b41bf4_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.24-pthreads_h413a1c8_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.39-h753d276_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.23.3-hd1fb520_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.2.0-h7e041cc_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.18-h36c2ea0_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.44.0-h2797004_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.19.0-hb90f79a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h29866fb_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.44.2-hd590300_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.3.2-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.15-h0b41bf4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.3-py310h2372a71_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/maturin-1.2.3-py310h75e40e8_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/minio-server-2023.09.23.03.47.50-hbcca054_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-h59595ed_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.5.1-hb753e55_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.0-py310hb13e2d6_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openjdk-20.0.0-hfea2f88_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.0-h488ebb8_3.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.1.4-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/orc-1.9.0-h385abfd_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.0.3-py310h7cbd5c2_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.1.3-h32600fe_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.40-hc3806b6_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.0.1-py310h29da1c1_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.42.2-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/polars-0.18.15-py310h2d36a57_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/protobuf-4.23.3-py310hb875b13_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.5-py310h2372a71_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-h36c2ea0_1001.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-12.0.1-py310hf9e7431_12_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.10.13-hd12c33a_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-0.8.1-py310h8e3e826_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.10-4_cp310.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.4.1-py310h1f7b6fc_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py310h2372a71_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-25.1.1-py310h795f18f_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.6.6-he8a937b_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-28.9-h59595ed_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.03.02-h8c504da_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.10.6-py310hcb5633a_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/rust-1.75.0-h70c747d_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.3.54-h06160fa_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.21.0-py310hc6cd4ac_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.11.3-py310hb13e2d6_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/selenium-manager-4.11.0-he8a937b_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.1.10-h9fff704_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-1.7.0-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-h2797004_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.3.3-py310h2372a71_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/trio-0.22.2-py310hff52083_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.14.1-h64cca9d_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/vl-convert-python-1.0.1rc1-py310h2372a71_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/websockets-12.0-py310h2372a71_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-fixesproto-5.0-h7f98852_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-inputproto-2.3.2-h7f98852_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-kbproto-1.0.7-h7f98852_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.7-h8ee46fc_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.3-h7f98852_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-5.0.3-h7f98852_1004.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.7.10-h7f98852_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxt-1.3.0-hd590300_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.3-h7f98852_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-recordproto-1.14.2-h7f98852_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-renderproto-0.11.1-h7f98852_1002.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-h0b41bf4_1003.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xproto-7.0.31-h7f98852_1007.tar.bz2 + - 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 + - conda: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h59595ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.0-h59595ed_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.0.7-h0b41bf4_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/altair-5.1.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.6-unix_pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configparser-5.3.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/deprecation-2.1.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.7.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/imageio-2.31.5-pyh8c1a49c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyhf8b6a83_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.17.2-pyh41d4057_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-packaging-0.12.3-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.8.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.9.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.15.0-pyhcff175f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_16.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/minio-7.1.17-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.10.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.10.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.10.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbval-0.9.6-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/outcome-1.3.0.post0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.18.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-unknown-linux-gnu-1.75.0-h2c6d0dc_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/selenium-4.11.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyh41d4057_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.12-he073ed8_16.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.2.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.1-pyh41d4057_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tifffile-2023.9.26-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.13.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/trio-websocket-0.11.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/vega_datasets-0.9.0-pyhd3deb0d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/voila-0.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wsproto-1.2.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/yarn-3.6.1-h31011fe_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda + osx-64: + - conda: https://conda.anaconda.org/conda-forge/noarch/altair-5.1.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.6-unix_pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configparser-5.3.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/deprecation-2.1.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.7.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/imageio-2.31.5-pyh8c1a49c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyh3cd1d5f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.17.2-pyh31c8845_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-packaging-0.12.3-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.8.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.9.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.15.0-pyhcff175f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/minio-7.1.17-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.10.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.10.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.10.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbval-0.9.6-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/outcome-1.3.0.post0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.18.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-apple-darwin-1.75.0-h38e4360_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/selenium-4.11.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyhd1c38e8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.2.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.1-pyhd1c38e8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tifffile-2023.9.26-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.13.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/trio-websocket-0.11.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/vega_datasets-0.9.0-pyhd3deb0d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/voila-0.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wsproto-1.2.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/yarn-3.6.1-h31011fe_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aom-3.6.1-he965462_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/argon2-cffi-bindings-21.2.0-py310h6729b98_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/arrow-cpp-12.0.1-h694c41f_12_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.4-h7fea801_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.2-hfc10710_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.3-h0dc2134_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.17-hd41bdd4_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.3.2-hab6341b_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.7.13-h868b204_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.13.32-h2566903_6.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.9.6-he6da789_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.3.17-h5997705_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.12-hd41bdd4_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.17-hd41bdd4_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.23.1-h4e3dc9b_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.156-h99d1da1_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.5-heccf04b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h0dc2134_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h0dc2134_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py310h9e9d8ca_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/brunsli-0.1-h046ec9c_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h0d85af4_4.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.21.0-h10d778d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/c-blosc2-2.10.5-h354e526_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2023.7.22-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py310hdca579f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/charls-2.4.2-he965462_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/coverage-7.3.2-py310h6729b98_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.0-py310h9e9d8ca_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/gflags-2.2.2-hb1e8313_1004.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.1-hb7f2c08_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/glog-0.6.0-h8ac2a54_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/imagecodecs-2023.9.18-py310hc703689_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/jsonpointer-2.4-py310h2ec42d9_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.5.0-py310h2ec42d9_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/jxrlib-1.1-h35c211d_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.15-hd6ba6f3_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20230125.3-cxx17_h000cb23_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.2-he965462_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libarrow-12.0.1-hca2412d_12_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.0.1-h4fa63ff_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-19_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h0dc2134_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h0dc2134_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h0dc2134_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-19_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.4.0-h726d00d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.19-ha4e1b8e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-haf1e3a3_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/libevent-2.1.12-ha90c15b_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.12.0-h37a168a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.56.2-he6801ca_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libjpeg-turbo-3.0.0-h0dc2134_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-19_osx64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.55.1-hc0a10c5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.24-openmp_h48a4ad5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.39-ha978bb4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.23.3-h5feb325_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.18-hbcb3906_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.44.0-h92b6c6a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libthrift-0.19.0-h064b379_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h684deea_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libutf8proc-2.8.0-hb7f2c08_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.44.2-h0dc2134_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.3.2-h0dc2134_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.15-hb7f2c08_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libzopfli-1.0.3-h046ec9c_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-17.0.4-hb6ac08f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.9.4-hf0c8a7f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.3-py310h6729b98_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/maturin-1.2.3-py310hcdf1ef2_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/minio-server-2023.09.23.03.47.50-h8857fd0_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-h93d8f39_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/nodejs-20.5.1-h119ffd7_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.0-py310h0171094_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openjdk-20.0.0-h7d26f99_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.0-ha4da562_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.1.4-hd75f5a5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/orc-1.9.0-hef23039_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.0.3-py310h5e4fcda_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pandoc-3.1.3-h9d075a6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.1.0-py310he65384d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/polars-0.18.15-py310h95fa17d_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/protobuf-4.23.3-py310h4e8a696_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.5-py310h6729b98_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-hc929b4f_1001.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-12.0.1-py310h6eef95f_12_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-core-10.0-py310hef2d279_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-framework-cocoa-10.0-py310hef2d279_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.10.13-h00d2728_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python-duckdb-0.8.1-py310h1ba7dce_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.10-4_cp310.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pywavelets-1.4.1-py310hf0b6da5_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py310h6729b98_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-25.1.1-py310hd8b4af3_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/rav1e-0.6.6-h7205ca4_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.03.02-h096449b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.10.6-py310h0e083fb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/rust-1.75.0-h7e1429e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/scikit-image-0.21.0-py310h9e9d8ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.11.3-py310h2db466d_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/selenium-manager-4.11.0-h7205ca4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.1.10-h225ccf5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-1.7.0-he965462_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-hef22860_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.3.3-py310h6729b98_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/trio-0.22.2-py310h2ec42d9_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/vl-convert-python-1.0.1rc1-py310h46e74b5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/websockets-12.0-py310hb372a2b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.3-h35c211d_0.tar.bz2 + - 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 + - conda: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-h93d8f39_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zfp-1.0.0-hf3d7188_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-ng-2.0.7-hb7f2c08_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda + osx-arm64: + - conda: https://conda.anaconda.org/conda-forge/noarch/altair-5.1.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/anyio-3.7.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-21.3.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/arrow-1.2.3-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/async_generator-1.10-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.12.1-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/bleach-6.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.2.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.6-unix_pyh707e725_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configparser-5.3.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/deprecation-2.1.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-1.2.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.7.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/flit-core-3.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/imageio-2.31.1-pyh24c5eb1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.25.1-pyh5fb750a_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.14.0-pyhd1c38e8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonpointer-2.0-py_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.0-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-packaging-0.12.3-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.7.0-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.7.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.24.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.8-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.15.0-pyhcff175f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/minio-7.1.17-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbval-0.9.6-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/outcome-1.2.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-23.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.10.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.2.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pooch-1.7.0-pyha770c72_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.17.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-aarch64-apple-darwin-1.75.0-hf6ec828_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/selenium-4.11.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyhd1c38e8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.3.2.post1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.2.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.1-pyhd1c38e8_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tifffile-2023.8.12-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.9.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/trio-websocket-0.10.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.7.1-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.7.1-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/vega_datasets-0.9.0-pyhd3deb0d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/voila-0.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.6-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-py_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.8-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wsproto-1.2.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/yarn-3.6.1-h31011fe_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.16.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.5.0-h7ea286d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/argon2-cffi-bindings-21.2.0-py310h8e9501a_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/arrow-cpp-12.0.1-h1b749cb_8_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.3-h109ad1a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.1-hb406d48_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.0-hb547adb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.17-he70778a_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.3.1-hcf14f3f_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.7.11-hcbec455_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.13.32-he8ad1d2_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.9.3-hf45dd20_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.3.14-hf0e1321_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.12-he70778a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.17-he70778a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.21.0-hda227cd_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.10.57-h1190f42_19.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.4-hc338f07_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.0.9-h1a8c8d9_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.0.9-h1a8c8d9_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.0.9-py310h0f1eb42_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/brunsli-0.1-h9f76cd9_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h3422bc3_4.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.19.1-hb547adb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-blosc2-2.10.0-h068da5f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2023.7.22-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.16.0-h1e71087_1016.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.15.1-py310h2399d43_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.2.0-h2f961c4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/charls-2.4.2-h13dd4ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/coverage-7.3.0-py310h2aa6e3c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.6.8-py310h1253130_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.5.0-hb7217d7_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hd633e50_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.10-h9bcf4fe_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-0.21.1-h0186832_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/gflags-2.2.2-hc88da5d_1004.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.1-h1a8c8d9_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/glib-2.76.4-ha614eb4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/glib-tools-2.76.4-ha614eb4_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.6.0-h6da1cb0_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-h9f76cd9_1001.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-7.3.0-h46e5fef_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-72.1-he12128b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/imagecodecs-2023.1.23-py310hd30fb6a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/jpeg-9e-h1a8c8d9_3.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.3.1-py310hbe9552e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/jxrlib-1.1-h27ca646_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.15-h481adae_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20230125.3-cxx17_h13dd4ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.0.6-hb7217d7_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-12.0.1-hb74b275_8_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libavif-0.11.1-h9f83d30_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-17_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.0.9-h1a8c8d9_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.0.9-h1a8c8d9_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.0.9-h1a8c8d9_9.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-17_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.2.1-hc52a3a8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.17-h1a8c8d9_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h642e427_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libevent-2.1.12-h2757513_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.5.0-hb7217d7_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-12_2_0_hd922786_32.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-12.2.0-h0eea778_32.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.76.4-h24e9cb9_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.12.0-h05652e3_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.56.2-h9075ed4_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-he4db4b2_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-17_osxarm64_openblas.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.52.0-hae82a92_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.23-openmp_hc731615_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.39-h76d750c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.23.3-hf32f9b9_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.56.3-h0db3404_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.18-h27ca646_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.42.0-hb31c410_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libthrift-0.18.1-ha061701_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.5.0-h5dffbdd_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libutf8proc-2.8.0-h1a8c8d9_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.44.2-hb547adb_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.3.1-hb547adb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.13-h9b22ae9_1004.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.11.5-he3bdae6_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzopfli-1.0.3-h9f76cd9_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-16.0.6-h1c12783_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.9.4-hb7217d7_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.3-py310h2aa6e3c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/maturin-1.2.3-py310hdd3b5e7_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/minio-server-2023.09.23.03.47.50-hf0a4a13_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4-h7ea286d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-20.5.1-ha2ed473_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.25.2-py310haa1e00c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjdk-20.0.0-hbe7ddab_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.0-hbc2ba62_2.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.1.2-h53f4e23_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/orc-1.9.0-h858f345_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.0.3-py310h1cdf563_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pandoc-3.1.3-hce30654_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.50.14-h9f7e0c6_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.40-hb34f9b4_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-9.4.0-py310h5a7539a_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.40.0-h27ca646_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pkg-config-0.29.2-hab62308_1008.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/polars-0.18.15-py310had9acf8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/protobuf-4.23.3-py310hf4e154e_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.5-py310h8e9501a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-h27ca646_1001.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-12.0.1-py310hfbab16f_8_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-core-9.2-py310hd07e440_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-framework-cocoa-9.2-py310hd07e440_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.10.12-h01493a6_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-duckdb-0.8.1-py310h1d8123b_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.10-3_cp310.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pywavelets-1.4.1-py310hf1a086a_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0-py310h8e9501a_5.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-25.1.1-py310h30b7201_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.03.02-hc5e2d97_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rpds-py-0.9.2-py310had9acf8_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rust-1.75.0-h4ff7c5d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-image-0.21.0-py310h1253130_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.11.1-py310h0975f3d_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/selenium-manager-4.11.0-h69fbcac_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.1.10-h17c5cce_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.12-he1e0b03_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.3.2-py310h2aa6e3c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/trio-0.21.0-py310hbe9552e_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/vl-convert-python-1.0.1rc1-py310h2aa6e3c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/websockets-11.0.3-py310h2aa6e3c_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.11-hb547adb_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.3-h27ca646_0.tar.bz2 + - 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 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.4-hbdafb3b_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zfp-1.0.0-hb6e4faa_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-h53f4e23_5.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-ng-2.0.7-h1a8c8d9_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.2-h4f39d0f_7.conda + win-64: + - conda: https://conda.anaconda.org/conda-forge/noarch/altair-5.1.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.6-win_pyh7428d3b_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/configparser-5.3.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/deprecation-2.1.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/flaky-3.7.0-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/imageio-2.31.5-pyh8c1a49c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyha63f2e9_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ipython-8.17.2-pyh5737063_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter-packaging-0.12.3-pyha770c72_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.8.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.9.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.5-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.15.0-pyhcff175f_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/minio-7.1.17-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.10.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.10.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.10.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/nbval-0.9.6-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/outcome-1.3.0.post0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.18.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-pc-windows-msvc-1.75.0-h17fc481_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/selenium-4.11.2-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyh08f2357_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.2.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.0-pyh08f2357_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tifffile-2023.9.26-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.2-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.13.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/trio-websocket-0.11.1-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.7-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/vega_datasets-0.9.0-pyhd3deb0d_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/voila-0.5.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.4-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.3-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.9-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/wsproto-1.2.0-pyhd8ed1ab_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/noarch/yarn-3.6.1-h5737063_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aom-3.6.1-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/argon2-cffi-bindings-21.2.0-py310h8d17308_4.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/arrow-cpp-12.0.1-h57928b3_12_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.4-hc10d58f_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.2-hd5965a7_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.3-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.17-hd5965a7_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.3.2-hea44b67_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.7.13-h6dd44e3_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.13.32-ha16e049_6.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.9.6-h5e85a83_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.3.17-ha8f72b6_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.12-hd5965a7_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.17-hd5965a7_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.23.1-h70f7a23_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.156-h02852bd_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.5-hdccc3a2_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py310h00ffb61_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h8ffe710_4.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.21.0-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/c-blosc2-2.10.5-h183a6f4_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2023.7.22-h56e8100_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py310h8d17308_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/charls-2.4.2-h1537add_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/coverage-7.3.2-py310h8d17308_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/dav1d-1.2.1-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.0-py310h00ffb61_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/giflib-5.2.1-h64bf75a_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/imagecodecs-2023.9.18-py310h0dcf169_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2023.2.0-h57928b3_50497.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/jsonpointer-2.4-py310h5588dad_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.5.0-py310h5588dad_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/jxrlib-1.1-h8ffe710_2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.2-heb0366b_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.15-h67d730c_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/lerc-4.0.0-h63175ca_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/libabseil-20230125.3-cxx17_h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.2-h63175ca_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libarrow-12.0.1-hba3d5be_12_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libavif-1.0.1-hea6d26e_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-19_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-19_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.4.0-hd5e4a3a_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.19-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libevent-2.1.12-h3671451_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.12.0-hbc1b25b_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.56.2-hea2d5f7_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.3-default_haede6df_1009.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-h8ffe710_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-3.0.0-hcfcfb64_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-19_win64_mkl.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.39-h19919ed_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.23.3-h1975477_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.18-h8d14728_1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.44.0-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libthrift-0.19.0-ha2b3283_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-h6e2ebb7_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libutf8proc-2.8.0-h82a8f57_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.3.2-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.15-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.11.5-hc3477c8_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/libzopfli-1.0.3-h0e60522_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gmp-6.1.0-2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.3-py310h8d17308_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/maturin-1.2.3-py310he2c049f_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/minio-server-2023.09.23.03.47.50-h56e8100_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-2023.2.0-h6a75c08_50496.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-20.5.1-h57928b3_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.0-py310hf667824_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openjdk-20.0.0-h57928b3_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.0-h3d672ee_3.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.1.4-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/orc-1.9.0-hf2b8f0d_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pandas-2.0.3-py310h1c4a608_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pandoc-3.1.3-h57928b3_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.1.0-py310h1e6a543_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/polars-0.18.15-py310he0a9947_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/protobuf-4.23.3-py310ha3d488f_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.5-py310h8d17308_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/pyarrow-12.0.1-py310hd0bb7c2_12_cpu.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python-3.10.13-h4de0772_0_cpython.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python-duckdb-0.8.1-py310hb400963_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.10-4_cp310.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pywavelets-1.4.1-py310h3e78b6c_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py310h00ffb61_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pywinpty-2.0.12-py310h00ffb61_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py310h8d17308_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/pyzmq-25.1.1-py310h2849c00_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2023.03.02-hd4eee63_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.10.6-py310h87d50f1_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/rust-1.75.0-hf8d6059_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/scikit-image-0.21.0-py310h00ffb61_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.11.3-py310hf667824_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/selenium-manager-4.11.0-h975169c_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.1.10-hfb803bf_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/svt-av1-1.7.0-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/symlink-exe-runtime-1.0-hcfcfb64_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.10.0-h91493d7_2.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/tornado-6.3.3-py310h8d17308_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/trio-0.22.2-py310h5588dad_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h64f974e_17.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.36.32532-hdcecf7f_17.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vl-convert-python-1.0.1rc1-py310hdc45392_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.36.32532-h05e6639_17.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/websockets-12.0-py310h8d17308_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/winpty-0.4.3-4.tar.bz2 + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 + - 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 + - conda: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-h63175ca_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zfp-1.0.0-h63175ca_4.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-ng-2.0.7-hcfcfb64_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.5-h12be248_0.conda +packages: +- kind: conda + name: _libgcc_mutex version: '0.1' - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 - hash: - md5: d7c89558ba9fa0495403155b64376d81 - sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 - optional: false - category: main build: conda_forge - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 + sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 + md5: d7c89558ba9fa0495403155b64376d81 + arch: x86_64 + platform: linux license: None size: 2562 timestamp: 1578324546067 -- name: _openmp_mutex +- kind: conda + name: _openmp_mutex version: '4.5' - manager: conda - platform: linux-64 - dependencies: - _libgcc_mutex: ==0.1 conda_forge - libgomp: '>=7.5.0' - url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 - hash: - md5: 73aaf86a425cc6e73fcf236a5a46396d - sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 - optional: false - category: main build: 2_gnu - arch: x86_64 - subdir: linux-64 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 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 23621 timestamp: 1650670423406 -- name: alsa-lib +- kind: conda + name: alsa-lib version: 1.2.10 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.10-hd590300_0.conda - hash: - md5: 75dae9a4201732aa78a530b826ee5fe0 - sha256: 51147922bad9d3176e780eb26f748f380cd3184896a9f9125d8ac64fe330158b - optional: false - category: main build: hd590300_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.10-hd590300_0.conda + sha256: 51147922bad9d3176e780eb26f748f380cd3184896a9f9125d8ac64fe330158b + md5: 75dae9a4201732aa78a530b826ee5fe0 + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: LGPL-2.1-or-later license_family: GPL size: 554938 timestamp: 1693607226431 -- name: altair +- kind: conda + name: altair version: 5.1.1 - manager: conda - platform: linux-64 - dependencies: - importlib-metadata: '*' - jinja2: '*' - jsonschema: '>=3.0' - numpy: '*' - packaging: '*' - pandas: '>=0.25' - python: '>=3.8' - toolz: '*' - typing-extensions: '>=4.0.1' - url: https://conda.anaconda.org/conda-forge/noarch/altair-5.1.1-pyhd8ed1ab_0.conda - hash: - md5: 8c153b35c6fd0b5dd24baecb474294e8 - sha256: 33d45142ec7b32f7644f334a36da93adafe1a8edc94128874c291aee119456fe - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/altair-5.1.1-pyhd8ed1ab_0.conda + sha256: 33d45142ec7b32f7644f334a36da93adafe1a8edc94128874c291aee119456fe + md5: 8c153b35c6fd0b5dd24baecb474294e8 + depends: + - importlib-metadata * + - jinja2 * + - jsonschema >=3.0 + - numpy * + - packaging * + - pandas >=0.25 + - python >=3.8 + - toolz * + - typing-extensions >=4.0.1 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 412067 timestamp: 1693422564459 -- name: altair +- kind: conda + name: altair version: 5.1.1 - manager: conda - platform: osx-64 - dependencies: - importlib-metadata: '*' - jinja2: '*' - jsonschema: '>=3.0' - numpy: '*' - packaging: '*' - pandas: '>=0.25' - python: '>=3.8' - toolz: '*' - typing-extensions: '>=4.0.1' - url: https://conda.anaconda.org/conda-forge/noarch/altair-5.1.1-pyhd8ed1ab_0.conda - hash: - md5: 8c153b35c6fd0b5dd24baecb474294e8 - sha256: 33d45142ec7b32f7644f334a36da93adafe1a8edc94128874c291aee119456fe - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/altair-5.1.1-pyhd8ed1ab_0.conda + sha256: 33d45142ec7b32f7644f334a36da93adafe1a8edc94128874c291aee119456fe + md5: 8c153b35c6fd0b5dd24baecb474294e8 + depends: + - importlib-metadata * + - jinja2 * + - jsonschema >=3.0 + - numpy * + - packaging * + - pandas >=0.25 + - python >=3.8 + - toolz * + - typing-extensions >=4.0.1 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 412067 timestamp: 1693422564459 -- name: altair +- kind: conda + name: altair version: 5.1.1 - manager: conda - platform: osx-arm64 - dependencies: - importlib-metadata: '*' - python: '>=3.8' - toolz: '*' - pandas: '>=0.25' - jinja2: '*' - numpy: '*' - jsonschema: '>=3.0' - typing-extensions: '>=4.0.1' - packaging: '*' - url: https://conda.anaconda.org/conda-forge/noarch/altair-5.1.1-pyhd8ed1ab_0.conda - hash: - md5: 8c153b35c6fd0b5dd24baecb474294e8 - sha256: 33d45142ec7b32f7644f334a36da93adafe1a8edc94128874c291aee119456fe - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/altair-5.1.1-pyhd8ed1ab_0.conda + sha256: 33d45142ec7b32f7644f334a36da93adafe1a8edc94128874c291aee119456fe + md5: 8c153b35c6fd0b5dd24baecb474294e8 + depends: + - importlib-metadata * + - python >=3.8 + - toolz * + - pandas >=0.25 + - jinja2 * + - numpy * + - jsonschema >=3.0 + - typing-extensions >=4.0.1 + - packaging * + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 412067 timestamp: 1693422564459 -- name: altair +- kind: conda + name: altair version: 5.1.1 - manager: conda - platform: win-64 - dependencies: - importlib-metadata: '*' - jinja2: '*' - jsonschema: '>=3.0' - numpy: '*' - packaging: '*' - pandas: '>=0.25' - python: '>=3.8' - toolz: '*' - typing-extensions: '>=4.0.1' - url: https://conda.anaconda.org/conda-forge/noarch/altair-5.1.1-pyhd8ed1ab_0.conda - hash: - md5: 8c153b35c6fd0b5dd24baecb474294e8 - sha256: 33d45142ec7b32f7644f334a36da93adafe1a8edc94128874c291aee119456fe - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/altair-5.1.1-pyhd8ed1ab_0.conda + sha256: 33d45142ec7b32f7644f334a36da93adafe1a8edc94128874c291aee119456fe + md5: 8c153b35c6fd0b5dd24baecb474294e8 + depends: + - importlib-metadata * + - jinja2 * + - jsonschema >=3.0 + - numpy * + - packaging * + - pandas >=0.25 + - python >=3.8 + - toolz * + - typing-extensions >=4.0.1 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 412067 timestamp: 1693422564459 -- name: anyio +- kind: conda + name: anyio + version: 3.7.1 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/anyio-3.7.1-pyhd8ed1ab_0.conda + sha256: 62637ac498bcf47783cbf4f48e9b09e4e2f5a6ad42f43ca8f632c353827b94f4 + md5: 7b517e7a6f0790337906c055aa97ca49 + depends: + - exceptiongroup * + - python >=3.7 + - typing_extensions * + - idna >=2.8 + - sniffio >=1.1 + constrains: + - trio >=0.16,<0.22 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 96707 + timestamp: 1688651250785 +- kind: conda + name: anyio version: 4.0.0 - manager: conda - platform: linux-64 - dependencies: - exceptiongroup: '*' - idna: '>=2.8' - python: '>=3.8' - sniffio: '>=1.1' - url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 3c4e99d3ae4ec033d4dd99fb5220e540 - sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda + sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33 + md5: 3c4e99d3ae4ec033d4dd99fb5220e540 + depends: + - exceptiongroup * + - idna >=2.8 + - python >=3.8 + - sniffio >=1.1 constrains: - trio >=0.22 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 98958 timestamp: 1693488730301 -- name: anyio +- kind: conda + name: anyio version: 4.0.0 - manager: conda - platform: osx-64 - dependencies: - exceptiongroup: '*' - idna: '>=2.8' - python: '>=3.8' - sniffio: '>=1.1' - url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 3c4e99d3ae4ec033d4dd99fb5220e540 - sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda + sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33 + md5: 3c4e99d3ae4ec033d4dd99fb5220e540 + depends: + - exceptiongroup * + - idna >=2.8 + - python >=3.8 + - sniffio >=1.1 constrains: - trio >=0.22 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 98958 timestamp: 1693488730301 -- name: anyio - version: 3.7.1 - manager: conda - platform: osx-arm64 - dependencies: - exceptiongroup: '*' - python: '>=3.7' - typing_extensions: '*' - idna: '>=2.8' - sniffio: '>=1.1' - url: https://conda.anaconda.org/conda-forge/noarch/anyio-3.7.1-pyhd8ed1ab_0.conda - hash: - md5: 7b517e7a6f0790337906c055aa97ca49 - sha256: 62637ac498bcf47783cbf4f48e9b09e4e2f5a6ad42f43ca8f632c353827b94f4 - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - trio >=0.16,<0.22 - license: MIT - license_family: MIT - noarch: python - size: 96707 - timestamp: 1688651250785 -- name: anyio +- kind: conda + name: anyio version: 4.0.0 - manager: conda - platform: win-64 - dependencies: - exceptiongroup: '*' - idna: '>=2.8' - python: '>=3.8' - sniffio: '>=1.1' - url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda - hash: - md5: 3c4e99d3ae4ec033d4dd99fb5220e540 - sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.0.0-pyhd8ed1ab_0.conda + sha256: 64125775b2e724db5c72e431dd180495d5d509d0a2d1228a122e6af9f1b60e33 + md5: 3c4e99d3ae4ec033d4dd99fb5220e540 + depends: + - exceptiongroup * + - idna >=2.8 + - python >=3.8 + - sniffio >=1.1 constrains: - trio >=0.22 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 98958 timestamp: 1693488730301 -- name: aom - version: 3.6.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.6.1-h59595ed_0.conda - hash: - md5: 8457db6d1175ee86c8e077f6ac60ff55 - sha256: 006d10fe845374e71fb15a6c1f58ae4b3efef69be02b0992265abfb5c4c2e026 - optional: false - category: main - build: h59595ed_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 2678249 - timestamp: 1694225960207 -- name: aom - version: 3.6.1 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-64/aom-3.6.1-he965462_0.conda - hash: - md5: 3685ccc84e1b901601331f1aecead92c - sha256: 254f15bbfda2e474c63f9a30bfc7f2d4d30ff49d6543481bf6a5bf414ec9bcd7 - optional: false - category: main - build: he965462_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 2855123 - timestamp: 1694226514540 -- name: aom +- kind: conda + name: aom version: 3.5.0 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=14.0.4' - url: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.5.0-h7ea286d_0.tar.bz2 - hash: - md5: afb32d2a714ef2c3268508fdc85fc7c4 - sha256: 3a238c39da0bb29da396ae9f88655a1a6b05926055539ecc29cef9533671d71c - optional: false - category: main build: h7ea286d_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aom-3.5.0-h7ea286d_0.tar.bz2 + sha256: 3a238c39da0bb29da396ae9f88655a1a6b05926055539ecc29cef9533671d71c + md5: afb32d2a714ef2c3268508fdc85fc7c4 + depends: + - libcxx >=14.0.4 + arch: aarch64 + platform: osx license: BSD-2-Clause license_family: BSD size: 2485267 timestamp: 1663808577638 -- name: aom +- kind: conda + name: aom version: 3.6.1 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aom-3.6.1-h63175ca_0.conda - hash: - md5: 40e557b0d849edcb884d02d9ea6511bf - sha256: 3d5ae5f4f032daf24b9ac412cd57047590866e09e807f5a16d8112c6fe84700c - optional: false - category: main - build: h63175ca_0 + build: h59595ed_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aom-3.6.1-h59595ed_0.conda + sha256: 006d10fe845374e71fb15a6c1f58ae4b3efef69be02b0992265abfb5c4c2e026 + md5: 8457db6d1175ee86c8e077f6ac60ff55 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 arch: x86_64 + platform: linux + license: BSD-2-Clause + license_family: BSD + size: 2678249 + timestamp: 1694225960207 +- kind: conda + name: aom + version: 3.6.1 + build: h63175ca_0 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/aom-3.6.1-h63175ca_0.conda + sha256: 3d5ae5f4f032daf24b9ac412cd57047590866e09e807f5a16d8112c6fe84700c + md5: 40e557b0d849edcb884d02d9ea6511bf + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD size: 7918540 timestamp: 1694228877684 -- name: appnope +- kind: conda + name: aom + version: 3.6.1 + build: he965462_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aom-3.6.1-he965462_0.conda + sha256: 254f15bbfda2e474c63f9a30bfc7f2d4d30ff49d6543481bf6a5bf414ec9bcd7 + md5: 3685ccc84e1b901601331f1aecead92c + depends: + - libcxx >=15.0.7 + arch: x86_64 + platform: osx + license: BSD-2-Clause + license_family: BSD + size: 2855123 + timestamp: 1694226514540 +- kind: conda + name: appnope version: 0.1.3 - manager: conda - platform: osx-64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 54ac328d703bff191256ffa1183126d1 - sha256: b209a68ac55eb9ecad7042f0d4eedef5da924699f6cdf54ac1826869cfdae742 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2 + sha256: b209a68ac55eb9ecad7042f0d4eedef5da924699f6cdf54ac1826869cfdae742 + md5: 54ac328d703bff191256ffa1183126d1 + depends: + - python >=2.7 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: python size: 8095 timestamp: 1649077760928 -- name: appnope +- kind: conda + name: appnope version: 0.1.3 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 54ac328d703bff191256ffa1183126d1 - sha256: b209a68ac55eb9ecad7042f0d4eedef5da924699f6cdf54ac1826869cfdae742 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2 + sha256: b209a68ac55eb9ecad7042f0d4eedef5da924699f6cdf54ac1826869cfdae742 + md5: 54ac328d703bff191256ffa1183126d1 + depends: + - python >=2.7 + arch: aarch64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: python size: 8095 timestamp: 1649077760928 -- name: argon2-cffi - version: 23.1.0 - manager: conda - platform: linux-64 - dependencies: - argon2-cffi-bindings: '*' - python: '>=3.7' - typing-extensions: '*' - url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda - hash: - md5: 3afef1f55a1366b4d3b6a0d92e2235e4 - sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 - optional: false - category: main +- kind: conda + name: argon2-cffi + version: 21.3.0 build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-21.3.0-pyhd8ed1ab_0.tar.bz2 + sha256: 3a53cfd674641d9ff9901f5d4e1cc5e9a3ce9bb8b6a7dca826db840c2e39bc23 + md5: a0b402db58f73aaab8ee0ca1025a362e + depends: + - python >=3.6 + - flit-core >=3.4,<4 + - argon2-cffi-bindings * constrains: - argon2_cffi ==999 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python - size: 18602 - timestamp: 1692818472638 -- name: argon2-cffi + size: 15708 + timestamp: 1640817831095 +- kind: conda + name: argon2-cffi version: 23.1.0 - manager: conda - platform: osx-64 - dependencies: - argon2-cffi-bindings: '*' - python: '>=3.7' - typing-extensions: '*' - url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda - hash: - md5: 3afef1f55a1366b4d3b6a0d92e2235e4 - sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda + sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 + md5: 3afef1f55a1366b4d3b6a0d92e2235e4 + depends: + - argon2-cffi-bindings * + - python >=3.7 + - typing-extensions * constrains: - argon2_cffi ==999 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 18602 timestamp: 1692818472638 -- name: argon2-cffi - version: 21.3.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - flit-core: '>=3.4,<4' - argon2-cffi-bindings: '*' - url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-21.3.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: a0b402db58f73aaab8ee0ca1025a362e - sha256: 3a53cfd674641d9ff9901f5d4e1cc5e9a3ce9bb8b6a7dca826db840c2e39bc23 - optional: false - category: main +- kind: conda + name: argon2-cffi + version: 23.1.0 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda + sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 + md5: 3afef1f55a1366b4d3b6a0d92e2235e4 + depends: + - argon2-cffi-bindings * + - python >=3.7 + - typing-extensions * constrains: - argon2_cffi ==999 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python - size: 15708 - timestamp: 1640817831095 -- name: argon2-cffi + size: 18602 + timestamp: 1692818472638 +- kind: conda + name: argon2-cffi version: 23.1.0 - manager: conda - platform: win-64 - dependencies: - argon2-cffi-bindings: '*' - python: '>=3.7' - typing-extensions: '*' - url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda - hash: - md5: 3afef1f55a1366b4d3b6a0d92e2235e4 - sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda + sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 + md5: 3afef1f55a1366b4d3b6a0d92e2235e4 + depends: + - argon2-cffi-bindings * + - python >=3.7 + - typing-extensions * constrains: - argon2_cffi ==999 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 18602 timestamp: 1692818472638 -- name: argon2-cffi-bindings +- kind: conda + name: argon2-cffi-bindings version: 21.2.0 - manager: conda - platform: linux-64 - dependencies: - cffi: '>=1.0.1' - libgcc-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py310h2372a71_4.conda - hash: - md5: 68ee85860502d53c8cbfa0e4cef0f6cb - sha256: af94cc9b4dcaa164e1cc7e7fa0b9eb56b87ea3dc6e093c8ef6c31cfa02d9ffdf - optional: false - category: main build: py310h2372a71_4 - arch: x86_64 - subdir: linux-64 build_number: 4 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py310h2372a71_4.conda + sha256: af94cc9b4dcaa164e1cc7e7fa0b9eb56b87ea3dc6e093c8ef6c31cfa02d9ffdf + md5: 68ee85860502d53c8cbfa0e4cef0f6cb + depends: + - cffi >=1.0.1 + - libgcc-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 34384 timestamp: 1695386695142 -- name: argon2-cffi-bindings +- kind: conda + name: argon2-cffi-bindings version: 21.2.0 - manager: conda - platform: osx-64 - dependencies: - cffi: '>=1.0.1' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/argon2-cffi-bindings-21.2.0-py310h6729b98_4.conda - hash: - md5: fea2a01f85aee10b268e0474a03eb148 - sha256: c413de1658b9f34978e1a5c8dc1e93b75fdef8e453f0983a4d2fa4b6a669e2b2 - optional: false - category: main build: py310h6729b98_4 - arch: x86_64 - subdir: osx-64 build_number: 4 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/argon2-cffi-bindings-21.2.0-py310h6729b98_4.conda + sha256: c413de1658b9f34978e1a5c8dc1e93b75fdef8e453f0983a4d2fa4b6a669e2b2 + md5: fea2a01f85aee10b268e0474a03eb148 + depends: + - cffi >=1.0.1 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 31851 timestamp: 1695387111978 -- name: argon2-cffi-bindings - version: 21.2.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - cffi: '>=1.0.1' - url: https://conda.anaconda.org/conda-forge/osx-arm64/argon2-cffi-bindings-21.2.0-py310h8e9501a_3.tar.bz2 - hash: - md5: d4b00cfac2beb306e8ac5fc664eb94d9 - sha256: 87810814f179c6160faccb463831f32fe19d48bc6f669050b4f4c577662733b4 - optional: false - category: main - build: py310h8e9501a_3 - arch: aarch64 - subdir: osx-arm64 - build_number: 3 - license: MIT - license_family: MIT - size: 33737 - timestamp: 1666851190124 -- name: argon2-cffi-bindings +- kind: conda + name: argon2-cffi-bindings version: 21.2.0 - manager: conda - platform: win-64 - dependencies: - cffi: '>=1.0.1' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/argon2-cffi-bindings-21.2.0-py310h8d17308_4.conda - hash: - md5: ece29c9dd68f962fd416a3ddcce24080 - sha256: ae143aec777823b2291caabc3fd89078a3ff12f41945e0f9abd168997ad35d39 - optional: false - category: main build: py310h8d17308_4 - arch: x86_64 - subdir: win-64 build_number: 4 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/argon2-cffi-bindings-21.2.0-py310h8d17308_4.conda + sha256: ae143aec777823b2291caabc3fd89078a3ff12f41945e0f9abd168997ad35d39 + md5: ece29c9dd68f962fd416a3ddcce24080 + depends: + - cffi >=1.0.1 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 33906 timestamp: 1695387195123 -- name: arrow +- kind: conda + name: argon2-cffi-bindings + version: 21.2.0 + build: py310h8e9501a_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/argon2-cffi-bindings-21.2.0-py310h8e9501a_3.tar.bz2 + sha256: 87810814f179c6160faccb463831f32fe19d48bc6f669050b4f4c577662733b4 + md5: d4b00cfac2beb306e8ac5fc664eb94d9 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + - cffi >=1.0.1 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 33737 + timestamp: 1666851190124 +- kind: conda + name: arrow + version: 1.2.3 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.2.3-pyhd8ed1ab_0.tar.bz2 + sha256: a0434c2770cf5b0ab5a33913c0b202b1521bc13f755b762d16a86b110425cdc2 + md5: fd1967c76eda3a3dd9e8e6cb7a15a028 + depends: + - typing_extensions * + - python >=3.6 + - python-dateutil >=2.7.0 + arch: aarch64 + platform: osx + license: Apache-2.0 + license_family: Apache + size: 93703 + timestamp: 1662382594353 +- kind: conda + name: arrow version: 1.3.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.8' - python-dateutil: '>=2.7.0' - types-python-dateutil: '>=2.8.10' - url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: b77d8c2313158e6e461ca0efb1c2c508 - sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda + sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db + md5: b77d8c2313158e6e461ca0efb1c2c508 + depends: + - python >=3.8 + - python-dateutil >=2.7.0 + - types-python-dateutil >=2.8.10 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache - noarch: python size: 100096 timestamp: 1696129131844 -- name: arrow +- kind: conda + name: arrow version: 1.3.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.8' - python-dateutil: '>=2.7.0' - types-python-dateutil: '>=2.8.10' - url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: b77d8c2313158e6e461ca0efb1c2c508 - sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda + sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db + md5: b77d8c2313158e6e461ca0efb1c2c508 + depends: + - python >=3.8 + - python-dateutil >=2.7.0 + - types-python-dateutil >=2.8.10 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache - noarch: python size: 100096 timestamp: 1696129131844 -- name: arrow - version: 1.2.3 - manager: conda - platform: osx-arm64 - dependencies: - typing_extensions: '*' - python: '>=3.6' - python-dateutil: '>=2.7.0' - url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.2.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: fd1967c76eda3a3dd9e8e6cb7a15a028 - sha256: a0434c2770cf5b0ab5a33913c0b202b1521bc13f755b762d16a86b110425cdc2 - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 93703 - timestamp: 1662382594353 -- name: arrow +- kind: conda + name: arrow version: 1.3.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.8' - python-dateutil: '>=2.7.0' - types-python-dateutil: '>=2.8.10' - url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: b77d8c2313158e6e461ca0efb1c2c508 - sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda + sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db + md5: b77d8c2313158e6e461ca0efb1c2c508 + depends: + - python >=3.8 + - python-dateutil >=2.7.0 + - types-python-dateutil >=2.8.10 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache - noarch: python size: 100096 timestamp: 1696129131844 -- name: arrow-cpp +- kind: conda + name: arrow-cpp version: 12.0.1 - manager: conda - platform: linux-64 - dependencies: - libarrow: ==12.0.1 h1ed0495_12_cpu - url: https://conda.anaconda.org/conda-forge/linux-64/arrow-cpp-12.0.1-ha770c72_12_cpu.conda - hash: - md5: 7ff70243d479d882a4c3cd93902a11d3 - sha256: 4230cdd08f01b9d6e58852d2a920410027aaaaf2edd0078a28ac3293c111d8cb - optional: false - category: main - build: ha770c72_12_cpu - arch: x86_64 - subdir: linux-64 - build_number: 12 - license: Apache-2.0 - license_family: APACHE - size: 29822 - timestamp: 1694158713374 -- name: arrow-cpp - version: 12.0.1 - manager: conda - platform: osx-64 - dependencies: - libarrow: ==12.0.1 hca2412d_12_cpu - url: https://conda.anaconda.org/conda-forge/osx-64/arrow-cpp-12.0.1-h694c41f_12_cpu.conda - hash: - md5: 6143c98042c8aafae206812d445af9a8 - sha256: 1a0401269292ceeccdd6ad425b8fb2c4d32539bef18278e5cb658edae67f25fe - optional: false - category: main - build: h694c41f_12_cpu - arch: x86_64 - subdir: osx-64 - build_number: 12 - license: Apache-2.0 - license_family: APACHE - size: 29984 - timestamp: 1694159698773 -- name: arrow-cpp - version: 12.0.1 - manager: conda - platform: osx-arm64 - dependencies: - libarrow: ==12.0.1 hb74b275_8_cpu - libprotobuf: '>=4.23.3,<4.23.4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/arrow-cpp-12.0.1-h1b749cb_8_cpu.conda - hash: - md5: f6a6ab36e1e5af42ba0d1afa707caa0c - sha256: dda0165d3019cb226f17c075ae0956b03dcb24c3ebfe96135a36be18a55d2a94 - optional: false - category: main build: h1b749cb_8_cpu - arch: aarch64 - subdir: osx-arm64 build_number: 8 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/arrow-cpp-12.0.1-h1b749cb_8_cpu.conda + sha256: dda0165d3019cb226f17c075ae0956b03dcb24c3ebfe96135a36be18a55d2a94 + md5: f6a6ab36e1e5af42ba0d1afa707caa0c + depends: + - libarrow ==12.0.1 hb74b275_8_cpu + - libprotobuf >=4.23.3,<4.23.4.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE size: 30292 timestamp: 1691481385878 -- name: arrow-cpp +- kind: conda + name: arrow-cpp version: 12.0.1 - manager: conda - platform: win-64 - dependencies: - libarrow: ==12.0.1 hba3d5be_12_cpu - url: https://conda.anaconda.org/conda-forge/win-64/arrow-cpp-12.0.1-h57928b3_12_cpu.conda - hash: - md5: 7c9ce3ded343e8b337d2ef927e93dd6a - sha256: d2ade2cb6f0e45014d234dca44e8650e860c16c11917bbb1e61ffc8900f8bf7d - optional: false - category: main build: h57928b3_12_cpu - arch: x86_64 - subdir: win-64 build_number: 12 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/arrow-cpp-12.0.1-h57928b3_12_cpu.conda + sha256: d2ade2cb6f0e45014d234dca44e8650e860c16c11917bbb1e61ffc8900f8bf7d + md5: 7c9ce3ded343e8b337d2ef927e93dd6a + depends: + - libarrow ==12.0.1 hba3d5be_12_cpu + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE size: 30331 timestamp: 1694159240993 -- name: asttokens - version: 2.4.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.5' - six: '>=1.12.0' - url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda - hash: - md5: 5f25798dcefd8252ce5f9dc494d5f571 - sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 - optional: false - category: main - build: pyhd8ed1ab_0 +- kind: conda + name: arrow-cpp + version: 12.0.1 + build: h694c41f_12_cpu + build_number: 12 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/arrow-cpp-12.0.1-h694c41f_12_cpu.conda + sha256: 1a0401269292ceeccdd6ad425b8fb2c4d32539bef18278e5cb658edae67f25fe + md5: 6143c98042c8aafae206812d445af9a8 + depends: + - libarrow ==12.0.1 hca2412d_12_cpu arch: x86_64 + platform: osx + license: Apache-2.0 + license_family: APACHE + size: 29984 + timestamp: 1694159698773 +- kind: conda + name: arrow-cpp + version: 12.0.1 + build: ha770c72_12_cpu + build_number: 12 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/arrow-cpp-12.0.1-ha770c72_12_cpu.conda + sha256: 4230cdd08f01b9d6e58852d2a920410027aaaaf2edd0078a28ac3293c111d8cb + md5: 7ff70243d479d882a4c3cd93902a11d3 + depends: + - libarrow ==12.0.1 h1ed0495_12_cpu + arch: x86_64 + platform: linux + license: Apache-2.0 + license_family: APACHE + size: 29822 + timestamp: 1694158713374 +- kind: conda + name: asttokens + version: 2.2.1 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.2.1-pyhd8ed1ab_0.conda + sha256: 7ed530efddd47a96c11197906b4008405b90e3bc2f4e0df722a36e0e6103fd9c + md5: bf7f54dd0f25c3f06ecb82a07341841a + depends: + - python >=3.5 + - six * + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache + size: 27831 + timestamp: 1670264089059 +- kind: conda + name: asttokens + version: 2.4.1 + build: pyhd8ed1ab_0 + subdir: linux-64 noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda + sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 + md5: 5f25798dcefd8252ce5f9dc494d5f571 + depends: + - python >=3.5 + - six >=1.12.0 + arch: x86_64 + platform: linux + license: Apache-2.0 + license_family: Apache size: 28922 timestamp: 1698341257884 -- name: asttokens +- kind: conda + name: asttokens version: 2.4.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.5' - six: '>=1.12.0' - url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda - hash: - md5: 5f25798dcefd8252ce5f9dc494d5f571 - sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda + sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 + md5: 5f25798dcefd8252ce5f9dc494d5f571 + depends: + - python >=3.5 + - six >=1.12.0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache - noarch: python size: 28922 timestamp: 1698341257884 -- name: asttokens - version: 2.2.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.5' - six: '*' - url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.2.1-pyhd8ed1ab_0.conda - hash: - md5: bf7f54dd0f25c3f06ecb82a07341841a - sha256: 7ed530efddd47a96c11197906b4008405b90e3bc2f4e0df722a36e0e6103fd9c - optional: false - category: main +- kind: conda + name: asttokens + version: 2.4.1 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache + subdir: win-64 noarch: python - size: 27831 - timestamp: 1670264089059 -- name: asttokens - version: 2.4.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.5' - six: '>=1.12.0' url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda - hash: - md5: 5f25798dcefd8252ce5f9dc494d5f571 - sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 + md5: 5f25798dcefd8252ce5f9dc494d5f571 + depends: + - python >=3.5 + - six >=1.12.0 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: Apache-2.0 license_family: Apache - noarch: python size: 28922 timestamp: 1698341257884 -- name: async-lru +- kind: conda + name: async-lru version: 2.0.4 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.8' - typing_extensions: '>=4.0.0' - url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda - hash: - md5: 3d081de3a6ea9f894bbb585e8e3a4dcb - sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda + sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 + md5: 3d081de3a6ea9f894bbb585e8e3a4dcb + depends: + - python >=3.8 + - typing_extensions >=4.0.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 15342 timestamp: 1690563152778 -- name: async-lru +- kind: conda + name: async-lru version: 2.0.4 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.8' - typing_extensions: '>=4.0.0' - url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda - hash: - md5: 3d081de3a6ea9f894bbb585e8e3a4dcb - sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda + sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 + md5: 3d081de3a6ea9f894bbb585e8e3a4dcb + depends: + - python >=3.8 + - typing_extensions >=4.0.0 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 15342 timestamp: 1690563152778 -- name: async-lru +- kind: conda + name: async-lru version: 2.0.4 - manager: conda - platform: osx-arm64 - dependencies: - typing_extensions: '>=4.0.0' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda - hash: - md5: 3d081de3a6ea9f894bbb585e8e3a4dcb - sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda + sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 + md5: 3d081de3a6ea9f894bbb585e8e3a4dcb + depends: + - typing_extensions >=4.0.0 + - python >=3.8 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 15342 timestamp: 1690563152778 -- name: async-lru +- kind: conda + name: async-lru version: 2.0.4 - manager: conda - platform: win-64 - dependencies: - python: '>=3.8' - typing_extensions: '>=4.0.0' - url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda - hash: - md5: 3d081de3a6ea9f894bbb585e8e3a4dcb - sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda + sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 + md5: 3d081de3a6ea9f894bbb585e8e3a4dcb + depends: + - python >=3.8 + - typing_extensions >=4.0.0 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 15342 timestamp: 1690563152778 -- name: async_generator +- kind: conda + name: async_generator version: '1.10' - manager: conda - platform: osx-arm64 - dependencies: - python: '>2.7' - url: https://conda.anaconda.org/conda-forge/noarch/async_generator-1.10-py_0.tar.bz2 - hash: - md5: d56c596e61b1c4952acf0a9920856c12 - sha256: b45a479387f9eab020da572f87f37d55182e5b41c21a7851d6fc7dcb635a3cf0 - optional: false - category: main build: py_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/async_generator-1.10-py_0.tar.bz2 + sha256: b45a479387f9eab020da572f87f37d55182e5b41c21a7851d6fc7dcb635a3cf0 + md5: d56c596e61b1c4952acf0a9920856c12 + depends: + - python >2.7 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 18014 timestamp: 1533114627495 -- name: attrs +- kind: conda + name: attrs version: 23.1.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda - hash: - md5: 3edfead7cedd1ab4400a6c588f3e75f8 - sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - optional: false - category: main build: pyh71513ae_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda + sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 + md5: 3edfead7cedd1ab4400a6c588f3e75f8 + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 55022 timestamp: 1683424195402 -- name: attrs +- kind: conda + name: attrs version: 23.1.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda - hash: - md5: 3edfead7cedd1ab4400a6c588f3e75f8 - sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - optional: false - category: main build: pyh71513ae_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda + sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 + md5: 3edfead7cedd1ab4400a6c588f3e75f8 + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 55022 timestamp: 1683424195402 -- name: attrs +- kind: conda + name: attrs version: 23.1.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda - hash: - md5: 3edfead7cedd1ab4400a6c588f3e75f8 - sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - optional: false - category: main build: pyh71513ae_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda + sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 + md5: 3edfead7cedd1ab4400a6c588f3e75f8 + depends: + - python >=3.7 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 55022 timestamp: 1683424195402 -- name: attrs +- kind: conda + name: attrs version: 23.1.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda - hash: - md5: 3edfead7cedd1ab4400a6c588f3e75f8 - sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 - optional: false - category: main build: pyh71513ae_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda + sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 + md5: 3edfead7cedd1ab4400a6c588f3e75f8 + depends: + - python >=3.7 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 55022 timestamp: 1683424195402 -- name: aws-c-auth - version: 0.7.4 - manager: conda - platform: linux-64 - dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.4-hc8144f4_1.conda - hash: - md5: 81b00630260ff8c9388ee3913465b208 - sha256: a41d33da5f25bb6666805a8ac72ff7f03742ce6d311c4241de7beb94681c1289 - optional: false - category: main - build: hc8144f4_1 - arch: x86_64 - subdir: linux-64 +- kind: conda + name: aws-c-auth + version: 0.7.3 + build: h109ad1a_1 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.3-h109ad1a_1.conda + sha256: 547c24057cb8459186aa09cbc97c58eeca7c9e44d227a01457a2261e1954a36a + md5: 55852033dc22d5a2c00d58583447d051 + depends: + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - aws-c-http >=0.7.11,<0.7.12.0a0 + - aws-c-cal >=0.6.1,<0.6.2.0a0 + - aws-c-common >=0.9.0,<0.9.1.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache - size: 101876 - timestamp: 1695806693576 -- name: aws-c-auth + size: 91853 + timestamp: 1691776552289 +- kind: conda + name: aws-c-auth version: 0.7.4 - manager: conda - platform: osx-64 - dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.4-h7fea801_1.conda - hash: - md5: 6a391ec90c3efedcd4e29eecdc10198a - sha256: 316b595cd5491b68b890cfd8ec9f5401a78274774667f9be7bbb9c1498c4bcd0 - optional: false - category: main build: h7fea801_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-auth-0.7.4-h7fea801_1.conda + sha256: 316b595cd5491b68b890cfd8ec9f5401a78274774667f9be7bbb9c1498c4bcd0 + md5: 6a391ec90c3efedcd4e29eecdc10198a + depends: + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache size: 89157 timestamp: 1695806962937 -- name: aws-c-auth - version: 0.7.3 - manager: conda - platform: osx-arm64 - dependencies: - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' - aws-c-http: '>=0.7.11,<0.7.12.0a0' - aws-c-cal: '>=0.6.1,<0.6.2.0a0' - aws-c-common: '>=0.9.0,<0.9.1.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-auth-0.7.3-h109ad1a_1.conda - hash: - md5: 55852033dc22d5a2c00d58583447d051 - sha256: 547c24057cb8459186aa09cbc97c58eeca7c9e44d227a01457a2261e1954a36a - optional: false - category: main - build: h109ad1a_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 91853 - timestamp: 1691776552289 -- name: aws-c-auth +- kind: conda + name: aws-c-auth version: 0.7.4 - manager: conda - platform: win-64 - dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.4-hc10d58f_1.conda - hash: - md5: 7ed6baf38798ebb4152b821c6b04f061 - sha256: beea4633962b493cb6b19e54331b3a3cdfff006ee92fcd8bf80fe432ef1eb254 - optional: false - category: main build: hc10d58f_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-auth-0.7.4-hc10d58f_1.conda + sha256: beea4633962b493cb6b19e54331b3a3cdfff006ee92fcd8bf80fe432ef1eb254 + md5: 7ed6baf38798ebb4152b821c6b04f061 + depends: + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 98155 timestamp: 1695807069215 -- name: aws-c-cal - version: 0.6.2 - manager: conda - platform: linux-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - libgcc-ng: '>=12' - openssl: '>=3.1.3,<4.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.2-h09139f6_2.conda - hash: - md5: 29c3112841eee851f6f5451f6d705782 - sha256: f6f91c7d04be3888365499628f3369fc94dada451360bd82e5e3c61abeb7fc3e - optional: false - category: main - build: h09139f6_2 - arch: x86_64 +- kind: conda + name: aws-c-auth + version: 0.7.4 + build: hc8144f4_1 + build_number: 1 subdir: linux-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 50982 - timestamp: 1695755343237 -- name: aws-c-cal - version: 0.6.2 - manager: conda - platform: osx-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.2-hfc10710_2.conda - hash: - md5: a340450b9351a8979cc1130fece3cc9f - sha256: 8752777b77fdb1a8b60ec2903916fd4397ad0ddff8618ee8e5156a3cbfe4095a - optional: false - category: main - build: hfc10710_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.7.4-hc8144f4_1.conda + sha256: a41d33da5f25bb6666805a8ac72ff7f03742ce6d311c4241de7beb94681c1289 + md5: 81b00630260ff8c9388ee3913465b208 + depends: + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache - size: 40963 - timestamp: 1695755654862 -- name: aws-c-cal + size: 101876 + timestamp: 1695806693576 +- kind: conda + name: aws-c-cal version: 0.6.1 - manager: conda - platform: osx-arm64 - dependencies: - aws-c-common: '>=0.9.0,<0.9.1.0a0' - openssl: '>=3.1.2,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.1-hb406d48_1.conda - hash: - md5: 2461f9de775b064f549d8e1c2e74c682 - sha256: 066a1933fe8c0c8c0e8a7dc11bada019813b1c09ab290cbaf904bddcd11e036d - optional: false - category: main build: hb406d48_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-cal-0.6.1-hb406d48_1.conda + sha256: 066a1933fe8c0c8c0e8a7dc11bada019813b1c09ab290cbaf904bddcd11e036d + md5: 2461f9de775b064f549d8e1c2e74c682 + depends: + - aws-c-common >=0.9.0,<0.9.1.0a0 + - openssl >=3.1.2,<4.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache size: 36100 timestamp: 1691450054491 -- name: aws-c-cal +- kind: conda + name: aws-c-cal + version: 0.6.2 + build: h09139f6_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.6.2-h09139f6_2.conda + sha256: f6f91c7d04be3888365499628f3369fc94dada451360bd82e5e3c61abeb7fc3e + md5: 29c3112841eee851f6f5451f6d705782 + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - libgcc-ng >=12 + - openssl >=3.1.3,<4.0a0 + arch: x86_64 + platform: linux + license: Apache-2.0 + license_family: Apache + size: 50982 + timestamp: 1695755343237 +- kind: conda + name: aws-c-cal version: 0.6.2 - manager: conda - platform: win-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.2-hd5965a7_2.conda - hash: - md5: cbfd6b62693f67233f205e72e505109a - sha256: bf8bc4eae5baacc4a12bef32c25a7f43129b79cf167d2e45c5c5b8672af50815 - optional: false - category: main build: hd5965a7_2 - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-cal-0.6.2-hd5965a7_2.conda + sha256: bf8bc4eae5baacc4a12bef32c25a7f43129b79cf167d2e45c5c5b8672af50815 + md5: cbfd6b62693f67233f205e72e505109a + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 51212 timestamp: 1695756000021 -- name: aws-c-common - version: 0.9.3 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.3-hd590300_0.conda - hash: - md5: 434466e97a4174b0c4de114eb7100550 - sha256: 6f3a9c285199f828ac1917112495b4e5f4ca578d385442f33aae282bd95618ac - optional: false - category: main - build: hd590300_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 220352 - timestamp: 1695654440131 -- name: aws-c-common - version: 0.9.3 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.3-h0dc2134_0.conda - hash: - md5: 08315e4f10bb6df0b6457dd2c4aefe04 - sha256: cd186a847486ecc6f4c90f321552422a148b30bde40c1984cb3c2cdedb5b6842 - optional: false - category: main - build: h0dc2134_0 - arch: x86_64 +- kind: conda + name: aws-c-cal + version: 0.6.2 + build: hfc10710_2 + build_number: 2 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-cal-0.6.2-hfc10710_2.conda + sha256: 8752777b77fdb1a8b60ec2903916fd4397ad0ddff8618ee8e5156a3cbfe4095a + md5: a340450b9351a8979cc1130fece3cc9f + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache - size: 203404 - timestamp: 1695654891068 -- name: aws-c-common + size: 40963 + timestamp: 1695755654862 +- kind: conda + name: aws-c-common version: 0.9.0 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.0-hb547adb_0.conda - hash: - md5: 7d7f91d3daa8d7bbf1da8c97038e336f - sha256: ec15d841f362e6a4468e06117d985f7f6007568ba832416ff146d239b2f7f0c0 - optional: false - category: main build: hb547adb_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-common-0.9.0-hb547adb_0.conda + sha256: ec15d841f362e6a4468e06117d985f7f6007568ba832416ff146d239b2f7f0c0 + md5: 7d7f91d3daa8d7bbf1da8c97038e336f + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache size: 182127 timestamp: 1691436103004 -- name: aws-c-common +- kind: conda + name: aws-c-common version: 0.9.3 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.3-hcfcfb64_0.conda - hash: - md5: ef7faef92f32551745303430e45d61d8 - sha256: 4a83811c573c965c55f3f67c149f232ce81c157391b651699a8c8ad22b743ead - optional: false - category: main - build: hcfcfb64_0 + build: h0dc2134_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-common-0.9.3-h0dc2134_0.conda + sha256: cd186a847486ecc6f4c90f321552422a148b30bde40c1984cb3c2cdedb5b6842 + md5: 08315e4f10bb6df0b6457dd2c4aefe04 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: osx license: Apache-2.0 license_family: Apache - size: 217632 - timestamp: 1695654879342 -- name: aws-c-compression - version: 0.2.17 - manager: conda - platform: linux-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.17-h184a658_3.conda - hash: - md5: c62775b5028b5a4eda25037f9af7f5b3 - sha256: 07f3431f097f64c1ee916c27ac7745bbf27a9b06768fa0449d9e0eaea1b6f4d2 - optional: false - category: main - build: h184a658_3 - arch: x86_64 + size: 203404 + timestamp: 1695654891068 +- kind: conda + name: aws-c-common + version: 0.9.3 + build: hcfcfb64_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-common-0.9.3-hcfcfb64_0.conda + sha256: 4a83811c573c965c55f3f67c149f232ce81c157391b651699a8c8ad22b743ead + md5: ef7faef92f32551745303430e45d61d8 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win + license: Apache-2.0 + license_family: Apache + size: 217632 + timestamp: 1695654879342 +- kind: conda + name: aws-c-common + version: 0.9.3 + build: hd590300_0 subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.9.3-hd590300_0.conda + sha256: 6f3a9c285199f828ac1917112495b4e5f4ca578d385442f33aae282bd95618ac + md5: 434466e97a4174b0c4de114eb7100550 + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux + license: Apache-2.0 + license_family: Apache + size: 220352 + timestamp: 1695654440131 +- kind: conda + name: aws-c-compression + version: 0.2.17 + build: h184a658_3 build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.17-h184a658_3.conda + sha256: 07f3431f097f64c1ee916c27ac7745bbf27a9b06768fa0449d9e0eaea1b6f4d2 + md5: c62775b5028b5a4eda25037f9af7f5b3 + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache size: 19162 timestamp: 1695755217636 -- name: aws-c-compression +- kind: conda + name: aws-c-compression version: 0.2.17 - manager: conda - platform: osx-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.17-hd41bdd4_3.conda - hash: - md5: 8477d925cf7a7972e85139c385ec6f45 - sha256: 922f2be31994d2ba277f2452c801a35c4695335938788bd280f73ab1cbd189df - optional: false - category: main build: hd41bdd4_3 - arch: x86_64 - subdir: osx-64 build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-compression-0.2.17-hd41bdd4_3.conda + sha256: 922f2be31994d2ba277f2452c801a35c4695335938788bd280f73ab1cbd189df + md5: 8477d925cf7a7972e85139c385ec6f45 + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache size: 18078 timestamp: 1695755408655 -- name: aws-c-compression +- kind: conda + name: aws-c-compression version: 0.2.17 - manager: conda - platform: osx-arm64 - dependencies: - aws-c-common: '>=0.9.0,<0.9.1.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.17-he70778a_2.conda - hash: - md5: d7a30e85a98d14dcd2d0ca8ae8ca4372 - sha256: 0e5a93b88d77405af89586f4b776f68a3cfd1c9ed44da57ac2a6b042dc96a26c - optional: false - category: main - build: he70778a_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 18406 - timestamp: 1691607429629 -- name: aws-c-compression - version: 0.2.17 - manager: conda - platform: win-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.17-hd5965a7_3.conda - hash: - md5: b0e3df9a002b961bf5fa2400235a8f74 - sha256: 5d63e840b6ba0f737503584e14ed94b94397e68e1768f1d76b263dee771a07dd - optional: false - category: main build: hd5965a7_3 - arch: x86_64 - subdir: win-64 build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-compression-0.2.17-hd5965a7_3.conda + sha256: 5d63e840b6ba0f737503584e14ed94b94397e68e1768f1d76b263dee771a07dd + md5: b0e3df9a002b961bf5fa2400235a8f74 + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 22691 timestamp: 1695755699057 -- name: aws-c-event-stream - version: 0.3.2 - manager: conda - platform: linux-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.3.2-hd6ebb48_1.conda - hash: - md5: ef9692e74f437004ef47a4363552bcb6 - sha256: 32385f297271fcbdfa97adeceea56c1317ffb96d94a681933805f97ef30bda12 - optional: false - category: main - build: hd6ebb48_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 53665 - timestamp: 1695786768147 -- name: aws-c-event-stream - version: 0.3.2 - manager: conda - platform: osx-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.3.2-hab6341b_1.conda - hash: - md5: ea7090c6dce0f098e6f27531204ae9c3 - sha256: ed52fda59f2c42a50a53055f909189d48169fa875f9fdcf4aa280c326aac3123 - optional: false - category: main - build: hab6341b_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 +- kind: conda + name: aws-c-compression + version: 0.2.17 + build: he70778a_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-compression-0.2.17-he70778a_2.conda + sha256: 0e5a93b88d77405af89586f4b776f68a3cfd1c9ed44da57ac2a6b042dc96a26c + md5: d7a30e85a98d14dcd2d0ca8ae8ca4372 + depends: + - aws-c-common >=0.9.0,<0.9.1.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache - size: 46908 - timestamp: 1695787042268 -- name: aws-c-event-stream + size: 18406 + timestamp: 1691607429629 +- kind: conda + name: aws-c-event-stream version: 0.3.1 - manager: conda - platform: osx-arm64 - dependencies: - aws-c-io: '>=0.13.32,<0.13.33.0a0' - libcxx: '>=15.0.7' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - aws-c-common: '>=0.9.0,<0.9.1.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.3.1-hcf14f3f_4.conda - hash: - md5: e8196ecb071eb3c07067008403182323 - sha256: eb127382b09a721a916ebf54c7aef8acbeefd00d5e2b14c45ec69f847bb50bf1 - optional: false - category: main build: hcf14f3f_4 - arch: aarch64 - subdir: osx-arm64 build_number: 4 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-event-stream-0.3.1-hcf14f3f_4.conda + sha256: eb127382b09a721a916ebf54c7aef8acbeefd00d5e2b14c45ec69f847bb50bf1 + md5: e8196ecb071eb3c07067008403182323 + depends: + - aws-c-io >=0.13.32,<0.13.33.0a0 + - libcxx >=15.0.7 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - aws-c-common >=0.9.0,<0.9.1.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache size: 48878 timestamp: 1691761518448 -- name: aws-c-event-stream +- kind: conda + name: aws-c-event-stream version: 0.3.2 - manager: conda - platform: win-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.3.2-hea44b67_1.conda - hash: - md5: 8714f7f7c40e43d9830f41b8f010b9d6 - sha256: 9aa0bb1e4417b17935094e8fadfba1bc9e00f7e20a9e36f04d790ea7ab4cf308 - optional: false - category: main - build: hea44b67_1 - arch: x86_64 - subdir: win-64 + build: hab6341b_1 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-event-stream-0.3.2-hab6341b_1.conda + sha256: ed52fda59f2c42a50a53055f909189d48169fa875f9fdcf4aa280c326aac3123 + md5: ea7090c6dce0f098e6f27531204ae9c3 + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - libcxx >=15.0.7 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache - size: 54351 - timestamp: 1695787146551 -- name: aws-c-http - version: 0.7.13 - manager: conda - platform: linux-64 - dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-compression: '>=0.2.17,<0.2.18.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.7.13-hc690213_1.conda - hash: - md5: c912831e92c565598072243266073161 - sha256: 609016dcb4c3480362ba6307759b9dabc59fd02f936d6c09f299c46964c19a7c - optional: false - category: main - build: hc690213_1 - arch: x86_64 - subdir: linux-64 + size: 46908 + timestamp: 1695787042268 +- kind: conda + name: aws-c-event-stream + version: 0.3.2 + build: hd6ebb48_1 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.3.2-hd6ebb48_1.conda + sha256: 32385f297271fcbdfa97adeceea56c1317ffb96d94a681933805f97ef30bda12 + md5: ef9692e74f437004ef47a4363552bcb6 + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache - size: 193066 - timestamp: 1695786758113 -- name: aws-c-http - version: 0.7.13 - manager: conda - platform: osx-64 - dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-compression: '>=0.2.17,<0.2.18.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.7.13-h868b204_1.conda - hash: - md5: f43a2a8cae0408db86d4461359a0dbe2 - sha256: f3db9629daee50f27f86676a2d4dec58c9aa2d6d4a6d0f32433928bac7d58dcd - optional: false - category: main - build: h868b204_1 - arch: x86_64 - subdir: osx-64 + size: 53665 + timestamp: 1695786768147 +- kind: conda + name: aws-c-event-stream + version: 0.3.2 + build: hea44b67_1 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-event-stream-0.3.2-hea44b67_1.conda + sha256: 9aa0bb1e4417b17935094e8fadfba1bc9e00f7e20a9e36f04d790ea7ab4cf308 + md5: 8714f7f7c40e43d9830f41b8f010b9d6 + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache - size: 164664 - timestamp: 1695786938189 -- name: aws-c-http + size: 54351 + timestamp: 1695787146551 +- kind: conda + name: aws-c-http version: 0.7.11 - manager: conda - platform: osx-arm64 - dependencies: - aws-c-cal: '>=0.6.1,<0.6.2.0a0' - aws-c-compression: '>=0.2.17,<0.2.18.0a0' - aws-c-common: '>=0.9.0,<0.9.1.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.7.11-hcbec455_4.conda - hash: - md5: 13a5f11f32954de3c6ee5680700ce421 - sha256: de3b7d7729acbe9883ce8b4ab28130042b9c2e39616b616ee57555522afed65d - optional: false - category: main build: hcbec455_4 - arch: aarch64 - subdir: osx-arm64 build_number: 4 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-http-0.7.11-hcbec455_4.conda + sha256: de3b7d7729acbe9883ce8b4ab28130042b9c2e39616b616ee57555522afed65d + md5: 13a5f11f32954de3c6ee5680700ce421 + depends: + - aws-c-cal >=0.6.1,<0.6.2.0a0 + - aws-c-compression >=0.2.17,<0.2.18.0a0 + - aws-c-common >=0.9.0,<0.9.1.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache size: 158248 timestamp: 1691761391491 -- name: aws-c-http +- kind: conda + name: aws-c-http version: 0.7.13 - manager: conda - platform: win-64 - dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-compression: '>=0.2.17,<0.2.18.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.7.13-h6dd44e3_1.conda - hash: - md5: cf2be4ecb54d59f946b6041859051b66 - sha256: 536f6e1153fd374ed75632bb568a7b9ab106e8634084235b56f128e9be65175e - optional: false - category: main build: h6dd44e3_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-http-0.7.13-h6dd44e3_1.conda + sha256: 536f6e1153fd374ed75632bb568a7b9ab106e8634084235b56f128e9be65175e + md5: cf2be4ecb54d59f946b6041859051b66 + depends: + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-compression >=0.2.17,<0.2.18.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 179477 timestamp: 1695787045722 -- name: aws-c-io +- kind: conda + name: aws-c-http + version: 0.7.13 + build: h868b204_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-http-0.7.13-h868b204_1.conda + sha256: f3db9629daee50f27f86676a2d4dec58c9aa2d6d4a6d0f32433928bac7d58dcd + md5: f43a2a8cae0408db86d4461359a0dbe2 + depends: + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-compression >=0.2.17,<0.2.18.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + arch: x86_64 + platform: osx + license: Apache-2.0 + license_family: Apache + size: 164664 + timestamp: 1695786938189 +- kind: conda + name: aws-c-http + version: 0.7.13 + build: hc690213_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.7.13-hc690213_1.conda + sha256: 609016dcb4c3480362ba6307759b9dabc59fd02f936d6c09f299c46964c19a7c + md5: c912831e92c565598072243266073161 + depends: + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-compression >=0.2.17,<0.2.18.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - libgcc-ng >=12 + arch: x86_64 + platform: linux + license: Apache-2.0 + license_family: Apache + size: 193066 + timestamp: 1695786758113 +- kind: conda + name: aws-c-io version: 0.13.32 - manager: conda - platform: linux-64 - dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - libgcc-ng: '>=12' - s2n: '>=1.3.54,<1.3.55.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.13.32-h161b759_6.conda - hash: - md5: 26c909c7fc3fddc015a9ab4ebfcaed41 - sha256: 76b51d2b2911ee0acb79692fefd524ae91b92e92dd5ddf4d89958d29fc1460ee - optional: false - category: main build: h161b759_6 - arch: x86_64 - subdir: linux-64 build_number: 6 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.13.32-h161b759_6.conda + sha256: 76b51d2b2911ee0acb79692fefd524ae91b92e92dd5ddf4d89958d29fc1460ee + md5: 26c909c7fc3fddc015a9ab4ebfcaed41 + depends: + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - libgcc-ng >=12 + - s2n >=1.3.54,<1.3.55.0a0 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache size: 153867 timestamp: 1696719447343 -- name: aws-c-io +- kind: conda + name: aws-c-io version: 0.13.32 - manager: conda - platform: osx-64 - dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.13.32-h2566903_6.conda - hash: - md5: da6927252893084bf95269d745eedada - sha256: 196f33bf7304c08c913b652d58463772a7db6c47d0d2a9c1be9d92b14094ff0a - optional: false - category: main build: h2566903_6 - arch: x86_64 - subdir: osx-64 build_number: 6 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-io-0.13.32-h2566903_6.conda + sha256: 196f33bf7304c08c913b652d58463772a7db6c47d0d2a9c1be9d92b14094ff0a + md5: da6927252893084bf95269d745eedada + depends: + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache size: 135831 timestamp: 1696719527 -- name: aws-c-io +- kind: conda + name: aws-c-io version: 0.13.32 - manager: conda - platform: osx-arm64 - dependencies: - aws-c-cal: '>=0.6.1,<0.6.2.0a0' - aws-c-common: '>=0.9.0,<0.9.1.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.13.32-he8ad1d2_0.conda - hash: - md5: d4db40638882d969a04c1822c8a6f19b - sha256: b01fb7cbc6a2563ab88486f288334f4961fecc476709747aa74cb31f38e31854 - optional: false - category: main - build: he8ad1d2_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 140021 - timestamp: 1691713205392 -- name: aws-c-io - version: 0.13.32 - manager: conda - platform: win-64 - dependencies: - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.13.32-ha16e049_6.conda - hash: - md5: 75cb3bc0a2d05063bda6a900eb926b9d - sha256: 2ff7e7c16c04e4bdd4e96bf02239afabcc071aa96f199a58c8a57881886148b8 - optional: false - category: main build: ha16e049_6 - arch: x86_64 - subdir: win-64 build_number: 6 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-io-0.13.32-ha16e049_6.conda + sha256: 2ff7e7c16c04e4bdd4e96bf02239afabcc071aa96f199a58c8a57881886148b8 + md5: 75cb3bc0a2d05063bda6a900eb926b9d + depends: + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 158041 timestamp: 1696720098642 -- name: aws-c-mqtt - version: 0.9.6 - manager: conda - platform: linux-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.9.6-h32970c0_2.conda - hash: - md5: 21dd1cb1e73b0ce2ea31e9f9f692e051 - sha256: ff961111d41afc107bcb263d1ce727a2900b4546adbb7bae03046e1473157e64 - optional: false - category: main - build: h32970c0_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: Apache-2.0 - license_family: Apache - size: 162703 - timestamp: 1695917197677 -- name: aws-c-mqtt - version: 0.9.6 - manager: conda - platform: osx-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.9.6-he6da789_2.conda - hash: - md5: 4b30f7acb9cf20c7570b000213484f52 - sha256: 343781159bb6bc47dd8e69c41eaeaacfc4d146cfa18fd01bf2c75e8b7bd45ba6 - optional: false - category: main - build: he6da789_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 +- kind: conda + name: aws-c-io + version: 0.13.32 + build: he8ad1d2_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-io-0.13.32-he8ad1d2_0.conda + sha256: b01fb7cbc6a2563ab88486f288334f4961fecc476709747aa74cb31f38e31854 + md5: d4db40638882d969a04c1822c8a6f19b + depends: + - aws-c-cal >=0.6.1,<0.6.2.0a0 + - aws-c-common >=0.9.0,<0.9.1.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache - size: 139336 - timestamp: 1695917405265 -- name: aws-c-mqtt + size: 140021 + timestamp: 1691713205392 +- kind: conda + name: aws-c-mqtt version: 0.9.3 - manager: conda - platform: osx-arm64 - dependencies: - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-common: '>=0.9.0,<0.9.1.0a0' - aws-c-http: '>=0.7.11,<0.7.12.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.9.3-hf45dd20_1.conda - hash: - md5: 2602feff0c3c7904cc9f743d5c5bdb74 - sha256: 1b0e3ac3b683f00f37e6caac12f3a3e257ded1c5f8e3f7cd59bdfb7068a5abee - optional: false - category: main build: hf45dd20_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-mqtt-0.9.3-hf45dd20_1.conda + sha256: 1b0e3ac3b683f00f37e6caac12f3a3e257ded1c5f8e3f7cd59bdfb7068a5abee + md5: 2602feff0c3c7904cc9f743d5c5bdb74 + depends: + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-common >=0.9.0,<0.9.1.0a0 + - aws-c-http >=0.7.11,<0.7.12.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache size: 123718 timestamp: 1691776601878 -- name: aws-c-mqtt +- kind: conda + name: aws-c-mqtt + version: 0.9.6 + build: h32970c0_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.9.6-h32970c0_2.conda + sha256: ff961111d41afc107bcb263d1ce727a2900b4546adbb7bae03046e1473157e64 + md5: 21dd1cb1e73b0ce2ea31e9f9f692e051 + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - libgcc-ng >=12 + arch: x86_64 + platform: linux + license: Apache-2.0 + license_family: Apache + size: 162703 + timestamp: 1695917197677 +- kind: conda + name: aws-c-mqtt version: 0.9.6 - manager: conda - platform: win-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.9.6-h5e85a83_2.conda - hash: - md5: 348bde350e6eee35c3dd310cef20775f - sha256: 8f6e103b8a5c85275b541fe52d69b879aa96c9996f5edc81fd6a21d662bc7392 - optional: false - category: main build: h5e85a83_2 - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-mqtt-0.9.6-h5e85a83_2.conda + sha256: 8f6e103b8a5c85275b541fe52d69b879aa96c9996f5edc81fd6a21d662bc7392 + md5: 348bde350e6eee35c3dd310cef20775f + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 157202 timestamp: 1695917786835 -- name: aws-c-s3 - version: 0.3.17 - manager: conda - platform: linux-64 - dependencies: - aws-c-auth: '>=0.7.4,<0.7.5.0a0' - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - libgcc-ng: '>=12' - openssl: '>=3.1.3,<4.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.3.17-hb5e3142_3.conda - hash: - md5: f0eeadc3f7fc9a29b7ce416897056826 - sha256: e2735df82153f7bc29d9d118453349b8d1fdd565e43764188af502fbcd32635a - optional: false - category: main - build: hb5e3142_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: Apache-2.0 - license_family: Apache - size: 86367 - timestamp: 1695816475381 -- name: aws-c-s3 - version: 0.3.17 - manager: conda - platform: osx-64 - dependencies: - aws-c-auth: '>=0.7.4,<0.7.5.0a0' - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.3.17-h5997705_3.conda - hash: - md5: e4e8a0ea0385a06a83944f603e56320e - sha256: 4146f40b392860c1bb9c76e39d5a6aa95a8429da4d5a7e10b30318147faddfe8 - optional: false - category: main - build: h5997705_3 - arch: x86_64 +- kind: conda + name: aws-c-mqtt + version: 0.9.6 + build: he6da789_2 + build_number: 2 subdir: osx-64 - build_number: 3 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-mqtt-0.9.6-he6da789_2.conda + sha256: 343781159bb6bc47dd8e69c41eaeaacfc4d146cfa18fd01bf2c75e8b7bd45ba6 + md5: 4b30f7acb9cf20c7570b000213484f52 + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache - size: 74663 - timestamp: 1695816593583 -- name: aws-c-s3 + size: 139336 + timestamp: 1695917405265 +- kind: conda + name: aws-c-s3 version: 0.3.14 - manager: conda - platform: osx-arm64 - dependencies: - aws-c-common: '>=0.9.0,<0.9.1.0a0' - aws-c-http: '>=0.7.11,<0.7.12.0a0' - aws-c-cal: '>=0.6.1,<0.6.2.0a0' - aws-c-auth: '>=0.7.3,<0.7.4.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.3.14-hf0e1321_1.conda - hash: - md5: 01eb867a0851892b41cb57a7ecaeee8b - sha256: 02b7cd21bf1db9284d5e26cf9fb5a7f8a3e0a856ada807eb51d60e1d66cd8e78 - optional: false - category: main build: hf0e1321_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-s3-0.3.14-hf0e1321_1.conda + sha256: 02b7cd21bf1db9284d5e26cf9fb5a7f8a3e0a856ada807eb51d60e1d66cd8e78 + md5: 01eb867a0851892b41cb57a7ecaeee8b + depends: + - aws-c-common >=0.9.0,<0.9.1.0a0 + - aws-c-http >=0.7.11,<0.7.12.0a0 + - aws-c-cal >=0.6.1,<0.6.2.0a0 + - aws-c-auth >=0.7.3,<0.7.4.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache size: 77780 timestamp: 1691791444688 -- name: aws-c-s3 +- kind: conda + name: aws-c-s3 + version: 0.3.17 + build: h5997705_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-s3-0.3.17-h5997705_3.conda + sha256: 4146f40b392860c1bb9c76e39d5a6aa95a8429da4d5a7e10b30318147faddfe8 + md5: e4e8a0ea0385a06a83944f603e56320e + depends: + - aws-c-auth >=0.7.4,<0.7.5.0a0 + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + arch: x86_64 + platform: osx + license: Apache-2.0 + license_family: Apache + size: 74663 + timestamp: 1695816593583 +- kind: conda + name: aws-c-s3 version: 0.3.17 - manager: conda - platform: win-64 - dependencies: - aws-c-auth: '>=0.7.4,<0.7.5.0a0' - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.3.17-ha8f72b6_3.conda - hash: - md5: e6e98f522c89d8b02766d09468d790f3 - sha256: ee731c295a74363afae65e3268d524e3a3d8d198aaaf0b0ab6af4c0cbfd56756 - optional: false - category: main build: ha8f72b6_3 - arch: x86_64 - subdir: win-64 build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-s3-0.3.17-ha8f72b6_3.conda + sha256: ee731c295a74363afae65e3268d524e3a3d8d198aaaf0b0ab6af4c0cbfd56756 + md5: e6e98f522c89d8b02766d09468d790f3 + depends: + - aws-c-auth >=0.7.4,<0.7.5.0a0 + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 83349 timestamp: 1695817009484 -- name: aws-c-sdkutils +- kind: conda + name: aws-c-s3 + version: 0.3.17 + build: hb5e3142_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.3.17-hb5e3142_3.conda + sha256: e2735df82153f7bc29d9d118453349b8d1fdd565e43764188af502fbcd32635a + md5: f0eeadc3f7fc9a29b7ce416897056826 + depends: + - aws-c-auth >=0.7.4,<0.7.5.0a0 + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - libgcc-ng >=12 + - openssl >=3.1.3,<4.0a0 + arch: x86_64 + platform: linux + license: Apache-2.0 + license_family: Apache + size: 86367 + timestamp: 1695816475381 +- kind: conda + name: aws-c-sdkutils version: 0.1.12 - manager: conda - platform: linux-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.12-h184a658_2.conda - hash: - md5: ba06d81b81ec3eaf4ee83cd47f808134 - sha256: f8cea4495d2d6c622aa65257aa24958fde6e5f5d518772036ba1fe5dfd0666ad - optional: false - category: main build: h184a658_2 - arch: x86_64 - subdir: linux-64 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.12-h184a658_2.conda + sha256: f8cea4495d2d6c622aa65257aa24958fde6e5f5d518772036ba1fe5dfd0666ad + md5: ba06d81b81ec3eaf4ee83cd47f808134 + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache size: 53021 timestamp: 1695742870649 -- name: aws-c-sdkutils +- kind: conda + name: aws-c-sdkutils version: 0.1.12 - manager: conda - platform: osx-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.12-hd41bdd4_2.conda - hash: - md5: ca04a04205202fee021697f614bd59dd - sha256: 763f1091d0abae8ec74ffe6077788e4a558e88e0a0c9aaba69c66b88f91f9b14 - optional: false - category: main build: hd41bdd4_2 - arch: x86_64 - subdir: osx-64 build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-c-sdkutils-0.1.12-hd41bdd4_2.conda + sha256: 763f1091d0abae8ec74ffe6077788e4a558e88e0a0c9aaba69c66b88f91f9b14 + md5: ca04a04205202fee021697f614bd59dd + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache size: 47319 timestamp: 1695743229851 -- name: aws-c-sdkutils +- kind: conda + name: aws-c-sdkutils version: 0.1.12 - manager: conda - platform: osx-arm64 - dependencies: - aws-c-common: '>=0.9.0,<0.9.1.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.12-he70778a_1.conda - hash: - md5: a90a6413bbf361584033773c19cecb65 - sha256: 60bf0d3e7bd7bb368bbbc03f917b2a97198642ce8ed491f80c5cacbb6498c566 - optional: false - category: main - build: he70778a_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 48721 - timestamp: 1691457290683 -- name: aws-c-sdkutils - version: 0.1.12 - manager: conda - platform: win-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.12-hd5965a7_2.conda - hash: - md5: 5ac1b07dec55938a5f410e04aba2e27a - sha256: 029e039ff2bc526d5f31637a5525192787b3457b03cf33e479cd07641a9b5430 - optional: false - category: main build: hd5965a7_2 - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-c-sdkutils-0.1.12-hd5965a7_2.conda + sha256: 029e039ff2bc526d5f31637a5525192787b3457b03cf33e479cd07641a9b5430 + md5: 5ac1b07dec55938a5f410e04aba2e27a + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 51875 timestamp: 1695743449932 -- name: aws-checksums +- kind: conda + name: aws-c-sdkutils + version: 0.1.12 + build: he70778a_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-c-sdkutils-0.1.12-he70778a_1.conda + sha256: 60bf0d3e7bd7bb368bbbc03f917b2a97198642ce8ed491f80c5cacbb6498c566 + md5: a90a6413bbf361584033773c19cecb65 + depends: + - aws-c-common >=0.9.0,<0.9.1.0a0 + arch: aarch64 + platform: osx + license: Apache-2.0 + license_family: Apache + size: 48721 + timestamp: 1691457290683 +- kind: conda + name: aws-checksums version: 0.1.17 - manager: conda - platform: linux-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.17-h184a658_2.conda - hash: - md5: 10fcdbd02ba7fa0827fb8f7d94f8375b - sha256: feeea13a9a15c4dd27a2244fedbe439ee7548192b21e5e6cf6c07142af5a92d1 - optional: false - category: main build: h184a658_2 - arch: x86_64 - subdir: linux-64 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.17-h184a658_2.conda + sha256: feeea13a9a15c4dd27a2244fedbe439ee7548192b21e5e6cf6c07142af5a92d1 + md5: 10fcdbd02ba7fa0827fb8f7d94f8375b + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache size: 50130 timestamp: 1695743103287 -- name: aws-checksums +- kind: conda + name: aws-checksums version: 0.1.17 - manager: conda - platform: osx-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.17-hd41bdd4_2.conda - hash: - md5: e4d679bf261bafcf215804bcbcd63e6f - sha256: d59f0b77d02fe275f0d758148c5705c72dfca85d97b55c9a227579eb284dd6a2 - optional: false - category: main build: hd41bdd4_2 - arch: x86_64 - subdir: osx-64 build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-checksums-0.1.17-hd41bdd4_2.conda + sha256: d59f0b77d02fe275f0d758148c5705c72dfca85d97b55c9a227579eb284dd6a2 + md5: e4d679bf261bafcf215804bcbcd63e6f + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache size: 48675 timestamp: 1695743318668 -- name: aws-checksums +- kind: conda + name: aws-checksums version: 0.1.17 - manager: conda - platform: osx-arm64 - dependencies: - aws-c-common: '>=0.9.0,<0.9.1.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.17-he70778a_1.conda - hash: - md5: 5892420ce138d63e1f6e08c9915f0308 - sha256: 52606dcecd60ccc587d3c8f100cc30b7a8101f655e8d9b26a90dac9996030f52 - optional: false - category: main - build: he70778a_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: Apache-2.0 - license_family: Apache - size: 49182 - timestamp: 1691457138566 -- name: aws-checksums - version: 0.1.17 - manager: conda - platform: win-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.17-hd5965a7_2.conda - hash: - md5: 750eaf78f1354c70743cb15c1e2ad4ac - sha256: 0c9e36f6b0729e8b0507b16fd10ab01b6bf59afd99d7d3b6fa93151485ac481f - optional: false - category: main build: hd5965a7_2 - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-checksums-0.1.17-hd5965a7_2.conda + sha256: 0c9e36f6b0729e8b0507b16fd10ab01b6bf59afd99d7d3b6fa93151485ac481f + md5: 750eaf78f1354c70743cb15c1e2ad4ac + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 52214 timestamp: 1695743755136 -- name: aws-crt-cpp - version: 0.23.1 - manager: conda - platform: linux-64 - dependencies: - aws-c-auth: '>=0.7.4,<0.7.5.0a0' - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-event-stream: '>=0.3.2,<0.3.3.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-mqtt: '>=0.9.6,<0.9.7.0a0' - aws-c-s3: '>=0.3.17,<0.3.18.0a0' - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.23.1-h94c364a_5.conda - hash: - md5: 0d9257d4ebe9af80677c178f172d3c39 - sha256: 2c3af3148c4625a9f4bc8cd46b0d55f6e39f7381ee54095752c62f1c1598c24b - optional: false - category: main - build: h94c364a_5 - arch: x86_64 - subdir: linux-64 +- kind: conda + name: aws-checksums + version: 0.1.17 + build: he70778a_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-checksums-0.1.17-he70778a_1.conda + sha256: 52606dcecd60ccc587d3c8f100cc30b7a8101f655e8d9b26a90dac9996030f52 + md5: 5892420ce138d63e1f6e08c9915f0308 + depends: + - aws-c-common >=0.9.0,<0.9.1.0a0 + arch: aarch64 + platform: osx + license: Apache-2.0 + license_family: Apache + size: 49182 + timestamp: 1691457138566 +- kind: conda + name: aws-crt-cpp + version: 0.21.0 + build: hda227cd_5 build_number: 5 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.21.0-hda227cd_5.conda + sha256: 861bb8ca04a5cad23dfd444967e29735b2430350c7789dc5e869a4e71dac82ae + md5: dd47301eea0a420faa1546f5c5d708ff + depends: + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - aws-c-event-stream >=0.3.1,<0.3.2.0a0 + - aws-c-auth >=0.7.3,<0.7.4.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-s3 >=0.3.14,<0.3.15.0a0 + - aws-c-mqtt >=0.9.3,<0.9.4.0a0 + - libcxx >=15.0.7 + - aws-c-http >=0.7.11,<0.7.12.0a0 + - aws-c-cal >=0.6.1,<0.6.2.0a0 + - aws-c-common >=0.9.0,<0.9.1.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache - size: 323319 - timestamp: 1695993507703 -- name: aws-crt-cpp + size: 222274 + timestamp: 1692188781165 +- kind: conda + name: aws-crt-cpp version: 0.23.1 - manager: conda - platform: osx-64 - dependencies: - aws-c-auth: '>=0.7.4,<0.7.5.0a0' - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-event-stream: '>=0.3.2,<0.3.3.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-mqtt: '>=0.9.6,<0.9.7.0a0' - aws-c-s3: '>=0.3.17,<0.3.18.0a0' - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.23.1-h4e3dc9b_5.conda - hash: - md5: 327a1a3776bb737a8de1a02203b67c18 - sha256: 63d6022f15f57422243065b09d940cb7c336883bd3d581ce8d8e0a9ae19bc64d - optional: false - category: main build: h4e3dc9b_5 - arch: x86_64 - subdir: osx-64 build_number: 5 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-crt-cpp-0.23.1-h4e3dc9b_5.conda + sha256: 63d6022f15f57422243065b09d940cb7c336883bd3d581ce8d8e0a9ae19bc64d + md5: 327a1a3776bb737a8de1a02203b67c18 + depends: + - aws-c-auth >=0.7.4,<0.7.5.0a0 + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-mqtt >=0.9.6,<0.9.7.0a0 + - aws-c-s3 >=0.3.17,<0.3.18.0a0 + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - libcxx >=15.0.7 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache size: 275005 timestamp: 1695993989586 -- name: aws-crt-cpp - version: 0.21.0 - manager: conda - platform: osx-arm64 - dependencies: - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' - aws-c-event-stream: '>=0.3.1,<0.3.2.0a0' - aws-c-auth: '>=0.7.3,<0.7.4.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-s3: '>=0.3.14,<0.3.15.0a0' - aws-c-mqtt: '>=0.9.3,<0.9.4.0a0' - libcxx: '>=15.0.7' - aws-c-http: '>=0.7.11,<0.7.12.0a0' - aws-c-cal: '>=0.6.1,<0.6.2.0a0' - aws-c-common: '>=0.9.0,<0.9.1.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-crt-cpp-0.21.0-hda227cd_5.conda - hash: - md5: dd47301eea0a420faa1546f5c5d708ff - sha256: 861bb8ca04a5cad23dfd444967e29735b2430350c7789dc5e869a4e71dac82ae - optional: false - category: main - build: hda227cd_5 - arch: aarch64 - subdir: osx-arm64 - build_number: 5 - license: Apache-2.0 - license_family: Apache - size: 222274 - timestamp: 1692188781165 -- name: aws-crt-cpp +- kind: conda + name: aws-crt-cpp version: 0.23.1 - manager: conda - platform: win-64 - dependencies: - aws-c-auth: '>=0.7.4,<0.7.5.0a0' - aws-c-cal: '>=0.6.2,<0.6.3.0a0' - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-event-stream: '>=0.3.2,<0.3.3.0a0' - aws-c-http: '>=0.7.13,<0.7.14.0a0' - aws-c-io: '>=0.13.32,<0.13.33.0a0' - aws-c-mqtt: '>=0.9.6,<0.9.7.0a0' - aws-c-s3: '>=0.3.17,<0.3.18.0a0' - aws-c-sdkutils: '>=0.1.12,<0.1.13.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.23.1-h70f7a23_5.conda - hash: - md5: c0c9016cd7385ad14dcd575ef349c620 - sha256: 7b39b5bbd278838543655068f8779e538b6cd2b7931689762127082b544eea4e - optional: false - category: main build: h70f7a23_5 - arch: x86_64 - subdir: win-64 build_number: 5 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-crt-cpp-0.23.1-h70f7a23_5.conda + sha256: 7b39b5bbd278838543655068f8779e538b6cd2b7931689762127082b544eea4e + md5: c0c9016cd7385ad14dcd575ef349c620 + depends: + - aws-c-auth >=0.7.4,<0.7.5.0a0 + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-mqtt >=0.9.6,<0.9.7.0a0 + - aws-c-s3 >=0.3.17,<0.3.18.0a0 + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 236477 timestamp: 1695993950546 -- name: aws-sdk-cpp - version: 1.11.156 - manager: conda - platform: linux-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-event-stream: '>=0.3.2,<0.3.3.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - aws-crt-cpp: '>=0.23.1,<0.23.2.0a0' - libcurl: '>=8.3.0,<9.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.156-h6600424_3.conda - hash: - md5: 6caecdec46acbd4743807b4be6efce33 - sha256: ed42d559b18025f422d4b4ae81e0574eae200c3e321b9f97e3b269a6d064994a - optional: false - category: main - build: h6600424_3 - arch: x86_64 +- kind: conda + name: aws-crt-cpp + version: 0.23.1 + build: h94c364a_5 + build_number: 5 subdir: linux-64 - build_number: 3 - license: Apache-2.0 - license_family: Apache - size: 3432093 - timestamp: 1696017730687 -- name: aws-sdk-cpp - version: 1.11.156 - manager: conda - platform: osx-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-event-stream: '>=0.3.2,<0.3.3.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - aws-crt-cpp: '>=0.23.1,<0.23.2.0a0' - libcurl: '>=8.3.0,<9.0a0' - libcxx: '>=15.0.7' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.156-h99d1da1_3.conda - hash: - md5: c2fed554b5b634befb8849c87dc193c4 - sha256: b757126d923fb4bf78c4d97025d0b636579a7814d319e493219e36e8f0ab8439 - optional: false - category: main - build: h99d1da1_3 - arch: x86_64 - subdir: osx-64 - build_number: 3 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.23.1-h94c364a_5.conda + sha256: 2c3af3148c4625a9f4bc8cd46b0d55f6e39f7381ee54095752c62f1c1598c24b + md5: 0d9257d4ebe9af80677c178f172d3c39 + depends: + - aws-c-auth >=0.7.4,<0.7.5.0a0 + - aws-c-cal >=0.6.2,<0.6.3.0a0 + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-c-http >=0.7.13,<0.7.14.0a0 + - aws-c-io >=0.13.32,<0.13.33.0a0 + - aws-c-mqtt >=0.9.6,<0.9.7.0a0 + - aws-c-s3 >=0.3.17,<0.3.18.0a0 + - aws-c-sdkutils >=0.1.12,<0.1.13.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache - size: 3190406 - timestamp: 1696018395381 -- name: aws-sdk-cpp + size: 323319 + timestamp: 1695993507703 +- kind: conda + name: aws-sdk-cpp version: 1.10.57 - manager: conda - platform: osx-arm64 - dependencies: - aws-c-common: '>=0.9.0,<0.9.1.0a0' - libcurl: '>=8.2.1,<9.0a0' - openssl: '>=3.1.2,<4.0a0' - libcxx: '>=15.0.7' - aws-c-event-stream: '>=0.3.1,<0.3.2.0a0' - aws-crt-cpp: '>=0.21.0,<0.21.1.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.10.57-h1190f42_19.conda - hash: - md5: bd16f7f2a92c33d1767592c45588dbc7 - sha256: b176a2cf86d8c6891f5d234b2be4503492b37554241bad183b4524988c2e82e9 - optional: false - category: main build: h1190f42_19 - arch: aarch64 - subdir: osx-arm64 build_number: 19 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/aws-sdk-cpp-1.10.57-h1190f42_19.conda + sha256: b176a2cf86d8c6891f5d234b2be4503492b37554241bad183b4524988c2e82e9 + md5: bd16f7f2a92c33d1767592c45588dbc7 + depends: + - aws-c-common >=0.9.0,<0.9.1.0a0 + - libcurl >=8.2.1,<9.0a0 + - openssl >=3.1.2,<4.0a0 + - libcxx >=15.0.7 + - aws-c-event-stream >=0.3.1,<0.3.2.0a0 + - aws-crt-cpp >=0.21.0,<0.21.1.0a0 + - libzlib >=1.2.13,<1.3.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache size: 3367360 timestamp: 1692212958949 -- name: aws-sdk-cpp +- kind: conda + name: aws-sdk-cpp version: 1.11.156 - manager: conda - platform: win-64 - dependencies: - aws-c-common: '>=0.9.3,<0.9.4.0a0' - aws-c-event-stream: '>=0.3.2,<0.3.3.0a0' - aws-checksums: '>=0.1.17,<0.1.18.0a0' - aws-crt-cpp: '>=0.23.1,<0.23.2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.156-h02852bd_3.conda - hash: - md5: 1a232e6d0c8b7ce34b0f819e072fbf7c - sha256: e183eda509e1079ef8e72927c68ed3108a3006b67d8a07a39edad49dc79636e3 - optional: false - category: main build: h02852bd_3 - arch: x86_64 - subdir: win-64 build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/aws-sdk-cpp-1.11.156-h02852bd_3.conda + sha256: e183eda509e1079ef8e72927c68ed3108a3006b67d8a07a39edad49dc79636e3 + md5: 1a232e6d0c8b7ce34b0f819e072fbf7c + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - aws-crt-cpp >=0.23.1,<0.23.2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 3228453 timestamp: 1696018718586 -- name: babel +- kind: conda + name: aws-sdk-cpp + version: 1.11.156 + build: h6600424_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.11.156-h6600424_3.conda + sha256: ed42d559b18025f422d4b4ae81e0574eae200c3e321b9f97e3b269a6d064994a + md5: 6caecdec46acbd4743807b4be6efce33 + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - aws-crt-cpp >=0.23.1,<0.23.2.0a0 + - libcurl >=8.3.0,<9.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 + arch: x86_64 + platform: linux + license: Apache-2.0 + license_family: Apache + size: 3432093 + timestamp: 1696017730687 +- kind: conda + name: aws-sdk-cpp + version: 1.11.156 + build: h99d1da1_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/aws-sdk-cpp-1.11.156-h99d1da1_3.conda + sha256: b757126d923fb4bf78c4d97025d0b636579a7814d319e493219e36e8f0ab8439 + md5: c2fed554b5b634befb8849c87dc193c4 + depends: + - aws-c-common >=0.9.3,<0.9.4.0a0 + - aws-c-event-stream >=0.3.2,<0.3.3.0a0 + - aws-checksums >=0.1.17,<0.1.18.0a0 + - aws-crt-cpp >=0.23.1,<0.23.2.0a0 + - libcurl >=8.3.0,<9.0a0 + - libcxx >=15.0.7 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 + arch: x86_64 + platform: osx + license: Apache-2.0 + license_family: Apache + size: 3190406 + timestamp: 1696018395381 +- kind: conda + name: babel + version: 2.12.1 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/babel-2.12.1-pyhd8ed1ab_1.conda + sha256: 2d9b8768bf8b45073830f7104278c6eb17d78b0f509c9d818ff06b9c4d60283a + md5: ac432e732804a81ddcf29c92ead57cde + depends: + - python >=3.7 + - pytz * + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 6886728 + timestamp: 1677767201771 +- kind: conda + name: babel version: 2.13.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - pytz: '*' - setuptools: '*' - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda - hash: - md5: 3ccff479c246692468f604df9c85ef26 - sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda + sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 + md5: 3ccff479c246692468f604df9c85ef26 + depends: + - python >=3.7 + - pytz * + - setuptools * + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 6948100 timestamp: 1698174685067 -- name: babel +- kind: conda + name: babel version: 2.13.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - pytz: '*' - setuptools: '*' - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda - hash: - md5: 3ccff479c246692468f604df9c85ef26 - sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda + sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 + md5: 3ccff479c246692468f604df9c85ef26 + depends: + - python >=3.7 + - pytz * + - setuptools * + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 6948100 timestamp: 1698174685067 -- name: babel - version: 2.12.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - pytz: '*' - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.12.1-pyhd8ed1ab_1.conda - hash: - md5: ac432e732804a81ddcf29c92ead57cde - sha256: 2d9b8768bf8b45073830f7104278c6eb17d78b0f509c9d818ff06b9c4d60283a - optional: false - category: main - build: pyhd8ed1ab_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 6886728 - timestamp: 1677767201771 -- name: babel +- kind: conda + name: babel version: 2.13.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - pytz: '*' - setuptools: '*' - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda - hash: - md5: 3ccff479c246692468f604df9c85ef26 - sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/babel-2.13.1-pyhd8ed1ab_0.conda + sha256: 1f955c700db16f65b16c9e9c1613436480d5497970b8030b7a9ebe1620cc2147 + md5: 3ccff479c246692468f604df9c85ef26 + depends: + - python >=3.7 + - pytz * + - setuptools * + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 6948100 timestamp: 1698174685067 -- name: backcall +- kind: conda + name: backcall version: 0.2.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 6006a6d08a3fa99268a2681c7fb55213 - sha256: ee62d6434090c1327a48551734e06bd10e65a64ef7f3b6e68719500dab0e42b9 - optional: false - category: main build: pyh9f0ad1d_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2 + sha256: ee62d6434090c1327a48551734e06bd10e65a64ef7f3b6e68719500dab0e42b9 + md5: 6006a6d08a3fa99268a2681c7fb55213 + depends: + - python * + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 13705 timestamp: 1592338491389 -- name: backports +- kind: conda + name: backports version: '1.0' - manager: conda - platform: linux-64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda - hash: - md5: 54ca2e08b3220c148a1d8329c2678e02 - sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd - optional: false - category: main build: pyhd8ed1ab_3 - arch: x86_64 - subdir: linux-64 build_number: 3 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda + sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd + md5: 54ca2e08b3220c148a1d8329c2678e02 + depends: + - python >=2.7 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 5950 timestamp: 1669158729416 -- name: backports +- kind: conda + name: backports version: '1.0' - manager: conda - platform: osx-64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda - hash: - md5: 54ca2e08b3220c148a1d8329c2678e02 - sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd - optional: false - category: main build: pyhd8ed1ab_3 - arch: x86_64 - subdir: osx-64 build_number: 3 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda + sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd + md5: 54ca2e08b3220c148a1d8329c2678e02 + depends: + - python >=2.7 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 5950 timestamp: 1669158729416 -- name: backports +- kind: conda + name: backports version: '1.0' - manager: conda - platform: osx-arm64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda - hash: - md5: 54ca2e08b3220c148a1d8329c2678e02 - sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd - optional: false - category: main build: pyhd8ed1ab_3 - arch: aarch64 - subdir: osx-arm64 build_number: 3 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda + sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd + md5: 54ca2e08b3220c148a1d8329c2678e02 + depends: + - python >=2.7 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 5950 timestamp: 1669158729416 -- name: backports +- kind: conda + name: backports version: '1.0' - manager: conda - platform: win-64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda - hash: - md5: 54ca2e08b3220c148a1d8329c2678e02 - sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd - optional: false - category: main build: pyhd8ed1ab_3 - arch: x86_64 - subdir: win-64 build_number: 3 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda + sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd + md5: 54ca2e08b3220c148a1d8329c2678e02 + depends: + - python >=2.7 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 5950 timestamp: 1669158729416 -- name: backports.functools_lru_cache +- kind: conda + name: backports.functools_lru_cache version: 1.6.5 - manager: conda - platform: linux-64 - dependencies: - backports: '*' - python: '>=3.6' - setuptools: '*' - url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda - hash: - md5: 6b1b907661838a75d067a22f87996b2e - sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda + sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700 + md5: 6b1b907661838a75d067a22f87996b2e + depends: + - backports * + - python >=3.6 + - setuptools * + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 11519 timestamp: 1687772319931 -- name: backports.functools_lru_cache +- kind: conda + name: backports.functools_lru_cache version: 1.6.5 - manager: conda - platform: osx-64 - dependencies: - backports: '*' - python: '>=3.6' - setuptools: '*' - url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda - hash: - md5: 6b1b907661838a75d067a22f87996b2e - sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda + sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700 + md5: 6b1b907661838a75d067a22f87996b2e + depends: + - backports * + - python >=3.6 + - setuptools * + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 11519 timestamp: 1687772319931 -- name: backports.functools_lru_cache +- kind: conda + name: backports.functools_lru_cache version: 1.6.5 - manager: conda - platform: osx-arm64 - dependencies: - setuptools: '*' - python: '>=3.6' - backports: '*' - url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda - hash: - md5: 6b1b907661838a75d067a22f87996b2e - sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda + sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700 + md5: 6b1b907661838a75d067a22f87996b2e + depends: + - setuptools * + - python >=3.6 + - backports * + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 11519 timestamp: 1687772319931 -- name: backports.functools_lru_cache +- kind: conda + name: backports.functools_lru_cache version: 1.6.5 - manager: conda - platform: win-64 - dependencies: - backports: '*' - python: '>=3.6' - setuptools: '*' - url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda - hash: - md5: 6b1b907661838a75d067a22f87996b2e - sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda + sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700 + md5: 6b1b907661838a75d067a22f87996b2e + depends: + - backports * + - python >=3.6 + - setuptools * + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 11519 timestamp: 1687772319931 -- name: beautifulsoup4 +- kind: conda + name: beautifulsoup4 version: 4.12.2 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - soupsieve: '>=1.2' - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda - hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da - optional: false - category: main build: pyha770c72_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da + md5: a362ff7d976217f8fa78c0f1c4f59717 + depends: + - python >=3.6 + - soupsieve >=1.2 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 115011 timestamp: 1680888259061 -- name: beautifulsoup4 +- kind: conda + name: beautifulsoup4 version: 4.12.2 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - soupsieve: '>=1.2' - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda - hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da - optional: false - category: main build: pyha770c72_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da + md5: a362ff7d976217f8fa78c0f1c4f59717 + depends: + - python >=3.6 + - soupsieve >=1.2 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 115011 timestamp: 1680888259061 -- name: beautifulsoup4 +- kind: conda + name: beautifulsoup4 version: 4.12.2 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - soupsieve: '>=1.2' - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda - hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da - optional: false - category: main build: pyha770c72_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da + md5: a362ff7d976217f8fa78c0f1c4f59717 + depends: + - python >=3.6 + - soupsieve >=1.2 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 115011 timestamp: 1680888259061 -- name: beautifulsoup4 +- kind: conda + name: beautifulsoup4 version: 4.12.2 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - soupsieve: '>=1.2' - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda - hash: - md5: a362ff7d976217f8fa78c0f1c4f59717 - sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da - optional: false - category: main build: pyha770c72_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da + md5: a362ff7d976217f8fa78c0f1c4f59717 + depends: + - python >=3.6 + - soupsieve >=1.2 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 115011 timestamp: 1680888259061 -- name: binutils_impl_linux-64 +- kind: conda + name: binutils_impl_linux-64 version: '2.40' - manager: conda - platform: linux-64 - dependencies: - ld_impl_linux-64: ==2.40 h41732ed_0 - sysroot_linux-64: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda - hash: - md5: 33084421a8c0af6aef1b439707f7662a - sha256: a7e0ea2b71a5b03d82e5a58fb6b612ab1c44d72ce161f9aa441f7ba467cd4c8d - optional: false - category: main build: hf600244_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda + sha256: a7e0ea2b71a5b03d82e5a58fb6b612ab1c44d72ce161f9aa441f7ba467cd4c8d + md5: 33084421a8c0af6aef1b439707f7662a + depends: + - ld_impl_linux-64 ==2.40 h41732ed_0 + - sysroot_linux-64 * + arch: x86_64 + platform: linux license: GPL-3.0-only license_family: GPL size: 5414922 timestamp: 1674833958334 -- name: bleach +- kind: conda + name: bleach + version: 6.0.0 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.0.0-pyhd8ed1ab_0.conda + sha256: 59da02f550ec546f9375fa309bc7712f50b478bad67b99fbebbb5b57ee3a67d3 + md5: d48b143d01385872a88ef8417e96c30e + depends: + - setuptools * + - python >=3.6 + - webencodings * + - packaging * + - six >=1.9.0 + arch: aarch64 + platform: osx + license: Apache-2.0 + license_family: Apache + size: 130677 + timestamp: 1674535450476 +- kind: conda + name: bleach version: 6.1.0 - manager: conda - platform: linux-64 - dependencies: - packaging: '*' - python: '>=3.6' - setuptools: '*' - six: '>=1.9.0' - webencodings: '*' - url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda - hash: - md5: 0ed9d7c0e9afa7c025807a9a8136ea3e - sha256: 845e77ef495376c5c3c328ccfd746ca0ef1978150cae8eae61a300fe7755fb08 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda + sha256: 845e77ef495376c5c3c328ccfd746ca0ef1978150cae8eae61a300fe7755fb08 + md5: 0ed9d7c0e9afa7c025807a9a8136ea3e + depends: + - packaging * + - python >=3.6 + - setuptools * + - six >=1.9.0 + - webencodings * + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache - noarch: python size: 131220 timestamp: 1696630354218 -- name: bleach +- kind: conda + name: bleach version: 6.1.0 - manager: conda - platform: osx-64 - dependencies: - packaging: '*' - python: '>=3.6' - setuptools: '*' - six: '>=1.9.0' - webencodings: '*' - url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda - hash: - md5: 0ed9d7c0e9afa7c025807a9a8136ea3e - sha256: 845e77ef495376c5c3c328ccfd746ca0ef1978150cae8eae61a300fe7755fb08 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda + sha256: 845e77ef495376c5c3c328ccfd746ca0ef1978150cae8eae61a300fe7755fb08 + md5: 0ed9d7c0e9afa7c025807a9a8136ea3e + depends: + - packaging * + - python >=3.6 + - setuptools * + - six >=1.9.0 + - webencodings * + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache - noarch: python size: 131220 timestamp: 1696630354218 -- name: bleach - version: 6.0.0 - manager: conda - platform: osx-arm64 - dependencies: - setuptools: '*' - python: '>=3.6' - webencodings: '*' - packaging: '*' - six: '>=1.9.0' - url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.0.0-pyhd8ed1ab_0.conda - hash: - md5: d48b143d01385872a88ef8417e96c30e - sha256: 59da02f550ec546f9375fa309bc7712f50b478bad67b99fbebbb5b57ee3a67d3 - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - noarch: python - size: 130677 - timestamp: 1674535450476 -- name: bleach +- kind: conda + name: bleach version: 6.1.0 - manager: conda - platform: win-64 - dependencies: - packaging: '*' - python: '>=3.6' - setuptools: '*' - six: '>=1.9.0' - webencodings: '*' - url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda - hash: - md5: 0ed9d7c0e9afa7c025807a9a8136ea3e - sha256: 845e77ef495376c5c3c328ccfd746ca0ef1978150cae8eae61a300fe7755fb08 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda + sha256: 845e77ef495376c5c3c328ccfd746ca0ef1978150cae8eae61a300fe7755fb08 + md5: 0ed9d7c0e9afa7c025807a9a8136ea3e + depends: + - packaging * + - python >=3.6 + - setuptools * + - six >=1.9.0 + - webencodings * + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache - noarch: python size: 131220 timestamp: 1696630354218 -- name: blosc +- kind: conda + name: blosc + version: 1.21.4 + build: hc338f07_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.4-hc338f07_0.conda + sha256: b1d1f554a9bcfd67f444335933fe3c5b2014fe9c812d1690419db42f5760ee31 + md5: ff8fa8606741993b6bf57e411293f446 + depends: + - snappy >=1.1.10,<2.0a0 + - libcxx >=15.0.7 + - lz4-c >=1.9.3,<1.10.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - zstd >=1.5.2,<1.6.0a0 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 33470 + timestamp: 1684235351868 +- kind: conda + name: blosc version: 1.21.5 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.10,<2.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.5-h0f2a231_0.conda - hash: - md5: 009521b7ed97cca25f8f997f9e745976 - sha256: e2b15b017775d1bda8edbb1bc48e545e45364edefa4d926732fc5488cc600731 - optional: false - category: main build: h0f2a231_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.5-h0f2a231_0.conda + sha256: e2b15b017775d1bda8edbb1bc48e545e45364edefa4d926732fc5488cc600731 + md5: 009521b7ed97cca25f8f997f9e745976 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.1.10,<2.0a0 + - zstd >=1.5.5,<1.6.0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 48692 timestamp: 1693657088079 -- name: blosc +- kind: conda + name: blosc version: 1.21.5 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.10,<2.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.5-heccf04b_0.conda - hash: - md5: 3003fa6dd18769db1a616982dcee5b40 - sha256: db629047f1721d5a6e3bd41b07c1a3bacd0dee70f4063b61db2aa46f19a0b8b4 - optional: false - category: main - build: heccf04b_0 + build: hdccc3a2_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.5-hdccc3a2_0.conda + sha256: 73cee35e5366ce998ef36ccccb4c11ef9ead297886cc08269379f91539131288 + md5: 77a5cea2ce92907b7d1e7954457a526a + depends: + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.1.10,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.5,<1.6.0a0 arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 49891 - timestamp: 1693657206065 -- name: blosc - version: 1.21.4 - manager: conda - platform: osx-arm64 - dependencies: - snappy: '>=1.1.10,<2.0a0' - libcxx: '>=15.0.7' - lz4-c: '>=1.9.3,<1.10.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - zstd: '>=1.5.2,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/blosc-1.21.4-hc338f07_0.conda - hash: - md5: ff8fa8606741993b6bf57e411293f446 - sha256: b1d1f554a9bcfd67f444335933fe3c5b2014fe9c812d1690419db42f5760ee31 - optional: false - category: main - build: hc338f07_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - size: 33470 - timestamp: 1684235351868 -- name: blosc + size: 50069 + timestamp: 1693657396550 +- kind: conda + name: blosc version: 1.21.5 - manager: conda - platform: win-64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.10,<2.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/win-64/blosc-1.21.5-hdccc3a2_0.conda - hash: - md5: 77a5cea2ce92907b7d1e7954457a526a - sha256: 73cee35e5366ce998ef36ccccb4c11ef9ead297886cc08269379f91539131288 - optional: false - category: main - build: hdccc3a2_0 + build: heccf04b_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/blosc-1.21.5-heccf04b_0.conda + sha256: db629047f1721d5a6e3bd41b07c1a3bacd0dee70f4063b61db2aa46f19a0b8b4 + md5: 3003fa6dd18769db1a616982dcee5b40 + depends: + - libcxx >=15.0.7 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.1.10,<2.0a0 + - zstd >=1.5.5,<1.6.0a0 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: osx license: BSD-3-Clause license_family: BSD - size: 50069 - timestamp: 1693657396550 -- name: brotli - version: 1.1.0 - manager: conda - platform: linux-64 - dependencies: - brotli-bin: ==1.1.0 hd590300_1 - libbrotlidec: ==1.1.0 hd590300_1 - libbrotlienc: ==1.1.0 hd590300_1 - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hd590300_1.conda - hash: - md5: f27a24d46e3ea7b70a1f98e50c62508f - sha256: f2d918d351edd06c55a6c2d84b488fe392f85ea018ff227daac07db22b408f6b - optional: false - category: main - build: hd590300_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 19383 - timestamp: 1695990069230 -- name: brotli - version: 1.1.0 - manager: conda - platform: osx-64 - dependencies: - brotli-bin: ==1.1.0 h0dc2134_1 - libbrotlidec: ==1.1.0 h0dc2134_1 - libbrotlienc: ==1.1.0 h0dc2134_1 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h0dc2134_1.conda - hash: - md5: 9272dd3b19c4e8212f8542cefd5c3d67 - sha256: 4bf66d450be5d3f9ebe029b50f818d088b1ef9666b1f19e90c85479c77bbdcde - optional: false - category: main - build: h0dc2134_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - size: 19530 - timestamp: 1695990310168 -- name: brotli + size: 49891 + timestamp: 1693657206065 +- kind: conda + name: brotli version: 1.0.9 - manager: conda - platform: osx-arm64 - dependencies: - brotli-bin: ==1.0.9 h1a8c8d9_9 - libbrotlienc: ==1.0.9 h1a8c8d9_9 - libbrotlidec: ==1.0.9 h1a8c8d9_9 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.0.9-h1a8c8d9_9.conda - hash: - md5: 856692dff5e450c269465e3256e1277b - sha256: 92c3062dd7e593a502c2f8d12e9ccca7ae1ef0363eb0b12faa47e1bb4fae42c7 - optional: false - category: main build: h1a8c8d9_9 - arch: aarch64 - subdir: osx-arm64 build_number: 9 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-1.0.9-h1a8c8d9_9.conda + sha256: 92c3062dd7e593a502c2f8d12e9ccca7ae1ef0363eb0b12faa47e1bb4fae42c7 + md5: 856692dff5e450c269465e3256e1277b + depends: + - brotli-bin ==1.0.9 h1a8c8d9_9 + - libbrotlienc ==1.0.9 h1a8c8d9_9 + - libbrotlidec ==1.0.9 h1a8c8d9_9 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 20228 timestamp: 1687884815549 -- name: brotli-bin +- kind: conda + name: brotli version: 1.1.0 - manager: conda - platform: linux-64 - dependencies: - libbrotlidec: ==1.1.0 hd590300_1 - libbrotlienc: ==1.1.0 hd590300_1 - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hd590300_1.conda - hash: - md5: 39f910d205726805a958da408ca194ba - sha256: a641abfbaec54f454c8434061fffa7fdaa9c695e8a5a400ed96b4f07c0c00677 - optional: false - category: main - build: hd590300_1 - arch: x86_64 - subdir: linux-64 + build: h0dc2134_1 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-1.1.0-h0dc2134_1.conda + sha256: 4bf66d450be5d3f9ebe029b50f818d088b1ef9666b1f19e90c85479c77bbdcde + md5: 9272dd3b19c4e8212f8542cefd5c3d67 + depends: + - brotli-bin ==1.1.0 h0dc2134_1 + - libbrotlidec ==1.1.0 h0dc2134_1 + - libbrotlienc ==1.1.0 h0dc2134_1 + arch: x86_64 + platform: osx license: MIT license_family: MIT - size: 18980 - timestamp: 1695990054140 -- name: brotli-bin + size: 19530 + timestamp: 1695990310168 +- kind: conda + name: brotli version: 1.1.0 - manager: conda - platform: osx-64 - dependencies: - libbrotlidec: ==1.1.0 h0dc2134_1 - libbrotlienc: ==1.1.0 h0dc2134_1 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h0dc2134_1.conda - hash: - md5: ece565c215adcc47fc1db4e651ee094b - sha256: 7ca3cfb4c5df314ed481301335387ab2b2ee651e2c74fbb15bacc795c664a5f1 - optional: false - category: main - build: h0dc2134_1 - arch: x86_64 - subdir: osx-64 + build: hd590300_1 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hd590300_1.conda + sha256: f2d918d351edd06c55a6c2d84b488fe392f85ea018ff227daac07db22b408f6b + md5: f27a24d46e3ea7b70a1f98e50c62508f + depends: + - brotli-bin ==1.1.0 hd590300_1 + - libbrotlidec ==1.1.0 hd590300_1 + - libbrotlienc ==1.1.0 hd590300_1 + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: MIT license_family: MIT - size: 16660 - timestamp: 1695990286737 -- name: brotli-bin + size: 19383 + timestamp: 1695990069230 +- kind: conda + name: brotli-bin version: 1.0.9 - manager: conda - platform: osx-arm64 - dependencies: - libbrotlienc: ==1.0.9 h1a8c8d9_9 - libbrotlidec: ==1.0.9 h1a8c8d9_9 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.0.9-h1a8c8d9_9.conda - hash: - md5: 19ad562adca69541e67613022b41df5b - sha256: 4731892fb855f5993129515c5b63b36d049cc64e70611c6afa8f64aae5f51323 - optional: false - category: main build: h1a8c8d9_9 - arch: aarch64 - subdir: osx-arm64 build_number: 9 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-bin-1.0.9-h1a8c8d9_9.conda + sha256: 4731892fb855f5993129515c5b63b36d049cc64e70611c6afa8f64aae5f51323 + md5: 19ad562adca69541e67613022b41df5b + depends: + - libbrotlienc ==1.0.9 h1a8c8d9_9 + - libbrotlidec ==1.0.9 h1a8c8d9_9 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 18182 timestamp: 1687884787034 -- name: brotli-python +- kind: conda + name: brotli-bin version: 1.1.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py310hc6cd4ac_1.conda - hash: - md5: 1f95722c94f00b69af69a066c7433714 - sha256: e22268d81905338570786921b3def88e55f9ed6d0ccdd17d9fbae31a02fbef69 - optional: false - category: main - build: py310hc6cd4ac_1 - arch: x86_64 - subdir: linux-64 + build: h0dc2134_1 build_number: 1 - constrains: - - libbrotlicommon 1.1.0 hd590300_1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-bin-1.1.0-h0dc2134_1.conda + sha256: 7ca3cfb4c5df314ed481301335387ab2b2ee651e2c74fbb15bacc795c664a5f1 + md5: ece565c215adcc47fc1db4e651ee094b + depends: + - libbrotlidec ==1.1.0 h0dc2134_1 + - libbrotlienc ==1.1.0 h0dc2134_1 + arch: x86_64 + platform: osx license: MIT license_family: MIT - size: 349397 - timestamp: 1695990295884 -- name: brotli-python + size: 16660 + timestamp: 1695990286737 +- kind: conda + name: brotli-bin version: 1.1.0 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py310h9e9d8ca_1.conda - hash: - md5: 2362e323293e7699cf1e621d502f86d6 - sha256: 57d66ca3e072b889c94cfaf56eb7e1794d3b1b3179bd475a4edef50a03359354 - optional: false - category: main - build: py310h9e9d8ca_1 - arch: x86_64 - subdir: osx-64 + build: hd590300_1 build_number: 1 - constrains: - - libbrotlicommon 1.1.0 h0dc2134_1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.1.0-hd590300_1.conda + sha256: a641abfbaec54f454c8434061fffa7fdaa9c695e8a5a400ed96b4f07c0c00677 + md5: 39f910d205726805a958da408ca194ba + depends: + - libbrotlidec ==1.1.0 hd590300_1 + - libbrotlienc ==1.1.0 hd590300_1 + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: MIT license_family: MIT - size: 367037 - timestamp: 1695990378635 -- name: brotli-python + size: 18980 + timestamp: 1695990054140 +- kind: conda + name: brotli-python version: 1.0.9 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - libcxx: '>=14.0.6' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.0.9-py310h0f1eb42_9.conda - hash: - md5: 907f4a8f11d2e49fcf85322a8b71a188 - sha256: 5a006513c2be8726688ce1f25f88788c59c26c6c0e28d14455c534584b83ed8f - optional: false - category: main build: py310h0f1eb42_9 - arch: aarch64 - subdir: osx-arm64 build_number: 9 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.0.9-py310h0f1eb42_9.conda + sha256: 5a006513c2be8726688ce1f25f88788c59c26c6c0e28d14455c534584b83ed8f + md5: 907f4a8f11d2e49fcf85322a8b71a188 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - libcxx >=14.0.6 + - python_abi 3.10.* *_cp310 constrains: - libbrotlicommon 1.0.9 h1a8c8d9_9 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 325644 timestamp: 1687884931491 -- name: brotli-python +- kind: conda + name: brotli-python version: 1.1.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py310h00ffb61_1.conda - hash: - md5: 42bfbc1d41cbe2696a3c9d8b0342324f - sha256: 8de77cf62a653dd6ffe19927b92c421f5fa73c078d7799181f5211a1bac2883b - optional: false - category: main build: py310h00ffb61_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py310h00ffb61_1.conda + sha256: 8de77cf62a653dd6ffe19927b92c421f5fa73c078d7799181f5211a1bac2883b + md5: 42bfbc1d41cbe2696a3c9d8b0342324f + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - libbrotlicommon 1.1.0 hcfcfb64_1 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 321672 timestamp: 1695990897641 -- name: brunsli - version: '0.1' - manager: conda - platform: linux-64 - dependencies: - brotli: '>=1.0.9,<2.0a0' - libgcc-ng: '>=9.3.0' - libstdcxx-ng: '>=9.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-h9c3ff4c_0.tar.bz2 - hash: - md5: c1ac6229d0bfd14f8354ff9ad2a26cad - sha256: 36da32e5a6beab7a9af39be1c8f42e5eca716e64562cb9d5e0d559c14406b11d - optional: false - category: main - build: h9c3ff4c_0 +- kind: conda + name: brotli-python + version: 1.1.0 + build: py310h9e9d8ca_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py310h9e9d8ca_1.conda + sha256: 57d66ca3e072b889c94cfaf56eb7e1794d3b1b3179bd475a4edef50a03359354 + md5: 2362e323293e7699cf1e621d502f86d6 + depends: + - libcxx >=15.0.7 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + constrains: + - libbrotlicommon 1.1.0 h0dc2134_1 arch: x86_64 + platform: osx + license: MIT + license_family: MIT + size: 367037 + timestamp: 1695990378635 +- kind: conda + name: brotli-python + version: 1.1.0 + build: py310hc6cd4ac_1 + build_number: 1 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py310hc6cd4ac_1.conda + sha256: e22268d81905338570786921b3def88e55f9ed6d0ccdd17d9fbae31a02fbef69 + md5: 1f95722c94f00b69af69a066c7433714 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + constrains: + - libbrotlicommon 1.1.0 hd590300_1 + arch: x86_64 + platform: linux license: MIT license_family: MIT - size: 204879 - timestamp: 1607309237341 -- name: brunsli + size: 349397 + timestamp: 1695990295884 +- kind: conda + name: brunsli version: '0.1' - manager: conda - platform: osx-64 - dependencies: - brotli: '>=1.0.9,<2.0a0' - libcxx: '>=11.0.0' - url: https://conda.anaconda.org/conda-forge/osx-64/brunsli-0.1-h046ec9c_0.tar.bz2 - hash: - md5: 28d47920c95b85499c9a61994cc49b87 - sha256: e9abc53437889e03013b466521f928903fa27de770d16eb5f4ac6c4266a7b6a4 - optional: false - category: main build: h046ec9c_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/brunsli-0.1-h046ec9c_0.tar.bz2 + sha256: e9abc53437889e03013b466521f928903fa27de770d16eb5f4ac6c4266a7b6a4 + md5: 28d47920c95b85499c9a61994cc49b87 + depends: + - brotli >=1.0.9,<2.0a0 + - libcxx >=11.0.0 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 183140 timestamp: 1607309287088 -- name: brunsli +- kind: conda + name: brunsli + version: '0.1' + build: h9c3ff4c_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/brunsli-0.1-h9c3ff4c_0.tar.bz2 + sha256: 36da32e5a6beab7a9af39be1c8f42e5eca716e64562cb9d5e0d559c14406b11d + md5: c1ac6229d0bfd14f8354ff9ad2a26cad + depends: + - brotli >=1.0.9,<2.0a0 + - libgcc-ng >=9.3.0 + - libstdcxx-ng >=9.3.0 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + size: 204879 + timestamp: 1607309237341 +- kind: conda + name: brunsli version: '0.1' - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=11.0.0' - brotli: '>=1.0.9,<2.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/brunsli-0.1-h9f76cd9_0.tar.bz2 - hash: - md5: 37a072dad6b844df1b5a32428bb08692 - sha256: 816f929193a614b9a663e76e4267994ad99d04812b8a8e513e957d750deb4b04 - optional: false - category: main build: h9f76cd9_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/brunsli-0.1-h9f76cd9_0.tar.bz2 + sha256: 816f929193a614b9a663e76e4267994ad99d04812b8a8e513e957d750deb4b04 + md5: 37a072dad6b844df1b5a32428bb08692 + depends: + - libcxx >=11.0.0 + - brotli >=1.0.9,<2.0a0 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 178300 timestamp: 1607309265926 -- name: build +- kind: conda + name: build version: 0.7.0 - manager: conda - platform: linux-64 - dependencies: - importlib-metadata: '*' - packaging: '*' - pep517: '>=0.9.1' - python: '>=3.6' - tomli: '*' - url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: add7f31586d03678695b32b78a1337a1 - sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 + sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb + md5: add7f31586d03678695b32b78a1337a1 + depends: + - importlib-metadata * + - packaging * + - pep517 >=0.9.1 + - python >=3.6 + - tomli * + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 17759 timestamp: 1631843776429 -- name: build +- kind: conda + name: build version: 0.7.0 - manager: conda - platform: osx-64 - dependencies: - importlib-metadata: '*' - packaging: '*' - pep517: '>=0.9.1' - python: '>=3.6' - tomli: '*' - url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: add7f31586d03678695b32b78a1337a1 - sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 + sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb + md5: add7f31586d03678695b32b78a1337a1 + depends: + - importlib-metadata * + - packaging * + - pep517 >=0.9.1 + - python >=3.6 + - tomli * + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 17759 timestamp: 1631843776429 -- name: build +- kind: conda + name: build version: 0.7.0 - manager: conda - platform: osx-arm64 - dependencies: - importlib-metadata: '*' - python: '>=3.6' - pep517: '>=0.9.1' - packaging: '*' - tomli: '*' - url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: add7f31586d03678695b32b78a1337a1 - sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 + sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb + md5: add7f31586d03678695b32b78a1337a1 + depends: + - importlib-metadata * + - python >=3.6 + - pep517 >=0.9.1 + - packaging * + - tomli * + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 17759 timestamp: 1631843776429 -- name: build +- kind: conda + name: build version: 0.7.0 - manager: conda - platform: win-64 - dependencies: - importlib-metadata: '*' - packaging: '*' - pep517: '>=0.9.1' - python: '>=3.6' - tomli: '*' - url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: add7f31586d03678695b32b78a1337a1 - sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/build-0.7.0-pyhd8ed1ab_0.tar.bz2 + sha256: 44e2d3270209d1f10b8adec2a159699ed66914e851ec34775902e856ea04afeb + md5: add7f31586d03678695b32b78a1337a1 + depends: + - importlib-metadata * + - packaging * + - pep517 >=0.9.1 + - python >=3.6 + - tomli * + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 17759 timestamp: 1631843776429 -- name: bzip2 +- kind: conda + name: bzip2 version: 1.0.8 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h7f98852_4.tar.bz2 - hash: - md5: a1fd65c7ccbf10880423d82bca54eb54 - sha256: cb521319804640ff2ad6a9f118d972ed76d86bea44e5626c09a13d38f562e1fa - optional: false - category: main - build: h7f98852_4 - arch: x86_64 - subdir: linux-64 + build: h0d85af4_4 build_number: 4 - license: bzip2-1.0.6 - license_family: BSD - size: 495686 - timestamp: 1606604745109 -- name: bzip2 - version: 1.0.8 - manager: conda - platform: osx-64 - dependencies: {} + subdir: osx-64 url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h0d85af4_4.tar.bz2 - hash: - md5: 37edc4e6304ca87316e160f5ca0bd1b5 - sha256: 60ba4c64f5d0afca0d283c7addba577d3e2efc0db86002808dadb0498661b2f2 - optional: false - category: main - build: h0d85af4_4 + sha256: 60ba4c64f5d0afca0d283c7addba577d3e2efc0db86002808dadb0498661b2f2 + md5: 37edc4e6304ca87316e160f5ca0bd1b5 arch: x86_64 - subdir: osx-64 - build_number: 4 + platform: osx license: bzip2-1.0.6 license_family: BSD size: 158829 timestamp: 1618862580095 -- name: bzip2 +- kind: conda + name: bzip2 version: 1.0.8 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h3422bc3_4.tar.bz2 - hash: - md5: fc76ace7b94fb1f694988ab1b14dd248 - sha256: a3efbd06ad1432edb0163c48225421f34c2660f5cc002283a8d27e791320b549 - optional: false - category: main build: h3422bc3_4 - arch: aarch64 - subdir: osx-arm64 build_number: 4 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h3422bc3_4.tar.bz2 + sha256: a3efbd06ad1432edb0163c48225421f34c2660f5cc002283a8d27e791320b549 + md5: fc76ace7b94fb1f694988ab1b14dd248 + arch: aarch64 + platform: osx license: bzip2-1.0.6 license_family: BSD size: 151850 timestamp: 1618862645215 -- name: bzip2 +- kind: conda + name: bzip2 version: 1.0.8 - manager: conda - platform: win-64 - dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' - url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h8ffe710_4.tar.bz2 - hash: - md5: 7c03c66026944073040cb19a4f3ec3c9 - sha256: 5389dad4e73e4865bb485f460fc60b120bae74404003d457ecb1a62eb7abf0c1 - optional: false - category: main - build: h8ffe710_4 + build: h7f98852_4 + build_number: 4 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h7f98852_4.tar.bz2 + sha256: cb521319804640ff2ad6a9f118d972ed76d86bea44e5626c09a13d38f562e1fa + md5: a1fd65c7ccbf10880423d82bca54eb54 + depends: + - libgcc-ng >=9.3.0 arch: x86_64 - subdir: win-64 + platform: linux + license: bzip2-1.0.6 + license_family: BSD + size: 495686 + timestamp: 1606604745109 +- kind: conda + name: bzip2 + version: 1.0.8 + build: h8ffe710_4 build_number: 4 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h8ffe710_4.tar.bz2 + sha256: 5389dad4e73e4865bb485f460fc60b120bae74404003d457ecb1a62eb7abf0c1 + md5: 7c03c66026944073040cb19a4f3ec3c9 + depends: + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + arch: x86_64 + platform: win license: bzip2-1.0.6 license_family: BSD size: 152247 timestamp: 1606605223049 -- name: c-ares - version: 1.21.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.21.0-hd590300_0.conda - hash: - md5: c06fa0440048270817b9e3142cc661bf - sha256: dfe0e81d5462fced79fd0f99edeec94c9b27268cb04238638180981af2f889f1 - optional: false - category: main - build: hd590300_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 +- kind: conda + name: c-ares + version: 1.19.1 + build: hb547adb_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.19.1-hb547adb_0.conda + sha256: fc9d0fcfb30c20c0032b294120b6ba9c01078ddb372c34dd491214c598aecc06 + md5: e7fc7430440d255e3a9c7e5a52f7b294 + arch: aarch64 + platform: osx license: MIT license_family: MIT - size: 121680 - timestamp: 1698936210587 -- name: c-ares + size: 101998 + timestamp: 1684783026131 +- kind: conda + name: c-ares version: 1.21.0 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.21.0-h10d778d_0.conda - hash: - md5: 88426162f781739069a6bd178841ed5d - sha256: 7450d861c07e74b10dfcf3ba680b384cf22f1c2dd34c3eba763ab5920376bf79 - optional: false - category: main build: h10d778d_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.21.0-h10d778d_0.conda + sha256: 7450d861c07e74b10dfcf3ba680b384cf22f1c2dd34c3eba763ab5920376bf79 + md5: 88426162f781739069a6bd178841ed5d + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 108924 timestamp: 1698936476851 -- name: c-ares - version: 1.19.1 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.19.1-hb547adb_0.conda - hash: - md5: e7fc7430440d255e3a9c7e5a52f7b294 - sha256: fc9d0fcfb30c20c0032b294120b6ba9c01078ddb372c34dd491214c598aecc06 - optional: false - category: main - build: hb547adb_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 101998 - timestamp: 1684783026131 -- name: c-ares +- kind: conda + name: c-ares version: 1.21.0 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.21.0-hcfcfb64_0.conda - hash: - md5: 834ab09083aa903a2a22574d92ab872e - sha256: 7a261653adc286949de3aa5bf742dff978f2f1355330b00687500a18022e6e2d - optional: false - category: main build: hcfcfb64_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/c-ares-1.21.0-hcfcfb64_0.conda + sha256: 7a261653adc286949de3aa5bf742dff978f2f1355330b00687500a18022e6e2d + md5: 834ab09083aa903a2a22574d92ab872e + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 115123 timestamp: 1698936959417 -- name: c-blosc2 +- kind: conda + name: c-ares + version: 1.21.0 + build: hd590300_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.21.0-hd590300_0.conda + sha256: dfe0e81d5462fced79fd0f99edeec94c9b27268cb04238638180981af2f889f1 + md5: c06fa0440048270817b9e3142cc661bf + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + size: 121680 + timestamp: 1698936210587 +- kind: conda + name: c-blosc2 + version: 2.10.0 + build: h068da5f_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/c-blosc2-2.10.0-h068da5f_0.conda + sha256: 2d49f9a6b2dd5c66a91bbe74171e8645963ee6bd7cc966cbe946694ef135d6a3 + md5: 28cb2c13b3143b72468ceffa5b0fd718 + depends: + - libcxx >=15.0.7 + - lz4-c >=1.9.3,<1.10.0a0 + - zlib-ng >=2.0.7,<2.1.0a0 + - zstd >=1.5.2,<1.6.0a0 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 237014 + timestamp: 1688470467497 +- kind: conda + name: c-blosc2 version: 2.10.5 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - lz4-c: '>=1.9.3,<1.10.0a0' - zlib-ng: '>=2.0.7,<2.1.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.10.5-hb4ffafa_0.conda - hash: - md5: 831974f6788127baf502fca9001a5fb4 - sha256: d9bd10789c709ea1ac9d984f4a9cfddf6a4625d252dbb5cb04e07ca43c9c7ffd - optional: false - category: main - build: hb4ffafa_0 + build: h183a6f4_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/c-blosc2-2.10.5-h183a6f4_0.conda + sha256: 68df42bafc5f66e067b8ad0e379cbbbbba233617134d807f23b29f0e274a207a + md5: f68bc8958f78c65eee4468bd1b88cd76 + depends: + - lz4-c >=1.9.3,<1.10.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zlib-ng >=2.0.7,<2.1.0a0 + - zstd >=1.5.5,<1.6.0a0 arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - size: 312140 - timestamp: 1696539380773 -- name: c-blosc2 + size: 206162 + timestamp: 1696540181571 +- kind: conda + name: c-blosc2 version: 2.10.5 - manager: conda - platform: osx-64 - dependencies: - __osx: '>=10.9' - libcxx: '>=16.0.6' - lz4-c: '>=1.9.3,<1.10.0a0' - zlib-ng: '>=2.0.7,<2.1.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/c-blosc2-2.10.5-h354e526_0.conda - hash: - md5: 3d05cf7fe24f5b82cdb618e3f79b1e0c - sha256: 7db0135f77951f26162152e88d979dcf51b8f04f4136f8a259f5f9ef096df7fd - optional: false - category: main build: h354e526_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/c-blosc2-2.10.5-h354e526_0.conda + sha256: 7db0135f77951f26162152e88d979dcf51b8f04f4136f8a259f5f9ef096df7fd + md5: 3d05cf7fe24f5b82cdb618e3f79b1e0c + depends: + - __osx >=10.9 + - libcxx >=16.0.6 + - lz4-c >=1.9.3,<1.10.0a0 + - zlib-ng >=2.0.7,<2.1.0a0 + - zstd >=1.5.5,<1.6.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 273097 timestamp: 1696539711149 -- name: c-blosc2 - version: 2.10.0 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=15.0.7' - lz4-c: '>=1.9.3,<1.10.0a0' - zlib-ng: '>=2.0.7,<2.1.0a0' - zstd: '>=1.5.2,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/c-blosc2-2.10.0-h068da5f_0.conda - hash: - md5: 28cb2c13b3143b72468ceffa5b0fd718 - sha256: 2d49f9a6b2dd5c66a91bbe74171e8645963ee6bd7cc966cbe946694ef135d6a3 - optional: false - category: main - build: h068da5f_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 237014 - timestamp: 1688470467497 -- name: c-blosc2 +- kind: conda + name: c-blosc2 version: 2.10.5 - manager: conda - platform: win-64 - dependencies: - lz4-c: '>=1.9.3,<1.10.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zlib-ng: '>=2.0.7,<2.1.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/win-64/c-blosc2-2.10.5-h183a6f4_0.conda - hash: - md5: f68bc8958f78c65eee4468bd1b88cd76 - sha256: 68df42bafc5f66e067b8ad0e379cbbbbba233617134d807f23b29f0e274a207a - optional: false - category: main - build: h183a6f4_0 + build: hb4ffafa_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/c-blosc2-2.10.5-hb4ffafa_0.conda + sha256: d9bd10789c709ea1ac9d984f4a9cfddf6a4625d252dbb5cb04e07ca43c9c7ffd + md5: 831974f6788127baf502fca9001a5fb4 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - lz4-c >=1.9.3,<1.10.0a0 + - zlib-ng >=2.0.7,<2.1.0a0 + - zstd >=1.5.5,<1.6.0a0 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: linux license: BSD-3-Clause license_family: BSD - size: 206162 - timestamp: 1696540181571 -- name: ca-certificates + size: 312140 + timestamp: 1696539380773 +- kind: conda + name: ca-certificates version: 2023.7.22 - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.7.22-hbcca054_0.conda - hash: - md5: a73ecd2988327ad4c8f2c331482917f2 - sha256: 525b7b6b5135b952ec1808de84e5eca57c7c7ff144e29ef3e96ae4040ff432c1 - optional: false - category: main - build: hbcca054_0 + build: h56e8100_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2023.7.22-h56e8100_0.conda + sha256: b85a6f307f8e1c803cb570bdfb9e4d811a361417873ecd2ecf687587405a72e0 + md5: b1c2327b36f1a25d96f2039b0d3e3739 arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: win license: ISC - size: 149515 - timestamp: 1690026108541 -- name: ca-certificates + size: 150013 + timestamp: 1690026269050 +- kind: conda + name: ca-certificates version: 2023.7.22 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2023.7.22-h8857fd0_0.conda - hash: - md5: bf2c54c18997bf3542af074c10191771 - sha256: 27de15e18a12117e83ac1eb8a8e52eb65731cc7f0b607a7922206a15e2460c7b - optional: false - category: main build: h8857fd0_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2023.7.22-h8857fd0_0.conda + sha256: 27de15e18a12117e83ac1eb8a8e52eb65731cc7f0b607a7922206a15e2460c7b + md5: bf2c54c18997bf3542af074c10191771 + arch: x86_64 + platform: osx license: ISC size: 149911 timestamp: 1690026363769 -- name: ca-certificates +- kind: conda + name: ca-certificates + version: 2023.7.22 + build: hbcca054_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.7.22-hbcca054_0.conda + sha256: 525b7b6b5135b952ec1808de84e5eca57c7c7ff144e29ef3e96ae4040ff432c1 + md5: a73ecd2988327ad4c8f2c331482917f2 + arch: x86_64 + platform: linux + license: ISC + size: 149515 + timestamp: 1690026108541 +- kind: conda + name: ca-certificates version: 2023.7.22 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2023.7.22-hf0a4a13_0.conda - hash: - md5: e1b99ac4dbcee71a71682996f67f7965 - sha256: b220c001b0c1448a47cc49b42a622e06a540ec60b3f7a1e057fca1f37ce515e4 - optional: false - category: main build: hf0a4a13_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2023.7.22-hf0a4a13_0.conda + sha256: b220c001b0c1448a47cc49b42a622e06a540ec60b3f7a1e057fca1f37ce515e4 + md5: e1b99ac4dbcee71a71682996f67f7965 + arch: aarch64 + platform: osx license: ISC size: 149918 timestamp: 1690026385821 -- name: ca-certificates - version: 2023.7.22 - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2023.7.22-h56e8100_0.conda - hash: - md5: b1c2327b36f1a25d96f2039b0d3e3739 - sha256: b85a6f307f8e1c803cb570bdfb9e4d811a361417873ecd2ecf687587405a72e0 - optional: false - category: main - build: h56e8100_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: ISC - size: 150013 - timestamp: 1690026269050 -- name: cached-property +- kind: conda + name: cached-property version: 1.5.2 - manager: conda - platform: linux-64 - dependencies: - cached_property: '>=1.5.2,<1.5.3.0a0' - url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 - hash: - md5: 9b347a7ec10940d3f7941ff6c460b551 - sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 - optional: false - category: main build: hd8ed1ab_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 + sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 + md5: 9b347a7ec10940d3f7941ff6c460b551 + depends: + - cached_property >=1.5.2,<1.5.3.0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 4134 timestamp: 1615209571450 -- name: cached-property +- kind: conda + name: cached-property version: 1.5.2 - manager: conda - platform: osx-64 - dependencies: - cached_property: '>=1.5.2,<1.5.3.0a0' - url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 - hash: - md5: 9b347a7ec10940d3f7941ff6c460b551 - sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 - optional: false - category: main build: hd8ed1ab_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 + sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 + md5: 9b347a7ec10940d3f7941ff6c460b551 + depends: + - cached_property >=1.5.2,<1.5.3.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 4134 timestamp: 1615209571450 -- name: cached-property +- kind: conda + name: cached-property version: 1.5.2 - manager: conda - platform: osx-arm64 - dependencies: - cached_property: '>=1.5.2,<1.5.3.0a0' - url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 - hash: - md5: 9b347a7ec10940d3f7941ff6c460b551 - sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 - optional: false - category: main build: hd8ed1ab_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 + sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 + md5: 9b347a7ec10940d3f7941ff6c460b551 + depends: + - cached_property >=1.5.2,<1.5.3.0a0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 4134 timestamp: 1615209571450 -- name: cached-property +- kind: conda + name: cached-property version: 1.5.2 - manager: conda - platform: win-64 - dependencies: - cached_property: '>=1.5.2,<1.5.3.0a0' - url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 - hash: - md5: 9b347a7ec10940d3f7941ff6c460b551 - sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 - optional: false - category: main build: hd8ed1ab_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 + sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 + md5: 9b347a7ec10940d3f7941ff6c460b551 + depends: + - cached_property >=1.5.2,<1.5.3.0a0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 4134 timestamp: 1615209571450 -- name: cached_property +- kind: conda + name: cached_property version: 1.5.2 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 - hash: - md5: 576d629e47797577ab0f1b351297ef4a - sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 - optional: false - category: main build: pyha770c72_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 + sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 + md5: 576d629e47797577ab0f1b351297ef4a + depends: + - python >=3.6 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 11065 timestamp: 1615209567874 -- name: cached_property +- kind: conda + name: cached_property version: 1.5.2 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 - hash: - md5: 576d629e47797577ab0f1b351297ef4a - sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 - optional: false - category: main build: pyha770c72_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 + sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 + md5: 576d629e47797577ab0f1b351297ef4a + depends: + - python >=3.6 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 11065 timestamp: 1615209567874 -- name: cached_property +- kind: conda + name: cached_property version: 1.5.2 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 - hash: - md5: 576d629e47797577ab0f1b351297ef4a - sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 - optional: false - category: main build: pyha770c72_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 + sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 + md5: 576d629e47797577ab0f1b351297ef4a + depends: + - python >=3.6 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 11065 timestamp: 1615209567874 -- name: cached_property +- kind: conda + name: cached_property version: 1.5.2 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 - hash: - md5: 576d629e47797577ab0f1b351297ef4a - sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 - optional: false - category: main build: pyha770c72_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 + sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 + md5: 576d629e47797577ab0f1b351297ef4a + depends: + - python >=3.6 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 11065 timestamp: 1615209567874 -- name: cairo - version: 1.18.0 - manager: conda - platform: linux-64 - dependencies: - fontconfig: '>=2.14.2,<3.0a0' - fonts-conda-ecosystem: '*' - freetype: '>=2.12.1,<3.0a0' - icu: '>=73.2,<74.0a0' - libgcc-ng: '>=12' - libglib: '>=2.78.0,<3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libstdcxx-ng: '>=12' - libxcb: '>=1.15,<1.16.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - pixman: '>=0.42.2,<1.0a0' - xorg-libice: '>=1.1.1,<2.0a0' - xorg-libsm: '>=1.2.4,<2.0a0' - xorg-libx11: '>=1.8.6,<2.0a0' - xorg-libxext: '>=1.3.4,<2.0a0' - xorg-libxrender: '>=0.9.11,<0.10.0a0' - zlib: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-h3faef2a_0.conda - hash: - md5: f907bb958910dc404647326ca80c263e - sha256: 142e2639a5bc0e99c44d76f4cc8dce9c6a2d87330c4beeabb128832cd871a86e - optional: false - category: main - build: h3faef2a_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: LGPL-2.1-only or MPL-1.1 - size: 982351 - timestamp: 1697028423052 -- name: cairo +- kind: conda + name: cairo version: 1.16.0 - manager: conda - platform: osx-arm64 - dependencies: - icu: '>=72.1,<73.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libglib: '>=2.76.2,<3.0a0' - freetype: '>=2.12.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - zlib: '*' - fontconfig: '>=2.14.2,<3.0a0' - fonts-conda-ecosystem: '*' - pixman: '>=0.40.0,<1.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.16.0-h1e71087_1016.conda - hash: - md5: be77f5630cabe6a116a033f6fd241aa2 - sha256: 318cad8770aa5aa14a5808e1d6b39458e11d2c2411254e795269986467f864ea - optional: false - category: main build: h1e71087_1016 - arch: aarch64 - subdir: osx-arm64 build_number: 1016 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.16.0-h1e71087_1016.conda + sha256: 318cad8770aa5aa14a5808e1d6b39458e11d2c2411254e795269986467f864ea + md5: be77f5630cabe6a116a033f6fd241aa2 + depends: + - icu >=72.1,<73.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libglib >=2.76.2,<3.0a0 + - freetype >=2.12.1,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - zlib * + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem * + - pixman >=0.40.0,<1.0a0 + arch: aarch64 + platform: osx license: LGPL-2.1-only or MPL-1.1 size: 996907 timestamp: 1684639742046 -- name: certifi +- kind: conda + name: cairo + version: 1.18.0 + build: h3faef2a_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-h3faef2a_0.conda + sha256: 142e2639a5bc0e99c44d76f4cc8dce9c6a2d87330c4beeabb128832cd871a86e + md5: f907bb958910dc404647326ca80c263e + depends: + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem * + - freetype >=2.12.1,<3.0a0 + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 + - libglib >=2.78.0,<3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libstdcxx-ng >=12 + - libxcb >=1.15,<1.16.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - pixman >=0.42.2,<1.0a0 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + - zlib * + arch: x86_64 + platform: linux + license: LGPL-2.1-only or MPL-1.1 + size: 982351 + timestamp: 1697028423052 +- kind: conda + name: certifi version: 2023.7.22 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda - hash: - md5: 7f3dbc9179b4dde7da98dfb151d0ad22 - sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 - license: ISC noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda + sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 + md5: 7f3dbc9179b4dde7da98dfb151d0ad22 + depends: + - python >=3.7 + arch: x86_64 + platform: linux + license: ISC size: 153791 timestamp: 1690024617757 -- name: certifi +- kind: conda + name: certifi version: 2023.7.22 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda - hash: - md5: 7f3dbc9179b4dde7da98dfb151d0ad22 - sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 - license: ISC noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda + sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 + md5: 7f3dbc9179b4dde7da98dfb151d0ad22 + depends: + - python >=3.7 + arch: x86_64 + platform: osx + license: ISC size: 153791 timestamp: 1690024617757 -- name: certifi +- kind: conda + name: certifi version: 2023.7.22 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda - hash: - md5: 7f3dbc9179b4dde7da98dfb151d0ad22 - sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 - license: ISC noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda + sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 + md5: 7f3dbc9179b4dde7da98dfb151d0ad22 + depends: + - python >=3.7 + arch: aarch64 + platform: osx + license: ISC size: 153791 timestamp: 1690024617757 -- name: certifi +- kind: conda + name: certifi version: 2023.7.22 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda - hash: - md5: 7f3dbc9179b4dde7da98dfb151d0ad22 - sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 - license: ISC noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda + sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 + md5: 7f3dbc9179b4dde7da98dfb151d0ad22 + depends: + - python >=3.7 + arch: x86_64 + platform: win + license: ISC size: 153791 timestamp: 1690024617757 -- name: cffi +- kind: conda + name: cffi + version: 1.15.1 + build: py310h2399d43_3 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.15.1-py310h2399d43_3.conda + sha256: 7d5ad84aa0644033b37e51b957f195324eb040f3d167e79a3dc8ada9e746b1eb + md5: d0ae0fd0363f0baef9d485c857d1d421 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + - pycparser * + - libffi >=3.4,<4.0a0 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 219352 + timestamp: 1671180201388 +- kind: conda + name: cffi version: 1.16.0 - manager: conda - platform: linux-64 - dependencies: - libffi: '>=3.4,<4.0a0' - libgcc-ng: '>=12' - pycparser: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py310h2fee648_0.conda - hash: - md5: 45846a970e71ac98fd327da5d40a0a2c - sha256: 007e7f69ab45553b7bf11f2c1b8d3f3a13fd42997266a0d57795f41c7d38df36 - optional: false - category: main build: py310h2fee648_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py310h2fee648_0.conda + sha256: 007e7f69ab45553b7bf11f2c1b8d3f3a13fd42997266a0d57795f41c7d38df36 + md5: 45846a970e71ac98fd327da5d40a0a2c + depends: + - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 + - pycparser * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 241339 timestamp: 1696001848492 -- name: cffi +- kind: conda + name: cffi version: 1.16.0 - manager: conda - platform: osx-64 - dependencies: - libffi: '>=3.4,<4.0a0' - pycparser: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py310hdca579f_0.conda - hash: - md5: b9e6213f0eb91f40c009ce69139c1869 - sha256: 37802485964f1a3137ed6ab21ebc08fe9d35e7dc4da39f2b72a814644dd1ac15 - optional: false - category: main - build: py310hdca579f_0 + build: py310h8d17308_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py310h8d17308_0.conda + sha256: 1aeebb88518ab48c927d7360648a2799def172d8fcb0d7e20cb7208a3570ef9e + md5: b4bcce1a7ea1164e6dcea6c4f00d962b + depends: + - pycparser * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 229407 - timestamp: 1696002017767 -- name: cffi - version: 1.15.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - pycparser: '*' - libffi: '>=3.4,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.15.1-py310h2399d43_3.conda - hash: - md5: d0ae0fd0363f0baef9d485c857d1d421 - sha256: 7d5ad84aa0644033b37e51b957f195324eb040f3d167e79a3dc8ada9e746b1eb - optional: false - category: main - build: py310h2399d43_3 - arch: aarch64 - subdir: osx-arm64 - build_number: 3 + platform: win license: MIT license_family: MIT - size: 219352 - timestamp: 1671180201388 -- name: cffi + size: 237888 + timestamp: 1696002116250 +- kind: conda + name: cffi version: 1.16.0 - manager: conda - platform: win-64 - dependencies: - pycparser: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py310h8d17308_0.conda - hash: - md5: b4bcce1a7ea1164e6dcea6c4f00d962b - sha256: 1aeebb88518ab48c927d7360648a2799def172d8fcb0d7e20cb7208a3570ef9e - optional: false - category: main - build: py310h8d17308_0 + build: py310hdca579f_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py310hdca579f_0.conda + sha256: 37802485964f1a3137ed6ab21ebc08fe9d35e7dc4da39f2b72a814644dd1ac15 + md5: b9e6213f0eb91f40c009ce69139c1869 + depends: + - libffi >=3.4,<4.0a0 + - pycparser * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: osx license: MIT license_family: MIT - size: 237888 - timestamp: 1696002116250 -- name: cfitsio + size: 229407 + timestamp: 1696002017767 +- kind: conda + name: cfitsio version: 4.2.0 - manager: conda - platform: osx-arm64 - dependencies: - libgfortran: 5.* - bzip2: '>=1.0.8,<2.0a0' - libcurl: '>=7.86.0,<9.0a0' - libgfortran5: '>=11.3.0' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.2.0-h2f961c4_0.conda - hash: - md5: 10112a8b1b7b479c7d4e87c9ade892eb - sha256: f9068349eacf0fcf26fcebba89185eb97d35cdc0ac74fbd7ed7d7eb307e717ab - optional: false - category: main build: h2f961c4_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/cfitsio-4.2.0-h2f961c4_0.conda + sha256: f9068349eacf0fcf26fcebba89185eb97d35cdc0ac74fbd7ed7d7eb307e717ab + md5: 10112a8b1b7b479c7d4e87c9ade892eb + depends: + - libgfortran 5.* + - bzip2 >=1.0.8,<2.0a0 + - libcurl >=7.86.0,<9.0a0 + - libgfortran5 >=11.3.0 + - libzlib >=1.2.13,<1.3.0a0 + arch: aarch64 + platform: osx license: LicenseRef-fitsio size: 748569 timestamp: 1668757847978 -- name: charls +- kind: conda + name: charls version: 2.4.2 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.2-h59595ed_0.conda - hash: - md5: 4336bd67920dd504cd8c6761d6a99645 - sha256: 18f1c43f91ccf28297f92b094c2c8dbe9c6e8241c0d3cbd6cda014a990660fdd - optional: false - category: main - build: h59595ed_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 + build: h13dd4ca_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/charls-2.4.2-h13dd4ca_0.conda + sha256: b9f79954e6d37ad59016b434abfdd096a75ff08c6de14e5198bcea497a10fae5 + md5: 6faf3cf8df25572c7f70138a45f37363 + depends: + - libcxx >=15.0.7 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - size: 150272 - timestamp: 1684262827894 -- name: charls + size: 116255 + timestamp: 1684263271583 +- kind: conda + name: charls version: 2.4.2 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-64/charls-2.4.2-he965462_0.conda - hash: - md5: c267b3955138953f8ca4cb4d1f4f2d84 - sha256: 5167aafc0bcc3849373dd8afb448cc387078210236e597f2ef8d2b1fe3d0b1a2 - optional: false - category: main - build: he965462_0 + build: h1537add_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/charls-2.4.2-h1537add_0.conda + sha256: e6a3eab3fe65389900f39a78dc3bd86bbc030e2a746addb8b69a997495ca867c + md5: 0935766a50dfe44315b62ec0046a8779 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 arch: x86_64 - subdir: osx-64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - size: 138062 - timestamp: 1684263362836 -- name: charls + size: 95857 + timestamp: 1684263404702 +- kind: conda + name: charls version: 2.4.2 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-arm64/charls-2.4.2-h13dd4ca_0.conda - hash: - md5: 6faf3cf8df25572c7f70138a45f37363 - sha256: b9f79954e6d37ad59016b434abfdd096a75ff08c6de14e5198bcea497a10fae5 - optional: false - category: main - build: h13dd4ca_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 + build: h59595ed_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/charls-2.4.2-h59595ed_0.conda + sha256: 18f1c43f91ccf28297f92b094c2c8dbe9c6e8241c0d3cbd6cda014a990660fdd + md5: 4336bd67920dd504cd8c6761d6a99645 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - size: 116255 - timestamp: 1684263271583 -- name: charls + size: 150272 + timestamp: 1684262827894 +- kind: conda + name: charls version: 2.4.2 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/charls-2.4.2-h1537add_0.conda - hash: - md5: 0935766a50dfe44315b62ec0046a8779 - sha256: e6a3eab3fe65389900f39a78dc3bd86bbc030e2a746addb8b69a997495ca867c - optional: false - category: main - build: h1537add_0 + build: he965462_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/charls-2.4.2-he965462_0.conda + sha256: 5167aafc0bcc3849373dd8afb448cc387078210236e597f2ef8d2b1fe3d0b1a2 + md5: c267b3955138953f8ca4cb4d1f4f2d84 + depends: + - libcxx >=15.0.7 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: osx license: BSD-3-Clause license_family: BSD - size: 95857 - timestamp: 1684263404702 -- name: charset-normalizer + size: 138062 + timestamp: 1684263362836 +- kind: conda + name: charset-normalizer + version: 3.2.0 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.2.0-pyhd8ed1ab_0.conda + sha256: 0666a95fbbd2299008162e2126c009191e5953d1cad1878bf9f4d8d634af1dd4 + md5: 313516e9a4b08b12dfb1e1cd390a96e3 + depends: + - python >=3.7 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 45686 + timestamp: 1688813585878 +- kind: conda + name: charset-normalizer version: 3.3.2 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda - hash: - md5: 7f4a9e3fcff3f6356ae99244a014da6a - sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda + sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 + md5: 7f4a9e3fcff3f6356ae99244a014da6a + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 46597 timestamp: 1698833765762 -- name: charset-normalizer +- kind: conda + name: charset-normalizer version: 3.3.2 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda - hash: - md5: 7f4a9e3fcff3f6356ae99244a014da6a - sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda + sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 + md5: 7f4a9e3fcff3f6356ae99244a014da6a + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 46597 timestamp: 1698833765762 -- name: charset-normalizer - version: 3.2.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.2.0-pyhd8ed1ab_0.conda - hash: - md5: 313516e9a4b08b12dfb1e1cd390a96e3 - sha256: 0666a95fbbd2299008162e2126c009191e5953d1cad1878bf9f4d8d634af1dd4 - optional: false - category: main +- kind: conda + name: charset-normalizer + version: 3.3.2 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 45686 - timestamp: 1688813585878 -- name: charset-normalizer - version: 3.3.2 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda - hash: - md5: 7f4a9e3fcff3f6356ae99244a014da6a - sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 + md5: 7f4a9e3fcff3f6356ae99244a014da6a + depends: + - python >=3.7 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 46597 timestamp: 1698833765762 -- name: click +- kind: conda + name: click version: 8.1.6 - manager: conda - platform: linux-64 - dependencies: - __unix: '*' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.6-unix_pyh707e725_0.conda - hash: - md5: 64dbb3b205546691a61204d1cfb208e3 - sha256: 73392cf4851bf7c89e99518effea01d531360a4894c4218e768d5e03e89d7943 - optional: false - category: main build: unix_pyh707e725_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.6-unix_pyh707e725_0.conda + sha256: 73392cf4851bf7c89e99518effea01d531360a4894c4218e768d5e03e89d7943 + md5: 64dbb3b205546691a61204d1cfb208e3 + depends: + - __unix * + - python >=3.8 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 84509 timestamp: 1689752121789 -- name: click +- kind: conda + name: click version: 8.1.6 - manager: conda - platform: osx-64 - dependencies: - __unix: '*' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.6-unix_pyh707e725_0.conda - hash: - md5: 64dbb3b205546691a61204d1cfb208e3 - sha256: 73392cf4851bf7c89e99518effea01d531360a4894c4218e768d5e03e89d7943 - optional: false - category: main build: unix_pyh707e725_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.6-unix_pyh707e725_0.conda + sha256: 73392cf4851bf7c89e99518effea01d531360a4894c4218e768d5e03e89d7943 + md5: 64dbb3b205546691a61204d1cfb208e3 + depends: + - __unix * + - python >=3.8 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 84509 timestamp: 1689752121789 -- name: click +- kind: conda + name: click version: 8.1.6 - manager: conda - platform: osx-arm64 - dependencies: - __unix: '*' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.6-unix_pyh707e725_0.conda - hash: - md5: 64dbb3b205546691a61204d1cfb208e3 - sha256: 73392cf4851bf7c89e99518effea01d531360a4894c4218e768d5e03e89d7943 - optional: false - category: main build: unix_pyh707e725_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.6-unix_pyh707e725_0.conda + sha256: 73392cf4851bf7c89e99518effea01d531360a4894c4218e768d5e03e89d7943 + md5: 64dbb3b205546691a61204d1cfb208e3 + depends: + - __unix * + - python >=3.8 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 84509 timestamp: 1689752121789 -- name: click +- kind: conda + name: click version: 8.1.6 - manager: conda - platform: win-64 - dependencies: - __win: '*' - colorama: '*' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.6-win_pyh7428d3b_0.conda - hash: - md5: c1e57b6771510a3d2648ed6e76277391 - sha256: 6fa8a7c644073b88ef3f857bb56f51efcf7c3852777a009187360f9a6bd1c606 - optional: false - category: main build: win_pyh7428d3b_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.6-win_pyh7428d3b_0.conda + sha256: 6fa8a7c644073b88ef3f857bb56f51efcf7c3852777a009187360f9a6bd1c606 + md5: c1e57b6771510a3d2648ed6e76277391 + depends: + - __win * + - colorama * + - python >=3.8 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 84826 timestamp: 1689752336806 -- name: colorama +- kind: conda + name: colorama version: 0.4.6 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 3faab06a954c2a04039983f2c4a50d99 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + md5: 3faab06a954c2a04039983f2c4a50d99 + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 25170 timestamp: 1666700778190 -- name: colorama +- kind: conda + name: colorama version: 0.4.6 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 3faab06a954c2a04039983f2c4a50d99 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + md5: 3faab06a954c2a04039983f2c4a50d99 + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 25170 timestamp: 1666700778190 -- name: colorama +- kind: conda + name: colorama version: 0.4.6 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 3faab06a954c2a04039983f2c4a50d99 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + md5: 3faab06a954c2a04039983f2c4a50d99 + depends: + - python >=3.7 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 25170 timestamp: 1666700778190 -- name: colorama +- kind: conda + name: colorama version: 0.4.6 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 3faab06a954c2a04039983f2c4a50d99 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + md5: 3faab06a954c2a04039983f2c4a50d99 + depends: + - python >=3.7 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 25170 timestamp: 1666700778190 -- name: comm +- kind: conda + name: comm version: 0.1.4 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda - hash: - md5: c8eaca39e2b6abae1fc96acc929ae939 - sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda + sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 + md5: c8eaca39e2b6abae1fc96acc929ae939 + depends: + - python >=3.6 + - traitlets >=5.3 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 11682 timestamp: 1691045097208 -- name: comm +- kind: conda + name: comm version: 0.1.4 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda - hash: - md5: c8eaca39e2b6abae1fc96acc929ae939 - sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda + sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 + md5: c8eaca39e2b6abae1fc96acc929ae939 + depends: + - python >=3.6 + - traitlets >=5.3 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 11682 timestamp: 1691045097208 -- name: comm +- kind: conda + name: comm version: 0.1.4 - manager: conda - platform: osx-arm64 - dependencies: - traitlets: '>=5.3' - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda - hash: - md5: c8eaca39e2b6abae1fc96acc929ae939 - sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda + sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 + md5: c8eaca39e2b6abae1fc96acc929ae939 + depends: + - traitlets >=5.3 + - python >=3.6 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 11682 timestamp: 1691045097208 -- name: comm +- kind: conda + name: comm version: 0.1.4 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda - hash: - md5: c8eaca39e2b6abae1fc96acc929ae939 - sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.4-pyhd8ed1ab_0.conda + sha256: 11057745946a95ee7cc4c98900a60c7362266a4cb28bc97d96cd88e3056eb701 + md5: c8eaca39e2b6abae1fc96acc929ae939 + depends: + - python >=3.6 + - traitlets >=5.3 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 11682 timestamp: 1691045097208 -- name: configparser +- kind: conda + name: configparser version: 5.3.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/configparser-5.3.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: c99fd5916160900dc5ff64204da99c4d - sha256: ce6ce9ee08437b46c284d52b076fb091cf6f2a9e12860d4a37546adbd5f53b28 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/configparser-5.3.0-pyhd8ed1ab_0.tar.bz2 + sha256: ce6ce9ee08437b46c284d52b076fb091cf6f2a9e12860d4a37546adbd5f53b28 + md5: c99fd5916160900dc5ff64204da99c4d + depends: + - python >=3.6 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 22490 timestamp: 1660952265700 -- name: configparser +- kind: conda + name: configparser version: 5.3.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/configparser-5.3.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: c99fd5916160900dc5ff64204da99c4d - sha256: ce6ce9ee08437b46c284d52b076fb091cf6f2a9e12860d4a37546adbd5f53b28 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/configparser-5.3.0-pyhd8ed1ab_0.tar.bz2 + sha256: ce6ce9ee08437b46c284d52b076fb091cf6f2a9e12860d4a37546adbd5f53b28 + md5: c99fd5916160900dc5ff64204da99c4d + depends: + - python >=3.6 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 22490 timestamp: 1660952265700 -- name: configparser +- kind: conda + name: configparser version: 5.3.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/configparser-5.3.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: c99fd5916160900dc5ff64204da99c4d - sha256: ce6ce9ee08437b46c284d52b076fb091cf6f2a9e12860d4a37546adbd5f53b28 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/configparser-5.3.0-pyhd8ed1ab_0.tar.bz2 + sha256: ce6ce9ee08437b46c284d52b076fb091cf6f2a9e12860d4a37546adbd5f53b28 + md5: c99fd5916160900dc5ff64204da99c4d + depends: + - python >=3.6 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 22490 timestamp: 1660952265700 -- name: configparser +- kind: conda + name: configparser version: 5.3.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/configparser-5.3.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: c99fd5916160900dc5ff64204da99c4d - sha256: ce6ce9ee08437b46c284d52b076fb091cf6f2a9e12860d4a37546adbd5f53b28 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/configparser-5.3.0-pyhd8ed1ab_0.tar.bz2 + sha256: ce6ce9ee08437b46c284d52b076fb091cf6f2a9e12860d4a37546adbd5f53b28 + md5: c99fd5916160900dc5ff64204da99c4d + depends: + - python >=3.6 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 22490 timestamp: 1660952265700 -- name: coverage +- kind: conda + name: coverage + version: 7.3.0 + build: py310h2aa6e3c_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/coverage-7.3.0-py310h2aa6e3c_0.conda + sha256: 64d626181e7555587685a13da684d68bef85c6913ba4639e1566acc4734a37e6 + md5: ce3af48e45ac649a01ce33c253ec6d82 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + - tomli * + arch: aarch64 + platform: osx + license: Apache-2.0 + license_family: APACHE + size: 282030 + timestamp: 1691874785538 +- kind: conda + name: coverage version: 7.3.2 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - tomli: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/coverage-7.3.2-py310h2372a71_0.conda - hash: - md5: 33c03cd5711885c920ddff676fb84f98 - sha256: f9c07ee8807188c39bd415dd8ce39ac7a90c41cb0cc741e9af429e1f886930c6 - optional: false - category: main build: py310h2372a71_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/coverage-7.3.2-py310h2372a71_0.conda + sha256: f9c07ee8807188c39bd415dd8ce39ac7a90c41cb0cc741e9af429e1f886930c6 + md5: 33c03cd5711885c920ddff676fb84f98 + depends: + - libgcc-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - tomli * + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE size: 281112 timestamp: 1696281815257 -- name: coverage +- kind: conda + name: coverage version: 7.3.2 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - tomli: '*' - url: https://conda.anaconda.org/conda-forge/osx-64/coverage-7.3.2-py310h6729b98_0.conda - hash: - md5: 3ec14aac0eac885648fe49e4b2e3bde6 - sha256: f12ce7d3ccb8e3a242a70c7a3c348f76326d8118779eadcefdd8a36eb6707c64 - optional: false - category: main build: py310h6729b98_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/coverage-7.3.2-py310h6729b98_0.conda + sha256: f12ce7d3ccb8e3a242a70c7a3c348f76326d8118779eadcefdd8a36eb6707c64 + md5: 3ec14aac0eac885648fe49e4b2e3bde6 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - tomli * + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE size: 279267 timestamp: 1696282086797 -- name: coverage - version: 7.3.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - tomli: '*' - url: https://conda.anaconda.org/conda-forge/osx-arm64/coverage-7.3.0-py310h2aa6e3c_0.conda - hash: - md5: ce3af48e45ac649a01ce33c253ec6d82 - sha256: 64d626181e7555587685a13da684d68bef85c6913ba4639e1566acc4734a37e6 - optional: false - category: main - build: py310h2aa6e3c_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - size: 282030 - timestamp: 1691874785538 -- name: coverage +- kind: conda + name: coverage version: 7.3.2 - manager: conda - platform: win-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - tomli: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/coverage-7.3.2-py310h8d17308_0.conda - hash: - md5: 262bccdaf31082d0458aa45e47a66088 - sha256: 44b3e74b0de819ec9f6fa9947f349eb4af29a5e5167c7ecdfc85064fae4c1ec3 - optional: false - category: main build: py310h8d17308_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/coverage-7.3.2-py310h8d17308_0.conda + sha256: 44b3e74b0de819ec9f6fa9947f349eb4af29a5e5167c7ecdfc85064fae4c1ec3 + md5: 262bccdaf31082d0458aa45e47a66088 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - tomli * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE size: 298542 timestamp: 1696282336567 -- name: dav1d - version: 1.2.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda - hash: - md5: 418c6ca5929a611cbd69204907a83995 - sha256: 22053a5842ca8ee1cf8e1a817138cdb5e647eb2c46979f84153f6ad7bde73020 - optional: false - category: main - build: hd590300_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 760229 - timestamp: 1685695754230 -- name: dav1d +- kind: conda + name: dav1d version: 1.2.1 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda - hash: - md5: 9d88733c715300a39f8ca2e936b7808d - sha256: ec71a835866b42e946cd2039a5f7a6458851a21890d315476f5e66790ac11c96 - optional: false - category: main build: h0dc2134_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/dav1d-1.2.1-h0dc2134_0.conda + sha256: ec71a835866b42e946cd2039a5f7a6458851a21890d315476f5e66790ac11c96 + md5: 9d88733c715300a39f8ca2e936b7808d + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD size: 668439 timestamp: 1685696184631 -- name: dav1d +- kind: conda + name: dav1d version: 1.2.1 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda - hash: - md5: 5a74cdee497e6b65173e10d94582fae6 - sha256: 93e077b880a85baec8227e8c72199220c7f87849ad32d02c14fb3807368260b8 - optional: false - category: main build: hb547adb_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/dav1d-1.2.1-hb547adb_0.conda + sha256: 93e077b880a85baec8227e8c72199220c7f87849ad32d02c14fb3807368260b8 + md5: 5a74cdee497e6b65173e10d94582fae6 + arch: aarch64 + platform: osx license: BSD-2-Clause license_family: BSD size: 316394 timestamp: 1685695959391 -- name: dav1d +- kind: conda + name: dav1d version: 1.2.1 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/dav1d-1.2.1-hcfcfb64_0.conda - hash: - md5: ed2c27bda330e3f0ab41577cf8b9b585 - sha256: 2aa2083c9c186da7d6f975ccfbef654ed54fff27f4bc321dbcd12cee932ec2c4 - optional: false - category: main build: hcfcfb64_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/dav1d-1.2.1-hcfcfb64_0.conda + sha256: 2aa2083c9c186da7d6f975ccfbef654ed54fff27f4bc321dbcd12cee932ec2c4 + md5: ed2c27bda330e3f0ab41577cf8b9b585 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD size: 618643 timestamp: 1685696352968 -- name: debugpy - version: 1.8.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.0-py310hc6cd4ac_1.conda - hash: - md5: 01388b4ec9eed3b26fa732aa39745475 - sha256: 77593f7b60d8f3b4d27a97a1b9e6c07c3f2490cfab77039d5e403166448b5de2 - optional: false - category: main - build: py310hc6cd4ac_1 - arch: x86_64 +- kind: conda + name: dav1d + version: 1.2.1 + build: hd590300_0 subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 2436014 - timestamp: 1695534502620 -- name: debugpy - version: 1.8.0 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.0-py310h9e9d8ca_1.conda - hash: - md5: 64be4364c95d1d58b2bdeba61c4ddf99 - sha256: ec80231e963753692b62245a94f5025db6a44ae70f7a36c6dcb8195f971c33ae - optional: false - category: main - build: py310h9e9d8ca_1 + url: https://conda.anaconda.org/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda + sha256: 22053a5842ca8ee1cf8e1a817138cdb5e647eb2c46979f84153f6ad7bde73020 + md5: 418c6ca5929a611cbd69204907a83995 + depends: + - libgcc-ng >=12 arch: x86_64 - subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - size: 2386610 - timestamp: 1695534781106 -- name: debugpy + platform: linux + license: BSD-2-Clause + license_family: BSD + size: 760229 + timestamp: 1685695754230 +- kind: conda + name: debugpy version: 1.6.8 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - libcxx: '>=15.0.7' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.6.8-py310h1253130_0.conda - hash: - md5: d7501e5751ccab397b997e855b437ceb - sha256: 22a3526c6990b412e45f3f044ff4525a42fde2a8ff431aec18110662ede34735 - optional: false - category: main build: py310h1253130_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/debugpy-1.6.8-py310h1253130_0.conda + sha256: 22a3526c6990b412e45f3f044ff4525a42fde2a8ff431aec18110662ede34735 + md5: d7501e5751ccab397b997e855b437ceb + depends: + - python >=3.10,<3.11.0a0 *_cpython + - libcxx >=15.0.7 + - python_abi 3.10.* *_cp310 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 1892601 timestamp: 1691021813132 -- name: debugpy +- kind: conda + name: debugpy version: 1.8.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.0-py310h00ffb61_1.conda - hash: - md5: 5ccaf32fb16dd1336f74a635ef6acf7d - sha256: c500ddc59777e7f7fc8f364ae1b9d6487343bc34bfd078a549fbd0f59c4efc1a - optional: false - category: main build: py310h00ffb61_1 - arch: x86_64 + build_number: 1 subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.0-py310h00ffb61_1.conda + sha256: c500ddc59777e7f7fc8f364ae1b9d6487343bc34bfd078a549fbd0f59c4efc1a + md5: 5ccaf32fb16dd1336f74a635ef6acf7d + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win + license: MIT + license_family: MIT + size: 3416775 + timestamp: 1695534920376 +- kind: conda + name: debugpy + version: 1.8.0 + build: py310h9e9d8ca_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.0-py310h9e9d8ca_1.conda + sha256: ec80231e963753692b62245a94f5025db6a44ae70f7a36c6dcb8195f971c33ae + md5: 64be4364c95d1d58b2bdeba61c4ddf99 + depends: + - libcxx >=15.0.7 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: osx + license: MIT + license_family: MIT + size: 2386610 + timestamp: 1695534781106 +- kind: conda + name: debugpy + version: 1.8.0 + build: py310hc6cd4ac_1 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.0-py310hc6cd4ac_1.conda + sha256: 77593f7b60d8f3b4d27a97a1b9e6c07c3f2490cfab77039d5e403166448b5de2 + md5: 01388b4ec9eed3b26fa732aa39745475 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: linux license: MIT license_family: MIT - size: 3416775 - timestamp: 1695534920376 -- name: decorator + size: 2436014 + timestamp: 1695534502620 +- kind: conda + name: decorator version: 5.1.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 43afe5ab04e35e17ba28649471dd7364 - sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 + md5: 43afe5ab04e35e17ba28649471dd7364 + depends: + - python >=3.5 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD - noarch: python size: 12072 timestamp: 1641555714315 -- name: decorator +- kind: conda + name: decorator version: 5.1.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 43afe5ab04e35e17ba28649471dd7364 - sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 + md5: 43afe5ab04e35e17ba28649471dd7364 + depends: + - python >=3.5 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: python size: 12072 timestamp: 1641555714315 -- name: decorator +- kind: conda + name: decorator version: 5.1.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 43afe5ab04e35e17ba28649471dd7364 - sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 + md5: 43afe5ab04e35e17ba28649471dd7364 + depends: + - python >=3.5 + arch: aarch64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: python size: 12072 timestamp: 1641555714315 -- name: decorator +- kind: conda + name: decorator version: 5.1.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 43afe5ab04e35e17ba28649471dd7364 - sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 + sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 + md5: 43afe5ab04e35e17ba28649471dd7364 + depends: + - python >=3.5 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD - noarch: python size: 12072 timestamp: 1641555714315 -- name: defusedxml +- kind: conda + name: defusedxml version: 0.7.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 961b3a227b437d82ad7054484cfa71b2 - sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 + sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be + md5: 961b3a227b437d82ad7054484cfa71b2 + depends: + - python >=3.6 + arch: x86_64 + platform: linux license: PSF-2.0 license_family: PSF - noarch: python size: 24062 timestamp: 1615232388757 -- name: defusedxml +- kind: conda + name: defusedxml version: 0.7.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 961b3a227b437d82ad7054484cfa71b2 - sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 + sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be + md5: 961b3a227b437d82ad7054484cfa71b2 + depends: + - python >=3.6 + arch: x86_64 + platform: osx license: PSF-2.0 license_family: PSF - noarch: python size: 24062 timestamp: 1615232388757 -- name: defusedxml +- kind: conda + name: defusedxml version: 0.7.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 961b3a227b437d82ad7054484cfa71b2 - sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 + sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be + md5: 961b3a227b437d82ad7054484cfa71b2 + depends: + - python >=3.6 + arch: aarch64 + platform: osx license: PSF-2.0 license_family: PSF - noarch: python size: 24062 timestamp: 1615232388757 -- name: defusedxml +- kind: conda + name: defusedxml version: 0.7.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 961b3a227b437d82ad7054484cfa71b2 - sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 + sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be + md5: 961b3a227b437d82ad7054484cfa71b2 + depends: + - python >=3.6 + arch: x86_64 + platform: win license: PSF-2.0 license_family: PSF - noarch: python size: 24062 timestamp: 1615232388757 -- name: deprecation +- kind: conda + name: deprecation version: 2.1.0 - manager: conda - platform: linux-64 - dependencies: - packaging: '*' - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/deprecation-2.1.0-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 7b6747d7cc2076341029cff659669e8b - sha256: 2695a60ff355b114d0c459458461d941d2209ec9aff152853b6a3ca8700c94ec - optional: false - category: main build: pyh9f0ad1d_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/deprecation-2.1.0-pyh9f0ad1d_0.tar.bz2 + sha256: 2695a60ff355b114d0c459458461d941d2209ec9aff152853b6a3ca8700c94ec + md5: 7b6747d7cc2076341029cff659669e8b + depends: + - packaging * + - python * + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache - noarch: python size: 14487 timestamp: 1589881524975 -- name: deprecation +- kind: conda + name: deprecation version: 2.1.0 - manager: conda - platform: osx-64 - dependencies: - packaging: '*' - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/deprecation-2.1.0-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 7b6747d7cc2076341029cff659669e8b - sha256: 2695a60ff355b114d0c459458461d941d2209ec9aff152853b6a3ca8700c94ec - optional: false - category: main build: pyh9f0ad1d_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/deprecation-2.1.0-pyh9f0ad1d_0.tar.bz2 + sha256: 2695a60ff355b114d0c459458461d941d2209ec9aff152853b6a3ca8700c94ec + md5: 7b6747d7cc2076341029cff659669e8b + depends: + - packaging * + - python * + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache - noarch: python size: 14487 timestamp: 1589881524975 -- name: deprecation +- kind: conda + name: deprecation version: 2.1.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '*' - packaging: '*' - url: https://conda.anaconda.org/conda-forge/noarch/deprecation-2.1.0-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 7b6747d7cc2076341029cff659669e8b - sha256: 2695a60ff355b114d0c459458461d941d2209ec9aff152853b6a3ca8700c94ec - optional: false - category: main build: pyh9f0ad1d_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/deprecation-2.1.0-pyh9f0ad1d_0.tar.bz2 + sha256: 2695a60ff355b114d0c459458461d941d2209ec9aff152853b6a3ca8700c94ec + md5: 7b6747d7cc2076341029cff659669e8b + depends: + - python * + - packaging * + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache - noarch: python size: 14487 timestamp: 1589881524975 -- name: deprecation +- kind: conda + name: deprecation version: 2.1.0 - manager: conda - platform: win-64 - dependencies: - packaging: '*' - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/deprecation-2.1.0-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 7b6747d7cc2076341029cff659669e8b - sha256: 2695a60ff355b114d0c459458461d941d2209ec9aff152853b6a3ca8700c94ec - optional: false - category: main build: pyh9f0ad1d_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/deprecation-2.1.0-pyh9f0ad1d_0.tar.bz2 + sha256: 2695a60ff355b114d0c459458461d941d2209ec9aff152853b6a3ca8700c94ec + md5: 7b6747d7cc2076341029cff659669e8b + depends: + - packaging * + - python * + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache - noarch: python size: 14487 timestamp: 1589881524975 -- name: entrypoints +- kind: conda + name: entrypoints version: '0.4' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 3cf04868fee0a029769bd41f4b2fbf2d - sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 + sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af + md5: 3cf04868fee0a029769bd41f4b2fbf2d + depends: + - python >=3.6 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 9199 timestamp: 1643888357950 -- name: entrypoints +- kind: conda + name: entrypoints version: '0.4' - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 3cf04868fee0a029769bd41f4b2fbf2d - sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 + sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af + md5: 3cf04868fee0a029769bd41f4b2fbf2d + depends: + - python >=3.6 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 9199 timestamp: 1643888357950 -- name: entrypoints +- kind: conda + name: entrypoints version: '0.4' - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 3cf04868fee0a029769bd41f4b2fbf2d - sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 + sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af + md5: 3cf04868fee0a029769bd41f4b2fbf2d + depends: + - python >=3.6 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 9199 timestamp: 1643888357950 -- name: entrypoints +- kind: conda + name: entrypoints version: '0.4' - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 3cf04868fee0a029769bd41f4b2fbf2d - sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 + sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af + md5: 3cf04868fee0a029769bd41f4b2fbf2d + depends: + - python >=3.6 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 9199 timestamp: 1643888357950 -- name: exceptiongroup +- kind: conda + name: exceptiongroup version: 1.1.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda - hash: - md5: e6518222753f519e911e83136d2158d9 - sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda + sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 + md5: e6518222753f519e911e83136d2158d9 + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 19262 timestamp: 1692026296517 -- name: exceptiongroup +- kind: conda + name: exceptiongroup version: 1.1.3 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda - hash: - md5: e6518222753f519e911e83136d2158d9 - sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda + sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 + md5: e6518222753f519e911e83136d2158d9 + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 19262 timestamp: 1692026296517 -- name: exceptiongroup +- kind: conda + name: exceptiongroup version: 1.1.3 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda - hash: - md5: e6518222753f519e911e83136d2158d9 - sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda + sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 + md5: e6518222753f519e911e83136d2158d9 + depends: + - python >=3.7 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 19262 timestamp: 1692026296517 -- name: exceptiongroup +- kind: conda + name: exceptiongroup version: 1.1.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda - hash: - md5: e6518222753f519e911e83136d2158d9 - sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda + sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 + md5: e6518222753f519e911e83136d2158d9 + depends: + - python >=3.7 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 19262 timestamp: 1692026296517 -- name: executing +- kind: conda + name: executing + version: 1.2.0 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/executing-1.2.0-pyhd8ed1ab_0.tar.bz2 + sha256: 9c03425cd58c474af20e179c9ba121a82984d6c4bfc896bbc992f5ed75dd7539 + md5: 4c1bc140e2be5c8ba6e3acab99e25c50 + depends: + - python >=2.7 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 25013 + timestamp: 1667317463548 +- kind: conda + name: executing version: 2.0.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda - hash: - md5: e16be50e378d8a4533b989035b196ab8 - sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda + sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 + md5: e16be50e378d8a4533b989035b196ab8 + depends: + - python >=2.7 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 27689 timestamp: 1698580072627 -- name: executing +- kind: conda + name: executing version: 2.0.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda - hash: - md5: e16be50e378d8a4533b989035b196ab8 - sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda + sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 + md5: e16be50e378d8a4533b989035b196ab8 + depends: + - python >=2.7 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 27689 timestamp: 1698580072627 -- name: executing - version: 1.2.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/executing-1.2.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 4c1bc140e2be5c8ba6e3acab99e25c50 - sha256: 9c03425cd58c474af20e179c9ba121a82984d6c4bfc896bbc992f5ed75dd7539 - optional: false - category: main +- kind: conda + name: executing + version: 2.0.1 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 25013 - timestamp: 1667317463548 -- name: executing - version: 2.0.1 - manager: conda - platform: win-64 - dependencies: - python: '>=2.7' url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda - hash: - md5: e16be50e378d8a4533b989035b196ab8 - sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 + md5: e16be50e378d8a4533b989035b196ab8 + depends: + - python >=2.7 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 27689 timestamp: 1698580072627 -- name: expat +- kind: conda + name: expat version: 2.5.0 - manager: conda - platform: linux-64 - dependencies: - libexpat: ==2.5.0 hcb278e6_1 - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.5.0-hcb278e6_1.conda - hash: - md5: 8b9b5aca60558d02ddaa09d599e55920 - sha256: 36dfeb4375059b3bba75ce9b38c29c69fd257342a79e6cf20e9f25c1523f785f - optional: false - category: main - build: hcb278e6_1 - arch: x86_64 - subdir: linux-64 + build: hb7217d7_1 build_number: 1 - license: MIT - license_family: MIT - size: 136778 - timestamp: 1680190541750 -- name: expat - version: 2.5.0 - manager: conda - platform: osx-arm64 - dependencies: - libexpat: ==2.5.0 hb7217d7_1 + subdir: osx-arm64 url: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.5.0-hb7217d7_1.conda - hash: - md5: 624fa0dd6fdeaa650b71a62296fdfedf - sha256: 9f06afbe4604decf6a2e8e7e87f5ca218a3e9049d57d5b3fcd538ca6240d21a0 - optional: false - category: main - build: hb7217d7_1 + sha256: 9f06afbe4604decf6a2e8e7e87f5ca218a3e9049d57d5b3fcd538ca6240d21a0 + md5: 624fa0dd6fdeaa650b71a62296fdfedf + depends: + - libexpat ==2.5.0 hb7217d7_1 arch: aarch64 - subdir: osx-arm64 - build_number: 1 + platform: osx license: MIT license_family: MIT size: 117851 timestamp: 1680190940654 -- name: flaky +- kind: conda + name: expat + version: 2.5.0 + build: hcb278e6_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.5.0-hcb278e6_1.conda + sha256: 36dfeb4375059b3bba75ce9b38c29c69fd257342a79e6cf20e9f25c1523f785f + md5: 8b9b5aca60558d02ddaa09d599e55920 + depends: + - libexpat ==2.5.0 hcb278e6_1 + - libgcc-ng >=12 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + size: 136778 + timestamp: 1680190541750 +- kind: conda + name: flaky version: 3.7.0 - manager: conda - platform: linux-64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.7.0-pyh9f0ad1d_0.tar.bz2 - hash: - md5: d20be9ed08052d16593c88d51b774a82 - sha256: fbb02837c933c4aab24e60aaa9cc7ed164f7771845fa810ccba37d4cf390d258 - optional: false - category: main build: pyh9f0ad1d_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.7.0-pyh9f0ad1d_0.tar.bz2 + sha256: fbb02837c933c4aab24e60aaa9cc7ed164f7771845fa810ccba37d4cf390d258 + md5: d20be9ed08052d16593c88d51b774a82 + depends: + - python * + arch: x86_64 + platform: linux license: Apache 2.0 license_family: Apache - noarch: python size: 21626 timestamp: 1594311827726 -- name: flaky +- kind: conda + name: flaky version: 3.7.0 - manager: conda - platform: osx-64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.7.0-pyh9f0ad1d_0.tar.bz2 - hash: - md5: d20be9ed08052d16593c88d51b774a82 - sha256: fbb02837c933c4aab24e60aaa9cc7ed164f7771845fa810ccba37d4cf390d258 - optional: false - category: main build: pyh9f0ad1d_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.7.0-pyh9f0ad1d_0.tar.bz2 + sha256: fbb02837c933c4aab24e60aaa9cc7ed164f7771845fa810ccba37d4cf390d258 + md5: d20be9ed08052d16593c88d51b774a82 + depends: + - python * + arch: x86_64 + platform: osx license: Apache 2.0 license_family: Apache - noarch: python size: 21626 timestamp: 1594311827726 -- name: flaky +- kind: conda + name: flaky version: 3.7.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.7.0-pyh9f0ad1d_0.tar.bz2 - hash: - md5: d20be9ed08052d16593c88d51b774a82 - sha256: fbb02837c933c4aab24e60aaa9cc7ed164f7771845fa810ccba37d4cf390d258 - optional: false - category: main build: pyh9f0ad1d_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.7.0-pyh9f0ad1d_0.tar.bz2 + sha256: fbb02837c933c4aab24e60aaa9cc7ed164f7771845fa810ccba37d4cf390d258 + md5: d20be9ed08052d16593c88d51b774a82 + depends: + - python * + arch: aarch64 + platform: osx license: Apache 2.0 license_family: Apache - noarch: python size: 21626 timestamp: 1594311827726 -- name: flaky +- kind: conda + name: flaky version: 3.7.0 - manager: conda - platform: win-64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.7.0-pyh9f0ad1d_0.tar.bz2 - hash: - md5: d20be9ed08052d16593c88d51b774a82 - sha256: fbb02837c933c4aab24e60aaa9cc7ed164f7771845fa810ccba37d4cf390d258 - optional: false - category: main build: pyh9f0ad1d_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/flaky-3.7.0-pyh9f0ad1d_0.tar.bz2 + sha256: fbb02837c933c4aab24e60aaa9cc7ed164f7771845fa810ccba37d4cf390d258 + md5: d20be9ed08052d16593c88d51b774a82 + depends: + - python * + arch: x86_64 + platform: win license: Apache 2.0 license_family: Apache - noarch: python size: 21626 timestamp: 1594311827726 -- name: flit-core +- kind: conda + name: flit-core version: 3.9.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/flit-core-3.9.0-pyhd8ed1ab_0.conda - hash: - md5: e8cfceef004266b259604c3faa2a0191 - sha256: a2ef503739ac22bf2a5d91c6a7b0f6a4413a56fbdb9b84f8f70427b9e37fbb69 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/flit-core-3.9.0-pyhd8ed1ab_0.conda + sha256: a2ef503739ac22bf2a5d91c6a7b0f6a4413a56fbdb9b84f8f70427b9e37fbb69 + md5: e8cfceef004266b259604c3faa2a0191 + depends: + - python >=3.6 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 49072 timestamp: 1684084485822 -- name: font-ttf-dejavu-sans-mono +- kind: conda + name: font-ttf-dejavu-sans-mono version: '2.37' - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 - hash: - md5: 0c96522c6bdaed4b1566d11387caaf45 - sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b - optional: false - category: main build: hab24e00_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 + sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b + md5: 0c96522c6bdaed4b1566d11387caaf45 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: generic size: 397370 timestamp: 1566932522327 -- name: font-ttf-dejavu-sans-mono +- kind: conda + name: font-ttf-dejavu-sans-mono version: '2.37' - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 - hash: - md5: 0c96522c6bdaed4b1566d11387caaf45 - sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b - optional: false - category: main build: hab24e00_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 + sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b + md5: 0c96522c6bdaed4b1566d11387caaf45 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: generic size: 397370 timestamp: 1566932522327 -- name: font-ttf-inconsolata +- kind: conda + name: font-ttf-inconsolata version: '3.000' - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - hash: - md5: 34893075a5c9e55cdafac56607368fc6 - sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - optional: false - category: main build: h77eed37_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 + sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c + md5: 34893075a5c9e55cdafac56607368fc6 + arch: x86_64 + platform: linux license: OFL-1.1 license_family: Other - noarch: generic size: 96530 timestamp: 1620479909603 -- name: font-ttf-inconsolata +- kind: conda + name: font-ttf-inconsolata version: '3.000' - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - hash: - md5: 34893075a5c9e55cdafac56607368fc6 - sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - optional: false - category: main build: h77eed37_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 + sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c + md5: 34893075a5c9e55cdafac56607368fc6 + arch: aarch64 + platform: osx license: OFL-1.1 license_family: Other - noarch: generic size: 96530 timestamp: 1620479909603 -- name: font-ttf-source-code-pro +- kind: conda + name: font-ttf-source-code-pro version: '2.038' - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 - hash: - md5: 4d59c254e01d9cde7957100457e2d5fb - sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 - optional: false - category: main build: h77eed37_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 + sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 + md5: 4d59c254e01d9cde7957100457e2d5fb + arch: x86_64 + platform: linux license: OFL-1.1 license_family: Other - noarch: generic size: 700814 timestamp: 1620479612257 -- name: font-ttf-source-code-pro +- kind: conda + name: font-ttf-source-code-pro version: '2.038' - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 - hash: - md5: 4d59c254e01d9cde7957100457e2d5fb - sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 - optional: false - category: main build: h77eed37_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 + sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 + md5: 4d59c254e01d9cde7957100457e2d5fb + arch: aarch64 + platform: osx license: OFL-1.1 license_family: Other - noarch: generic size: 700814 timestamp: 1620479612257 -- name: font-ttf-ubuntu +- kind: conda + name: font-ttf-ubuntu version: '0.83' - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 - hash: - md5: 19410c3df09dfb12d1206132a1d357c5 - sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e - optional: false - category: main build: hab24e00_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 + sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e + md5: 19410c3df09dfb12d1206132a1d357c5 + arch: x86_64 + platform: linux license: Ubuntu Font Licence Version 1.0 license_family: Other - noarch: generic size: 1961279 timestamp: 1566932680646 -- name: font-ttf-ubuntu +- kind: conda + name: font-ttf-ubuntu version: '0.83' - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 - hash: - md5: 19410c3df09dfb12d1206132a1d357c5 - sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e - optional: false - category: main build: hab24e00_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 + sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e + md5: 19410c3df09dfb12d1206132a1d357c5 + arch: aarch64 + platform: osx license: Ubuntu Font Licence Version 1.0 license_family: Other - noarch: generic size: 1961279 timestamp: 1566932680646 -- name: fontconfig +- kind: conda + name: fontconfig version: 2.14.2 - manager: conda - platform: linux-64 - dependencies: - expat: '>=2.5.0,<3.0a0' - freetype: '>=2.12.1,<3.0a0' - libgcc-ng: '>=12' - libuuid: '>=2.32.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda - hash: - md5: 0f69b688f52ff6da70bccb7ff7001d1d - sha256: 155d534c9037347ea7439a2c6da7c24ffec8e5dd278889b4c57274a1d91e0a83 - optional: false - category: main build: h14ed4e7_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda + sha256: 155d534c9037347ea7439a2c6da7c24ffec8e5dd278889b4c57274a1d91e0a83 + md5: 0f69b688f52ff6da70bccb7ff7001d1d + depends: + - expat >=2.5.0,<3.0a0 + - freetype >=2.12.1,<3.0a0 + - libgcc-ng >=12 + - libuuid >=2.32.1,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 272010 timestamp: 1674828850194 -- name: fontconfig +- kind: conda + name: fontconfig version: 2.14.2 - manager: conda - platform: osx-arm64 - dependencies: - freetype: '>=2.12.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - expat: '>=2.5.0,<3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda - hash: - md5: f77d47ddb6d3cc5b39b9bdf65635afbb - sha256: 7094917fc6758186e17c61d8ee8fd2bbbe9f303b4addac61d918fa415c497e2b - optional: false - category: main build: h82840c6_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda + sha256: 7094917fc6758186e17c61d8ee8fd2bbbe9f303b4addac61d918fa415c497e2b + md5: f77d47ddb6d3cc5b39b9bdf65635afbb + depends: + - freetype >=2.12.1,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - expat >=2.5.0,<3.0a0 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 237668 timestamp: 1674829263740 -- name: fonts-conda-ecosystem +- kind: conda + name: fonts-conda-ecosystem version: '1' - manager: conda - platform: linux-64 - dependencies: - fonts-conda-forge: '*' - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - hash: - md5: fee5683a3f04bd15cbd8318b096a27ab - sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - optional: false - category: main build: '0' - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 + sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 + md5: fee5683a3f04bd15cbd8318b096a27ab + depends: + - fonts-conda-forge * + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: generic size: 3667 timestamp: 1566974674465 -- name: fonts-conda-ecosystem +- kind: conda + name: fonts-conda-ecosystem version: '1' - manager: conda - platform: osx-arm64 - dependencies: - fonts-conda-forge: '*' - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - hash: - md5: fee5683a3f04bd15cbd8318b096a27ab - sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - optional: false - category: main build: '0' - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 + sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 + md5: fee5683a3f04bd15cbd8318b096a27ab + depends: + - fonts-conda-forge * + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: generic size: 3667 timestamp: 1566974674465 -- name: fonts-conda-forge +- kind: conda + name: fonts-conda-forge version: '1' - manager: conda - platform: linux-64 - dependencies: - font-ttf-dejavu-sans-mono: '*' - font-ttf-inconsolata: '*' - font-ttf-source-code-pro: '*' - font-ttf-ubuntu: '*' - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 - hash: - md5: f766549260d6815b0c52253f1fb1bb29 - sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 - optional: false - category: main build: '0' - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 + sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 + md5: f766549260d6815b0c52253f1fb1bb29 + depends: + - font-ttf-dejavu-sans-mono * + - font-ttf-inconsolata * + - font-ttf-source-code-pro * + - font-ttf-ubuntu * + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: generic size: 4102 timestamp: 1566932280397 -- name: fonts-conda-forge +- kind: conda + name: fonts-conda-forge version: '1' - manager: conda - platform: osx-arm64 - dependencies: - font-ttf-ubuntu: '*' - font-ttf-inconsolata: '*' - font-ttf-dejavu-sans-mono: '*' - font-ttf-source-code-pro: '*' - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 - hash: - md5: f766549260d6815b0c52253f1fb1bb29 - sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 - optional: false - category: main build: '0' - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 + sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 + md5: f766549260d6815b0c52253f1fb1bb29 + depends: + - font-ttf-ubuntu * + - font-ttf-inconsolata * + - font-ttf-dejavu-sans-mono * + - font-ttf-source-code-pro * + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: generic size: 4102 timestamp: 1566932280397 -- name: fqdn +- kind: conda + name: fqdn version: 1.5.1 - manager: conda - platform: linux-64 - dependencies: - cached-property: '>=1.3.0' - python: '>=2.7,<4' - url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 642d35437078749ef23a5dca2c9bb1f3 - sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 + md5: 642d35437078749ef23a5dca2c9bb1f3 + depends: + - cached-property >=1.3.0 + - python >=2.7,<4 + arch: x86_64 + platform: linux license: MPL-2.0 license_family: MOZILLA - noarch: python size: 14395 timestamp: 1638810388635 -- name: fqdn +- kind: conda + name: fqdn version: 1.5.1 - manager: conda - platform: osx-64 - dependencies: - cached-property: '>=1.3.0' - python: '>=2.7,<4' - url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 642d35437078749ef23a5dca2c9bb1f3 - sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 + md5: 642d35437078749ef23a5dca2c9bb1f3 + depends: + - cached-property >=1.3.0 + - python >=2.7,<4 + arch: x86_64 + platform: osx license: MPL-2.0 license_family: MOZILLA - noarch: python size: 14395 timestamp: 1638810388635 -- name: fqdn +- kind: conda + name: fqdn version: 1.5.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=2.7,<4' - cached-property: '>=1.3.0' - url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 642d35437078749ef23a5dca2c9bb1f3 - sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 + md5: 642d35437078749ef23a5dca2c9bb1f3 + depends: + - python >=2.7,<4 + - cached-property >=1.3.0 + arch: aarch64 + platform: osx license: MPL-2.0 license_family: MOZILLA - noarch: python size: 14395 timestamp: 1638810388635 -- name: fqdn +- kind: conda + name: fqdn version: 1.5.1 - manager: conda - platform: win-64 - dependencies: - cached-property: '>=1.3.0' - python: '>=2.7,<4' - url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 642d35437078749ef23a5dca2c9bb1f3 - sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 + md5: 642d35437078749ef23a5dca2c9bb1f3 + depends: + - cached-property >=1.3.0 + - python >=2.7,<4 + arch: x86_64 + platform: win license: MPL-2.0 license_family: MOZILLA - noarch: python size: 14395 timestamp: 1638810388635 -- name: freetype +- kind: conda + name: freetype version: 2.12.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libpng: '>=1.6.39,<1.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda - hash: - md5: 9ae35c3d96db2c94ce0cef86efdfa2cb - sha256: b2e3c449ec9d907dd4656cb0dc93e140f447175b125a3824b31368b06c666bb6 - optional: false - category: main build: h267a509_2 - arch: x86_64 - subdir: linux-64 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda + sha256: b2e3c449ec9d907dd4656cb0dc93e140f447175b125a3824b31368b06c666bb6 + md5: 9ae35c3d96db2c94ce0cef86efdfa2cb + depends: + - libgcc-ng >=12 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: linux license: GPL-2.0-only OR FTL size: 634972 timestamp: 1694615932610 -- name: freetype +- kind: conda + name: freetype version: 2.12.1 - manager: conda - platform: osx-64 - dependencies: - libpng: '>=1.6.39,<1.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda - hash: - md5: 25152fce119320c980e5470e64834b50 - sha256: b292cf5a25f094eeb4b66e37d99a97894aafd04a5683980852a8cbddccdc8e4e - optional: false - category: main build: h60636b9_2 - arch: x86_64 - subdir: osx-64 build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda + sha256: b292cf5a25f094eeb4b66e37d99a97894aafd04a5683980852a8cbddccdc8e4e + md5: 25152fce119320c980e5470e64834b50 + depends: + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: osx license: GPL-2.0-only OR FTL size: 599300 timestamp: 1694616137838 -- name: freetype +- kind: conda + name: freetype version: 2.12.1 - manager: conda - platform: osx-arm64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hd633e50_1.conda - hash: - md5: 33ea6326e26d1da25eb8dfa768195b82 - sha256: 9f20ac782386cca6295cf02a07bbc6aedc4739330dc9caba242630602a9ab7f4 - optional: false - category: main build: hd633e50_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hd633e50_1.conda + sha256: 9f20ac782386cca6295cf02a07bbc6aedc4739330dc9caba242630602a9ab7f4 + md5: 33ea6326e26d1da25eb8dfa768195b82 + depends: + - libzlib >=1.2.13,<1.3.0a0 + - libpng >=1.6.39,<1.7.0a0 + arch: aarch64 + platform: osx license: GPL-2.0-only and LicenseRef-FreeType size: 572579 timestamp: 1669233072570 -- name: freetype +- kind: conda + name: freetype version: 2.12.1 - manager: conda - platform: win-64 - dependencies: - libpng: '>=1.6.39,<1.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda - hash: - md5: 3761b23693f768dc75a8fd0a73ca053f - sha256: 2c53ee8879e05e149a9e525481d36adfd660a6abda26fd731376fa64ff03e728 - optional: false - category: main build: hdaf720e_2 - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda + sha256: 2c53ee8879e05e149a9e525481d36adfd660a6abda26fd731376fa64ff03e728 + md5: 3761b23693f768dc75a8fd0a73ca053f + depends: + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: GPL-2.0-only OR FTL size: 510306 timestamp: 1694616398888 -- name: fribidi +- kind: conda + name: fribidi version: 1.0.10 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 - hash: - md5: c64443234ff91d70cb9c7dc926c58834 - sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 - optional: false - category: main build: h27ca646_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/fribidi-1.0.10-h27ca646_0.tar.bz2 + sha256: 4b37ea851a2cf85edf0a63d2a63266847ec3dcbba4a31156d430cdd6aa811303 + md5: c64443234ff91d70cb9c7dc926c58834 + arch: aarch64 + platform: osx license: LGPL-2.1 size: 60255 timestamp: 1604417405528 -- name: future +- kind: conda + name: future version: 0.18.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda - hash: - md5: fec8329fc739090f26a7d7803db254f1 - sha256: b3d34bf4924cb80363c1ab57ac821393f118ffaa94f05368bf4044941163b65e - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda + sha256: b3d34bf4924cb80363c1ab57ac821393f118ffaa94f05368bf4044941163b65e + md5: fec8329fc739090f26a7d7803db254f1 + depends: + - python >=3.8 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 365520 timestamp: 1673596757510 -- name: future +- kind: conda + name: future version: 0.18.3 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda - hash: - md5: fec8329fc739090f26a7d7803db254f1 - sha256: b3d34bf4924cb80363c1ab57ac821393f118ffaa94f05368bf4044941163b65e - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda + sha256: b3d34bf4924cb80363c1ab57ac821393f118ffaa94f05368bf4044941163b65e + md5: fec8329fc739090f26a7d7803db254f1 + depends: + - python >=3.8 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 365520 timestamp: 1673596757510 -- name: future +- kind: conda + name: future version: 0.18.3 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda - hash: - md5: fec8329fc739090f26a7d7803db254f1 - sha256: b3d34bf4924cb80363c1ab57ac821393f118ffaa94f05368bf4044941163b65e - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda + sha256: b3d34bf4924cb80363c1ab57ac821393f118ffaa94f05368bf4044941163b65e + md5: fec8329fc739090f26a7d7803db254f1 + depends: + - python >=3.8 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 365520 timestamp: 1673596757510 -- name: future +- kind: conda + name: future version: 0.18.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda - hash: - md5: fec8329fc739090f26a7d7803db254f1 - sha256: b3d34bf4924cb80363c1ab57ac821393f118ffaa94f05368bf4044941163b65e - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/future-0.18.3-pyhd8ed1ab_0.conda + sha256: b3d34bf4924cb80363c1ab57ac821393f118ffaa94f05368bf4044941163b65e + md5: fec8329fc739090f26a7d7803db254f1 + depends: + - python >=3.8 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 365520 timestamp: 1673596757510 -- name: gcc_impl_linux-64 +- kind: conda + name: gcc_impl_linux-64 version: 13.2.0 - manager: conda - platform: linux-64 - dependencies: - binutils_impl_linux-64: '>=2.39' - libgcc-devel_linux-64: ==13.2.0 ha9c7c90_2 - libgcc-ng: '>=13.2.0' - libgomp: '>=13.2.0' - libsanitizer: ==13.2.0 h7e041cc_2 - libstdcxx-ng: '>=13.2.0' - sysroot_linux-64: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.2.0-h338b0a0_2.conda - hash: - md5: b4f2ab4faf22658cca303570fd9a7662 - sha256: 9fa30c6a01f1a8591dc9c6f99b4efc7b6cc8f83bfca931efe3a0699b7ef3518f - optional: false - category: main build: h338b0a0_2 - arch: x86_64 - subdir: linux-64 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.2.0-h338b0a0_2.conda + sha256: 9fa30c6a01f1a8591dc9c6f99b4efc7b6cc8f83bfca931efe3a0699b7ef3518f + md5: b4f2ab4faf22658cca303570fd9a7662 + depends: + - binutils_impl_linux-64 >=2.39 + - libgcc-devel_linux-64 ==13.2.0 ha9c7c90_2 + - libgcc-ng >=13.2.0 + - libgomp >=13.2.0 + - libsanitizer ==13.2.0 h7e041cc_2 + - libstdcxx-ng >=13.2.0 + - sysroot_linux-64 * + arch: x86_64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 52904962 timestamp: 1695219534603 -- name: gdk-pixbuf +- kind: conda + name: gdk-pixbuf version: 2.42.10 - manager: conda - platform: osx-arm64 - dependencies: - libtiff: '>=4.5.0,<4.6.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libglib: '>=2.74.1,<3.0a0' - jpeg: '>=9e,<10a' - url: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.10-h9bcf4fe_0.conda - hash: - md5: 9e8a24e2ffa9bb8200cef965af01af06 - sha256: 04c9a924a64d6aa3a999fd2a807b8476ebc2e008f21a851c13cc4b677a840a49 - optional: false - category: main build: h9bcf4fe_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gdk-pixbuf-2.42.10-h9bcf4fe_0.conda + sha256: 04c9a924a64d6aa3a999fd2a807b8476ebc2e008f21a851c13cc4b677a840a49 + md5: 9e8a24e2ffa9bb8200cef965af01af06 + depends: + - libtiff >=4.5.0,<4.6.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libglib >=2.74.1,<3.0a0 + - jpeg >=9e,<10a + arch: aarch64 + platform: osx license: LGPL-2.1-or-later license_family: LGPL size: 534020 timestamp: 1672757649019 -- name: gettext - version: 0.21.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2 - hash: - md5: 14947d8770185e5153fdd04d4673ed37 - sha256: 4fcfedc44e4c9a053f0416f9fc6ab6ed50644fca3a761126dbd00d09db1f546a - optional: false - category: main - build: h27087fc_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: LGPL-2.1-or-later AND GPL-3.0-or-later - size: 4320628 - timestamp: 1665673494324 -- name: gettext +- kind: conda + name: gettext version: 0.21.1 - manager: conda - platform: osx-arm64 - dependencies: - libiconv: '>=1.17,<2.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-0.21.1-h0186832_0.tar.bz2 - hash: - md5: 63d2ff6fddfa74e5458488fd311bf635 - sha256: 093b2f96dc4b48e4952ab8946facec98b34b708a056251fc19c23c3aad30039e - optional: false - category: main build: h0186832_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-0.21.1-h0186832_0.tar.bz2 + sha256: 093b2f96dc4b48e4952ab8946facec98b34b708a056251fc19c23c3aad30039e + md5: 63d2ff6fddfa74e5458488fd311bf635 + depends: + - libiconv >=1.17,<2.0a0 + arch: aarch64 + platform: osx license: LGPL-2.1-or-later AND GPL-3.0-or-later size: 4021036 timestamp: 1665674192347 -- name: gflags - version: 2.2.2 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=7.5.0' - libstdcxx-ng: '>=7.5.0' - url: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2 - hash: - md5: cddaf2c63ea4a5901cf09524c490ecdc - sha256: a853c0cacf53cfc59e1bca8d6e5cdfe9f38fce836f08c2a69e35429c2a492e77 - optional: false - category: main - build: he1b5a44_1004 - arch: x86_64 +- kind: conda + name: gettext + version: 0.21.1 + build: h27087fc_0 subdir: linux-64 - build_number: 1004 - license: BSD-3-Clause - license_family: BSD - size: 116549 - timestamp: 1594303828933 -- name: gflags + url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2 + sha256: 4fcfedc44e4c9a053f0416f9fc6ab6ed50644fca3a761126dbd00d09db1f546a + md5: 14947d8770185e5153fdd04d4673ed37 + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux + license: LGPL-2.1-or-later AND GPL-3.0-or-later + size: 4320628 + timestamp: 1665673494324 +- kind: conda + name: gflags version: 2.2.2 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=10.0.1' - url: https://conda.anaconda.org/conda-forge/osx-64/gflags-2.2.2-hb1e8313_1004.tar.bz2 - hash: - md5: 3f59cc77a929537e42120faf104e0d16 - sha256: 39540f879057ae529cad131644af111a8c3c48b384ec6212de6a5381e0863948 - optional: false - category: main build: hb1e8313_1004 - arch: x86_64 - subdir: osx-64 build_number: 1004 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/gflags-2.2.2-hb1e8313_1004.tar.bz2 + sha256: 39540f879057ae529cad131644af111a8c3c48b384ec6212de6a5381e0863948 + md5: 3f59cc77a929537e42120faf104e0d16 + depends: + - libcxx >=10.0.1 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 94612 timestamp: 1599590973213 -- name: gflags +- kind: conda + name: gflags version: 2.2.2 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=11.0.0.rc1' - url: https://conda.anaconda.org/conda-forge/osx-arm64/gflags-2.2.2-hc88da5d_1004.tar.bz2 - hash: - md5: aab9ddfad863e9ef81229a1f8852211b - sha256: 25d4a20af2e5ace95fdec88970f6d190e77e20074d2f6d3cef766198b76a4289 - optional: false - category: main build: hc88da5d_1004 - arch: aarch64 - subdir: osx-arm64 build_number: 1004 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/gflags-2.2.2-hc88da5d_1004.tar.bz2 + sha256: 25d4a20af2e5ace95fdec88970f6d190e77e20074d2f6d3cef766198b76a4289 + md5: aab9ddfad863e9ef81229a1f8852211b + depends: + - libcxx >=11.0.0.rc1 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD size: 86690 timestamp: 1599590990520 -- name: giflib +- kind: conda + name: gflags + version: 2.2.2 + build: he1b5a44_1004 + build_number: 1004 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2 + sha256: a853c0cacf53cfc59e1bca8d6e5cdfe9f38fce836f08c2a69e35429c2a492e77 + md5: cddaf2c63ea4a5901cf09524c490ecdc + depends: + - libgcc-ng >=7.5.0 + - libstdcxx-ng >=7.5.0 + arch: x86_64 + platform: linux + license: BSD-3-Clause + license_family: BSD + size: 116549 + timestamp: 1594303828933 +- kind: conda + name: giflib version: 5.2.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.1-h0b41bf4_3.conda - hash: - md5: 96f3b11872ef6fad973eac856cd2624f - sha256: 41ec165704ccce2faa0437f4f53c03c06261a2cc9ff7614828e51427d9261f4b - optional: false - category: main build: h0b41bf4_3 - arch: x86_64 - subdir: linux-64 build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/giflib-5.2.1-h0b41bf4_3.conda + sha256: 41ec165704ccce2faa0437f4f53c03c06261a2cc9ff7614828e51427d9261f4b + md5: 96f3b11872ef6fad973eac856cd2624f + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 77385 timestamp: 1678717794467 -- name: giflib +- kind: conda + name: giflib version: 5.2.1 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.1-hb7f2c08_3.conda - hash: - md5: aca150b0186836f893ebac79019e5498 - sha256: 47515e0874bcf67e438e1d5d093b074c1781f055067195f0d00a7790a56d446d - optional: false - category: main - build: hb7f2c08_3 - arch: x86_64 - subdir: osx-64 + build: h1a8c8d9_3 build_number: 3 - license: MIT - license_family: MIT - size: 76514 - timestamp: 1678717973971 -- name: giflib - version: 5.2.1 - manager: conda - platform: osx-arm64 - dependencies: {} + subdir: osx-arm64 url: https://conda.anaconda.org/conda-forge/osx-arm64/giflib-5.2.1-h1a8c8d9_3.conda - hash: - md5: f39a05d3dbb0e5024b7deabb2c0993f1 - sha256: dbf1e431d3e5e03f8eeb77ec08a4c5d6d5d9af84dbef13d4365e397dd389beb8 - optional: false - category: main - build: h1a8c8d9_3 + sha256: dbf1e431d3e5e03f8eeb77ec08a4c5d6d5d9af84dbef13d4365e397dd389beb8 + md5: f39a05d3dbb0e5024b7deabb2c0993f1 arch: aarch64 - subdir: osx-arm64 - build_number: 3 + platform: osx license: MIT license_family: MIT size: 71963 timestamp: 1678718059849 -- name: giflib +- kind: conda + name: giflib version: 5.2.1 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/giflib-5.2.1-h64bf75a_3.conda - hash: - md5: 86c1ed348767c8249a7501dc142bf65b - sha256: 689ee27564b1c358602821af9fd7ee0467d4b32d534e3eebd366f98f1ef2d638 - optional: false - category: main build: h64bf75a_3 - arch: x86_64 - subdir: win-64 build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/giflib-5.2.1-h64bf75a_3.conda + sha256: 689ee27564b1c358602821af9fd7ee0467d4b32d534e3eebd366f98f1ef2d638 + md5: 86c1ed348767c8249a7501dc142bf65b + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 83569 timestamp: 1678718451021 -- name: glib +- kind: conda + name: giflib + version: 5.2.1 + build: hb7f2c08_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/giflib-5.2.1-hb7f2c08_3.conda + sha256: 47515e0874bcf67e438e1d5d093b074c1781f055067195f0d00a7790a56d446d + md5: aca150b0186836f893ebac79019e5498 + arch: x86_64 + platform: osx + license: MIT + license_family: MIT + size: 76514 + timestamp: 1678717973971 +- kind: conda + name: glib version: 2.76.4 - manager: conda - platform: osx-arm64 - dependencies: - glib-tools: ==2.76.4 ha614eb4_0 - python: '*' - gettext: '>=0.21.1,<1.0a0' - libcxx: '>=15.0.7' - libglib: ==2.76.4 h24e9cb9_0 - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/glib-2.76.4-ha614eb4_0.conda - hash: - md5: a1065aa44355983e5defd9ef97a60a4d - sha256: 30371b52717e3e99d80c75f79d3edb6d70d3bb78bbf40ae1b96d7ee256c1b30f - optional: false - category: main build: ha614eb4_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/glib-2.76.4-ha614eb4_0.conda + sha256: 30371b52717e3e99d80c75f79d3edb6d70d3bb78bbf40ae1b96d7ee256c1b30f + md5: a1065aa44355983e5defd9ef97a60a4d + depends: + - glib-tools ==2.76.4 ha614eb4_0 + - python * + - gettext >=0.21.1,<1.0a0 + - libcxx >=15.0.7 + - libglib ==2.76.4 h24e9cb9_0 + - libzlib >=1.2.13,<1.3.0a0 + arch: aarch64 + platform: osx license: LGPL-2.1-or-later size: 482194 timestamp: 1688694942192 -- name: glib-tools +- kind: conda + name: glib-tools version: 2.76.4 - manager: conda - platform: osx-arm64 - dependencies: - libglib: ==2.76.4 h24e9cb9_0 - libzlib: '>=1.2.13,<1.3.0a0' - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-arm64/glib-tools-2.76.4-ha614eb4_0.conda - hash: - md5: 183ff0580b44d53bfdea7ce6e9e7769f - sha256: f14d9277d47affd7d3a4281a80742b78a5e67f4e9c3deb50595a126743e0a69a - optional: false - category: main build: ha614eb4_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/glib-tools-2.76.4-ha614eb4_0.conda + sha256: f14d9277d47affd7d3a4281a80742b78a5e67f4e9c3deb50595a126743e0a69a + md5: 183ff0580b44d53bfdea7ce6e9e7769f + depends: + - libglib ==2.76.4 h24e9cb9_0 + - libzlib >=1.2.13,<1.3.0a0 + - libcxx >=15.0.7 + arch: aarch64 + platform: osx license: LGPL-2.1-or-later size: 100669 timestamp: 1688694886885 -- name: glog +- kind: conda + name: glog + version: 0.6.0 + build: h6da1cb0_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.6.0-h6da1cb0_0.tar.bz2 + sha256: 4d772c42477f64be708594ac45870feba3e838977871118eb25e00deb0e9a73c + md5: 5a570729c7709399cf8511aeeda6f989 + depends: + - libcxx >=12.0.1 + - gflags >=2.2.2,<2.3.0a0 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 97658 + timestamp: 1649144191039 +- kind: conda + name: glog version: 0.6.0 - manager: conda - platform: linux-64 - dependencies: - gflags: '>=2.2.2,<2.3.0a0' - libgcc-ng: '>=10.3.0' - libstdcxx-ng: '>=10.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/glog-0.6.0-h6f12383_0.tar.bz2 - hash: - md5: b31f3565cb84435407594e548a2fb7b2 - sha256: 888cbcfb67f6e3d88a4c4ab9d26c9a406f620c4101a35dc6d2dbadb95f2221d4 - optional: false - category: main build: h6f12383_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/glog-0.6.0-h6f12383_0.tar.bz2 + sha256: 888cbcfb67f6e3d88a4c4ab9d26c9a406f620c4101a35dc6d2dbadb95f2221d4 + md5: b31f3565cb84435407594e548a2fb7b2 + depends: + - gflags >=2.2.2,<2.3.0a0 + - libgcc-ng >=10.3.0 + - libstdcxx-ng >=10.3.0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 114321 timestamp: 1649143789233 -- name: glog +- kind: conda + name: glog version: 0.6.0 - manager: conda - platform: osx-64 - dependencies: - gflags: '>=2.2.2,<2.3.0a0' - libcxx: '>=12.0.1' - url: https://conda.anaconda.org/conda-forge/osx-64/glog-0.6.0-h8ac2a54_0.tar.bz2 - hash: - md5: 69eb97ca709a136c53fdca1f2fd33ddf - sha256: fdb38560094fb4a952346dc72a79b3cb09e23e4d0cae9ba4f524e6e88203d3c8 - optional: false - category: main build: h8ac2a54_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/glog-0.6.0-h8ac2a54_0.tar.bz2 + sha256: fdb38560094fb4a952346dc72a79b3cb09e23e4d0cae9ba4f524e6e88203d3c8 + md5: 69eb97ca709a136c53fdca1f2fd33ddf + depends: + - gflags >=2.2.2,<2.3.0a0 + - libcxx >=12.0.1 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 100624 timestamp: 1649143914155 -- name: glog - version: 0.6.0 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=12.0.1' - gflags: '>=2.2.2,<2.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/glog-0.6.0-h6da1cb0_0.tar.bz2 - hash: - md5: 5a570729c7709399cf8511aeeda6f989 - sha256: 4d772c42477f64be708594ac45870feba3e838977871118eb25e00deb0e9a73c - optional: false - category: main - build: h6da1cb0_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 97658 - timestamp: 1649144191039 -- name: gmp +- kind: conda + name: gmp version: 6.2.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=7.5.0' - libstdcxx-ng: '>=7.5.0' - url: https://conda.anaconda.org/conda-forge/linux-64/gmp-6.2.1-h58526e2_0.tar.bz2 - hash: - md5: b94cf2db16066b242ebd26db2facbd56 - sha256: 07a5319e1ac54fe5d38f50c60f7485af7f830b036da56957d0bfb7558a886198 - optional: false - category: main build: h58526e2_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/gmp-6.2.1-h58526e2_0.tar.bz2 + sha256: 07a5319e1ac54fe5d38f50c60f7485af7f830b036da56957d0bfb7558a886198 + md5: b94cf2db16066b242ebd26db2facbd56 + depends: + - libgcc-ng >=7.5.0 + - libstdcxx-ng >=7.5.0 + arch: x86_64 + platform: linux license: GPL-2.0-or-later AND LGPL-3.0-or-later size: 825784 timestamp: 1605751468661 -- name: graphite2 +- kind: conda + name: graphite2 version: 1.3.13 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=7.5.0' - libstdcxx-ng: '>=7.5.0' - url: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h58526e2_1001.tar.bz2 - hash: - md5: 8c54672728e8ec6aa6db90cf2806d220 - sha256: 65da967f3101b737b08222de6a6a14e20e480e7d523a5d1e19ace7b960b5d6b1 - optional: false - category: main build: h58526e2_1001 - arch: x86_64 - subdir: linux-64 build_number: 1001 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/graphite2-1.3.13-h58526e2_1001.tar.bz2 + sha256: 65da967f3101b737b08222de6a6a14e20e480e7d523a5d1e19ace7b960b5d6b1 + md5: 8c54672728e8ec6aa6db90cf2806d220 + depends: + - libgcc-ng >=7.5.0 + - libstdcxx-ng >=7.5.0 + arch: x86_64 + platform: linux license: LGPLv2 size: 104701 timestamp: 1604365484436 -- name: graphite2 +- kind: conda + name: graphite2 version: 1.3.13 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=11.0.0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-h9f76cd9_1001.tar.bz2 - hash: - md5: 288b591645cb9cb9c0af7309ac1114f5 - sha256: 57db1e563cdfe469cd453a2988039118e96ce4b77c9219e2f1022be0e1c2b03f - optional: false - category: main build: h9f76cd9_1001 - arch: aarch64 - subdir: osx-arm64 build_number: 1001 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/graphite2-1.3.13-h9f76cd9_1001.tar.bz2 + sha256: 57db1e563cdfe469cd453a2988039118e96ce4b77c9219e2f1022be0e1c2b03f + md5: 288b591645cb9cb9c0af7309ac1114f5 + depends: + - libcxx >=11.0.0 + arch: aarch64 + platform: osx license: LGPLv2 size: 83198 timestamp: 1604365687923 -- name: h11 +- kind: conda + name: h11 version: 0.14.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3' - typing_extensions: '*' - url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b21ed0883505ba1910994f1df031a428 - sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 + md5: b21ed0883505ba1910994f1df031a428 + depends: + - python >=3 + - typing_extensions * + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 48251 timestamp: 1664132995560 -- name: h11 +- kind: conda + name: h11 version: 0.14.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3' - typing_extensions: '*' - url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b21ed0883505ba1910994f1df031a428 - sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 + md5: b21ed0883505ba1910994f1df031a428 + depends: + - python >=3 + - typing_extensions * + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 48251 timestamp: 1664132995560 -- name: h11 +- kind: conda + name: h11 version: 0.14.0 - manager: conda - platform: osx-arm64 - dependencies: - typing_extensions: '*' - python: '>=3' - url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b21ed0883505ba1910994f1df031a428 - sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 + md5: b21ed0883505ba1910994f1df031a428 + depends: + - typing_extensions * + - python >=3 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 48251 timestamp: 1664132995560 -- name: h11 +- kind: conda + name: h11 version: 0.14.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3' - typing_extensions: '*' - url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b21ed0883505ba1910994f1df031a428 - sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 + md5: b21ed0883505ba1910994f1df031a428 + depends: + - python >=3 + - typing_extensions * + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 48251 timestamp: 1664132995560 -- name: harfbuzz +- kind: conda + name: harfbuzz + version: 7.3.0 + build: h46e5fef_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-7.3.0-h46e5fef_0.conda + sha256: 29a2eb09dce14b93687660cf0efcdd2fb879a3786bce17ab73e56fbb05b3d26a + md5: 5247712cd97eeda510d1436560b13833 + depends: + - icu >=72.1,<73.0a0 + - libcxx >=15.0.7 + - graphite2 * + - cairo >=1.16.0,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - libglib >=2.76.2,<3.0a0 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 1197980 + timestamp: 1683685100684 +- kind: conda + name: harfbuzz version: 8.2.1 - manager: conda - platform: linux-64 - dependencies: - cairo: '>=1.16.0,<2.0a0' - freetype: '>=2.12.1,<3.0a0' - graphite2: '*' - icu: '>=73.2,<74.0a0' - libgcc-ng: '>=12' - libglib: '>=2.78.0,<3.0a0' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-8.2.1-h3d44ed6_0.conda - hash: - md5: 98db5f8813f45e2b29766aff0e4a499c - sha256: 5ca6585e6a4348bcbe214d57f5d6f560d15d23a6650770a2909475848b214edb - optional: false - category: main build: h3d44ed6_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/harfbuzz-8.2.1-h3d44ed6_0.conda + sha256: 5ca6585e6a4348bcbe214d57f5d6f560d15d23a6650770a2909475848b214edb + md5: 98db5f8813f45e2b29766aff0e4a499c + depends: + - cairo >=1.16.0,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - graphite2 * + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 + - libglib >=2.78.0,<3.0a0 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 1526592 timestamp: 1695089914042 -- name: harfbuzz - version: 7.3.0 - manager: conda - platform: osx-arm64 - dependencies: - icu: '>=72.1,<73.0a0' - libcxx: '>=15.0.7' - graphite2: '*' - cairo: '>=1.16.0,<2.0a0' - freetype: '>=2.12.1,<3.0a0' - libglib: '>=2.76.2,<3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/harfbuzz-7.3.0-h46e5fef_0.conda - hash: - md5: 5247712cd97eeda510d1436560b13833 - sha256: 29a2eb09dce14b93687660cf0efcdd2fb879a3786bce17ab73e56fbb05b3d26a - optional: false - category: main - build: h46e5fef_0 - arch: aarch64 +- kind: conda + name: icu + version: '72.1' + build: he12128b_0 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-72.1-he12128b_0.conda + sha256: 997835c56e899f4717b6707ab0734c27e7cdd8c735c952334314a7c9d59808e1 + md5: d1a11dfc54168a07856dbf87f393ca82 + arch: aarch64 + platform: osx license: MIT license_family: MIT - size: 1197980 - timestamp: 1683685100684 -- name: icu + size: 11700891 + timestamp: 1679315525149 +- kind: conda + name: icu version: '73.2' - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda - hash: - md5: cc47e1facc155f91abd89b11e48e72ff - sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8 - optional: false - category: main build: h59595ed_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda + sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8 + md5: cc47e1facc155f91abd89b11e48e72ff + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 12089150 timestamp: 1692900650789 -- name: icu +- kind: conda + name: icu version: '73.2' - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda - hash: - md5: 5cc301d759ec03f28328428e28f65591 - sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 - optional: false - category: main build: hf5e326d_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda + sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 + md5: 5cc301d759ec03f28328428e28f65591 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 11787527 timestamp: 1692901622519 -- name: icu - version: '72.1' - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-72.1-he12128b_0.conda - hash: - md5: d1a11dfc54168a07856dbf87f393ca82 - sha256: 997835c56e899f4717b6707ab0734c27e7cdd8c735c952334314a7c9d59808e1 - optional: false - category: main - build: he12128b_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 11700891 - timestamp: 1679315525149 -- name: idna +- kind: conda + name: idna version: '3.4' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 34272b248891bddccc64479f9a7fffed - sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 + sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 + md5: 34272b248891bddccc64479f9a7fffed + depends: + - python >=3.6 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 56742 timestamp: 1663625484114 -- name: idna +- kind: conda + name: idna version: '3.4' - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 34272b248891bddccc64479f9a7fffed - sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 + sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 + md5: 34272b248891bddccc64479f9a7fffed + depends: + - python >=3.6 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 56742 timestamp: 1663625484114 -- name: idna +- kind: conda + name: idna version: '3.4' - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 34272b248891bddccc64479f9a7fffed - sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 + sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 + md5: 34272b248891bddccc64479f9a7fffed + depends: + - python >=3.6 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 56742 timestamp: 1663625484114 -- name: idna +- kind: conda + name: idna version: '3.4' - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 34272b248891bddccc64479f9a7fffed - sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 + sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 + md5: 34272b248891bddccc64479f9a7fffed + depends: + - python >=3.6 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 56742 timestamp: 1663625484114 -- name: imagecodecs +- kind: conda + name: imagecodecs + version: 2023.1.23 + build: py310hd30fb6a_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/imagecodecs-2023.1.23-py310hd30fb6a_0.conda + sha256: a83e53dd6934d54e228f437e8f4e76491b2d5af070ff32a944e47472556f2862 + md5: 5aef93755b0fd85fc100cba5fa43f63a + depends: + - libdeflate >=1.17,<1.18.0a0 + - python >=3.10,<3.11.0a0 *_cpython + - cfitsio >=4.2.0,<4.2.1.0a0 + - jpeg >=9e,<10a + - xz >=5.2.6,<6.0a0 + - brunsli >=0.1,<1.0a0 + - snappy >=1.1.9,<2.0a0 + - charls >=2.4.1,<2.5.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - jxrlib >=1.1,<1.2.0a0 + - libwebp-base >=1.2.4,<2.0a0 + - libaec >=1.0.6,<2.0a0 + - lcms2 >=2.14,<3.0a0 + - libzopfli >=1.0.3,<1.1.0a0 + - lerc >=4.0.0,<5.0a0 + - python_abi 3.10.* *_cp310 + - libpng >=1.6.39,<1.7.0a0 + - openjpeg >=2.5.0,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - blosc >=1.21.3,<2.0a0 + - zstd >=1.5.2,<1.6.0a0 + - libbrotlidec >=1.0.9,<1.1.0a0 + - zfp >=1.0.0,<2.0a0 + - libbrotlienc >=1.0.9,<1.1.0a0 + - giflib >=5.2.1,<5.3.0a0 + - libtiff >=4.5.0,<4.6.0a0 + - bzip2 >=1.0.8,<2.0a0 + - libavif >=0.11.1,<0.11.2.0a0 + - libcxx >=14.0.6 + - c-blosc2 >=2.6.1,<3.0a0 + - libbrotlicommon >=1.0.9,<1.1.0a0 + - numpy >=1.21.6,<2.0a0 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 1612235 + timestamp: 1674483915355 +- kind: conda + name: imagecodecs version: 2023.9.18 - manager: conda - platform: linux-64 - dependencies: - blosc: '>=1.21.5,<2.0a0' - brunsli: '>=0.1,<1.0a0' - bzip2: '>=1.0.8,<2.0a0' - c-blosc2: '>=2.10.2,<3.0a0' - charls: '>=2.4.2,<2.5.0a0' - giflib: '>=5.2.1,<5.3.0a0' - jxrlib: '>=1.1,<1.2.0a0' - lcms2: '>=2.15,<3.0a0' - lerc: '>=4.0.0,<5.0a0' - libaec: '>=1.0.6,<2.0a0' - libavif16: '>=1.0.1,<2.0a0' - libbrotlicommon: '>=1.1.0,<1.2.0a0' - libbrotlidec: '>=1.1.0,<1.2.0a0' - libbrotlienc: '>=1.1.0,<1.2.0a0' - libdeflate: '>=1.19,<1.20.0a0' - libgcc-ng: '>=12' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libstdcxx-ng: '>=12' - libtiff: '>=4.6.0,<4.7.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - libzopfli: '>=1.0.3,<1.1.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - numpy: '>=1.22.4,<2.0a0' - openjpeg: '>=2.5.0,<3.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - snappy: '>=1.1.10,<2.0a0' - xz: '>=5.2.6,<6.0a0' - zfp: '>=1.0.0,<2.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2023.9.18-py310h3a85d3a_0.conda - hash: - md5: 717a5eec4b393f58f161c9c84386931b - sha256: 29ff98858cf4e9d149ccc047221de61b3e5e3171457fa52b9e0dc8d0f8579d79 - optional: false - category: main - build: py310h3a85d3a_0 + build: py310h0dcf169_2 + build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/imagecodecs-2023.9.18-py310h0dcf169_2.conda + sha256: 7ff765c4eadb52ecc862df8b1a8257f6ef5fc9fff71e818af04086b2fdfd9d94 + md5: f7186544d0172e3de1c85c33adf64338 + depends: + - blosc >=1.21.5,<2.0a0 + - bzip2 >=1.0.8,<2.0a0 + - c-blosc2 >=2.10.4,<3.0a0 + - charls >=2.4.2,<2.5.0a0 + - giflib >=5.2.1,<5.3.0a0 + - jxrlib >=1.1,<1.2.0a0 + - lcms2 >=2.15,<3.0a0 + - lerc >=4.0.0,<5.0a0 + - libaec >=1.1.1,<2.0a0 + - libavif >=1.0.1,<1.0.2.0a0 + - libbrotlicommon >=1.1.0,<1.2.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 + - libdeflate >=1.19,<1.20.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - libzopfli >=1.0.3,<1.1.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - numpy >=1.22.4,<2.0a0 + - openjpeg >=2.5.0,<3.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - snappy >=1.1.10,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xz >=5.2.6,<6.0a0 + - zfp >=1.0.0,<2.0a0 + - zstd >=1.5.5,<1.6.0a0 arch: x86_64 + platform: win + license: BSD-3-Clause + license_family: BSD + size: 1550076 + timestamp: 1696192628440 +- kind: conda + name: imagecodecs + version: 2023.9.18 + build: py310h3a85d3a_0 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/imagecodecs-2023.9.18-py310h3a85d3a_0.conda + sha256: 29ff98858cf4e9d149ccc047221de61b3e5e3171457fa52b9e0dc8d0f8579d79 + md5: 717a5eec4b393f58f161c9c84386931b + depends: + - blosc >=1.21.5,<2.0a0 + - brunsli >=0.1,<1.0a0 + - bzip2 >=1.0.8,<2.0a0 + - c-blosc2 >=2.10.2,<3.0a0 + - charls >=2.4.2,<2.5.0a0 + - giflib >=5.2.1,<5.3.0a0 + - jxrlib >=1.1,<1.2.0a0 + - lcms2 >=2.15,<3.0a0 + - lerc >=4.0.0,<5.0a0 + - libaec >=1.0.6,<2.0a0 + - libavif16 >=1.0.1,<2.0a0 + - libbrotlicommon >=1.1.0,<1.2.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 + - libdeflate >=1.19,<1.20.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - libzopfli >=1.0.3,<1.1.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - numpy >=1.22.4,<2.0a0 + - openjpeg >=2.5.0,<3.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - snappy >=1.1.10,<2.0a0 + - xz >=5.2.6,<6.0a0 + - zfp >=1.0.0,<2.0a0 + - zstd >=1.5.5,<1.6.0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 1924280 timestamp: 1695139671006 -- name: imagecodecs +- kind: conda + name: imagecodecs version: 2023.9.18 - manager: conda - platform: osx-64 - dependencies: - blosc: '>=1.21.5,<2.0a0' - brunsli: '>=0.1,<1.0a0' - bzip2: '>=1.0.8,<2.0a0' - c-blosc2: '>=2.10.4,<3.0a0' - charls: '>=2.4.2,<2.5.0a0' - giflib: '>=5.2.1,<5.3.0a0' - jxrlib: '>=1.1,<1.2.0a0' - lcms2: '>=2.15,<3.0a0' - lerc: '>=4.0.0,<5.0a0' - libaec: '>=1.1.1,<2.0a0' - libavif16: '>=1.0.1,<2.0a0' - libbrotlicommon: '>=1.1.0,<1.2.0a0' - libbrotlidec: '>=1.1.0,<1.2.0a0' - libbrotlienc: '>=1.1.0,<1.2.0a0' - libcxx: '>=15.0.7' - libdeflate: '>=1.19,<1.20.0a0' - libjpeg-turbo: '>=3.0.0,<4.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - libzopfli: '>=1.0.3,<1.1.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - numpy: '>=1.22.4,<2.0a0' - openjpeg: '>=2.5.0,<3.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - snappy: '>=1.1.10,<2.0a0' - xz: '>=5.2.6,<6.0a0' - zfp: '>=1.0.0,<2.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/imagecodecs-2023.9.18-py310hc703689_2.conda - hash: - md5: 7f3644633aa78960116e98b0d4831875 - sha256: 7485e7203168b9f09888e46c9a4da35de8e39c352a85f80e1f0a5c52599d2038 - optional: false - category: main build: py310hc703689_2 - arch: x86_64 - subdir: osx-64 build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/imagecodecs-2023.9.18-py310hc703689_2.conda + sha256: 7485e7203168b9f09888e46c9a4da35de8e39c352a85f80e1f0a5c52599d2038 + md5: 7f3644633aa78960116e98b0d4831875 + depends: + - blosc >=1.21.5,<2.0a0 + - brunsli >=0.1,<1.0a0 + - bzip2 >=1.0.8,<2.0a0 + - c-blosc2 >=2.10.4,<3.0a0 + - charls >=2.4.2,<2.5.0a0 + - giflib >=5.2.1,<5.3.0a0 + - jxrlib >=1.1,<1.2.0a0 + - lcms2 >=2.15,<3.0a0 + - lerc >=4.0.0,<5.0a0 + - libaec >=1.1.1,<2.0a0 + - libavif16 >=1.0.1,<2.0a0 + - libbrotlicommon >=1.1.0,<1.2.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 + - libcxx >=15.0.7 + - libdeflate >=1.19,<1.20.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - libzopfli >=1.0.3,<1.1.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - numpy >=1.22.4,<2.0a0 + - openjpeg >=2.5.0,<3.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - snappy >=1.1.10,<2.0a0 + - xz >=5.2.6,<6.0a0 + - zfp >=1.0.0,<2.0a0 + - zstd >=1.5.5,<1.6.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 1567135 timestamp: 1696192539863 -- name: imagecodecs - version: 2023.1.23 - manager: conda - platform: osx-arm64 - dependencies: - libdeflate: '>=1.17,<1.18.0a0' - python: '>=3.10,<3.11.0a0 *_cpython' - cfitsio: '>=4.2.0,<4.2.1.0a0' - jpeg: '>=9e,<10a' - xz: '>=5.2.6,<6.0a0' - brunsli: '>=0.1,<1.0a0' - snappy: '>=1.1.9,<2.0a0' - charls: '>=2.4.1,<2.5.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - jxrlib: '>=1.1,<1.2.0a0' - libwebp-base: '>=1.2.4,<2.0a0' - libaec: '>=1.0.6,<2.0a0' - lcms2: '>=2.14,<3.0a0' - libzopfli: '>=1.0.3,<1.1.0a0' - lerc: '>=4.0.0,<5.0a0' - python_abi: 3.10.* *_cp310 - libpng: '>=1.6.39,<1.7.0a0' - openjpeg: '>=2.5.0,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - blosc: '>=1.21.3,<2.0a0' - zstd: '>=1.5.2,<1.6.0a0' - libbrotlidec: '>=1.0.9,<1.1.0a0' - zfp: '>=1.0.0,<2.0a0' - libbrotlienc: '>=1.0.9,<1.1.0a0' - giflib: '>=5.2.1,<5.3.0a0' - libtiff: '>=4.5.0,<4.6.0a0' - bzip2: '>=1.0.8,<2.0a0' - libavif: '>=0.11.1,<0.11.2.0a0' - libcxx: '>=14.0.6' - c-blosc2: '>=2.6.1,<3.0a0' - libbrotlicommon: '>=1.0.9,<1.1.0a0' - numpy: '>=1.21.6,<2.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/imagecodecs-2023.1.23-py310hd30fb6a_0.conda - hash: - md5: 5aef93755b0fd85fc100cba5fa43f63a - sha256: a83e53dd6934d54e228f437e8f4e76491b2d5af070ff32a944e47472556f2862 - optional: false - category: main - build: py310hd30fb6a_0 - arch: aarch64 +- kind: conda + name: imageio + version: 2.31.1 + build: pyh24c5eb1_0 subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 1612235 - timestamp: 1674483915355 -- name: imagecodecs - version: 2023.9.18 - manager: conda - platform: win-64 - dependencies: - blosc: '>=1.21.5,<2.0a0' - bzip2: '>=1.0.8,<2.0a0' - c-blosc2: '>=2.10.4,<3.0a0' - charls: '>=2.4.2,<2.5.0a0' - giflib: '>=5.2.1,<5.3.0a0' - jxrlib: '>=1.1,<1.2.0a0' - lcms2: '>=2.15,<3.0a0' - lerc: '>=4.0.0,<5.0a0' - libaec: '>=1.1.1,<2.0a0' - libavif: '>=1.0.1,<1.0.2.0a0' - libbrotlicommon: '>=1.1.0,<1.2.0a0' - libbrotlidec: '>=1.1.0,<1.2.0a0' - libbrotlienc: '>=1.1.0,<1.2.0a0' - libdeflate: '>=1.19,<1.20.0a0' - libjpeg-turbo: '>=3.0.0,<4.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - libzopfli: '>=1.0.3,<1.1.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - numpy: '>=1.22.4,<2.0a0' - openjpeg: '>=2.5.0,<3.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - snappy: '>=1.1.10,<2.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - xz: '>=5.2.6,<6.0a0' - zfp: '>=1.0.0,<2.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/win-64/imagecodecs-2023.9.18-py310h0dcf169_2.conda - hash: - md5: f7186544d0172e3de1c85c33adf64338 - sha256: 7ff765c4eadb52ecc862df8b1a8257f6ef5fc9fff71e818af04086b2fdfd9d94 - optional: false - category: main - build: py310h0dcf169_2 - arch: x86_64 - subdir: win-64 - build_number: 2 - license: BSD-3-Clause + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/imageio-2.31.1-pyh24c5eb1_0.conda + sha256: f3bc991de2cae4fa72e1a3528443f73a7c3746aa466a2c952a815ca39dce02ea + md5: 1051cc0376612ba101d4f59e954a1ff4 + depends: + - numpy * + - python >=3 + - pillow >=8.3.2 + arch: aarch64 + platform: osx + license: BSD-2-Clause license_family: BSD - size: 1550076 - timestamp: 1696192628440 -- name: imageio + size: 290471 + timestamp: 1686552581011 +- kind: conda + name: imageio version: 2.31.5 - manager: conda - platform: linux-64 - dependencies: - numpy: '*' - pillow: '>=8.3.2' - python: '>=3' - url: https://conda.anaconda.org/conda-forge/noarch/imageio-2.31.5-pyh8c1a49c_0.conda - hash: - md5: 6820ccf6a3a27df348f18c85dd89014a - sha256: 0554fbf2136a1ab380551963c5884941f7852034cbe40f002ae040e10e457365 - optional: false - category: main build: pyh8c1a49c_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/imageio-2.31.5-pyh8c1a49c_0.conda + sha256: 0554fbf2136a1ab380551963c5884941f7852034cbe40f002ae040e10e457365 + md5: 6820ccf6a3a27df348f18c85dd89014a + depends: + - numpy * + - pillow >=8.3.2 + - python >=3 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD - noarch: python size: 291022 timestamp: 1696854244599 -- name: imageio +- kind: conda + name: imageio version: 2.31.5 - manager: conda - platform: osx-64 - dependencies: - numpy: '*' - pillow: '>=8.3.2' - python: '>=3' - url: https://conda.anaconda.org/conda-forge/noarch/imageio-2.31.5-pyh8c1a49c_0.conda - hash: - md5: 6820ccf6a3a27df348f18c85dd89014a - sha256: 0554fbf2136a1ab380551963c5884941f7852034cbe40f002ae040e10e457365 - optional: false - category: main build: pyh8c1a49c_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/imageio-2.31.5-pyh8c1a49c_0.conda + sha256: 0554fbf2136a1ab380551963c5884941f7852034cbe40f002ae040e10e457365 + md5: 6820ccf6a3a27df348f18c85dd89014a + depends: + - numpy * + - pillow >=8.3.2 + - python >=3 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: python size: 291022 timestamp: 1696854244599 -- name: imageio - version: 2.31.1 - manager: conda - platform: osx-arm64 - dependencies: - numpy: '*' - python: '>=3' - pillow: '>=8.3.2' - url: https://conda.anaconda.org/conda-forge/noarch/imageio-2.31.1-pyh24c5eb1_0.conda - hash: - md5: 1051cc0376612ba101d4f59e954a1ff4 - sha256: f3bc991de2cae4fa72e1a3528443f73a7c3746aa466a2c952a815ca39dce02ea - optional: false - category: main - build: pyh24c5eb1_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - noarch: python - size: 290471 - timestamp: 1686552581011 -- name: imageio +- kind: conda + name: imageio version: 2.31.5 - manager: conda - platform: win-64 - dependencies: - numpy: '*' - pillow: '>=8.3.2' - python: '>=3' - url: https://conda.anaconda.org/conda-forge/noarch/imageio-2.31.5-pyh8c1a49c_0.conda - hash: - md5: 6820ccf6a3a27df348f18c85dd89014a - sha256: 0554fbf2136a1ab380551963c5884941f7852034cbe40f002ae040e10e457365 - optional: false - category: main build: pyh8c1a49c_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/imageio-2.31.5-pyh8c1a49c_0.conda + sha256: 0554fbf2136a1ab380551963c5884941f7852034cbe40f002ae040e10e457365 + md5: 6820ccf6a3a27df348f18c85dd89014a + depends: + - numpy * + - pillow >=8.3.2 + - python >=3 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD - noarch: python size: 291022 timestamp: 1696854244599 -- name: importlib-metadata +- kind: conda + name: importlib-metadata version: 6.8.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.8' - zipp: '>=0.5' - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda - hash: - md5: 4e9f59a060c3be52bc4ddc46ee9b6946 - sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf - optional: false - category: main build: pyha770c72_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda + sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf + md5: 4e9f59a060c3be52bc4ddc46ee9b6946 + depends: + - python >=3.8 + - zipp >=0.5 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: python size: 25910 timestamp: 1688754651944 -- name: importlib-metadata +- kind: conda + name: importlib-metadata version: 6.8.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.8' - zipp: '>=0.5' - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda - hash: - md5: 4e9f59a060c3be52bc4ddc46ee9b6946 - sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf - optional: false - category: main build: pyha770c72_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda + sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf + md5: 4e9f59a060c3be52bc4ddc46ee9b6946 + depends: + - python >=3.8 + - zipp >=0.5 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 25910 timestamp: 1688754651944 -- name: importlib-metadata +- kind: conda + name: importlib-metadata version: 6.8.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.8' - zipp: '>=0.5' - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda - hash: - md5: 4e9f59a060c3be52bc4ddc46ee9b6946 - sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf - optional: false - category: main build: pyha770c72_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda + sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf + md5: 4e9f59a060c3be52bc4ddc46ee9b6946 + depends: + - python >=3.8 + - zipp >=0.5 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 25910 timestamp: 1688754651944 -- name: importlib-metadata +- kind: conda + name: importlib-metadata version: 6.8.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.8' - zipp: '>=0.5' - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda - hash: - md5: 4e9f59a060c3be52bc4ddc46ee9b6946 - sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf - optional: false - category: main build: pyha770c72_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda + sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf + md5: 4e9f59a060c3be52bc4ddc46ee9b6946 + depends: + - python >=3.8 + - zipp >=0.5 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE - noarch: python size: 25910 timestamp: 1688754651944 -- name: importlib_metadata +- kind: conda + name: importlib_metadata version: 6.8.0 - manager: conda - platform: linux-64 - dependencies: - importlib-metadata: '>=6.8.0,<6.8.1.0a0' - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda - hash: - md5: b279b07ce18058034e5b3606ba103a8b - sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f - optional: false - category: main build: hd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda + sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f + md5: b279b07ce18058034e5b3606ba103a8b + depends: + - importlib-metadata >=6.8.0,<6.8.1.0a0 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: generic size: 9428 timestamp: 1688754660209 -- name: importlib_metadata +- kind: conda + name: importlib_metadata version: 6.8.0 - manager: conda - platform: osx-64 - dependencies: - importlib-metadata: '>=6.8.0,<6.8.1.0a0' - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda - hash: - md5: b279b07ce18058034e5b3606ba103a8b - sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f - optional: false - category: main build: hd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda + sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f + md5: b279b07ce18058034e5b3606ba103a8b + depends: + - importlib-metadata >=6.8.0,<6.8.1.0a0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: generic size: 9428 timestamp: 1688754660209 -- name: importlib_metadata +- kind: conda + name: importlib_metadata version: 6.8.0 - manager: conda - platform: osx-arm64 - dependencies: - importlib-metadata: '>=6.8.0,<6.8.1.0a0' - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda - hash: - md5: b279b07ce18058034e5b3606ba103a8b - sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f - optional: false - category: main build: hd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda + sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f + md5: b279b07ce18058034e5b3606ba103a8b + depends: + - importlib-metadata >=6.8.0,<6.8.1.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: generic size: 9428 timestamp: 1688754660209 -- name: importlib_metadata +- kind: conda + name: importlib_metadata version: 6.8.0 - manager: conda - platform: win-64 - dependencies: - importlib-metadata: '>=6.8.0,<6.8.1.0a0' - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda - hash: - md5: b279b07ce18058034e5b3606ba103a8b - sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f - optional: false - category: main build: hd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-6.8.0-hd8ed1ab_0.conda + sha256: b96e01dc42d547d6d9ceb1c5b52a5232cc04e40153534350f702c3e0418a6b3f + md5: b279b07ce18058034e5b3606ba103a8b + depends: + - importlib-metadata >=6.8.0,<6.8.1.0a0 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE - noarch: generic size: 9428 timestamp: 1688754660209 -- name: importlib_resources +- kind: conda + name: importlib_resources + version: 6.0.1 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.0.1-pyhd8ed1ab_0.conda + sha256: 0ca2154b3baf419d20baeddd962c1efa9bb673e66308000358a26d8d427ef90d + md5: d978c61aa5fc2c69380d53ad56b5ae86 + depends: + - python >=3.8 + - zipp >=3.1.0 + constrains: + - importlib-resources >=6.0.1,<6.0.2.0a0 + arch: aarch64 + platform: osx + license: Apache-2.0 + license_family: APACHE + size: 30639 + timestamp: 1691408258781 +- kind: conda + name: importlib_resources version: 6.1.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.8' - zipp: '>=3.1.0' - url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.0-pyhd8ed1ab_0.conda - hash: - md5: 48b0d98e0c0ec810d3ccc2a0926c8c0e - sha256: adab6da633ec3b642f036ab5c1196c3e2db0e8db57fb0c7fc9a8e06e29fa9bdc - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.0-pyhd8ed1ab_0.conda + sha256: adab6da633ec3b642f036ab5c1196c3e2db0e8db57fb0c7fc9a8e06e29fa9bdc + md5: 48b0d98e0c0ec810d3ccc2a0926c8c0e + depends: + - python >=3.8 + - zipp >=3.1.0 constrains: - importlib-resources >=6.1.0,<6.1.1.0a0 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: python size: 30024 timestamp: 1695414932459 -- name: importlib_resources +- kind: conda + name: importlib_resources version: 6.1.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.8' - zipp: '>=3.1.0' - url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.0-pyhd8ed1ab_0.conda - hash: - md5: 48b0d98e0c0ec810d3ccc2a0926c8c0e - sha256: adab6da633ec3b642f036ab5c1196c3e2db0e8db57fb0c7fc9a8e06e29fa9bdc - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.0-pyhd8ed1ab_0.conda + sha256: adab6da633ec3b642f036ab5c1196c3e2db0e8db57fb0c7fc9a8e06e29fa9bdc + md5: 48b0d98e0c0ec810d3ccc2a0926c8c0e + depends: + - python >=3.8 + - zipp >=3.1.0 constrains: - importlib-resources >=6.1.0,<6.1.1.0a0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 30024 timestamp: 1695414932459 -- name: importlib_resources - version: 6.0.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.8' - zipp: '>=3.1.0' - url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.0.1-pyhd8ed1ab_0.conda - hash: - md5: d978c61aa5fc2c69380d53ad56b5ae86 - sha256: 0ca2154b3baf419d20baeddd962c1efa9bb673e66308000358a26d8d427ef90d - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - importlib-resources >=6.0.1,<6.0.2.0a0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 30639 - timestamp: 1691408258781 -- name: importlib_resources +- kind: conda + name: importlib_resources version: 6.1.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.8' - zipp: '>=3.1.0' - url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.0-pyhd8ed1ab_0.conda - hash: - md5: 48b0d98e0c0ec810d3ccc2a0926c8c0e - sha256: adab6da633ec3b642f036ab5c1196c3e2db0e8db57fb0c7fc9a8e06e29fa9bdc - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.0-pyhd8ed1ab_0.conda + sha256: adab6da633ec3b642f036ab5c1196c3e2db0e8db57fb0c7fc9a8e06e29fa9bdc + md5: 48b0d98e0c0ec810d3ccc2a0926c8c0e + depends: + - python >=3.8 + - zipp >=3.1.0 constrains: - importlib-resources >=6.1.0,<6.1.1.0a0 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE - noarch: python size: 30024 timestamp: 1695414932459 -- name: iniconfig +- kind: conda + name: iniconfig version: 2.0.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - hash: - md5: f800d2da156d08e289b14e87e43c1ae5 - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + 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 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 11101 timestamp: 1673103208955 -- name: iniconfig +- kind: conda + name: iniconfig version: 2.0.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - hash: - md5: f800d2da156d08e289b14e87e43c1ae5 - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + 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 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 11101 timestamp: 1673103208955 -- name: iniconfig +- kind: conda + name: iniconfig version: 2.0.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - hash: - md5: f800d2da156d08e289b14e87e43c1ae5 - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + 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 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 11101 timestamp: 1673103208955 -- name: iniconfig +- kind: conda + name: iniconfig version: 2.0.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda - hash: - md5: f800d2da156d08e289b14e87e43c1ae5 - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + 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 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 11101 timestamp: 1673103208955 -- name: intel-openmp +- kind: conda + name: intel-openmp version: 2023.2.0 - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2023.2.0-h57928b3_50497.conda - hash: - md5: a401f3cae152deb75bbed766a90a6312 - sha256: dd9fded25ebe5c66af30ac6e3685146efdc2d7787035f01bfb546b347f138f6f - optional: false - category: main build: h57928b3_50497 - arch: x86_64 - subdir: win-64 build_number: 50497 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2023.2.0-h57928b3_50497.conda + sha256: dd9fded25ebe5c66af30ac6e3685146efdc2d7787035f01bfb546b347f138f6f + md5: a401f3cae152deb75bbed766a90a6312 + arch: x86_64 + platform: win license: LicenseRef-ProprietaryIntel license_family: Proprietary size: 2523079 timestamp: 1698351323119 -- name: ipykernel - version: 6.26.0 - manager: conda - platform: linux-64 - dependencies: - __linux: '*' - comm: '>=0.1.1' - debugpy: '>=1.6.5' - ipython: '>=7.23.1' - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - matplotlib-inline: '>=0.1' - nest-asyncio: '*' - packaging: '*' - psutil: '*' - python: '>=3.8' - pyzmq: '>=20' - tornado: '>=6.1' - traitlets: '>=5.4.0' - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyhf8b6a83_0.conda - hash: - md5: 2307f71f5f0896d4b91b93e6b468abff - sha256: 9e647454f7572101657a07820ebed294df9a6a527b041cd5e4dd98b8aa3db625 - optional: false - category: main - build: pyhf8b6a83_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 +- kind: conda + name: ipykernel + version: 6.25.1 + build: pyh5fb750a_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.25.1-pyh5fb750a_0.conda + sha256: 4ae036b6f811b324ff92e3b2b4343d4f7da957dd7f817475a19ba5e2dd9e08b9 + md5: 159a21c7e0e02a0356b15c4efbe47c2b + depends: + - packaging * + - appnope * + - comm >=0.1.1 + - python >=3.8 + - __osx * + - traitlets >=5.4.0 + - matplotlib-inline >=0.1 + - pyzmq >=20 + - jupyter_core >=4.12,!=5.0.* + - ipython >=7.23.1 + - psutil * + - nest-asyncio * + - tornado >=6.1 + - debugpy >=1.6.5 + - jupyter_client >=6.1.12 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python - size: 116210 - timestamp: 1698244196564 -- name: ipykernel + size: 114808 + timestamp: 1691424764364 +- kind: conda + name: ipykernel version: 6.26.0 - manager: conda - platform: osx-64 - dependencies: - __osx: '*' - appnope: '*' - comm: '>=0.1.1' - debugpy: '>=1.6.5' - ipython: '>=7.23.1' - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - matplotlib-inline: '>=0.1' - nest-asyncio: '*' - packaging: '*' - psutil: '*' - python: '>=3.8' - pyzmq: '>=20' - tornado: '>=6.1' - traitlets: '>=5.4.0' - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyh3cd1d5f_0.conda - hash: - md5: 3c6e2148d30e6a762d8327a433ebfb5a - sha256: be9927d47fe23cc4d2a09d252e37e1e56ffb137767d2c0577ed882ead16f75fa - optional: false - category: main build: pyh3cd1d5f_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyh3cd1d5f_0.conda + sha256: be9927d47fe23cc4d2a09d252e37e1e56ffb137767d2c0577ed882ead16f75fa + md5: 3c6e2148d30e6a762d8327a433ebfb5a + depends: + - __osx * + - appnope * + - comm >=0.1.1 + - debugpy >=1.6.5 + - ipython >=7.23.1 + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - matplotlib-inline >=0.1 + - nest-asyncio * + - packaging * + - psutil * + - python >=3.8 + - pyzmq >=20 + - tornado >=6.1 + - traitlets >=5.4.0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 116536 timestamp: 1698244546989 -- name: ipykernel - version: 6.25.1 - manager: conda - platform: osx-arm64 - dependencies: - packaging: '*' - appnope: '*' - comm: '>=0.1.1' - python: '>=3.8' - __osx: '*' - traitlets: '>=5.4.0' - matplotlib-inline: '>=0.1' - pyzmq: '>=20' - jupyter_core: '>=4.12,!=5.0.*' - ipython: '>=7.23.1' - psutil: '*' - nest-asyncio: '*' - tornado: '>=6.1' - debugpy: '>=1.6.5' - jupyter_client: '>=6.1.12' - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.25.1-pyh5fb750a_0.conda - hash: - md5: 159a21c7e0e02a0356b15c4efbe47c2b - sha256: 4ae036b6f811b324ff92e3b2b4343d4f7da957dd7f817475a19ba5e2dd9e08b9 - optional: false - category: main - build: pyh5fb750a_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 114808 - timestamp: 1691424764364 -- name: ipykernel +- kind: conda + name: ipykernel version: 6.26.0 - manager: conda - platform: win-64 - dependencies: - __win: '*' - comm: '>=0.1.1' - debugpy: '>=1.6.5' - ipython: '>=7.23.1' - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - matplotlib-inline: '>=0.1' - nest-asyncio: '*' - packaging: '*' - psutil: '*' - python: '>=3.8' - pyzmq: '>=20' - tornado: '>=6.1' - traitlets: '>=5.4.0' - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyha63f2e9_0.conda - hash: - md5: 10e1de12f78f0fedb82ff723f602b5c5 - sha256: 7208f5ae35c321d03c71e4072c959c60f877d1b9cc2fb32d805972b54123fb95 - optional: false - category: main build: pyha63f2e9_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyha63f2e9_0.conda + sha256: 7208f5ae35c321d03c71e4072c959c60f877d1b9cc2fb32d805972b54123fb95 + md5: 10e1de12f78f0fedb82ff723f602b5c5 + depends: + - __win * + - comm >=0.1.1 + - debugpy >=1.6.5 + - ipython >=7.23.1 + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - matplotlib-inline >=0.1 + - nest-asyncio * + - packaging * + - psutil * + - python >=3.8 + - pyzmq >=20 + - tornado >=6.1 + - traitlets >=5.4.0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 116868 timestamp: 1698244441309 -- name: ipython - version: 8.17.2 - manager: conda - platform: linux-64 - dependencies: - __linux: '*' - decorator: '*' - exceptiongroup: '*' - jedi: '>=0.16' - matplotlib-inline: '*' - pexpect: '>4.3' - pickleshare: '*' - prompt_toolkit: '>=3.0.30,<3.1.0,!=3.0.37' - pygments: '>=2.4.0' - python: '>=3.9' - stack_data: '*' - traitlets: '>=5' - typing_extensions: '*' - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.17.2-pyh41d4057_0.conda - hash: - md5: f39d0b60e268fe547f1367edbab457d4 - sha256: 31322d58f412787f5beeb01db4d16f10f8ae4e0cc2ec99fafef1e690374fe298 - optional: false - category: main - build: pyh41d4057_0 - arch: x86_64 +- kind: conda + name: ipykernel + version: 6.26.0 + build: pyhf8b6a83_0 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.26.0-pyhf8b6a83_0.conda + sha256: 9e647454f7572101657a07820ebed294df9a6a527b041cd5e4dd98b8aa3db625 + md5: 2307f71f5f0896d4b91b93e6b468abff + depends: + - __linux * + - comm >=0.1.1 + - debugpy >=1.6.5 + - ipython >=7.23.1 + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - matplotlib-inline >=0.1 + - nest-asyncio * + - packaging * + - psutil * + - python >=3.8 + - pyzmq >=20 + - tornado >=6.1 + - traitlets >=5.4.0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD + size: 116210 + timestamp: 1698244196564 +- kind: conda + name: ipython + version: 8.14.0 + build: pyhd1c38e8_0 + subdir: osx-arm64 noarch: python - size: 589731 - timestamp: 1698846745397 -- name: ipython + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.14.0-pyhd1c38e8_0.conda + sha256: ea7524cd33c18c5c0d01e48e0089f339e7e8f1c3a6a8d2416c46b3d50d509894 + md5: f56fab4cea853c2248105b6cd7d79bf0 + depends: + - appnope * + - prompt_toolkit >=3.0.30,<3.1.0,!=3.0.37 + - jedi >=0.16 + - __osx * + - decorator * + - pickleshare * + - matplotlib-inline * + - python >=3.9 + - pygments >=2.4.0 + - stack_data * + - traitlets >=5 + - typing_extensions * + - pexpect >4.3 + - backcall * + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 585154 + timestamp: 1685728306650 +- kind: conda + name: ipython version: 8.17.2 - manager: conda - platform: osx-64 - dependencies: - __osx: '*' - appnope: '*' - decorator: '*' - exceptiongroup: '*' - jedi: '>=0.16' - matplotlib-inline: '*' - pexpect: '>4.3' - pickleshare: '*' - prompt_toolkit: '>=3.0.30,<3.1.0,!=3.0.37' - pygments: '>=2.4.0' - python: '>=3.9' - stack_data: '*' - traitlets: '>=5' - typing_extensions: '*' - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.17.2-pyh31c8845_0.conda - hash: - md5: 28e743c2963d1cecaa75f7612ade74c4 - sha256: b28ec68a49d8ddc41b92f3161f536d63e62eb5493021e41bb172b5f0af54ca2d - optional: false - category: main build: pyh31c8845_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.17.2-pyh31c8845_0.conda + sha256: b28ec68a49d8ddc41b92f3161f536d63e62eb5493021e41bb172b5f0af54ca2d + md5: 28e743c2963d1cecaa75f7612ade74c4 + depends: + - __osx * + - appnope * + - decorator * + - exceptiongroup * + - jedi >=0.16 + - matplotlib-inline * + - pexpect >4.3 + - pickleshare * + - prompt_toolkit >=3.0.30,<3.1.0,!=3.0.37 + - pygments >=2.4.0 + - python >=3.9 + - stack_data * + - traitlets >=5 + - typing_extensions * + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 591141 timestamp: 1698846944668 -- name: ipython - version: 8.14.0 - manager: conda - platform: osx-arm64 - dependencies: - appnope: '*' - prompt_toolkit: '>=3.0.30,<3.1.0,!=3.0.37' - jedi: '>=0.16' - __osx: '*' - decorator: '*' - pickleshare: '*' - matplotlib-inline: '*' - python: '>=3.9' - pygments: '>=2.4.0' - stack_data: '*' - traitlets: '>=5' - typing_extensions: '*' - pexpect: '>4.3' - backcall: '*' - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.14.0-pyhd1c38e8_0.conda - hash: - md5: f56fab4cea853c2248105b6cd7d79bf0 - sha256: ea7524cd33c18c5c0d01e48e0089f339e7e8f1c3a6a8d2416c46b3d50d509894 - optional: false - category: main - build: pyhd1c38e8_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 +- kind: conda + name: ipython + version: 8.17.2 + build: pyh41d4057_0 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.17.2-pyh41d4057_0.conda + sha256: 31322d58f412787f5beeb01db4d16f10f8ae4e0cc2ec99fafef1e690374fe298 + md5: f39d0b60e268fe547f1367edbab457d4 + depends: + - __linux * + - decorator * + - exceptiongroup * + - jedi >=0.16 + - matplotlib-inline * + - pexpect >4.3 + - pickleshare * + - prompt_toolkit >=3.0.30,<3.1.0,!=3.0.37 + - pygments >=2.4.0 + - python >=3.9 + - stack_data * + - traitlets >=5 + - typing_extensions * + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python - size: 585154 - timestamp: 1685728306650 -- name: ipython + size: 589731 + timestamp: 1698846745397 +- kind: conda + name: ipython version: 8.17.2 - manager: conda - platform: win-64 - dependencies: - __win: '*' - colorama: '*' - decorator: '*' - exceptiongroup: '*' - jedi: '>=0.16' - matplotlib-inline: '*' - pickleshare: '*' - prompt_toolkit: '>=3.0.30,<3.1.0,!=3.0.37' - pygments: '>=2.4.0' - python: '>=3.9' - stack_data: '*' - traitlets: '>=5' - typing_extensions: '*' - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.17.2-pyh5737063_0.conda - hash: - md5: f303446f1ce22bd9173650d3e722e87b - sha256: e9da075dab85ad01df4355e264220e156273f719a62f6fad588a686616e86a9c - optional: false - category: main build: pyh5737063_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.17.2-pyh5737063_0.conda + sha256: e9da075dab85ad01df4355e264220e156273f719a62f6fad588a686616e86a9c + md5: f303446f1ce22bd9173650d3e722e87b + depends: + - __win * + - colorama * + - decorator * + - exceptiongroup * + - jedi >=0.16 + - matplotlib-inline * + - pickleshare * + - prompt_toolkit >=3.0.30,<3.1.0,!=3.0.37 + - pygments >=2.4.0 + - python >=3.9 + - stack_data * + - traitlets >=5 + - typing_extensions * + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 592050 timestamp: 1698847371880 -- name: ipywidgets +- kind: conda + name: ipywidgets version: 8.1.0 - manager: conda - platform: linux-64 - dependencies: - comm: '>=0.1.3' - ipython: '>=6.1.0' - jupyterlab_widgets: '>=3.0.7,<3.1.0' - python: '>=3.7' - traitlets: '>=4.3.1' - widgetsnbextension: '>=4.0.7,<4.1.0' - url: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.0-pyhd8ed1ab_0.conda - hash: - md5: 6fe1e9c8e93261e978998c0e90e36275 - sha256: 71f920b0b89eb177511ff2d8bd9904c9c6c96d731f90ec97168cc28bc86ed623 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.0-pyhd8ed1ab_0.conda + sha256: 71f920b0b89eb177511ff2d8bd9904c9c6c96d731f90ec97168cc28bc86ed623 + md5: 6fe1e9c8e93261e978998c0e90e36275 + depends: + - comm >=0.1.3 + - ipython >=6.1.0 + - jupyterlab_widgets >=3.0.7,<3.1.0 + - python >=3.7 + - traitlets >=4.3.1 + - widgetsnbextension >=4.0.7,<4.1.0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 113313 timestamp: 1690877217459 -- name: ipywidgets +- kind: conda + name: ipywidgets version: 8.1.0 - manager: conda - platform: osx-64 - dependencies: - comm: '>=0.1.3' - ipython: '>=6.1.0' - jupyterlab_widgets: '>=3.0.7,<3.1.0' - python: '>=3.7' - traitlets: '>=4.3.1' - widgetsnbextension: '>=4.0.7,<4.1.0' - url: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.0-pyhd8ed1ab_0.conda - hash: - md5: 6fe1e9c8e93261e978998c0e90e36275 - sha256: 71f920b0b89eb177511ff2d8bd9904c9c6c96d731f90ec97168cc28bc86ed623 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.0-pyhd8ed1ab_0.conda + sha256: 71f920b0b89eb177511ff2d8bd9904c9c6c96d731f90ec97168cc28bc86ed623 + md5: 6fe1e9c8e93261e978998c0e90e36275 + depends: + - comm >=0.1.3 + - ipython >=6.1.0 + - jupyterlab_widgets >=3.0.7,<3.1.0 + - python >=3.7 + - traitlets >=4.3.1 + - widgetsnbextension >=4.0.7,<4.1.0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 113313 timestamp: 1690877217459 -- name: ipywidgets +- kind: conda + name: ipywidgets version: 8.1.0 - manager: conda - platform: osx-arm64 - dependencies: - jupyterlab_widgets: '>=3.0.7,<3.1.0' - comm: '>=0.1.3' - python: '>=3.7' - traitlets: '>=4.3.1' - ipython: '>=6.1.0' - widgetsnbextension: '>=4.0.7,<4.1.0' - url: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.0-pyhd8ed1ab_0.conda - hash: - md5: 6fe1e9c8e93261e978998c0e90e36275 - sha256: 71f920b0b89eb177511ff2d8bd9904c9c6c96d731f90ec97168cc28bc86ed623 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.0-pyhd8ed1ab_0.conda + sha256: 71f920b0b89eb177511ff2d8bd9904c9c6c96d731f90ec97168cc28bc86ed623 + md5: 6fe1e9c8e93261e978998c0e90e36275 + depends: + - jupyterlab_widgets >=3.0.7,<3.1.0 + - comm >=0.1.3 + - python >=3.7 + - traitlets >=4.3.1 + - ipython >=6.1.0 + - widgetsnbextension >=4.0.7,<4.1.0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 113313 timestamp: 1690877217459 -- name: ipywidgets +- kind: conda + name: ipywidgets version: 8.1.0 - manager: conda - platform: win-64 - dependencies: - comm: '>=0.1.3' - ipython: '>=6.1.0' - jupyterlab_widgets: '>=3.0.7,<3.1.0' - python: '>=3.7' - traitlets: '>=4.3.1' - widgetsnbextension: '>=4.0.7,<4.1.0' - url: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.0-pyhd8ed1ab_0.conda - hash: - md5: 6fe1e9c8e93261e978998c0e90e36275 - sha256: 71f920b0b89eb177511ff2d8bd9904c9c6c96d731f90ec97168cc28bc86ed623 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.0-pyhd8ed1ab_0.conda + sha256: 71f920b0b89eb177511ff2d8bd9904c9c6c96d731f90ec97168cc28bc86ed623 + md5: 6fe1e9c8e93261e978998c0e90e36275 + depends: + - comm >=0.1.3 + - ipython >=6.1.0 + - jupyterlab_widgets >=3.0.7,<3.1.0 + - python >=3.7 + - traitlets >=4.3.1 + - widgetsnbextension >=4.0.7,<4.1.0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 113313 timestamp: 1690877217459 -- name: isoduration +- kind: conda + name: isoduration version: 20.11.0 - manager: conda - platform: linux-64 - dependencies: - arrow: '>=0.15.0' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 4cb68948e0b8429534380243d063a27a - sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 + sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 + md5: 4cb68948e0b8429534380243d063a27a + depends: + - arrow >=0.15.0 + - python >=3.7 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 17189 timestamp: 1638811664194 -- name: isoduration +- kind: conda + name: isoduration version: 20.11.0 - manager: conda - platform: osx-64 - dependencies: - arrow: '>=0.15.0' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 4cb68948e0b8429534380243d063a27a - sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 + sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 + md5: 4cb68948e0b8429534380243d063a27a + depends: + - arrow >=0.15.0 + - python >=3.7 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 17189 timestamp: 1638811664194 -- name: isoduration +- kind: conda + name: isoduration version: 20.11.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - arrow: '>=0.15.0' - url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 4cb68948e0b8429534380243d063a27a - sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 + sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 + md5: 4cb68948e0b8429534380243d063a27a + depends: + - python >=3.7 + - arrow >=0.15.0 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 17189 timestamp: 1638811664194 -- name: isoduration +- kind: conda + name: isoduration version: 20.11.0 - manager: conda - platform: win-64 - dependencies: - arrow: '>=0.15.0' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 4cb68948e0b8429534380243d063a27a - sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 + sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 + md5: 4cb68948e0b8429534380243d063a27a + depends: + - arrow >=0.15.0 + - python >=3.7 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 17189 timestamp: 1638811664194 -- name: jedi +- kind: conda + name: jedi + version: 0.19.0 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.0-pyhd8ed1ab_0.conda + sha256: d2d9e885cbc1efa63107b616588c61000063d4c223c0585962485bd016e77ce8 + md5: 1cd7f70057cdffc10977b613fb75425d + depends: + - parso >=0.8.0,<0.9.0 + - python >=3.6 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 844518 + timestamp: 1690897091100 +- kind: conda + name: jedi version: 0.19.1 - manager: conda - platform: linux-64 - dependencies: - parso: '>=0.8.3,<0.9.0' - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda - hash: - md5: 81a3be0b2023e1ea8555781f0ad904a2 - sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda + sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a + md5: 81a3be0b2023e1ea8555781f0ad904a2 + depends: + - parso >=0.8.3,<0.9.0 + - python >=3.6 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 841312 timestamp: 1696326218364 -- name: jedi +- kind: conda + name: jedi version: 0.19.1 - manager: conda - platform: osx-64 - dependencies: - parso: '>=0.8.3,<0.9.0' - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda - hash: - md5: 81a3be0b2023e1ea8555781f0ad904a2 - sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda + sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a + md5: 81a3be0b2023e1ea8555781f0ad904a2 + depends: + - parso >=0.8.3,<0.9.0 + - python >=3.6 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 841312 timestamp: 1696326218364 -- name: jedi - version: 0.19.0 - manager: conda - platform: osx-arm64 - dependencies: - parso: '>=0.8.0,<0.9.0' - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.0-pyhd8ed1ab_0.conda - hash: - md5: 1cd7f70057cdffc10977b613fb75425d - sha256: d2d9e885cbc1efa63107b616588c61000063d4c223c0585962485bd016e77ce8 - optional: false - category: main +- kind: conda + name: jedi + version: 0.19.1 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 844518 - timestamp: 1690897091100 -- name: jedi - version: 0.19.1 - manager: conda - platform: win-64 - dependencies: - parso: '>=0.8.3,<0.9.0' - python: '>=3.6' url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda - hash: - md5: 81a3be0b2023e1ea8555781f0ad904a2 - sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a + md5: 81a3be0b2023e1ea8555781f0ad904a2 + depends: + - parso >=0.8.3,<0.9.0 + - python >=3.6 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 841312 timestamp: 1696326218364 -- name: jinja2 +- kind: conda + name: jinja2 version: 3.1.2 - manager: conda - platform: linux-64 - dependencies: - markupsafe: '>=2.0' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 - hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 + md5: c8490ed5c70966d232fdd389d0dbed37 + depends: + - markupsafe >=2.0 + - python >=3.7 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 101443 timestamp: 1654302514195 -- name: jinja2 +- kind: conda + name: jinja2 version: 3.1.2 - manager: conda - platform: osx-64 - dependencies: - markupsafe: '>=2.0' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 - hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 + md5: c8490ed5c70966d232fdd389d0dbed37 + depends: + - markupsafe >=2.0 + - python >=3.7 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 101443 timestamp: 1654302514195 -- name: jinja2 +- kind: conda + name: jinja2 version: 3.1.2 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - markupsafe: '>=2.0' - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 - hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - optional: false - category: main build: pyhd8ed1ab_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 + md5: c8490ed5c70966d232fdd389d0dbed37 + depends: + - python >=3.7 + - markupsafe >=2.0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 101443 timestamp: 1654302514195 -- name: jinja2 +- kind: conda + name: jinja2 version: 3.1.2 - manager: conda - platform: win-64 - dependencies: - markupsafe: '>=2.0' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 - hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 + md5: c8490ed5c70966d232fdd389d0dbed37 + depends: + - markupsafe >=2.0 + - python >=3.7 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 101443 timestamp: 1654302514195 -- name: jpeg +- kind: conda + name: jpeg version: 9e - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/jpeg-9e-h1a8c8d9_3.conda - hash: - md5: ef1cce2ab799e0c2f32c3344125ff218 - sha256: 7e21d03917fb535b39c3af0cc7b7115617556a4ca2fe13018c09407987883b34 - optional: false - category: main build: h1a8c8d9_3 - arch: aarch64 - subdir: osx-arm64 build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/jpeg-9e-h1a8c8d9_3.conda + sha256: 7e21d03917fb535b39c3af0cc7b7115617556a4ca2fe13018c09407987883b34 + md5: ef1cce2ab799e0c2f32c3344125ff218 constrains: - libjpeg-turbo <0.0.0a + arch: aarch64 + platform: osx license: IJG size: 218587 timestamp: 1676177519876 -- name: json5 +- kind: conda + name: json5 version: 0.9.14 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7,<4.0' - url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda - hash: - md5: dac1dabba2b5a9d1aee175c5fcc7b436 - sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda + sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 + md5: dac1dabba2b5a9d1aee175c5fcc7b436 + depends: + - python >=3.7,<4.0 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: python size: 25003 timestamp: 1688248468479 -- name: json5 +- kind: conda + name: json5 version: 0.9.14 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7,<4.0' - url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda - hash: - md5: dac1dabba2b5a9d1aee175c5fcc7b436 - sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda + sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 + md5: dac1dabba2b5a9d1aee175c5fcc7b436 + depends: + - python >=3.7,<4.0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 25003 timestamp: 1688248468479 -- name: json5 +- kind: conda + name: json5 version: 0.9.14 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7,<4.0' - url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda - hash: - md5: dac1dabba2b5a9d1aee175c5fcc7b436 - sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda + sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 + md5: dac1dabba2b5a9d1aee175c5fcc7b436 + depends: + - python >=3.7,<4.0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 25003 timestamp: 1688248468479 -- name: json5 +- kind: conda + name: json5 version: 0.9.14 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7,<4.0' + build: pyhd8ed1ab_0 + subdir: win-64 + noarch: python url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda - hash: - md5: dac1dabba2b5a9d1aee175c5fcc7b436 - sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 + md5: dac1dabba2b5a9d1aee175c5fcc7b436 + depends: + - python >=3.7,<4.0 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: Apache-2.0 license_family: APACHE - noarch: python size: 25003 timestamp: 1688248468479 -- name: jsonpointer - version: '2.4' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/jsonpointer-2.4-py310hff52083_3.conda - hash: - md5: 08ec1463dbc5c806a32fc431874032ca - sha256: 316db08863469a56cdbfd030de5a2cc11ec7649ed7c50eff507e9caa0070ccaa - optional: false - category: main - build: py310hff52083_3 - arch: x86_64 - subdir: linux-64 - build_number: 3 - license: BSD-3-Clause +- kind: conda + name: jsonpointer + version: '2.0' + build: py_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonpointer-2.0-py_0.tar.bz2 + sha256: da279af2285d8f575a7f5652e83bf7f36155c4c63154e385a9d171efcc607bc1 + md5: 07d85c22a3beb102a48cd123df84c2a6 + depends: + - python * + arch: aarch64 + platform: osx + license: BSD 3-Clause license_family: BSD - size: 16170 - timestamp: 1695397381208 -- name: jsonpointer + size: 8737 +- kind: conda + name: jsonpointer version: '2.4' - manager: conda - platform: osx-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/jsonpointer-2.4-py310h2ec42d9_3.conda - hash: - md5: ca02450dbc1c346a06fc454b36ddab32 - sha256: 3d1196f7c81ea64398c01e2285ae59f83e9366dda21c7427f11dde8d0da38609 - optional: false - category: main build: py310h2ec42d9_3 - arch: x86_64 - subdir: osx-64 build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/jsonpointer-2.4-py310h2ec42d9_3.conda + sha256: 3d1196f7c81ea64398c01e2285ae59f83e9366dda21c7427f11dde8d0da38609 + md5: ca02450dbc1c346a06fc454b36ddab32 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 16313 timestamp: 1695397584568 -- name: jsonpointer - version: '2.0' - manager: conda - platform: osx-arm64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jsonpointer-2.0-py_0.tar.bz2 - hash: - md5: 07d85c22a3beb102a48cd123df84c2a6 - sha256: da279af2285d8f575a7f5652e83bf7f36155c4c63154e385a9d171efcc607bc1 - optional: false - category: main - build: py_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD 3-Clause - license_family: BSD - noarch: python - size: 8737 -- name: jsonpointer +- kind: conda + name: jsonpointer version: '2.4' - manager: conda - platform: win-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/win-64/jsonpointer-2.4-py310h5588dad_3.conda - hash: - md5: 55a7275d703b4c73bae42dcf54cc1441 - sha256: 50b86f741719065c235dd00c706bc00fd5cc59cb48bf31505d8ff620a0eb7a02 - optional: false - category: main build: py310h5588dad_3 - arch: x86_64 - subdir: win-64 build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/jsonpointer-2.4-py310h5588dad_3.conda + sha256: 50b86f741719065c235dd00c706bc00fd5cc59cb48bf31505d8ff620a0eb7a02 + md5: 55a7275d703b4c73bae42dcf54cc1441 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 32969 timestamp: 1695398011639 -- name: jsonschema +- kind: conda + name: jsonpointer + version: '2.4' + build: py310hff52083_3 + build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/jsonpointer-2.4-py310hff52083_3.conda + sha256: 316db08863469a56cdbfd030de5a2cc11ec7649ed7c50eff507e9caa0070ccaa + md5: 08ec1463dbc5c806a32fc431874032ca + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: linux + license: BSD-3-Clause + license_family: BSD + size: 16170 + timestamp: 1695397381208 +- kind: conda + name: jsonschema + version: 4.19.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.0-pyhd8ed1ab_1.conda + sha256: 4c1f9ffa8056fc96d292d119746d5d87e2d0308cd19b063943efbde05e0accdf + md5: d442886dffcee45604595fea2ad3a181 + depends: + - jsonschema-specifications >=2023.3.6 + - importlib_resources >=1.4.0 + - pkgutil-resolve-name >=1.3.10 + - python >=3.8 + - attrs >=22.2.0 + - referencing >=0.28.4 + - rpds-py >=0.7.1 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 71242 + timestamp: 1691761522529 +- kind: conda + name: jsonschema version: 4.19.2 - manager: conda - platform: linux-64 - dependencies: - attrs: '>=22.2.0' - importlib_resources: '>=1.4.0' - jsonschema-specifications: '>=2023.3.6' - pkgutil-resolve-name: '>=1.3.10' - python: '>=3.8' - referencing: '>=0.28.4' - rpds-py: '>=0.7.1' - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.2-pyhd8ed1ab_0.conda - hash: - md5: 24d41c2f9cc199d0a180ecf7ef54739c - sha256: 07e5d395d83c4b12a7abe3989fb42abdcd3b1c51cd27549e5eab390bb8c7bf0f - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.2-pyhd8ed1ab_0.conda + sha256: 07e5d395d83c4b12a7abe3989fb42abdcd3b1c51cd27549e5eab390bb8c7bf0f + md5: 24d41c2f9cc199d0a180ecf7ef54739c + depends: + - attrs >=22.2.0 + - importlib_resources >=1.4.0 + - jsonschema-specifications >=2023.3.6 + - pkgutil-resolve-name >=1.3.10 + - python >=3.8 + - referencing >=0.28.4 + - rpds-py >=0.7.1 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 71509 timestamp: 1698678642652 -- name: jsonschema +- kind: conda + name: jsonschema version: 4.19.2 - manager: conda - platform: osx-64 - dependencies: - attrs: '>=22.2.0' - importlib_resources: '>=1.4.0' - jsonschema-specifications: '>=2023.3.6' - pkgutil-resolve-name: '>=1.3.10' - python: '>=3.8' - referencing: '>=0.28.4' - rpds-py: '>=0.7.1' - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.2-pyhd8ed1ab_0.conda - hash: - md5: 24d41c2f9cc199d0a180ecf7ef54739c - sha256: 07e5d395d83c4b12a7abe3989fb42abdcd3b1c51cd27549e5eab390bb8c7bf0f - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.2-pyhd8ed1ab_0.conda + sha256: 07e5d395d83c4b12a7abe3989fb42abdcd3b1c51cd27549e5eab390bb8c7bf0f + md5: 24d41c2f9cc199d0a180ecf7ef54739c + depends: + - attrs >=22.2.0 + - importlib_resources >=1.4.0 + - jsonschema-specifications >=2023.3.6 + - pkgutil-resolve-name >=1.3.10 + - python >=3.8 + - referencing >=0.28.4 + - rpds-py >=0.7.1 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 71509 timestamp: 1698678642652 -- name: jsonschema - version: 4.19.0 - manager: conda - platform: osx-arm64 - dependencies: - jsonschema-specifications: '>=2023.3.6' - importlib_resources: '>=1.4.0' - pkgutil-resolve-name: '>=1.3.10' - python: '>=3.8' - attrs: '>=22.2.0' - referencing: '>=0.28.4' - rpds-py: '>=0.7.1' - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.0-pyhd8ed1ab_1.conda - hash: - md5: d442886dffcee45604595fea2ad3a181 - sha256: 4c1f9ffa8056fc96d292d119746d5d87e2d0308cd19b063943efbde05e0accdf - optional: false - category: main - build: pyhd8ed1ab_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - noarch: python - size: 71242 - timestamp: 1691761522529 -- name: jsonschema +- kind: conda + name: jsonschema version: 4.19.2 - manager: conda - platform: win-64 - dependencies: - attrs: '>=22.2.0' - importlib_resources: '>=1.4.0' - jsonschema-specifications: '>=2023.3.6' - pkgutil-resolve-name: '>=1.3.10' - python: '>=3.8' - referencing: '>=0.28.4' - rpds-py: '>=0.7.1' - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.2-pyhd8ed1ab_0.conda - hash: - md5: 24d41c2f9cc199d0a180ecf7ef54739c - sha256: 07e5d395d83c4b12a7abe3989fb42abdcd3b1c51cd27549e5eab390bb8c7bf0f - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.2-pyhd8ed1ab_0.conda + sha256: 07e5d395d83c4b12a7abe3989fb42abdcd3b1c51cd27549e5eab390bb8c7bf0f + md5: 24d41c2f9cc199d0a180ecf7ef54739c + depends: + - attrs >=22.2.0 + - importlib_resources >=1.4.0 + - jsonschema-specifications >=2023.3.6 + - pkgutil-resolve-name >=1.3.10 + - python >=3.8 + - referencing >=0.28.4 + - rpds-py >=0.7.1 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 71509 timestamp: 1698678642652 -- name: jsonschema-specifications +- kind: conda + name: jsonschema-specifications version: 2023.7.1 - manager: conda - platform: linux-64 - dependencies: - importlib_resources: '>=1.4.0' - python: '>=3.8' - referencing: '>=0.25.0' - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda - hash: - md5: 7c27ea1bdbe520bb830dcadd59f55cbf - sha256: 7b0061e106674f27cc718f79a095e90a5667a3635ec6626dd23b3be0fd2bfbdc - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda + sha256: 7b0061e106674f27cc718f79a095e90a5667a3635ec6626dd23b3be0fd2bfbdc + md5: 7c27ea1bdbe520bb830dcadd59f55cbf + depends: + - importlib_resources >=1.4.0 + - python >=3.8 + - referencing >=0.25.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 15296 timestamp: 1689701341221 -- name: jsonschema-specifications +- kind: conda + name: jsonschema-specifications version: 2023.7.1 - manager: conda - platform: osx-64 - dependencies: - importlib_resources: '>=1.4.0' - python: '>=3.8' - referencing: '>=0.25.0' - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda - hash: - md5: 7c27ea1bdbe520bb830dcadd59f55cbf - sha256: 7b0061e106674f27cc718f79a095e90a5667a3635ec6626dd23b3be0fd2bfbdc - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda + sha256: 7b0061e106674f27cc718f79a095e90a5667a3635ec6626dd23b3be0fd2bfbdc + md5: 7c27ea1bdbe520bb830dcadd59f55cbf + depends: + - importlib_resources >=1.4.0 + - python >=3.8 + - referencing >=0.25.0 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 15296 timestamp: 1689701341221 -- name: jsonschema-specifications +- kind: conda + name: jsonschema-specifications version: 2023.7.1 - manager: conda - platform: osx-arm64 - dependencies: - importlib_resources: '>=1.4.0' - python: '>=3.8' - referencing: '>=0.25.0' - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda - hash: - md5: 7c27ea1bdbe520bb830dcadd59f55cbf - sha256: 7b0061e106674f27cc718f79a095e90a5667a3635ec6626dd23b3be0fd2bfbdc - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda + sha256: 7b0061e106674f27cc718f79a095e90a5667a3635ec6626dd23b3be0fd2bfbdc + md5: 7c27ea1bdbe520bb830dcadd59f55cbf + depends: + - importlib_resources >=1.4.0 + - python >=3.8 + - referencing >=0.25.0 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 15296 timestamp: 1689701341221 -- name: jsonschema-specifications +- kind: conda + name: jsonschema-specifications version: 2023.7.1 - manager: conda - platform: win-64 - dependencies: - importlib_resources: '>=1.4.0' - python: '>=3.8' - referencing: '>=0.25.0' - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda - hash: - md5: 7c27ea1bdbe520bb830dcadd59f55cbf - sha256: 7b0061e106674f27cc718f79a095e90a5667a3635ec6626dd23b3be0fd2bfbdc - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda + sha256: 7b0061e106674f27cc718f79a095e90a5667a3635ec6626dd23b3be0fd2bfbdc + md5: 7c27ea1bdbe520bb830dcadd59f55cbf + depends: + - importlib_resources >=1.4.0 + - python >=3.8 + - referencing >=0.25.0 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 15296 timestamp: 1689701341221 -- name: jsonschema-with-format-nongpl +- kind: conda + name: jsonschema-with-format-nongpl + version: 4.19.0 + build: pyhd8ed1ab_1 + build_number: 1 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.0-pyhd8ed1ab_1.conda + sha256: fae13283e5c4b1e639b76348e3d9441bde21685c8a8c89f6d3f364e524ed5029 + md5: d273b30bcf4db0ef6b1195b3b61b3d68 + depends: + - rfc3986-validator >0.1.0 + - python * + - fqdn * + - rfc3339-validator * + - isoduration * + - jsonschema >=4.19.0,<4.19.1.0a0 + - uri-template * + - webcolors >=1.11 + - idna * + - jsonpointer >1.13 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 7325 + timestamp: 1691761541918 +- kind: conda + name: jsonschema-with-format-nongpl version: 4.19.2 - manager: conda - platform: linux-64 - dependencies: - fqdn: '*' - idna: '*' - isoduration: '*' - jsonpointer: '>1.13' - jsonschema: '>=4.19.2,<4.19.3.0a0' - python: '*' - rfc3339-validator: '*' - rfc3986-validator: '>0.1.0' - uri-template: '*' - webcolors: '>=1.11' - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.2-pyhd8ed1ab_0.conda - hash: - md5: c447b7c28ad6bb3306f0015f1195c721 - sha256: b06681b4499635f0ed901f4879122bfd3ff6ef28de1797367769a4ba6b990b0d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.2-pyhd8ed1ab_0.conda + sha256: b06681b4499635f0ed901f4879122bfd3ff6ef28de1797367769a4ba6b990b0d + md5: c447b7c28ad6bb3306f0015f1195c721 + depends: + - fqdn * + - idna * + - isoduration * + - jsonpointer >1.13 + - jsonschema >=4.19.2,<4.19.3.0a0 + - python * + - rfc3339-validator * + - rfc3986-validator >0.1.0 + - uri-template * + - webcolors >=1.11 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 7389 timestamp: 1698678669876 -- name: jsonschema-with-format-nongpl +- kind: conda + name: jsonschema-with-format-nongpl version: 4.19.2 - manager: conda - platform: osx-64 - dependencies: - fqdn: '*' - idna: '*' - isoduration: '*' - jsonpointer: '>1.13' - jsonschema: '>=4.19.2,<4.19.3.0a0' - python: '*' - rfc3339-validator: '*' - rfc3986-validator: '>0.1.0' - uri-template: '*' - webcolors: '>=1.11' - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.2-pyhd8ed1ab_0.conda - hash: - md5: c447b7c28ad6bb3306f0015f1195c721 - sha256: b06681b4499635f0ed901f4879122bfd3ff6ef28de1797367769a4ba6b990b0d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.2-pyhd8ed1ab_0.conda + sha256: b06681b4499635f0ed901f4879122bfd3ff6ef28de1797367769a4ba6b990b0d + md5: c447b7c28ad6bb3306f0015f1195c721 + depends: + - fqdn * + - idna * + - isoduration * + - jsonpointer >1.13 + - jsonschema >=4.19.2,<4.19.3.0a0 + - python * + - rfc3339-validator * + - rfc3986-validator >0.1.0 + - uri-template * + - webcolors >=1.11 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 7389 timestamp: 1698678669876 -- name: jsonschema-with-format-nongpl - version: 4.19.0 - manager: conda - platform: osx-arm64 - dependencies: - rfc3986-validator: '>0.1.0' - python: '*' - fqdn: '*' - rfc3339-validator: '*' - isoduration: '*' - jsonschema: '>=4.19.0,<4.19.1.0a0' - uri-template: '*' - webcolors: '>=1.11' - idna: '*' - jsonpointer: '>1.13' - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.0-pyhd8ed1ab_1.conda - hash: - md5: d273b30bcf4db0ef6b1195b3b61b3d68 - sha256: fae13283e5c4b1e639b76348e3d9441bde21685c8a8c89f6d3f364e524ed5029 - optional: false - category: main - build: pyhd8ed1ab_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: MIT - license_family: MIT - noarch: python - size: 7325 - timestamp: 1691761541918 -- name: jsonschema-with-format-nongpl +- kind: conda + name: jsonschema-with-format-nongpl version: 4.19.2 - manager: conda - platform: win-64 - dependencies: - fqdn: '*' - idna: '*' - isoduration: '*' - jsonpointer: '>1.13' - jsonschema: '>=4.19.2,<4.19.3.0a0' - python: '*' - rfc3339-validator: '*' - rfc3986-validator: '>0.1.0' - uri-template: '*' - webcolors: '>=1.11' - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.2-pyhd8ed1ab_0.conda - hash: - md5: c447b7c28ad6bb3306f0015f1195c721 - sha256: b06681b4499635f0ed901f4879122bfd3ff6ef28de1797367769a4ba6b990b0d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.19.2-pyhd8ed1ab_0.conda + sha256: b06681b4499635f0ed901f4879122bfd3ff6ef28de1797367769a4ba6b990b0d + md5: c447b7c28ad6bb3306f0015f1195c721 + depends: + - fqdn * + - idna * + - isoduration * + - jsonpointer >1.13 + - jsonschema >=4.19.2,<4.19.3.0a0 + - python * + - rfc3339-validator * + - rfc3986-validator >0.1.0 + - uri-template * + - webcolors >=1.11 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 7389 timestamp: 1698678669876 -- name: jupyter-lsp +- kind: conda + name: jupyter-lsp version: 2.2.0 - manager: conda - platform: linux-64 - dependencies: - importlib-metadata: '>=4.8.3' - jupyter_server: '>=1.1.2' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda - hash: - md5: 38589f4104d11f2a59ff01a9f4e3bfb3 - sha256: 16fc7b40024adece716ba7227e5c123a2deccc13f946a10d9a3270493908d11c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda + sha256: 16fc7b40024adece716ba7227e5c123a2deccc13f946a10d9a3270493908d11c + md5: 38589f4104d11f2a59ff01a9f4e3bfb3 + depends: + - importlib-metadata >=4.8.3 + - jupyter_server >=1.1.2 + - python >=3.8 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 52525 timestamp: 1685453825227 -- name: jupyter-lsp +- kind: conda + name: jupyter-lsp version: 2.2.0 - manager: conda - platform: osx-64 - dependencies: - importlib-metadata: '>=4.8.3' - jupyter_server: '>=1.1.2' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda - hash: - md5: 38589f4104d11f2a59ff01a9f4e3bfb3 - sha256: 16fc7b40024adece716ba7227e5c123a2deccc13f946a10d9a3270493908d11c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda + sha256: 16fc7b40024adece716ba7227e5c123a2deccc13f946a10d9a3270493908d11c + md5: 38589f4104d11f2a59ff01a9f4e3bfb3 + depends: + - importlib-metadata >=4.8.3 + - jupyter_server >=1.1.2 + - python >=3.8 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 52525 timestamp: 1685453825227 -- name: jupyter-lsp +- kind: conda + name: jupyter-lsp version: 2.2.0 - manager: conda - platform: osx-arm64 - dependencies: - importlib-metadata: '>=4.8.3' - jupyter_server: '>=1.1.2' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda - hash: - md5: 38589f4104d11f2a59ff01a9f4e3bfb3 - sha256: 16fc7b40024adece716ba7227e5c123a2deccc13f946a10d9a3270493908d11c - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda + sha256: 16fc7b40024adece716ba7227e5c123a2deccc13f946a10d9a3270493908d11c + md5: 38589f4104d11f2a59ff01a9f4e3bfb3 + depends: + - importlib-metadata >=4.8.3 + - jupyter_server >=1.1.2 + - python >=3.8 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 52525 timestamp: 1685453825227 -- name: jupyter-lsp +- kind: conda + name: jupyter-lsp version: 2.2.0 - manager: conda - platform: win-64 - dependencies: - importlib-metadata: '>=4.8.3' - jupyter_server: '>=1.1.2' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda - hash: - md5: 38589f4104d11f2a59ff01a9f4e3bfb3 - sha256: 16fc7b40024adece716ba7227e5c123a2deccc13f946a10d9a3270493908d11c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.0-pyhd8ed1ab_0.conda + sha256: 16fc7b40024adece716ba7227e5c123a2deccc13f946a10d9a3270493908d11c + md5: 38589f4104d11f2a59ff01a9f4e3bfb3 + depends: + - importlib-metadata >=4.8.3 + - jupyter_server >=1.1.2 + - python >=3.8 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 52525 timestamp: 1685453825227 -- name: jupyter-packaging +- kind: conda + name: jupyter-packaging version: 0.12.3 - manager: conda - platform: linux-64 - dependencies: - deprecation: '*' - packaging: '*' - python: '>=3.7' - setuptools: '>=60.2.0' - tomlkit: '*' - wheel: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-packaging-0.12.3-pyha770c72_1.conda - hash: - md5: 20d17ccfeb8a3b6ac7ea05b71a5ed97b - sha256: 7efa4122a8698de054ecb05d478a742bf616d9910fbc929b3ed49fa36dccbb85 - optional: false - category: main build: pyha770c72_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-packaging-0.12.3-pyha770c72_1.conda + sha256: 7efa4122a8698de054ecb05d478a742bf616d9910fbc929b3ed49fa36dccbb85 + md5: 20d17ccfeb8a3b6ac7ea05b71a5ed97b + depends: + - deprecation * + - packaging * + - python >=3.7 + - setuptools >=60.2.0 + - tomlkit * + - wheel * + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 19565 timestamp: 1683544291686 -- name: jupyter-packaging +- kind: conda + name: jupyter-packaging version: 0.12.3 - manager: conda - platform: osx-64 - dependencies: - deprecation: '*' - packaging: '*' - python: '>=3.7' - setuptools: '>=60.2.0' - tomlkit: '*' - wheel: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-packaging-0.12.3-pyha770c72_1.conda - hash: - md5: 20d17ccfeb8a3b6ac7ea05b71a5ed97b - sha256: 7efa4122a8698de054ecb05d478a742bf616d9910fbc929b3ed49fa36dccbb85 - optional: false - category: main build: pyha770c72_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-packaging-0.12.3-pyha770c72_1.conda + sha256: 7efa4122a8698de054ecb05d478a742bf616d9910fbc929b3ed49fa36dccbb85 + md5: 20d17ccfeb8a3b6ac7ea05b71a5ed97b + depends: + - deprecation * + - packaging * + - python >=3.7 + - setuptools >=60.2.0 + - tomlkit * + - wheel * + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 19565 timestamp: 1683544291686 -- name: jupyter-packaging +- kind: conda + name: jupyter-packaging version: 0.12.3 - manager: conda - platform: osx-arm64 - dependencies: - setuptools: '>=60.2.0' - python: '>=3.7' - deprecation: '*' - tomlkit: '*' - packaging: '*' - wheel: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-packaging-0.12.3-pyha770c72_1.conda - hash: - md5: 20d17ccfeb8a3b6ac7ea05b71a5ed97b - sha256: 7efa4122a8698de054ecb05d478a742bf616d9910fbc929b3ed49fa36dccbb85 - optional: false - category: main build: pyha770c72_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-packaging-0.12.3-pyha770c72_1.conda + sha256: 7efa4122a8698de054ecb05d478a742bf616d9910fbc929b3ed49fa36dccbb85 + md5: 20d17ccfeb8a3b6ac7ea05b71a5ed97b + depends: + - setuptools >=60.2.0 + - python >=3.7 + - deprecation * + - tomlkit * + - packaging * + - wheel * + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 19565 timestamp: 1683544291686 -- name: jupyter-packaging +- kind: conda + name: jupyter-packaging version: 0.12.3 - manager: conda - platform: win-64 - dependencies: - deprecation: '*' - packaging: '*' - python: '>=3.7' - setuptools: '>=60.2.0' - tomlkit: '*' - wheel: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-packaging-0.12.3-pyha770c72_1.conda - hash: - md5: 20d17ccfeb8a3b6ac7ea05b71a5ed97b - sha256: 7efa4122a8698de054ecb05d478a742bf616d9910fbc929b3ed49fa36dccbb85 - optional: false - category: main build: pyha770c72_1 - arch: x86_64 - subdir: win-64 build_number: 1 - license: BSD-3-Clause - license_family: BSD + subdir: win-64 noarch: python - size: 19565 - timestamp: 1683544291686 -- name: jupyter_client - version: 8.5.0 - manager: conda - platform: linux-64 - dependencies: - importlib_metadata: '>=4.8.3' - jupyter_core: '>=4.12,!=5.0.*' - python: '>=3.8' - python-dateutil: '>=2.8.2' - pyzmq: '>=23.0' - tornado: '>=6.2' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.5.0-pyhd8ed1ab_0.conda - hash: - md5: 77e442cb7c382d01c916f91a8652811a - sha256: e4478e137e0975ce94ef4ee6e4a6736afaf4a00e99bc8007a275bcb39fe728d9 - optional: false - category: main - build: pyhd8ed1ab_0 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-packaging-0.12.3-pyha770c72_1.conda + sha256: 7efa4122a8698de054ecb05d478a742bf616d9910fbc929b3ed49fa36dccbb85 + md5: 20d17ccfeb8a3b6ac7ea05b71a5ed97b + depends: + - deprecation * + - packaging * + - python >=3.7 + - setuptools >=60.2.0 + - tomlkit * + - wheel * arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python - size: 105606 - timestamp: 1698232162661 -- name: jupyter_client - version: 8.5.0 - manager: conda - platform: osx-64 - dependencies: - importlib_metadata: '>=4.8.3' - jupyter_core: '>=4.12,!=5.0.*' - python: '>=3.8' - python-dateutil: '>=2.8.2' - pyzmq: '>=23.0' - tornado: '>=6.2' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.5.0-pyhd8ed1ab_0.conda - hash: - md5: 77e442cb7c382d01c916f91a8652811a - sha256: e4478e137e0975ce94ef4ee6e4a6736afaf4a00e99bc8007a275bcb39fe728d9 - optional: false - category: main + size: 19565 + timestamp: 1683544291686 +- kind: conda + name: jupyter_client + version: 8.3.0 build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD + subdir: osx-arm64 noarch: python - size: 105606 - timestamp: 1698232162661 -- name: jupyter_client - version: 8.3.0 - manager: conda - platform: osx-arm64 - dependencies: - pyzmq: '>=23.0' - python: '>=3.8' - importlib_metadata: '>=4.8.3' - jupyter_core: '>=4.12,!=5.0.*' - python-dateutil: '>=2.8.2' - tornado: '>=6.2' - traitlets: '>=5.3' url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.3.0-pyhd8ed1ab_0.conda - hash: - md5: 1d018ee4ab13217e2544f795eb0a6798 - sha256: 7dc74a032daefbdcf4d6d661616dfdc8649e5cf9db58258afe91cc09ea0cf402 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 7dc74a032daefbdcf4d6d661616dfdc8649e5cf9db58258afe91cc09ea0cf402 + md5: 1d018ee4ab13217e2544f795eb0a6798 + depends: + - pyzmq >=23.0 + - python >=3.8 + - importlib_metadata >=4.8.3 + - jupyter_core >=4.12,!=5.0.* + - python-dateutil >=2.8.2 + - tornado >=6.2 + - traitlets >=5.3 arch: aarch64 - subdir: osx-arm64 - build_number: 0 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 104407 timestamp: 1687701169103 -- name: jupyter_client +- kind: conda + name: jupyter_client version: 8.5.0 - manager: conda - platform: win-64 - dependencies: - importlib_metadata: '>=4.8.3' - jupyter_core: '>=4.12,!=5.0.*' - python: '>=3.8' - python-dateutil: '>=2.8.2' - pyzmq: '>=23.0' - tornado: '>=6.2' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.5.0-pyhd8ed1ab_0.conda - hash: - md5: 77e442cb7c382d01c916f91a8652811a - sha256: e4478e137e0975ce94ef4ee6e4a6736afaf4a00e99bc8007a275bcb39fe728d9 - optional: false - category: main build: pyhd8ed1ab_0 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.5.0-pyhd8ed1ab_0.conda + sha256: e4478e137e0975ce94ef4ee6e4a6736afaf4a00e99bc8007a275bcb39fe728d9 + md5: 77e442cb7c382d01c916f91a8652811a + depends: + - importlib_metadata >=4.8.3 + - jupyter_core >=4.12,!=5.0.* + - python >=3.8 + - python-dateutil >=2.8.2 + - pyzmq >=23.0 + - tornado >=6.2 + - traitlets >=5.3 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 105606 timestamp: 1698232162661 -- name: jupyter_core - version: 5.5.0 - manager: conda - platform: linux-64 - dependencies: - platformdirs: '>=2.5' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.5.0-py310hff52083_0.conda - hash: - md5: 9ca8f0d07c512cef3fd07b121bb2b023 - sha256: 35e05ff1ad8b070b1378886c5ee4b82a000ea078494af6d0552d1c455b3f6220 - optional: false - category: main - build: py310hff52083_0 +- kind: conda + name: jupyter_client + version: 8.5.0 + build: pyhd8ed1ab_0 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.5.0-pyhd8ed1ab_0.conda + sha256: e4478e137e0975ce94ef4ee6e4a6736afaf4a00e99bc8007a275bcb39fe728d9 + md5: 77e442cb7c382d01c916f91a8652811a + depends: + - importlib_metadata >=4.8.3 + - jupyter_core >=4.12,!=5.0.* + - python >=3.8 + - python-dateutil >=2.8.2 + - pyzmq >=23.0 + - tornado >=6.2 + - traitlets >=5.3 arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: osx license: BSD-3-Clause license_family: BSD - size: 79275 - timestamp: 1698673792929 -- name: jupyter_core - version: 5.5.0 - manager: conda - platform: osx-64 - dependencies: - platformdirs: '>=2.5' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.5.0-py310h2ec42d9_0.conda - hash: - md5: e7b118f9dd76e48119bce8358a0f09c7 - sha256: 14ed1c62603b53132a74cb73409cd0bfd133bbc79e7e4a78523e162e54f945ce - optional: false - category: main - build: py310h2ec42d9_0 + size: 105606 + timestamp: 1698232162661 +- kind: conda + name: jupyter_client + version: 8.5.0 + build: pyhd8ed1ab_0 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.5.0-pyhd8ed1ab_0.conda + sha256: e4478e137e0975ce94ef4ee6e4a6736afaf4a00e99bc8007a275bcb39fe728d9 + md5: 77e442cb7c382d01c916f91a8652811a + depends: + - importlib_metadata >=4.8.3 + - jupyter_core >=4.12,!=5.0.* + - python >=3.8 + - python-dateutil >=2.8.2 + - pyzmq >=23.0 + - tornado >=6.2 + - traitlets >=5.3 arch: x86_64 - subdir: osx-64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - size: 79037 - timestamp: 1698674181050 -- name: jupyter_core + size: 105606 + timestamp: 1698232162661 +- kind: conda + name: jupyter_core version: 5.3.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - platformdirs: '>=2.5' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.3.1-py310hbe9552e_0.conda - hash: - md5: 1266abcc013599e8296cb23f4432c6f9 - sha256: ea5951e4c3412acd1295eb678b1763bb89a53b6874868da0afcfff0ed9571cc2 - optional: false - category: main build: py310hbe9552e_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/jupyter_core-5.3.1-py310hbe9552e_0.conda + sha256: ea5951e4c3412acd1295eb678b1763bb89a53b6874868da0afcfff0ed9571cc2 + md5: 1266abcc013599e8296cb23f4432c6f9 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + - platformdirs >=2.5 + - traitlets >=5.3 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD size: 93173 timestamp: 1686776278938 -- name: jupyter_core +- kind: conda + name: jupyter_core version: 5.5.0 - manager: conda - platform: win-64 - dependencies: - platformdirs: '>=2.5' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - pywin32: '>=300' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.5.0-py310h5588dad_0.conda - hash: - md5: 3e5945e27a3b647fe00097c27ffbd67c - sha256: 7dc48c8b66631de41c1f76981e05c0b2f5023bb2b95f3de088a6e2935ff8ed68 - optional: false - category: main - build: py310h5588dad_0 + build: py310h2ec42d9_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.5.0-py310h2ec42d9_0.conda + sha256: 14ed1c62603b53132a74cb73409cd0bfd133bbc79e7e4a78523e162e54f945ce + md5: e7b118f9dd76e48119bce8358a0f09c7 + depends: + - platformdirs >=2.5 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - traitlets >=5.3 arch: x86_64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 79037 + timestamp: 1698674181050 +- kind: conda + name: jupyter_core + version: 5.5.0 + build: py310h5588dad_0 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.5.0-py310h5588dad_0.conda + sha256: 7dc48c8b66631de41c1f76981e05c0b2f5023bb2b95f3de088a6e2935ff8ed68 + md5: 3e5945e27a3b647fe00097c27ffbd67c + depends: + - platformdirs >=2.5 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - pywin32 >=300 + - traitlets >=5.3 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 95749 timestamp: 1698674415793 -- name: jupyter_events +- kind: conda + name: jupyter_core + version: 5.5.0 + build: py310hff52083_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.5.0-py310hff52083_0.conda + sha256: 35e05ff1ad8b070b1378886c5ee4b82a000ea078494af6d0552d1c455b3f6220 + md5: 9ca8f0d07c512cef3fd07b121bb2b023 + depends: + - platformdirs >=2.5 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - traitlets >=5.3 + arch: x86_64 + platform: linux + license: BSD-3-Clause + license_family: BSD + size: 79275 + timestamp: 1698673792929 +- kind: conda + name: jupyter_events + version: 0.7.0 + build: pyhd8ed1ab_2 + build_number: 2 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.7.0-pyhd8ed1ab_2.conda + sha256: df230c068714f71c2b00fd3acee7e5c3ae128a5c23279d146827fdba55977823 + md5: 088f0493279a7f7eebd514df47d65851 + depends: + - rfc3986-validator >=0.1.1 + - python >=3.8 + - rfc3339-validator * + - traitlets >=5.3 + - referencing * + - pyyaml >=5.3 + - jsonschema-with-format-nongpl >=4.18.0 + - python-json-logger >=2.0.4 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 21381 + timestamp: 1691506087003 +- kind: conda + name: jupyter_events version: 0.8.0 - manager: conda - platform: linux-64 - dependencies: - jsonschema-with-format-nongpl: '>=4.18.0' - python: '>=3.8' - python-json-logger: '>=2.0.4' - pyyaml: '>=5.3' - referencing: '*' - rfc3339-validator: '*' - rfc3986-validator: '>=0.1.1' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.8.0-pyhd8ed1ab_0.conda - hash: - md5: 04272d87d3e06c2e26af5e2d4b0e0ad8 - sha256: 44742f7b6453774fbbdf7cec20282f88c7362707990790116fec23270b81b447 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.8.0-pyhd8ed1ab_0.conda + sha256: 44742f7b6453774fbbdf7cec20282f88c7362707990790116fec23270b81b447 + md5: 04272d87d3e06c2e26af5e2d4b0e0ad8 + depends: + - jsonschema-with-format-nongpl >=4.18.0 + - python >=3.8 + - python-json-logger >=2.0.4 + - pyyaml >=5.3 + - referencing * + - rfc3339-validator * + - rfc3986-validator >=0.1.1 + - traitlets >=5.3 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 21359 timestamp: 1697461797603 -- name: jupyter_events +- kind: conda + name: jupyter_events version: 0.8.0 - manager: conda - platform: osx-64 - dependencies: - jsonschema-with-format-nongpl: '>=4.18.0' - python: '>=3.8' - python-json-logger: '>=2.0.4' - pyyaml: '>=5.3' - referencing: '*' - rfc3339-validator: '*' - rfc3986-validator: '>=0.1.1' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.8.0-pyhd8ed1ab_0.conda - hash: - md5: 04272d87d3e06c2e26af5e2d4b0e0ad8 - sha256: 44742f7b6453774fbbdf7cec20282f88c7362707990790116fec23270b81b447 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.8.0-pyhd8ed1ab_0.conda + sha256: 44742f7b6453774fbbdf7cec20282f88c7362707990790116fec23270b81b447 + md5: 04272d87d3e06c2e26af5e2d4b0e0ad8 + depends: + - jsonschema-with-format-nongpl >=4.18.0 + - python >=3.8 + - python-json-logger >=2.0.4 + - pyyaml >=5.3 + - referencing * + - rfc3339-validator * + - rfc3986-validator >=0.1.1 + - traitlets >=5.3 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 21359 timestamp: 1697461797603 -- name: jupyter_events - version: 0.7.0 - manager: conda - platform: osx-arm64 - dependencies: - rfc3986-validator: '>=0.1.1' - python: '>=3.8' - rfc3339-validator: '*' - traitlets: '>=5.3' - referencing: '*' - pyyaml: '>=5.3' - jsonschema-with-format-nongpl: '>=4.18.0' - python-json-logger: '>=2.0.4' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.7.0-pyhd8ed1ab_2.conda - hash: - md5: 088f0493279a7f7eebd514df47d65851 - sha256: df230c068714f71c2b00fd3acee7e5c3ae128a5c23279d146827fdba55977823 - optional: false - category: main - build: pyhd8ed1ab_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 21381 - timestamp: 1691506087003 -- name: jupyter_events +- kind: conda + name: jupyter_events version: 0.8.0 - manager: conda - platform: win-64 - dependencies: - jsonschema-with-format-nongpl: '>=4.18.0' - python: '>=3.8' - python-json-logger: '>=2.0.4' - pyyaml: '>=5.3' - referencing: '*' - rfc3339-validator: '*' - rfc3986-validator: '>=0.1.1' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.8.0-pyhd8ed1ab_0.conda - hash: - md5: 04272d87d3e06c2e26af5e2d4b0e0ad8 - sha256: 44742f7b6453774fbbdf7cec20282f88c7362707990790116fec23270b81b447 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.8.0-pyhd8ed1ab_0.conda + sha256: 44742f7b6453774fbbdf7cec20282f88c7362707990790116fec23270b81b447 + md5: 04272d87d3e06c2e26af5e2d4b0e0ad8 + depends: + - jsonschema-with-format-nongpl >=4.18.0 + - python >=3.8 + - python-json-logger >=2.0.4 + - pyyaml >=5.3 + - referencing * + - rfc3339-validator * + - rfc3986-validator >=0.1.1 + - traitlets >=5.3 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 21359 timestamp: 1697461797603 -- name: jupyter_server +- kind: conda + name: jupyter_server + version: 2.7.1 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.7.1-pyhd8ed1ab_0.conda + sha256: 977d17aceb65c81d3ae47ebdd55c5da47505b3247cc9eb4675232d0bb3574102 + md5: 15b1fb7550cc44c8d487bc74d378ccf2 + depends: + - jupyter_server_terminals * + - jupyter_events >=0.6.0 + - python >=3.8 + - websocket-client * + - traitlets >=5.6.0 + - argon2-cffi * + - pyzmq >=24 + - nbformat >=5.3.0 + - jupyter_core >=4.12,!=5.0.* + - prometheus_client * + - anyio >=3.1.0 + - overrides * + - terminado >=0.8.3 + - jinja2 * + - send2trash >=1.8.2 + - nbconvert-core >=6.4.4 + - tornado >=6.2.0 + - jupyter_client >=7.4.4 + - packaging * + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 315250 + timestamp: 1692109035373 +- kind: conda + name: jupyter_server version: 2.9.1 - manager: conda - platform: linux-64 - dependencies: - anyio: '>=3.1.0' - argon2-cffi: '*' - jinja2: '*' - jupyter_client: '>=7.4.4' - jupyter_core: '>=4.12,!=5.0.*' - jupyter_events: '>=0.6.0' - jupyter_server_terminals: '*' - nbconvert-core: '>=6.4.4' - nbformat: '>=5.3.0' - overrides: '*' - packaging: '*' - prometheus_client: '*' - python: '>=3.8' - pyzmq: '>=24' - send2trash: '>=1.8.2' - terminado: '>=0.8.3' - tornado: '>=6.2.0' - traitlets: '>=5.6.0' - websocket-client: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.9.1-pyhd8ed1ab_0.conda - hash: - md5: 8e0cfa69e5b0062b829a9dbb14645def - sha256: bb9a60ff41085031a28204add4e6120990437cfad341db297519f0a0f0df8e18 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.9.1-pyhd8ed1ab_0.conda + sha256: bb9a60ff41085031a28204add4e6120990437cfad341db297519f0a0f0df8e18 + md5: 8e0cfa69e5b0062b829a9dbb14645def + depends: + - anyio >=3.1.0 + - argon2-cffi * + - jinja2 * + - jupyter_client >=7.4.4 + - jupyter_core >=4.12,!=5.0.* + - jupyter_events >=0.6.0 + - jupyter_server_terminals * + - nbconvert-core >=6.4.4 + - nbformat >=5.3.0 + - overrides * + - packaging * + - prometheus_client * + - python >=3.8 + - pyzmq >=24 + - send2trash >=1.8.2 + - terminado >=0.8.3 + - tornado >=6.2.0 + - traitlets >=5.6.0 + - websocket-client * + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 317157 timestamp: 1698244231289 -- name: jupyter_server +- kind: conda + name: jupyter_server version: 2.9.1 - manager: conda - platform: osx-64 - dependencies: - anyio: '>=3.1.0' - argon2-cffi: '*' - jinja2: '*' - jupyter_client: '>=7.4.4' - jupyter_core: '>=4.12,!=5.0.*' - jupyter_events: '>=0.6.0' - jupyter_server_terminals: '*' - nbconvert-core: '>=6.4.4' - nbformat: '>=5.3.0' - overrides: '*' - packaging: '*' - prometheus_client: '*' - python: '>=3.8' - pyzmq: '>=24' - send2trash: '>=1.8.2' - terminado: '>=0.8.3' - tornado: '>=6.2.0' - traitlets: '>=5.6.0' - websocket-client: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.9.1-pyhd8ed1ab_0.conda - hash: - md5: 8e0cfa69e5b0062b829a9dbb14645def - sha256: bb9a60ff41085031a28204add4e6120990437cfad341db297519f0a0f0df8e18 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.9.1-pyhd8ed1ab_0.conda + sha256: bb9a60ff41085031a28204add4e6120990437cfad341db297519f0a0f0df8e18 + md5: 8e0cfa69e5b0062b829a9dbb14645def + depends: + - anyio >=3.1.0 + - argon2-cffi * + - jinja2 * + - jupyter_client >=7.4.4 + - jupyter_core >=4.12,!=5.0.* + - jupyter_events >=0.6.0 + - jupyter_server_terminals * + - nbconvert-core >=6.4.4 + - nbformat >=5.3.0 + - overrides * + - packaging * + - prometheus_client * + - python >=3.8 + - pyzmq >=24 + - send2trash >=1.8.2 + - terminado >=0.8.3 + - tornado >=6.2.0 + - traitlets >=5.6.0 + - websocket-client * + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 317157 timestamp: 1698244231289 -- name: jupyter_server - version: 2.7.1 - manager: conda - platform: osx-arm64 - dependencies: - jupyter_server_terminals: '*' - jupyter_events: '>=0.6.0' - python: '>=3.8' - websocket-client: '*' - traitlets: '>=5.6.0' - argon2-cffi: '*' - pyzmq: '>=24' - nbformat: '>=5.3.0' - jupyter_core: '>=4.12,!=5.0.*' - prometheus_client: '*' - anyio: '>=3.1.0' - overrides: '*' - terminado: '>=0.8.3' - jinja2: '*' - send2trash: '>=1.8.2' - nbconvert-core: '>=6.4.4' - tornado: '>=6.2.0' - jupyter_client: '>=7.4.4' - packaging: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.7.1-pyhd8ed1ab_0.conda - hash: - md5: 15b1fb7550cc44c8d487bc74d378ccf2 - sha256: 977d17aceb65c81d3ae47ebdd55c5da47505b3247cc9eb4675232d0bb3574102 - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 315250 - timestamp: 1692109035373 -- name: jupyter_server +- kind: conda + name: jupyter_server version: 2.9.1 - manager: conda - platform: win-64 - dependencies: - anyio: '>=3.1.0' - argon2-cffi: '*' - jinja2: '*' - jupyter_client: '>=7.4.4' - jupyter_core: '>=4.12,!=5.0.*' - jupyter_events: '>=0.6.0' - jupyter_server_terminals: '*' - nbconvert-core: '>=6.4.4' - nbformat: '>=5.3.0' - overrides: '*' - packaging: '*' - prometheus_client: '*' - python: '>=3.8' - pyzmq: '>=24' - send2trash: '>=1.8.2' - terminado: '>=0.8.3' - tornado: '>=6.2.0' - traitlets: '>=5.6.0' - websocket-client: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.9.1-pyhd8ed1ab_0.conda - hash: - md5: 8e0cfa69e5b0062b829a9dbb14645def - sha256: bb9a60ff41085031a28204add4e6120990437cfad341db297519f0a0f0df8e18 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.9.1-pyhd8ed1ab_0.conda + sha256: bb9a60ff41085031a28204add4e6120990437cfad341db297519f0a0f0df8e18 + md5: 8e0cfa69e5b0062b829a9dbb14645def + depends: + - anyio >=3.1.0 + - argon2-cffi * + - jinja2 * + - jupyter_client >=7.4.4 + - jupyter_core >=4.12,!=5.0.* + - jupyter_events >=0.6.0 + - jupyter_server_terminals * + - nbconvert-core >=6.4.4 + - nbformat >=5.3.0 + - overrides * + - packaging * + - prometheus_client * + - python >=3.8 + - pyzmq >=24 + - send2trash >=1.8.2 + - terminado >=0.8.3 + - tornado >=6.2.0 + - traitlets >=5.6.0 + - websocket-client * + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 317157 timestamp: 1698244231289 -- name: jupyter_server_terminals +- kind: conda + name: jupyter_server_terminals version: 0.4.4 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.8' - terminado: '>=0.8.3' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda - hash: - md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 - sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda + sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 + md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 + depends: + - python >=3.8 + - terminado >=0.8.3 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 18974 timestamp: 1673491600853 -- name: jupyter_server_terminals +- kind: conda + name: jupyter_server_terminals version: 0.4.4 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.8' - terminado: '>=0.8.3' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda - hash: - md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 - sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda + sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 + md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 + depends: + - python >=3.8 + - terminado >=0.8.3 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 18974 timestamp: 1673491600853 -- name: jupyter_server_terminals +- kind: conda + name: jupyter_server_terminals version: 0.4.4 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.8' - terminado: '>=0.8.3' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda - hash: - md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 - sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 - optional: false - category: main build: pyhd8ed1ab_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda + sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 + md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 + depends: + - python >=3.8 + - terminado >=0.8.3 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 18974 timestamp: 1673491600853 -- name: jupyter_server_terminals +- kind: conda + name: jupyter_server_terminals version: 0.4.4 - manager: conda - platform: win-64 - dependencies: - python: '>=3.8' - terminado: '>=0.8.3' - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda - hash: - md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 - sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.4.4-pyhd8ed1ab_1.conda + sha256: 9f4c5fef9beef9fceed628db7a10b888f3308b37ae257ad3d50046088317ebf1 + md5: 7c0965e1d4a0ee1529e8eaa03a78a5b3 + depends: + - python >=3.8 + - terminado >=0.8.3 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 18974 timestamp: 1673491600853 -- name: jupyterlab +- kind: conda + name: jupyterlab version: 4.0.5 - manager: conda - platform: linux-64 - dependencies: - async-lru: '>=1.0.0' - importlib_metadata: '>=4.8.3' - importlib_resources: '>=1.4' - ipykernel: '*' - jinja2: '>=3.0.3' - jupyter-lsp: '>=2.0.0' - jupyter_core: '*' - jupyter_server: '>=2.4.0,<3' - jupyterlab_server: '>=2.19.0,<3' - notebook-shim: '>=0.2' - packaging: '*' - python: '>=3.8' - tomli: '*' - tornado: '>=6.2.0' - traitlets: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.5-pyhd8ed1ab_0.conda - hash: - md5: fce8108e7dfb3622873a85e495a72dda - sha256: fc4409ff093eedb602231d2d7848e20d0f7dab1b01a05a42c06de44ba4f0c62d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.5-pyhd8ed1ab_0.conda + sha256: fc4409ff093eedb602231d2d7848e20d0f7dab1b01a05a42c06de44ba4f0c62d + md5: fce8108e7dfb3622873a85e495a72dda + depends: + - async-lru >=1.0.0 + - importlib_metadata >=4.8.3 + - importlib_resources >=1.4 + - ipykernel * + - jinja2 >=3.0.3 + - jupyter-lsp >=2.0.0 + - jupyter_core * + - jupyter_server >=2.4.0,<3 + - jupyterlab_server >=2.19.0,<3 + - notebook-shim >=0.2 + - packaging * + - python >=3.8 + - tomli * + - tornado >=6.2.0 + - traitlets * + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 6000195 timestamp: 1692016028799 -- name: jupyterlab +- kind: conda + name: jupyterlab version: 4.0.5 - manager: conda - platform: osx-64 - dependencies: - async-lru: '>=1.0.0' - importlib_metadata: '>=4.8.3' - importlib_resources: '>=1.4' - ipykernel: '*' - jinja2: '>=3.0.3' - jupyter-lsp: '>=2.0.0' - jupyter_core: '*' - jupyter_server: '>=2.4.0,<3' - jupyterlab_server: '>=2.19.0,<3' - notebook-shim: '>=0.2' - packaging: '*' - python: '>=3.8' - tomli: '*' - tornado: '>=6.2.0' - traitlets: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.5-pyhd8ed1ab_0.conda - hash: - md5: fce8108e7dfb3622873a85e495a72dda - sha256: fc4409ff093eedb602231d2d7848e20d0f7dab1b01a05a42c06de44ba4f0c62d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.5-pyhd8ed1ab_0.conda + sha256: fc4409ff093eedb602231d2d7848e20d0f7dab1b01a05a42c06de44ba4f0c62d + md5: fce8108e7dfb3622873a85e495a72dda + depends: + - async-lru >=1.0.0 + - importlib_metadata >=4.8.3 + - importlib_resources >=1.4 + - ipykernel * + - jinja2 >=3.0.3 + - jupyter-lsp >=2.0.0 + - jupyter_core * + - jupyter_server >=2.4.0,<3 + - jupyterlab_server >=2.19.0,<3 + - notebook-shim >=0.2 + - packaging * + - python >=3.8 + - tomli * + - tornado >=6.2.0 + - traitlets * + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 6000195 timestamp: 1692016028799 -- name: jupyterlab +- kind: conda + name: jupyterlab version: 4.0.5 - manager: conda - platform: osx-arm64 - dependencies: - async-lru: '>=1.0.0' - python: '>=3.8' - ipykernel: '*' - traitlets: '*' - importlib_resources: '>=1.4' - jupyter_core: '*' - jupyterlab_server: '>=2.19.0,<3' - jupyter-lsp: '>=2.0.0' - tomli: '*' - jinja2: '>=3.0.3' - importlib_metadata: '>=4.8.3' - notebook-shim: '>=0.2' - jupyter_server: '>=2.4.0,<3' - packaging: '*' - tornado: '>=6.2.0' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.5-pyhd8ed1ab_0.conda - hash: - md5: fce8108e7dfb3622873a85e495a72dda - sha256: fc4409ff093eedb602231d2d7848e20d0f7dab1b01a05a42c06de44ba4f0c62d - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.5-pyhd8ed1ab_0.conda + sha256: fc4409ff093eedb602231d2d7848e20d0f7dab1b01a05a42c06de44ba4f0c62d + md5: fce8108e7dfb3622873a85e495a72dda + depends: + - async-lru >=1.0.0 + - python >=3.8 + - ipykernel * + - traitlets * + - importlib_resources >=1.4 + - jupyter_core * + - jupyterlab_server >=2.19.0,<3 + - jupyter-lsp >=2.0.0 + - tomli * + - jinja2 >=3.0.3 + - importlib_metadata >=4.8.3 + - notebook-shim >=0.2 + - jupyter_server >=2.4.0,<3 + - packaging * + - tornado >=6.2.0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 6000195 timestamp: 1692016028799 -- name: jupyterlab +- kind: conda + name: jupyterlab version: 4.0.5 - manager: conda - platform: win-64 - dependencies: - async-lru: '>=1.0.0' - importlib_metadata: '>=4.8.3' - importlib_resources: '>=1.4' - ipykernel: '*' - jinja2: '>=3.0.3' - jupyter-lsp: '>=2.0.0' - jupyter_core: '*' - jupyter_server: '>=2.4.0,<3' - jupyterlab_server: '>=2.19.0,<3' - notebook-shim: '>=0.2' - packaging: '*' - python: '>=3.8' - tomli: '*' - tornado: '>=6.2.0' - traitlets: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.5-pyhd8ed1ab_0.conda - hash: - md5: fce8108e7dfb3622873a85e495a72dda - sha256: fc4409ff093eedb602231d2d7848e20d0f7dab1b01a05a42c06de44ba4f0c62d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.0.5-pyhd8ed1ab_0.conda + sha256: fc4409ff093eedb602231d2d7848e20d0f7dab1b01a05a42c06de44ba4f0c62d + md5: fce8108e7dfb3622873a85e495a72dda + depends: + - async-lru >=1.0.0 + - importlib_metadata >=4.8.3 + - importlib_resources >=1.4 + - ipykernel * + - jinja2 >=3.0.3 + - jupyter-lsp >=2.0.0 + - jupyter_core * + - jupyter_server >=2.4.0,<3 + - jupyterlab_server >=2.19.0,<3 + - notebook-shim >=0.2 + - packaging * + - python >=3.8 + - tomli * + - tornado >=6.2.0 + - traitlets * + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 6000195 timestamp: 1692016028799 -- name: jupyterlab_pygments +- kind: conda + name: jupyterlab_pygments version: 0.2.2 - manager: conda - platform: linux-64 - dependencies: - pygments: '>=2.4.1,<3' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 243f63592c8e449f40cd42eb5cf32f40 - sha256: 08453e09d5a6bbaeeca839553a5dfd7a377a97550efab96019c334a8042f54f5 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 + sha256: 08453e09d5a6bbaeeca839553a5dfd7a377a97550efab96019c334a8042f54f5 + md5: 243f63592c8e449f40cd42eb5cf32f40 + depends: + - pygments >=2.4.1,<3 + - python >=3.7 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 17410 timestamp: 1649936689608 -- name: jupyterlab_pygments +- kind: conda + name: jupyterlab_pygments version: 0.2.2 - manager: conda - platform: osx-64 - dependencies: - pygments: '>=2.4.1,<3' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 243f63592c8e449f40cd42eb5cf32f40 - sha256: 08453e09d5a6bbaeeca839553a5dfd7a377a97550efab96019c334a8042f54f5 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 + sha256: 08453e09d5a6bbaeeca839553a5dfd7a377a97550efab96019c334a8042f54f5 + md5: 243f63592c8e449f40cd42eb5cf32f40 + depends: + - pygments >=2.4.1,<3 + - python >=3.7 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 17410 timestamp: 1649936689608 -- name: jupyterlab_pygments +- kind: conda + name: jupyterlab_pygments version: 0.2.2 - manager: conda - platform: osx-arm64 - dependencies: - pygments: '>=2.4.1,<3' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 243f63592c8e449f40cd42eb5cf32f40 - sha256: 08453e09d5a6bbaeeca839553a5dfd7a377a97550efab96019c334a8042f54f5 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 + sha256: 08453e09d5a6bbaeeca839553a5dfd7a377a97550efab96019c334a8042f54f5 + md5: 243f63592c8e449f40cd42eb5cf32f40 + depends: + - pygments >=2.4.1,<3 + - python >=3.7 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 17410 timestamp: 1649936689608 -- name: jupyterlab_pygments +- kind: conda + name: jupyterlab_pygments version: 0.2.2 - manager: conda - platform: win-64 - dependencies: - pygments: '>=2.4.1,<3' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 243f63592c8e449f40cd42eb5cf32f40 - sha256: 08453e09d5a6bbaeeca839553a5dfd7a377a97550efab96019c334a8042f54f5 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 + sha256: 08453e09d5a6bbaeeca839553a5dfd7a377a97550efab96019c334a8042f54f5 + md5: 243f63592c8e449f40cd42eb5cf32f40 + depends: + - pygments >=2.4.1,<3 + - python >=3.7 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 17410 timestamp: 1649936689608 -- name: jupyterlab_server +- kind: conda + name: jupyterlab_server + version: 2.24.0 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.24.0-pyhd8ed1ab_0.conda + sha256: 7084223bb168268ba93334fc27410885bdc6e537020d6a91ab0f46f37a3f3ded + md5: 327bfe1c99154f02259d29810bd70afc + depends: + - importlib-metadata >=4.8.3 + - python >=3.7 + - requests >=2.28 + - babel >=2.10 + - jinja2 >=3.0.3 + - jsonschema >=4.17.3 + - jupyter_server >=1.21,<3 + - packaging >=21.3 + - json5 >=0.9.0 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 60108 + timestamp: 1690206297277 +- kind: conda + name: jupyterlab_server version: 2.25.0 - manager: conda - platform: linux-64 - dependencies: - babel: '>=2.10' - importlib-metadata: '>=4.8.3' - jinja2: '>=3.0.3' - json5: '>=0.9.0' - jsonschema: '>=4.18' - jupyter_server: '>=1.21,<3' - packaging: '>=21.3' - python: '>=3.8' - requests: '>=2.31' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.0-pyhd8ed1ab_0.conda - hash: - md5: a52834fa7e3d12abc5efdf06b2097a05 - sha256: 608a878d08e0f4f51dd9a61eaead7c0e22d07f48aad06e3e2f6d6f1d0a929746 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.0-pyhd8ed1ab_0.conda + sha256: 608a878d08e0f4f51dd9a61eaead7c0e22d07f48aad06e3e2f6d6f1d0a929746 + md5: a52834fa7e3d12abc5efdf06b2097a05 + depends: + - babel >=2.10 + - importlib-metadata >=4.8.3 + - jinja2 >=3.0.3 + - json5 >=0.9.0 + - jsonschema >=4.18 + - jupyter_server >=1.21,<3 + - packaging >=21.3 + - python >=3.8 + - requests >=2.31 constrains: - openapi-core >=0.18.0,<0.19.0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 48289 timestamp: 1694532412609 -- name: jupyterlab_server +- kind: conda + name: jupyterlab_server version: 2.25.0 - manager: conda - platform: osx-64 - dependencies: - babel: '>=2.10' - importlib-metadata: '>=4.8.3' - jinja2: '>=3.0.3' - json5: '>=0.9.0' - jsonschema: '>=4.18' - jupyter_server: '>=1.21,<3' - packaging: '>=21.3' - python: '>=3.8' - requests: '>=2.31' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.0-pyhd8ed1ab_0.conda - hash: - md5: a52834fa7e3d12abc5efdf06b2097a05 - sha256: 608a878d08e0f4f51dd9a61eaead7c0e22d07f48aad06e3e2f6d6f1d0a929746 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.0-pyhd8ed1ab_0.conda + sha256: 608a878d08e0f4f51dd9a61eaead7c0e22d07f48aad06e3e2f6d6f1d0a929746 + md5: a52834fa7e3d12abc5efdf06b2097a05 + depends: + - babel >=2.10 + - importlib-metadata >=4.8.3 + - jinja2 >=3.0.3 + - json5 >=0.9.0 + - jsonschema >=4.18 + - jupyter_server >=1.21,<3 + - packaging >=21.3 + - python >=3.8 + - requests >=2.31 constrains: - openapi-core >=0.18.0,<0.19.0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 48289 timestamp: 1694532412609 -- name: jupyterlab_server - version: 2.24.0 - manager: conda - platform: osx-arm64 - dependencies: - importlib-metadata: '>=4.8.3' - python: '>=3.7' - requests: '>=2.28' - babel: '>=2.10' - jinja2: '>=3.0.3' - jsonschema: '>=4.17.3' - jupyter_server: '>=1.21,<3' - packaging: '>=21.3' - json5: '>=0.9.0' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.24.0-pyhd8ed1ab_0.conda - hash: - md5: 327bfe1c99154f02259d29810bd70afc - sha256: 7084223bb168268ba93334fc27410885bdc6e537020d6a91ab0f46f37a3f3ded - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 60108 - timestamp: 1690206297277 -- name: jupyterlab_server +- kind: conda + name: jupyterlab_server version: 2.25.0 - manager: conda - platform: win-64 - dependencies: - babel: '>=2.10' - importlib-metadata: '>=4.8.3' - jinja2: '>=3.0.3' - json5: '>=0.9.0' - jsonschema: '>=4.18' - jupyter_server: '>=1.21,<3' - packaging: '>=21.3' - python: '>=3.8' - requests: '>=2.31' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.0-pyhd8ed1ab_0.conda - hash: - md5: a52834fa7e3d12abc5efdf06b2097a05 - sha256: 608a878d08e0f4f51dd9a61eaead7c0e22d07f48aad06e3e2f6d6f1d0a929746 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.0-pyhd8ed1ab_0.conda + sha256: 608a878d08e0f4f51dd9a61eaead7c0e22d07f48aad06e3e2f6d6f1d0a929746 + md5: a52834fa7e3d12abc5efdf06b2097a05 + depends: + - babel >=2.10 + - importlib-metadata >=4.8.3 + - jinja2 >=3.0.3 + - json5 >=0.9.0 + - jsonschema >=4.18 + - jupyter_server >=1.21,<3 + - packaging >=21.3 + - python >=3.8 + - requests >=2.31 constrains: - openapi-core >=0.18.0,<0.19.0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 48289 timestamp: 1694532412609 -- name: jupyterlab_widgets - version: 3.0.9 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.9-pyhd8ed1ab_0.conda - hash: - md5: 8370e0a9dc443f9b45a23fd30e7a6b3b - sha256: ec66991d2175f7b1f35973d6c4f56ad9a49666f77acf1037d72f3bc6e37224f3 - optional: false - category: main +- kind: conda + name: jupyterlab_widgets + version: 3.0.8 build: pyhd8ed1ab_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.8-pyhd8ed1ab_0.conda + sha256: 0781ed7a4f35ff1309e95381c40c8d8f96263ca4260a72baaafda87c975a972a + md5: 2bc3ca2f7387af385dd06706b4fb2d35 + depends: + - python >=3.7 constrains: - jupyterlab >=3,<5 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python - size: 186821 - timestamp: 1694598854365 -- name: jupyterlab_widgets + size: 186893 + timestamp: 1688489587808 +- kind: conda + name: jupyterlab_widgets version: 3.0.9 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.9-pyhd8ed1ab_0.conda - hash: - md5: 8370e0a9dc443f9b45a23fd30e7a6b3b - sha256: ec66991d2175f7b1f35973d6c4f56ad9a49666f77acf1037d72f3bc6e37224f3 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.9-pyhd8ed1ab_0.conda + sha256: ec66991d2175f7b1f35973d6c4f56ad9a49666f77acf1037d72f3bc6e37224f3 + md5: 8370e0a9dc443f9b45a23fd30e7a6b3b + depends: + - python >=3.7 constrains: - jupyterlab >=3,<5 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 186821 timestamp: 1694598854365 -- name: jupyterlab_widgets - version: 3.0.8 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.8-pyhd8ed1ab_0.conda - hash: - md5: 2bc3ca2f7387af385dd06706b4fb2d35 - sha256: 0781ed7a4f35ff1309e95381c40c8d8f96263ca4260a72baaafda87c975a972a - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 +- kind: conda + name: jupyterlab_widgets + version: 3.0.9 + build: pyhd8ed1ab_0 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.9-pyhd8ed1ab_0.conda + sha256: ec66991d2175f7b1f35973d6c4f56ad9a49666f77acf1037d72f3bc6e37224f3 + md5: 8370e0a9dc443f9b45a23fd30e7a6b3b + depends: + - python >=3.7 constrains: - jupyterlab >=3,<5 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python - size: 186893 - timestamp: 1688489587808 -- name: jupyterlab_widgets + size: 186821 + timestamp: 1694598854365 +- kind: conda + name: jupyterlab_widgets version: 3.0.9 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.9-pyhd8ed1ab_0.conda - hash: - md5: 8370e0a9dc443f9b45a23fd30e7a6b3b - sha256: ec66991d2175f7b1f35973d6c4f56ad9a49666f77acf1037d72f3bc6e37224f3 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.9-pyhd8ed1ab_0.conda + sha256: ec66991d2175f7b1f35973d6c4f56ad9a49666f77acf1037d72f3bc6e37224f3 + md5: 8370e0a9dc443f9b45a23fd30e7a6b3b + depends: + - python >=3.7 constrains: - jupyterlab >=3,<5 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 186821 timestamp: 1694598854365 -- name: jupytext +- kind: conda + name: jupytext version: 1.15.0 - manager: conda - platform: linux-64 - dependencies: - markdown-it-py: '>=1.0' - mdit-py-plugins: '*' - nbformat: '*' - python: '>=3.6' - pyyaml: '*' - toml: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.15.0-pyhcff175f_0.conda - hash: - md5: 7c2a5631a5c96e6160f675cf61b1b541 - sha256: 382ab8f41b2133413cf767c5c92a2bb0d8686d262f94356e998f6fb46af52da4 - optional: false - category: main build: pyhcff175f_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.15.0-pyhcff175f_0.conda + sha256: 382ab8f41b2133413cf767c5c92a2bb0d8686d262f94356e998f6fb46af52da4 + md5: 7c2a5631a5c96e6160f675cf61b1b541 + depends: + - markdown-it-py >=1.0 + - mdit-py-plugins * + - nbformat * + - python >=3.6 + - pyyaml * + - toml * + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 179371 timestamp: 1690758199047 -- name: jupytext +- kind: conda + name: jupytext version: 1.15.0 - manager: conda - platform: osx-64 - dependencies: - markdown-it-py: '>=1.0' - mdit-py-plugins: '*' - nbformat: '*' - python: '>=3.6' - pyyaml: '*' - toml: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.15.0-pyhcff175f_0.conda - hash: - md5: 7c2a5631a5c96e6160f675cf61b1b541 - sha256: 382ab8f41b2133413cf767c5c92a2bb0d8686d262f94356e998f6fb46af52da4 - optional: false - category: main build: pyhcff175f_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.15.0-pyhcff175f_0.conda + sha256: 382ab8f41b2133413cf767c5c92a2bb0d8686d262f94356e998f6fb46af52da4 + md5: 7c2a5631a5c96e6160f675cf61b1b541 + depends: + - markdown-it-py >=1.0 + - mdit-py-plugins * + - nbformat * + - python >=3.6 + - pyyaml * + - toml * + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 179371 timestamp: 1690758199047 -- name: jupytext +- kind: conda + name: jupytext version: 1.15.0 - manager: conda - platform: osx-arm64 - dependencies: - mdit-py-plugins: '*' - nbformat: '*' - python: '>=3.6' - pyyaml: '*' - markdown-it-py: '>=1.0' - toml: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.15.0-pyhcff175f_0.conda - hash: - md5: 7c2a5631a5c96e6160f675cf61b1b541 - sha256: 382ab8f41b2133413cf767c5c92a2bb0d8686d262f94356e998f6fb46af52da4 - optional: false - category: main build: pyhcff175f_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.15.0-pyhcff175f_0.conda + sha256: 382ab8f41b2133413cf767c5c92a2bb0d8686d262f94356e998f6fb46af52da4 + md5: 7c2a5631a5c96e6160f675cf61b1b541 + depends: + - mdit-py-plugins * + - nbformat * + - python >=3.6 + - pyyaml * + - markdown-it-py >=1.0 + - toml * + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 179371 timestamp: 1690758199047 -- name: jupytext +- kind: conda + name: jupytext version: 1.15.0 - manager: conda - platform: win-64 - dependencies: - markdown-it-py: '>=1.0' - mdit-py-plugins: '*' - nbformat: '*' - python: '>=3.6' - pyyaml: '*' - toml: '*' - url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.15.0-pyhcff175f_0.conda - hash: - md5: 7c2a5631a5c96e6160f675cf61b1b541 - sha256: 382ab8f41b2133413cf767c5c92a2bb0d8686d262f94356e998f6fb46af52da4 - optional: false - category: main build: pyhcff175f_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/jupytext-1.15.0-pyhcff175f_0.conda + sha256: 382ab8f41b2133413cf767c5c92a2bb0d8686d262f94356e998f6fb46af52da4 + md5: 7c2a5631a5c96e6160f675cf61b1b541 + depends: + - markdown-it-py >=1.0 + - mdit-py-plugins * + - nbformat * + - python >=3.6 + - pyyaml * + - toml * + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 179371 timestamp: 1690758199047 -- name: jxrlib +- kind: conda + name: jxrlib version: '1.1' - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-h7f98852_2.tar.bz2 - hash: - md5: 8e787b08fe19986d99d034b839df2961 - sha256: 3ffc19c2ca272e6d5b8edc7cfc5bb71763dfdfa1810dd4b8820cc6b212ecbd95 - optional: false - category: main - build: h7f98852_2 - arch: x86_64 - subdir: linux-64 + build: h27ca646_2 build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/jxrlib-1.1-h27ca646_2.tar.bz2 + sha256: 448795a54fe49a15cdef110b2d094799d933f36c2d8f5bc1e1c192b3617efe5f + md5: 71447f8ae7d2a2fd0f16424983cf31e6 + arch: aarch64 + platform: osx license: BSD-2-Clause license_family: BSD - size: 240904 - timestamp: 1607309174409 -- name: jxrlib + size: 219467 + timestamp: 1607309174654 +- kind: conda + name: jxrlib version: '1.1' - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/jxrlib-1.1-h35c211d_2.tar.bz2 - hash: - md5: 1c2379fd9d5d4ecb151231f6282e699d - sha256: daeb6fe1e06549117a549bd94f4fb1ac575f80c67891171307057cb83a1d74fb - optional: false - category: main build: h35c211d_2 - arch: x86_64 - subdir: osx-64 build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/jxrlib-1.1-h35c211d_2.tar.bz2 + sha256: daeb6fe1e06549117a549bd94f4fb1ac575f80c67891171307057cb83a1d74fb + md5: 1c2379fd9d5d4ecb151231f6282e699d + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD size: 231009 timestamp: 1607309184331 -- name: jxrlib +- kind: conda + name: jxrlib version: '1.1' - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/jxrlib-1.1-h27ca646_2.tar.bz2 - hash: - md5: 71447f8ae7d2a2fd0f16424983cf31e6 - sha256: 448795a54fe49a15cdef110b2d094799d933f36c2d8f5bc1e1c192b3617efe5f - optional: false - category: main - build: h27ca646_2 - arch: aarch64 - subdir: osx-arm64 + build: h7f98852_2 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/jxrlib-1.1-h7f98852_2.tar.bz2 + sha256: 3ffc19c2ca272e6d5b8edc7cfc5bb71763dfdfa1810dd4b8820cc6b212ecbd95 + md5: 8e787b08fe19986d99d034b839df2961 + depends: + - libgcc-ng >=9.3.0 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD - size: 219467 - timestamp: 1607309174654 -- name: jxrlib + size: 240904 + timestamp: 1607309174409 +- kind: conda + name: jxrlib version: '1.1' - manager: conda - platform: win-64 - dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' - url: https://conda.anaconda.org/conda-forge/win-64/jxrlib-1.1-h8ffe710_2.tar.bz2 - hash: - md5: 69f82948e102dc14928619140c29468d - sha256: af50c7f499a6ecb0812e7a9fb63cc2a8264a721ea28b653f811a1cc174248b60 - optional: false - category: main build: h8ffe710_2 - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/jxrlib-1.1-h8ffe710_2.tar.bz2 + sha256: af50c7f499a6ecb0812e7a9fb63cc2a8264a721ea28b653f811a1cc174248b60 + md5: 69f82948e102dc14928619140c29468d + depends: + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD size: 635245 timestamp: 1607309452074 -- name: kernel-headers_linux-64 +- kind: conda + name: kernel-headers_linux-64 version: 2.6.32 - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_16.conda - hash: - md5: 7ca122655873935e02c91279c5b03c8c - sha256: aaa8aa6dc776d734a6702032588ff3c496721da905366d91162e3654c082aef0 - optional: false - category: main build: he073ed8_16 - arch: x86_64 - subdir: linux-64 build_number: 16 + subdir: linux-64 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_16.conda + sha256: aaa8aa6dc776d734a6702032588ff3c496721da905366d91162e3654c082aef0 + md5: 7ca122655873935e02c91279c5b03c8c constrains: - sysroot_linux-64 ==2.12 + arch: x86_64 + platform: linux license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 license_family: GPL - noarch: generic size: 709007 timestamp: 1689214970644 -- name: keyutils +- kind: conda + name: keyutils version: 1.6.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=10.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 - hash: - md5: 30186d27e2c9fa62b45fb1476b7200e3 - sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb - optional: false - category: main build: h166bdaf_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 + sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb + md5: 30186d27e2c9fa62b45fb1476b7200e3 + depends: + - libgcc-ng >=10.3.0 + arch: x86_64 + platform: linux license: LGPL-2.1-or-later size: 117831 timestamp: 1646151697040 -- name: krb5 +- kind: conda + name: krb5 version: 1.21.2 - manager: conda - platform: linux-64 - dependencies: - keyutils: '>=1.6.1,<2.0a0' - libedit: '>=3.1.20191231,<4.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - openssl: '>=3.1.2,<4.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda - hash: - md5: cd95826dbd331ed1be26bdf401432844 - sha256: 259bfaae731989b252b7d2228c1330ef91b641c9d68ff87dae02cbae682cb3e4 - optional: false - category: main build: h659d440_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda + sha256: 259bfaae731989b252b7d2228c1330ef91b641c9d68ff87dae02cbae682cb3e4 + md5: cd95826dbd331ed1be26bdf401432844 + depends: + - keyutils >=1.6.1,<2.0a0 + - libedit >=3.1.20191231,<4.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - openssl >=3.1.2,<4.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 1371181 timestamp: 1692097755782 -- name: krb5 - version: 1.21.2 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - libedit: '>=3.1.20191231,<4.0a0' - openssl: '>=3.1.2,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda - hash: - md5: 80505a68783f01dc8d7308c075261b2f - sha256: 081ae2008a21edf57c048f331a17c65d1ccb52d6ca2f87ee031a73eff4dc0fc6 - optional: false - category: main - build: hb884880_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 1183568 - timestamp: 1692098004387 -- name: krb5 +- kind: conda + name: krb5 version: 1.21.2 - manager: conda - platform: osx-arm64 - dependencies: - libedit: '>=3.1.20191231,<4.0a0' - libcxx: '>=15.0.7' - openssl: '>=3.1.2,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda - hash: - md5: 92f1cff174a538e0722bf2efb16fc0b2 - sha256: 70bdb9b4589ec7c7d440e485ae22b5a352335ffeb91a771d4c162996c3070875 - optional: false - category: main build: h92f50d5_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda + sha256: 70bdb9b4589ec7c7d440e485ae22b5a352335ffeb91a771d4c162996c3070875 + md5: 92f1cff174a538e0722bf2efb16fc0b2 + depends: + - libedit >=3.1.20191231,<4.0a0 + - libcxx >=15.0.7 + - openssl >=3.1.2,<4.0a0 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 1195575 timestamp: 1692098070699 -- name: krb5 +- kind: conda + name: krb5 version: 1.21.2 - manager: conda - platform: win-64 - dependencies: - openssl: '>=3.1.2,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.2-heb0366b_0.conda - hash: - md5: 6e8b0f22b4eef3b3cb3849bb4c3d47f9 - sha256: 6002adff9e3dcfc9732b861730cb9e33d45fd76b2035b2cdb4e6daacb8262c0b - optional: false - category: main - build: heb0366b_0 + build: hb884880_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda + sha256: 081ae2008a21edf57c048f331a17c65d1ccb52d6ca2f87ee031a73eff4dc0fc6 + md5: 80505a68783f01dc8d7308c075261b2f + depends: + - libcxx >=15.0.7 + - libedit >=3.1.20191231,<4.0a0 + - openssl >=3.1.2,<4.0a0 arch: x86_64 + platform: osx + license: MIT + license_family: MIT + size: 1183568 + timestamp: 1692098004387 +- kind: conda + name: krb5 + version: 1.21.2 + build: heb0366b_0 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.2-heb0366b_0.conda + sha256: 6002adff9e3dcfc9732b861730cb9e33d45fd76b2035b2cdb4e6daacb8262c0b + md5: 6e8b0f22b4eef3b3cb3849bb4c3d47f9 + depends: + - openssl >=3.1.2,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 710894 timestamp: 1692098129546 -- name: lazy_loader +- kind: conda + name: lazy_loader version: '0.3' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.3-pyhd8ed1ab_0.conda - hash: - md5: 69ea1d0fa7ab33b48c88394ad1dead65 - sha256: fa32bafbf7f9238a9cb8f0aa1fb17d2fdcefa607c217b86c38c3b670c58d1ac6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.3-pyhd8ed1ab_0.conda + sha256: fa32bafbf7f9238a9cb8f0aa1fb17d2fdcefa607c217b86c38c3b670c58d1ac6 + md5: 69ea1d0fa7ab33b48c88394ad1dead65 + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 14298 timestamp: 1692295540050 -- name: lazy_loader +- kind: conda + name: lazy_loader version: '0.3' - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.3-pyhd8ed1ab_0.conda - hash: - md5: 69ea1d0fa7ab33b48c88394ad1dead65 - sha256: fa32bafbf7f9238a9cb8f0aa1fb17d2fdcefa607c217b86c38c3b670c58d1ac6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.3-pyhd8ed1ab_0.conda + sha256: fa32bafbf7f9238a9cb8f0aa1fb17d2fdcefa607c217b86c38c3b670c58d1ac6 + md5: 69ea1d0fa7ab33b48c88394ad1dead65 + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 14298 timestamp: 1692295540050 -- name: lazy_loader +- kind: conda + name: lazy_loader version: '0.3' - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.3-pyhd8ed1ab_0.conda - hash: - md5: 69ea1d0fa7ab33b48c88394ad1dead65 - sha256: fa32bafbf7f9238a9cb8f0aa1fb17d2fdcefa607c217b86c38c3b670c58d1ac6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.3-pyhd8ed1ab_0.conda + sha256: fa32bafbf7f9238a9cb8f0aa1fb17d2fdcefa607c217b86c38c3b670c58d1ac6 + md5: 69ea1d0fa7ab33b48c88394ad1dead65 + depends: + - python >=3.7 + arch: aarch64 + platform: osx + license: BSD-3-Clause size: 14298 timestamp: 1692295540050 -- name: lazy_loader +- kind: conda + name: lazy_loader version: '0.3' - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.3-pyhd8ed1ab_0.conda - hash: - md5: 69ea1d0fa7ab33b48c88394ad1dead65 - sha256: fa32bafbf7f9238a9cb8f0aa1fb17d2fdcefa607c217b86c38c3b670c58d1ac6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/lazy_loader-0.3-pyhd8ed1ab_0.conda + sha256: fa32bafbf7f9238a9cb8f0aa1fb17d2fdcefa607c217b86c38c3b670c58d1ac6 + md5: 69ea1d0fa7ab33b48c88394ad1dead65 + depends: + - python >=3.7 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 14298 timestamp: 1692295540050 -- name: lcms2 - version: '2.15' - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.15-h7f713cb_2.conda - hash: - md5: 9ab79924a3760f85a799f21bc99bd655 - sha256: 9125833b3019bf29c4a20295665e7bc912de581086a53693f10709fae409a3b2 - optional: false - category: main - build: h7f713cb_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 - license: MIT - license_family: MIT - size: 240620 - timestamp: 1694650174930 -- name: lcms2 - version: '2.15' - manager: conda - platform: osx-64 - dependencies: - libjpeg-turbo: '>=3.0.0,<4.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.15-hd6ba6f3_3.conda - hash: - md5: 8059507d52f477fbd4b81841e085e25b - sha256: b2234f24e3b0030762430ec3414410119d1129804a95ef65af50ad36cabd9bd5 - optional: false - category: main - build: hd6ba6f3_3 - arch: x86_64 - subdir: osx-64 - build_number: 3 - license: MIT - license_family: MIT - size: 224895 - timestamp: 1695969874291 -- name: lcms2 +- kind: conda + name: lcms2 version: '2.15' - manager: conda - platform: osx-arm64 - dependencies: - jpeg: '>=9e,<10a' - libtiff: '>=4.5.0,<4.6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.15-h481adae_0.conda - hash: - md5: 806395a21421da524d72aa4e0b69d54c - sha256: 225028d2cea4e2974415245e4521c85f4baca08bc1103de44b5f8d6994bf2b9f - optional: false - category: main build: h481adae_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.15-h481adae_0.conda + sha256: 225028d2cea4e2974415245e4521c85f4baca08bc1103de44b5f8d6994bf2b9f + md5: 806395a21421da524d72aa4e0b69d54c + depends: + - jpeg >=9e,<10a + - libtiff >=4.5.0,<4.6.0a0 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 205835 timestamp: 1678104773395 -- name: lcms2 +- kind: conda + name: lcms2 version: '2.15' - manager: conda - platform: win-64 - dependencies: - libjpeg-turbo: '>=3.0.0,<4.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.15-h67d730c_3.conda - hash: - md5: f92e86636451e3f6cea03e395346fa90 - sha256: 8819d74571b6321e0ed93b07c19b4fd9a9b669df3fdd797ab4798ab7c684ae1d - optional: false - category: main build: h67d730c_3 - arch: x86_64 - subdir: win-64 build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.15-h67d730c_3.conda + sha256: 8819d74571b6321e0ed93b07c19b4fd9a9b669df3fdd797ab4798ab7c684ae1d + md5: f92e86636451e3f6cea03e395346fa90 + depends: + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 498833 timestamp: 1695969944045 -- name: ld_impl_linux-64 +- kind: conda + name: lcms2 + version: '2.15' + build: h7f713cb_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.15-h7f713cb_2.conda + sha256: 9125833b3019bf29c4a20295665e7bc912de581086a53693f10709fae409a3b2 + md5: 9ab79924a3760f85a799f21bc99bd655 + depends: + - libgcc-ng >=12 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libtiff >=4.6.0,<4.7.0a0 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + size: 240620 + timestamp: 1694650174930 +- kind: conda + name: lcms2 + version: '2.15' + build: hd6ba6f3_3 + build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.15-hd6ba6f3_3.conda + sha256: b2234f24e3b0030762430ec3414410119d1129804a95ef65af50ad36cabd9bd5 + md5: 8059507d52f477fbd4b81841e085e25b + depends: + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + arch: x86_64 + platform: osx + license: MIT + license_family: MIT + size: 224895 + timestamp: 1695969874291 +- kind: conda + name: ld_impl_linux-64 version: '2.40' - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda - hash: - md5: 7aca3059a1729aa76c597603f10b0dd3 - sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd - optional: false - category: main build: h41732ed_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda + sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd + md5: 7aca3059a1729aa76c597603f10b0dd3 constrains: - binutils_impl_linux-64 2.40 + arch: x86_64 + platform: linux license: GPL-3.0-only license_family: GPL size: 704696 timestamp: 1674833944779 -- name: lerc +- kind: conda + name: lerc version: 4.0.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 - hash: - md5: 76bbff344f0134279f225174e9064c8f - sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12 - optional: false - category: main build: h27087fc_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 + sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12 + md5: 76bbff344f0134279f225174e9064c8f + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache size: 281798 timestamp: 1657977462600 -- name: lerc +- kind: conda + name: lerc version: 4.0.0 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=13.0.1' - url: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 - hash: - md5: f9d6a4c82889d5ecedec1d90eb673c55 - sha256: e41790fc0f4089726369b3c7f813117bbc14b533e0ed8b94cf75aba252e82497 - optional: false - category: main - build: hb486fe8_0 + build: h63175ca_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/lerc-4.0.0-h63175ca_0.tar.bz2 + sha256: f4f39d7f6a2f9b407f8fb567a6c25755270421731d70f0ff331f5de4fa367488 + md5: 1900cb3cab5055833cfddb0ba233b074 + depends: + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30037 arch: x86_64 - subdir: osx-64 - build_number: 0 + platform: win license: Apache-2.0 license_family: Apache - size: 290319 - timestamp: 1657977526749 -- name: lerc + size: 194365 + timestamp: 1657977692274 +- kind: conda + name: lerc version: 4.0.0 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=13.0.1' - url: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2 - hash: - md5: de462d5aacda3b30721b512c5da4e742 - sha256: 6f068bb53dfb6147d3147d981bb851bb5477e769407ad4e6a68edf482fdcb958 - optional: false - category: main build: h9a09cb3_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2 + sha256: 6f068bb53dfb6147d3147d981bb851bb5477e769407ad4e6a68edf482fdcb958 + md5: de462d5aacda3b30721b512c5da4e742 + depends: + - libcxx >=13.0.1 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache size: 215721 timestamp: 1657977558796 -- name: lerc +- kind: conda + name: lerc version: 4.0.0 - manager: conda - platform: win-64 - dependencies: - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30037' - url: https://conda.anaconda.org/conda-forge/win-64/lerc-4.0.0-h63175ca_0.tar.bz2 - hash: - md5: 1900cb3cab5055833cfddb0ba233b074 - sha256: f4f39d7f6a2f9b407f8fb567a6c25755270421731d70f0ff331f5de4fa367488 - optional: false - category: main - build: h63175ca_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 194365 - timestamp: 1657977692274 -- name: libabseil - version: '20230125.3' - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20230125.3-cxx17_h59595ed_0.conda - hash: - md5: d1db1b8be7c3a8983dcbbbfe4f0765de - sha256: 3c6fab31ed4dc8428605588454596b307b1bd59d33b0c7073c407ab51408b011 - optional: false - category: main - build: cxx17_h59595ed_0 + build: hb486fe8_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 + sha256: e41790fc0f4089726369b3c7f813117bbc14b533e0ed8b94cf75aba252e82497 + md5: f9d6a4c82889d5ecedec1d90eb673c55 + depends: + - libcxx >=13.0.1 arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - abseil-cpp =20230125.3 - - libabseil-static =20230125.3=cxx17* + platform: osx license: Apache-2.0 license_family: Apache - size: 1240376 - timestamp: 1688112986128 -- name: libabseil + size: 290319 + timestamp: 1657977526749 +- kind: conda + name: libabseil version: '20230125.3' - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20230125.3-cxx17_h000cb23_0.conda - hash: - md5: 1d883cd421a0b0af624c38fa8d043f98 - sha256: 915e61c37e1b57a296bf075c7b7ccf3f08f7cb2e873edf69e3c1b39e895dc61e - optional: false - category: main build: cxx17_h000cb23_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/libabseil-20230125.3-cxx17_h000cb23_0.conda + sha256: 915e61c37e1b57a296bf075c7b7ccf3f08f7cb2e873edf69e3c1b39e895dc61e + md5: 1d883cd421a0b0af624c38fa8d043f98 + depends: + - libcxx >=15.0.7 constrains: - libabseil-static =20230125.3=cxx17* - abseil-cpp =20230125.3 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache size: 1128875 timestamp: 1688113187054 -- name: libabseil +- kind: conda + name: libabseil version: '20230125.3' - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20230125.3-cxx17_h13dd4ca_0.conda - hash: - md5: e9edfc273c30153b3427332e90110422 - sha256: dacf281442b411eb4a4dece69618c247dbaacaa71669ca6631fc924be86ceab8 - optional: false - category: main build: cxx17_h13dd4ca_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libabseil-20230125.3-cxx17_h13dd4ca_0.conda + sha256: dacf281442b411eb4a4dece69618c247dbaacaa71669ca6631fc924be86ceab8 + md5: e9edfc273c30153b3427332e90110422 + depends: + - libcxx >=15.0.7 + constrains: + - libabseil-static =20230125.3=cxx17* + - abseil-cpp =20230125.3 + arch: aarch64 + platform: osx + license: Apache-2.0 + license_family: Apache + size: 1160586 + timestamp: 1688113314656 +- kind: conda + name: libabseil + version: '20230125.3' + build: cxx17_h59595ed_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20230125.3-cxx17_h59595ed_0.conda + sha256: 3c6fab31ed4dc8428605588454596b307b1bd59d33b0c7073c407ab51408b011 + md5: d1db1b8be7c3a8983dcbbbfe4f0765de + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 constrains: - - libabseil-static =20230125.3=cxx17* - abseil-cpp =20230125.3 + - libabseil-static =20230125.3=cxx17* + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache - size: 1160586 - timestamp: 1688113314656 -- name: libabseil + size: 1240376 + timestamp: 1688112986128 +- kind: conda + name: libabseil version: '20230125.3' - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libabseil-20230125.3-cxx17_h63175ca_0.conda - hash: - md5: 219d819db61ee021a82ecee3d69642cd - sha256: d788ab2062bcfa5ae997d36825a403f4aca2cab3e2bfac15158bd0933189736b - optional: false - category: main build: cxx17_h63175ca_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/libabseil-20230125.3-cxx17_h63175ca_0.conda + sha256: d788ab2062bcfa5ae997d36825a403f4aca2cab3e2bfac15158bd0933189736b + md5: 219d819db61ee021a82ecee3d69642cd + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - abseil-cpp =20230125.3 - libabseil-static =20230125.3=cxx17* + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 1504536 timestamp: 1688113294765 -- name: libaec +- kind: conda + name: libaec + version: 1.0.6 + build: hb7217d7_1 + build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.0.6-hb7217d7_1.conda + sha256: 9a2209a30923728fd9c430695a2fea9274ac6d357e6bdfa4c7b5aa52122d9e2c + md5: 4f04770bf6f12d22fb6c1d91a04e0c8c + depends: + - libcxx >=14.0.6 + arch: aarch64 + platform: osx + license: BSD-2-Clause + license_family: BSD + size: 28016 + timestamp: 1673801257939 +- kind: conda + name: libaec version: 1.1.2 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.2-h59595ed_1.conda - hash: - md5: 127b0be54c1c90760d7fe02ea7a56426 - sha256: fdde15e74dc099ab1083823ec0f615958e53d9a8fae10405af977de251668bea - optional: false - category: main build: h59595ed_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libaec-1.1.2-h59595ed_1.conda + sha256: fdde15e74dc099ab1083823ec0f615958e53d9a8fae10405af977de251668bea + md5: 127b0be54c1c90760d7fe02ea7a56426 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD size: 35228 timestamp: 1696474021700 -- name: libaec +- kind: conda + name: libaec version: 1.1.2 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.2-he965462_1.conda - hash: - md5: faa179050abc6af1385e0fe9dd074f91 - sha256: 1b0a0b9b67e8f155ebdc7205a7421c7aff4850a740fc9f88b3fa23282c98ed72 - optional: false - category: main - build: he965462_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: BSD-2-Clause - license_family: BSD - size: 29027 - timestamp: 1696474151758 -- name: libaec - version: 1.0.6 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=14.0.6' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libaec-1.0.6-hb7217d7_1.conda - hash: - md5: 4f04770bf6f12d22fb6c1d91a04e0c8c - sha256: 9a2209a30923728fd9c430695a2fea9274ac6d357e6bdfa4c7b5aa52122d9e2c - optional: false - category: main - build: hb7217d7_1 - arch: aarch64 - subdir: osx-arm64 + build: h63175ca_1 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.2-h63175ca_1.conda + sha256: 731dc77bce7d6425e2113b902023fba146e827cfe301bac565f92cc4e749588a + md5: 0b252d2bf460364bccb1523bcdbe4af6 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD - size: 28016 - timestamp: 1673801257939 -- name: libaec + size: 33554 + timestamp: 1696474526588 +- kind: conda + name: libaec version: 1.1.2 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libaec-1.1.2-h63175ca_1.conda - hash: - md5: 0b252d2bf460364bccb1523bcdbe4af6 - sha256: 731dc77bce7d6425e2113b902023fba146e827cfe301bac565f92cc4e749588a - optional: false - category: main - build: h63175ca_1 - arch: x86_64 - subdir: win-64 + build: he965462_1 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libaec-1.1.2-he965462_1.conda + sha256: 1b0a0b9b67e8f155ebdc7205a7421c7aff4850a740fc9f88b3fa23282c98ed72 + md5: faa179050abc6af1385e0fe9dd074f91 + depends: + - libcxx >=15.0.7 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD - size: 33554 - timestamp: 1696474526588 -- name: libarrow + size: 29027 + timestamp: 1696474151758 +- kind: conda + name: libarrow version: 12.0.1 - manager: conda - platform: linux-64 - dependencies: - aws-crt-cpp: '>=0.23.1,<0.23.2.0a0' - aws-sdk-cpp: '>=1.11.156,<1.11.157.0a0' - bzip2: '>=1.0.8,<2.0a0' - glog: '>=0.6.0,<0.7.0a0' - libabseil: '>=20230125.3,<20230126.0a0' - libbrotlidec: '>=1.1.0,<1.2.0a0' - libbrotlienc: '>=1.1.0,<1.2.0a0' - libgcc-ng: '>=12' - libgoogle-cloud: '>=2.12.0,<2.13.0a0' - libgrpc: '>=1.56.2,<1.57.0a0' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - libstdcxx-ng: '>=12' - libthrift: '>=0.19.0,<0.19.1.0a0' - libutf8proc: '>=2.8.0,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - openssl: '>=3.1.2,<4.0a0' - orc: '>=1.9.0,<1.9.1.0a0' - re2: '>=2023.3.2,<2023.3.3.0a0' - snappy: '>=1.1.10,<2.0a0' - ucx: '>=1.14.0,<1.15.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-12.0.1-h1ed0495_12_cpu.conda - hash: - md5: 31376b61a589dde63f356da5c547d91b - sha256: a27b8d0343c23241403a1bae7b9a717baafdbea9b4bd067ea4906cb0ad9a51ab - optional: false - category: main build: h1ed0495_12_cpu - arch: x86_64 - subdir: linux-64 build_number: 12 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libarrow-12.0.1-h1ed0495_12_cpu.conda + sha256: a27b8d0343c23241403a1bae7b9a717baafdbea9b4bd067ea4906cb0ad9a51ab + md5: 31376b61a589dde63f356da5c547d91b + depends: + - aws-crt-cpp >=0.23.1,<0.23.2.0a0 + - aws-sdk-cpp >=1.11.156,<1.11.157.0a0 + - bzip2 >=1.0.8,<2.0a0 + - glog >=0.6.0,<0.7.0a0 + - libabseil >=20230125.3,<20230126.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 + - libgcc-ng >=12 + - libgoogle-cloud >=2.12.0,<2.13.0a0 + - libgrpc >=1.56.2,<1.57.0a0 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - libstdcxx-ng >=12 + - libthrift >=0.19.0,<0.19.1.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.1.2,<4.0a0 + - orc >=1.9.0,<1.9.1.0a0 + - re2 >=2023.3.2,<2023.3.3.0a0 + - snappy >=1.1.10,<2.0a0 + - ucx >=1.14.0,<1.15.0a0 + - zstd >=1.5.5,<1.6.0a0 constrains: - apache-arrow-proc =*=cpu - parquet-cpp <0.0a0 - arrow-cpp =12.0.1 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE size: 27625529 timestamp: 1694158640270 -- name: libarrow - version: 12.0.1 - manager: conda - platform: osx-64 - dependencies: - aws-crt-cpp: '>=0.23.1,<0.23.2.0a0' - aws-sdk-cpp: '>=1.11.156,<1.11.157.0a0' - bzip2: '>=1.0.8,<2.0a0' - glog: '>=0.6.0,<0.7.0a0' - libabseil: '>=20230125.3,<20230126.0a0' - libbrotlidec: '>=1.1.0,<1.2.0a0' - libbrotlienc: '>=1.1.0,<1.2.0a0' - libcxx: '>=15.0.7' - libgoogle-cloud: '>=2.12.0,<2.13.0a0' - libgrpc: '>=1.56.2,<1.57.0a0' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - libthrift: '>=0.19.0,<0.19.1.0a0' - libutf8proc: '>=2.8.0,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - openssl: '>=3.1.2,<4.0a0' - orc: '>=1.9.0,<1.9.1.0a0' - re2: '>=2023.3.2,<2023.3.3.0a0' - snappy: '>=1.1.10,<2.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-12.0.1-hca2412d_12_cpu.conda - hash: - md5: 66fc847892b968084d025309e41f5786 - sha256: 5204fd4f0a4386c53321ba7418a7c584a071c8b0f245b58f58fc30785fb52c35 - optional: false - category: main - build: hca2412d_12_cpu - arch: x86_64 - subdir: osx-64 - build_number: 12 - constrains: - - arrow-cpp =12.0.1 - - apache-arrow-proc =*=cpu - - parquet-cpp <0.0a0 - license: Apache-2.0 - license_family: APACHE - size: 19874550 - timestamp: 1694159614917 -- name: libarrow +- kind: conda + name: libarrow version: 12.0.1 - manager: conda - platform: osx-arm64 - dependencies: - openssl: '>=3.1.2,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - libgrpc: '>=1.56.2,<1.57.0a0' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - re2: '>=2023.3.2,<2023.3.3.0a0' - aws-sdk-cpp: '>=1.10.57,<1.10.58.0a0' - snappy: '>=1.1.10,<2.0a0' - libgoogle-cloud: '>=2.12.0,<2.13.0a0' - glog: '>=0.6.0,<0.7.0a0' - orc: '>=1.9.0,<1.9.1.0a0' - zstd: '>=1.5.2,<1.6.0a0' - libbrotlidec: '>=1.0.9,<1.1.0a0' - libbrotlienc: '>=1.0.9,<1.1.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - libthrift: '>=0.18.1,<0.18.2.0a0' - aws-crt-cpp: '>=0.21.0,<0.21.1.0a0' - bzip2: '>=1.0.8,<2.0a0' - libcxx: '>=15.0.7' - libabseil: '>=20230125.3,<20230126.0a0' - libutf8proc: '>=2.8.0,<3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-12.0.1-hb74b275_8_cpu.conda - hash: - md5: 050c52a52b5c090a72b86f3d580c2a56 - sha256: 903037d7155bf7c2aaac7fd73ed39c7eed883682ec3b976874a8176531d828b5 - optional: false - category: main build: hb74b275_8_cpu - arch: aarch64 - subdir: osx-arm64 build_number: 8 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libarrow-12.0.1-hb74b275_8_cpu.conda + sha256: 903037d7155bf7c2aaac7fd73ed39c7eed883682ec3b976874a8176531d828b5 + md5: 050c52a52b5c090a72b86f3d580c2a56 + depends: + - openssl >=3.1.2,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - libgrpc >=1.56.2,<1.57.0a0 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - re2 >=2023.3.2,<2023.3.3.0a0 + - aws-sdk-cpp >=1.10.57,<1.10.58.0a0 + - snappy >=1.1.10,<2.0a0 + - libgoogle-cloud >=2.12.0,<2.13.0a0 + - glog >=0.6.0,<0.7.0a0 + - orc >=1.9.0,<1.9.1.0a0 + - zstd >=1.5.2,<1.6.0a0 + - libbrotlidec >=1.0.9,<1.1.0a0 + - libbrotlienc >=1.0.9,<1.1.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - libthrift >=0.18.1,<0.18.2.0a0 + - aws-crt-cpp >=0.21.0,<0.21.1.0a0 + - bzip2 >=1.0.8,<2.0a0 + - libcxx >=15.0.7 + - libabseil >=20230125.3,<20230126.0a0 + - libutf8proc >=2.8.0,<3.0a0 constrains: - apache-arrow-proc =*=cpu - arrow-cpp =12.0.1 - parquet-cpp <0.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE size: 17770766 timestamp: 1691481218036 -- name: libarrow +- kind: conda + name: libarrow version: 12.0.1 - manager: conda - platform: win-64 - dependencies: - aws-crt-cpp: '>=0.23.1,<0.23.2.0a0' - aws-sdk-cpp: '>=1.11.156,<1.11.157.0a0' - bzip2: '>=1.0.8,<2.0a0' - libabseil: '>=20230125.3,<20230126.0a0' - libbrotlidec: '>=1.1.0,<1.2.0a0' - libbrotlienc: '>=1.1.0,<1.2.0a0' - libcrc32c: '>=1.1.2,<1.2.0a0' - libcurl: '>=8.2.1,<9.0a0' - libgoogle-cloud: '>=2.12.0,<2.13.0a0' - libgrpc: '>=1.56.2,<1.57.0a0' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - libthrift: '>=0.19.0,<0.19.1.0a0' - libutf8proc: '>=2.8.0,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - openssl: '>=3.1.2,<4.0a0' - orc: '>=1.9.0,<1.9.1.0a0' - re2: '>=2023.3.2,<2023.3.3.0a0' - snappy: '>=1.1.10,<2.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/win-64/libarrow-12.0.1-hba3d5be_12_cpu.conda - hash: - md5: 6f0d144036b9206386f8ca9403d77c37 - sha256: 12bd9425f5bcfe2445ae874514deaa54adec620192c5cd3d4cfab7fca9fbd231 - optional: false - category: main build: hba3d5be_12_cpu - arch: x86_64 - subdir: win-64 build_number: 12 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libarrow-12.0.1-hba3d5be_12_cpu.conda + sha256: 12bd9425f5bcfe2445ae874514deaa54adec620192c5cd3d4cfab7fca9fbd231 + md5: 6f0d144036b9206386f8ca9403d77c37 + depends: + - aws-crt-cpp >=0.23.1,<0.23.2.0a0 + - aws-sdk-cpp >=1.11.156,<1.11.157.0a0 + - bzip2 >=1.0.8,<2.0a0 + - libabseil >=20230125.3,<20230126.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.2.1,<9.0a0 + - libgoogle-cloud >=2.12.0,<2.13.0a0 + - libgrpc >=1.56.2,<1.57.0a0 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - libthrift >=0.19.0,<0.19.1.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.1.2,<4.0a0 + - orc >=1.9.0,<1.9.1.0a0 + - re2 >=2023.3.2,<2023.3.3.0a0 + - snappy >=1.1.10,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.5,<1.6.0a0 constrains: - arrow-cpp =12.0.1 - apache-arrow-proc =*=cpu - parquet-cpp <0.0a0 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE size: 16492252 timestamp: 1694159168613 -- name: libavif +- kind: conda + name: libarrow + version: 12.0.1 + build: hca2412d_12_cpu + build_number: 12 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libarrow-12.0.1-hca2412d_12_cpu.conda + sha256: 5204fd4f0a4386c53321ba7418a7c584a071c8b0f245b58f58fc30785fb52c35 + md5: 66fc847892b968084d025309e41f5786 + depends: + - aws-crt-cpp >=0.23.1,<0.23.2.0a0 + - aws-sdk-cpp >=1.11.156,<1.11.157.0a0 + - bzip2 >=1.0.8,<2.0a0 + - glog >=0.6.0,<0.7.0a0 + - libabseil >=20230125.3,<20230126.0a0 + - libbrotlidec >=1.1.0,<1.2.0a0 + - libbrotlienc >=1.1.0,<1.2.0a0 + - libcxx >=15.0.7 + - libgoogle-cloud >=2.12.0,<2.13.0a0 + - libgrpc >=1.56.2,<1.57.0a0 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - libthrift >=0.19.0,<0.19.1.0a0 + - libutf8proc >=2.8.0,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - openssl >=3.1.2,<4.0a0 + - orc >=1.9.0,<1.9.1.0a0 + - re2 >=2023.3.2,<2023.3.3.0a0 + - snappy >=1.1.10,<2.0a0 + - zstd >=1.5.5,<1.6.0a0 + constrains: + - arrow-cpp =12.0.1 + - apache-arrow-proc =*=cpu + - parquet-cpp <0.0a0 + arch: x86_64 + platform: osx + license: Apache-2.0 + license_family: APACHE + size: 19874550 + timestamp: 1694159614917 +- kind: conda + name: libavif version: 0.11.1 - manager: conda - platform: osx-arm64 - dependencies: - aom: '>=3.5.0,<3.6.0a0' - dav1d: '>=1.2.1,<1.2.2.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libavif-0.11.1-h9f83d30_2.conda - hash: - md5: 868373284a509437a328d90ad6a5e460 - sha256: 5483c8d9465e114e66d55b4361fce56a963333da13dc731f8657033b7d9237e8 - optional: false - category: main build: h9f83d30_2 - arch: aarch64 - subdir: osx-arm64 build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libavif-0.11.1-h9f83d30_2.conda + sha256: 5483c8d9465e114e66d55b4361fce56a963333da13dc731f8657033b7d9237e8 + md5: 868373284a509437a328d90ad6a5e460 + depends: + - aom >=3.5.0,<3.6.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + arch: aarch64 + platform: osx license: BSD-2-Clause license_family: BSD size: 88849 timestamp: 1685725242079 -- name: libavif +- kind: conda + name: libavif version: 1.0.1 - manager: conda - platform: win-64 - dependencies: - aom: '>=3.6.1,<3.7.0a0' - dav1d: '>=1.2.1,<1.2.2.0a0' - rav1e: '>=0.6.6,<1.0a0' - svt-av1: '>=1.7.0,<1.7.1.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libavif-1.0.1-hea6d26e_2.conda - hash: - md5: 1918816aea4a3e32fe87074ed84c1ea6 - sha256: 51e37974cd5ff95d8234582fa6210dadc1ed12b9be6641352f87a8d8b560a383 - optional: false - category: main build: hea6d26e_2 - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libavif-1.0.1-hea6d26e_2.conda + sha256: 51e37974cd5ff95d8234582fa6210dadc1ed12b9be6641352f87a8d8b560a383 + md5: 1918816aea4a3e32fe87074ed84c1ea6 + depends: + - aom >=3.6.1,<3.7.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=1.7.0,<1.7.1.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD size: 1854589 timestamp: 1696226373520 -- name: libavif16 +- kind: conda + name: libavif16 version: 1.0.1 - manager: conda - platform: linux-64 - dependencies: - aom: '>=3.6.1,<3.7.0a0' - dav1d: '>=1.2.1,<1.2.2.0a0' - libgcc-ng: '>=12' - rav1e: '>=0.6.6,<1.0a0' - svt-av1: '>=1.7.0,<1.7.1.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.0.1-h87da1f6_2.conda - hash: - md5: 0281e5f0887a512d7cc2a843173ca243 - sha256: 267fa8bc6111598415b1cc35d07fe16a8907a8f3edacd9e1c117b5d73655133a - optional: false - category: main - build: h87da1f6_2 - arch: x86_64 - subdir: linux-64 + build: h4fa63ff_2 build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.0.1-h4fa63ff_2.conda + sha256: c4f5475072e6a85dc1e6aebb06b827fddc8fc6d1efb43395e631591015006f27 + md5: 723d30a68c56a461e4e32792e957076a + depends: + - aom >=3.6.1,<3.7.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=1.7.0,<1.7.1.0a0 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD - size: 95735 - timestamp: 1696226088455 -- name: libavif16 + size: 90385 + timestamp: 1696226305985 +- kind: conda + name: libavif16 version: 1.0.1 - manager: conda - platform: osx-64 - dependencies: - aom: '>=3.6.1,<3.7.0a0' - dav1d: '>=1.2.1,<1.2.2.0a0' - rav1e: '>=0.6.6,<1.0a0' - svt-av1: '>=1.7.0,<1.7.1.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libavif16-1.0.1-h4fa63ff_2.conda - hash: - md5: 723d30a68c56a461e4e32792e957076a - sha256: c4f5475072e6a85dc1e6aebb06b827fddc8fc6d1efb43395e631591015006f27 - optional: false - category: main - build: h4fa63ff_2 - arch: x86_64 - subdir: osx-64 + build: h87da1f6_2 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libavif16-1.0.1-h87da1f6_2.conda + sha256: 267fa8bc6111598415b1cc35d07fe16a8907a8f3edacd9e1c117b5d73655133a + md5: 0281e5f0887a512d7cc2a843173ca243 + depends: + - aom >=3.6.1,<3.7.0a0 + - dav1d >=1.2.1,<1.2.2.0a0 + - libgcc-ng >=12 + - rav1e >=0.6.6,<1.0a0 + - svt-av1 >=1.7.0,<1.7.1.0a0 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD - size: 90385 - timestamp: 1696226305985 -- name: libblas + size: 95735 + timestamp: 1696226088455 +- kind: conda + name: libblas + version: 3.9.0 + build: 17_osxarm64_openblas + build_number: 17 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-17_osxarm64_openblas.conda + sha256: 76c68d59491b449b7608fb5e4a86f3c292c01cf487ce47288a22fc7001a6b150 + md5: 2597bd39632ec57ef3f5ac14865dca09 + depends: + - libopenblas >=0.3.23,<1.0a0 + constrains: + - libcblas 3.9.0 17_osxarm64_openblas + - liblapacke 3.9.0 17_osxarm64_openblas + - blas * openblas + - liblapack 3.9.0 17_osxarm64_openblas + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 14715 + timestamp: 1685931044178 +- kind: conda + name: libblas version: 3.9.0 - manager: conda - platform: linux-64 - dependencies: - libopenblas: '>=0.3.24,<1.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-19_linux64_openblas.conda - hash: - md5: 420f4e9be59d0dc9133a0f43f7bab3f3 - sha256: b1311b9414559c5760b08a32e0382ca27fa302c967968aa6f78e042519f728ce - optional: false - category: main build: 19_linux64_openblas - arch: x86_64 - subdir: linux-64 build_number: 19 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-19_linux64_openblas.conda + sha256: b1311b9414559c5760b08a32e0382ca27fa302c967968aa6f78e042519f728ce + md5: 420f4e9be59d0dc9133a0f43f7bab3f3 + depends: + - libopenblas >=0.3.24,<1.0a0 constrains: - blas * openblas - libcblas 3.9.0 19_linux64_openblas - liblapack 3.9.0 19_linux64_openblas - liblapacke 3.9.0 19_linux64_openblas + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 14566 timestamp: 1697484219912 -- name: libblas +- kind: conda + name: libblas version: 3.9.0 - manager: conda - platform: osx-64 - dependencies: - libopenblas: '>=0.3.24,<1.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-19_osx64_openblas.conda - hash: - md5: e932b99c38915fa2ee252cdff6ea1f01 - sha256: c2c96103aa23a65f45b76716df49940cb0722258d3e0416f8fa06ade02464b23 - optional: false - category: main build: 19_osx64_openblas - arch: x86_64 - subdir: osx-64 build_number: 19 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libblas-3.9.0-19_osx64_openblas.conda + sha256: c2c96103aa23a65f45b76716df49940cb0722258d3e0416f8fa06ade02464b23 + md5: e932b99c38915fa2ee252cdff6ea1f01 + depends: + - libopenblas >=0.3.24,<1.0a0 constrains: - liblapacke 3.9.0 19_osx64_openblas - libcblas 3.9.0 19_osx64_openblas - liblapack 3.9.0 19_osx64_openblas - blas * openblas + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 14812 timestamp: 1697484725085 -- name: libblas - version: 3.9.0 - manager: conda - platform: osx-arm64 - dependencies: - libopenblas: '>=0.3.23,<1.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libblas-3.9.0-17_osxarm64_openblas.conda - hash: - md5: 2597bd39632ec57ef3f5ac14865dca09 - sha256: 76c68d59491b449b7608fb5e4a86f3c292c01cf487ce47288a22fc7001a6b150 - optional: false - category: main - build: 17_osxarm64_openblas - arch: aarch64 - subdir: osx-arm64 - build_number: 17 - constrains: - - libcblas 3.9.0 17_osxarm64_openblas - - liblapacke 3.9.0 17_osxarm64_openblas - - blas * openblas - - liblapack 3.9.0 17_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14715 - timestamp: 1685931044178 -- name: libblas +- kind: conda + name: libblas version: 3.9.0 - manager: conda - platform: win-64 - dependencies: - mkl: ==2023.2.0 h6a75c08_50496 - url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-19_win64_mkl.conda - hash: - md5: 4f8a1a63cfbf74bc7b2813d9c6c205be - sha256: 915eae5e0dedbf87733a0b8c6f410678c77111a3fb26ca0a272e11ff979e7ef2 - optional: false - category: main build: 19_win64_mkl - arch: x86_64 - subdir: win-64 build_number: 19 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libblas-3.9.0-19_win64_mkl.conda + sha256: 915eae5e0dedbf87733a0b8c6f410678c77111a3fb26ca0a272e11ff979e7ef2 + md5: 4f8a1a63cfbf74bc7b2813d9c6c205be + depends: + - mkl ==2023.2.0 h6a75c08_50496 constrains: - liblapack 3.9.0 19_win64_mkl - libcblas 3.9.0 19_win64_mkl - liblapacke 3.9.0 19_win64_mkl - blas * mkl + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 4984180 timestamp: 1697485304263 -- name: libbrotlicommon - version: 1.1.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda - hash: - md5: aec6c91c7371c26392a06708a73c70e5 - sha256: 40f29d1fab92c847b083739af86ad2f36d8154008cf99b64194e4705a1725d78 - optional: false - category: main - build: hd590300_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 +- kind: conda + name: libbrotlicommon + version: 1.0.9 + build: h1a8c8d9_9 + build_number: 9 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.0.9-h1a8c8d9_9.conda + sha256: 53f4a6cc4f5795adf33fda00b86a0e91513c534ae44859754e9c07954d3a7148 + md5: 82354022c67480c61419b6e47377af89 + arch: aarch64 + platform: osx license: MIT license_family: MIT - size: 69403 - timestamp: 1695990007212 -- name: libbrotlicommon + size: 70285 + timestamp: 1687884697998 +- kind: conda + name: libbrotlicommon version: 1.1.0 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h0dc2134_1.conda - hash: - md5: 9e6c31441c9aa24e41ace40d6151aab6 - sha256: f57c57c442ef371982619f82af8735f93a4f50293022cfd1ffaf2ff89c2e0b2a - optional: false - category: main build: h0dc2134_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlicommon-1.1.0-h0dc2134_1.conda + sha256: f57c57c442ef371982619f82af8735f93a4f50293022cfd1ffaf2ff89c2e0b2a + md5: 9e6c31441c9aa24e41ace40d6151aab6 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 67476 timestamp: 1695990207321 -- name: libbrotlicommon - version: 1.0.9 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.0.9-h1a8c8d9_9.conda - hash: - md5: 82354022c67480c61419b6e47377af89 - sha256: 53f4a6cc4f5795adf33fda00b86a0e91513c534ae44859754e9c07954d3a7148 - optional: false - category: main - build: h1a8c8d9_9 - arch: aarch64 - subdir: osx-arm64 - build_number: 9 - license: MIT - license_family: MIT - size: 70285 - timestamp: 1687884697998 -- name: libbrotlicommon +- kind: conda + name: libbrotlicommon version: 1.1.0 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-hcfcfb64_1.conda - hash: - md5: f77f319fb82980166569e1280d5b2864 - sha256: f75fed29b0cc503d1b149a4945eaa32df56e19da5e2933de29e8f03947203709 - optional: false - category: main build: hcfcfb64_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libbrotlicommon-1.1.0-hcfcfb64_1.conda + sha256: f75fed29b0cc503d1b149a4945eaa32df56e19da5e2933de29e8f03947203709 + md5: f77f319fb82980166569e1280d5b2864 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 70598 timestamp: 1695990405143 -- name: libbrotlidec +- kind: conda + name: libbrotlicommon version: 1.1.0 - manager: conda - platform: linux-64 - dependencies: - libbrotlicommon: ==1.1.0 hd590300_1 - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda - hash: - md5: f07002e225d7a60a694d42a7bf5ff53f - sha256: 86fc861246fbe5ad85c1b6b3882aaffc89590a48b42d794d3d5c8e6d99e5f926 - optional: false - category: main build: hd590300_1 - arch: x86_64 - subdir: linux-64 build_number: 1 - license: MIT - license_family: MIT - size: 32775 - timestamp: 1695990022788 -- name: libbrotlidec - version: 1.1.0 - manager: conda - platform: osx-64 - dependencies: - libbrotlicommon: ==1.1.0 h0dc2134_1 - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h0dc2134_1.conda - hash: - md5: 9ee0bab91b2ca579e10353738be36063 - sha256: b11939c4c93c29448660ab5f63273216969d1f2f315dd9be60f3c43c4e61a50c - optional: false - category: main - build: h0dc2134_1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.1.0-hd590300_1.conda + sha256: 40f29d1fab92c847b083739af86ad2f36d8154008cf99b64194e4705a1725d78 + md5: aec6c91c7371c26392a06708a73c70e5 + depends: + - libgcc-ng >=12 arch: x86_64 - subdir: osx-64 - build_number: 1 + platform: linux license: MIT license_family: MIT - size: 30327 - timestamp: 1695990232422 -- name: libbrotlidec + size: 69403 + timestamp: 1695990007212 +- kind: conda + name: libbrotlidec version: 1.0.9 - manager: conda - platform: osx-arm64 - dependencies: - libbrotlicommon: ==1.0.9 h1a8c8d9_9 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.0.9-h1a8c8d9_9.conda - hash: - md5: af03c66e8cb688221bdc9e2b0faaa2bf - sha256: 2de613dcccbbe40f90a256784ab23f7292aaa0985642ca35496cb9c177d8220b - optional: false - category: main build: h1a8c8d9_9 - arch: aarch64 - subdir: osx-arm64 build_number: 9 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.0.9-h1a8c8d9_9.conda + sha256: 2de613dcccbbe40f90a256784ab23f7292aaa0985642ca35496cb9c177d8220b + md5: af03c66e8cb688221bdc9e2b0faaa2bf + depends: + - libbrotlicommon ==1.0.9 h1a8c8d9_9 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 29129 + timestamp: 1687884725821 +- kind: conda + name: libbrotlidec + version: 1.1.0 + build: h0dc2134_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlidec-1.1.0-h0dc2134_1.conda + sha256: b11939c4c93c29448660ab5f63273216969d1f2f315dd9be60f3c43c4e61a50c + md5: 9ee0bab91b2ca579e10353738be36063 + depends: + - libbrotlicommon ==1.1.0 h0dc2134_1 + arch: x86_64 + platform: osx license: MIT license_family: MIT - size: 29129 - timestamp: 1687884725821 -- name: libbrotlidec + size: 30327 + timestamp: 1695990232422 +- kind: conda + name: libbrotlidec version: 1.1.0 - manager: conda - platform: win-64 - dependencies: - libbrotlicommon: ==1.1.0 hcfcfb64_1 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda - hash: - md5: 19ce3e1dacc7912b3d6ff40690ba9ae0 - sha256: 1b352ee05931ea24c11cd4a994d673890fd1cc690c21e023e736bdaac2632e93 - optional: false - category: main build: hcfcfb64_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libbrotlidec-1.1.0-hcfcfb64_1.conda + sha256: 1b352ee05931ea24c11cd4a994d673890fd1cc690c21e023e736bdaac2632e93 + md5: 19ce3e1dacc7912b3d6ff40690ba9ae0 + depends: + - libbrotlicommon ==1.1.0 hcfcfb64_1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 32788 timestamp: 1695990443165 -- name: libbrotlienc +- kind: conda + name: libbrotlidec version: 1.1.0 - manager: conda - platform: linux-64 - dependencies: - libbrotlicommon: ==1.1.0 hd590300_1 - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda - hash: - md5: 5fc11c6020d421960607d821310fcd4d - sha256: f751b8b1c4754a2a8dfdc3b4040fa7818f35bbf6b10e905a47d3a194b746b071 - optional: false - category: main build: hd590300_1 - arch: x86_64 - subdir: linux-64 build_number: 1 - license: MIT - license_family: MIT - size: 282523 - timestamp: 1695990038302 -- name: libbrotlienc - version: 1.1.0 - manager: conda - platform: osx-64 - dependencies: - libbrotlicommon: ==1.1.0 h0dc2134_1 - url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h0dc2134_1.conda - hash: - md5: 8a421fe09c6187f0eb5e2338a8a8be6d - sha256: bc964c23e1a60ca1afe7bac38a9c1f2af3db4a8072c9f2eac4e4de537a844ac7 - optional: false - category: main - build: h0dc2134_1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.1.0-hd590300_1.conda + sha256: 86fc861246fbe5ad85c1b6b3882aaffc89590a48b42d794d3d5c8e6d99e5f926 + md5: f07002e225d7a60a694d42a7bf5ff53f + depends: + - libbrotlicommon ==1.1.0 hd590300_1 + - libgcc-ng >=12 arch: x86_64 - subdir: osx-64 - build_number: 1 + platform: linux license: MIT license_family: MIT - size: 299092 - timestamp: 1695990259225 -- name: libbrotlienc + size: 32775 + timestamp: 1695990022788 +- kind: conda + name: libbrotlienc version: 1.0.9 - manager: conda - platform: osx-arm64 - dependencies: - libbrotlicommon: ==1.0.9 h1a8c8d9_9 - url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.0.9-h1a8c8d9_9.conda - hash: - md5: 8231f81e72b1113eb2ed8d2586c82691 - sha256: 37e766c0b87d06637bdfc68e072c227ce2dac82b81d26b5f9ac57fb948e2e2b7 - optional: false - category: main build: h1a8c8d9_9 - arch: aarch64 - subdir: osx-arm64 build_number: 9 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.0.9-h1a8c8d9_9.conda + sha256: 37e766c0b87d06637bdfc68e072c227ce2dac82b81d26b5f9ac57fb948e2e2b7 + md5: 8231f81e72b1113eb2ed8d2586c82691 + depends: + - libbrotlicommon ==1.0.9 h1a8c8d9_9 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 263314 timestamp: 1687884758242 -- name: libbrotlienc +- kind: conda + name: libbrotlienc version: 1.1.0 - manager: conda - platform: win-64 - dependencies: - libbrotlicommon: ==1.1.0 hcfcfb64_1 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda - hash: - md5: 71e890a0b361fd58743a13f77e1506b7 - sha256: eae6b76154e594c6d211160c6d1aeed848672618152a562e0eabdfa641d34aca - optional: false - category: main - build: hcfcfb64_1 + build: h0dc2134_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libbrotlienc-1.1.0-h0dc2134_1.conda + sha256: bc964c23e1a60ca1afe7bac38a9c1f2af3db4a8072c9f2eac4e4de537a844ac7 + md5: 8a421fe09c6187f0eb5e2338a8a8be6d + depends: + - libbrotlicommon ==1.1.0 h0dc2134_1 arch: x86_64 - subdir: win-64 + platform: osx + license: MIT + license_family: MIT + size: 299092 + timestamp: 1695990259225 +- kind: conda + name: libbrotlienc + version: 1.1.0 + build: hcfcfb64_1 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libbrotlienc-1.1.0-hcfcfb64_1.conda + sha256: eae6b76154e594c6d211160c6d1aeed848672618152a562e0eabdfa641d34aca + md5: 71e890a0b361fd58743a13f77e1506b7 + depends: + - libbrotlicommon ==1.1.0 hcfcfb64_1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 246515 timestamp: 1695990479484 -- name: libcblas +- kind: conda + name: libbrotlienc + version: 1.1.0 + build: hd590300_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.1.0-hd590300_1.conda + sha256: f751b8b1c4754a2a8dfdc3b4040fa7818f35bbf6b10e905a47d3a194b746b071 + md5: 5fc11c6020d421960607d821310fcd4d + depends: + - libbrotlicommon ==1.1.0 hd590300_1 + - libgcc-ng >=12 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + size: 282523 + timestamp: 1695990038302 +- kind: conda + name: libcblas + version: 3.9.0 + build: 17_osxarm64_openblas + build_number: 17 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-17_osxarm64_openblas.conda + sha256: d5828db3a507790582815aaf44d54ed6bb07dfce4fd25f92e34b2eb31378a372 + md5: cf6f9ca46e3db6b2437024df14046b48 + depends: + - libblas ==3.9.0 17_osxarm64_openblas + constrains: + - liblapacke 3.9.0 17_osxarm64_openblas + - blas * openblas + - liblapack 3.9.0 17_osxarm64_openblas + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 14629 + timestamp: 1685931056087 +- kind: conda + name: libcblas version: 3.9.0 - manager: conda - platform: linux-64 - dependencies: - libblas: ==3.9.0 19_linux64_openblas - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-19_linux64_openblas.conda - hash: - md5: d12374af44575413fbbd4a217d46ea33 - sha256: 84fddccaf58f42b07af7fb42512bd617efcb072f17bdef27f4c1884dbd33c86a - optional: false - category: main build: 19_linux64_openblas - arch: x86_64 - subdir: linux-64 build_number: 19 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-19_linux64_openblas.conda + sha256: 84fddccaf58f42b07af7fb42512bd617efcb072f17bdef27f4c1884dbd33c86a + md5: d12374af44575413fbbd4a217d46ea33 + depends: + - libblas ==3.9.0 19_linux64_openblas constrains: - blas * openblas - liblapack 3.9.0 19_linux64_openblas - liblapacke 3.9.0 19_linux64_openblas + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 14458 timestamp: 1697484230827 -- name: libcblas +- kind: conda + name: libcblas version: 3.9.0 - manager: conda - platform: osx-64 - dependencies: - libblas: ==3.9.0 19_osx64_openblas - url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-19_osx64_openblas.conda - hash: - md5: 40e412c219ad8cf87ba664466071bcf6 - sha256: 70afde49736007bbb804d126a3983ba1fa04383006aae416a2971d538e274427 - optional: false - category: main build: 19_osx64_openblas - arch: x86_64 - subdir: osx-64 build_number: 19 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libcblas-3.9.0-19_osx64_openblas.conda + sha256: 70afde49736007bbb804d126a3983ba1fa04383006aae416a2971d538e274427 + md5: 40e412c219ad8cf87ba664466071bcf6 + depends: + - libblas ==3.9.0 19_osx64_openblas constrains: - liblapack 3.9.0 19_osx64_openblas - liblapacke 3.9.0 19_osx64_openblas - blas * openblas + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 14717 timestamp: 1697484740520 -- name: libcblas - version: 3.9.0 - manager: conda - platform: osx-arm64 - dependencies: - libblas: ==3.9.0 17_osxarm64_openblas - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcblas-3.9.0-17_osxarm64_openblas.conda - hash: - md5: cf6f9ca46e3db6b2437024df14046b48 - sha256: d5828db3a507790582815aaf44d54ed6bb07dfce4fd25f92e34b2eb31378a372 - optional: false - category: main - build: 17_osxarm64_openblas - arch: aarch64 - subdir: osx-arm64 - build_number: 17 - constrains: - - liblapacke 3.9.0 17_osxarm64_openblas - - blas * openblas - - liblapack 3.9.0 17_osxarm64_openblas - license: BSD-3-Clause - license_family: BSD - size: 14629 - timestamp: 1685931056087 -- name: libcblas +- kind: conda + name: libcblas version: 3.9.0 - manager: conda - platform: win-64 - dependencies: - libblas: ==3.9.0 19_win64_mkl - url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-19_win64_mkl.conda - hash: - md5: 1b9ede5cff953aa1a5f4d9f8ec644972 - sha256: 66c8934bf8ead1e3ab3653155697a7d70878e96115742b681aac16d9bd25dd3d - optional: false - category: main build: 19_win64_mkl - arch: x86_64 - subdir: win-64 build_number: 19 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libcblas-3.9.0-19_win64_mkl.conda + sha256: 66c8934bf8ead1e3ab3653155697a7d70878e96115742b681aac16d9bd25dd3d + md5: 1b9ede5cff953aa1a5f4d9f8ec644972 + depends: + - libblas ==3.9.0 19_win64_mkl constrains: - liblapack 3.9.0 19_win64_mkl - liblapacke 3.9.0 19_win64_mkl - blas * mkl + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 4984046 timestamp: 1697485351545 -- name: libcrc32c +- kind: conda + name: libcrc32c version: 1.1.2 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.4.0' - libstdcxx-ng: '>=9.4.0' - url: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 - hash: - md5: c965a5aa0d5c1c37ffc62dff36e28400 - sha256: fd1d153962764433fe6233f34a72cdeed5dcf8a883a85769e8295ce940b5b0c5 - optional: false - category: main - build: h9c3ff4c_0 + build: h0e60522_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 + sha256: 75e60fbe436ba8a11c170c89af5213e8bec0418f88b7771ab7e3d9710b70c54e + md5: cd4cc2d0c610c8cb5419ccc979f2d6ce + depends: + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - size: 20440 - timestamp: 1633683576494 -- name: libcrc32c + size: 25694 + timestamp: 1633684287072 +- kind: conda + name: libcrc32c version: 1.1.2 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=11.1.0' - url: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 - hash: - md5: 23d6d5a69918a438355d7cbc4c3d54c9 - sha256: 3043869ac1ee84554f177695e92f2f3c2c507b260edad38a0bf3981fce1632ff - optional: false - category: main - build: he49afe7_0 + build: h9c3ff4c_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 + sha256: fd1d153962764433fe6233f34a72cdeed5dcf8a883a85769e8295ce940b5b0c5 + md5: c965a5aa0d5c1c37ffc62dff36e28400 + depends: + - libgcc-ng >=9.4.0 + - libstdcxx-ng >=9.4.0 arch: x86_64 - subdir: osx-64 - build_number: 0 + platform: linux license: BSD-3-Clause license_family: BSD - size: 20128 - timestamp: 1633683906221 -- name: libcrc32c + size: 20440 + timestamp: 1633683576494 +- kind: conda + name: libcrc32c version: 1.1.2 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=11.1.0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 - hash: - md5: 32bd82a6a625ea6ce090a81c3d34edeb - sha256: 58477b67cc719060b5b069ba57161e20ba69b8695d154a719cb4b60caf577929 - optional: false - category: main build: hbdafb3b_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 + sha256: 58477b67cc719060b5b069ba57161e20ba69b8695d154a719cb4b60caf577929 + md5: 32bd82a6a625ea6ce090a81c3d34edeb + depends: + - libcxx >=11.1.0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD size: 18765 timestamp: 1633683992603 -- name: libcrc32c +- kind: conda + name: libcrc32c version: 1.1.2 - manager: conda - platform: win-64 - dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' - url: https://conda.anaconda.org/conda-forge/win-64/libcrc32c-1.1.2-h0e60522_0.tar.bz2 - hash: - md5: cd4cc2d0c610c8cb5419ccc979f2d6ce - sha256: 75e60fbe436ba8a11c170c89af5213e8bec0418f88b7771ab7e3d9710b70c54e - optional: false - category: main - build: h0e60522_0 + build: he49afe7_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 + sha256: 3043869ac1ee84554f177695e92f2f3c2c507b260edad38a0bf3981fce1632ff + md5: 23d6d5a69918a438355d7cbc4c3d54c9 + depends: + - libcxx >=11.1.0 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: osx license: BSD-3-Clause license_family: BSD - size: 25694 - timestamp: 1633684287072 -- name: libcups + size: 20128 + timestamp: 1633683906221 +- kind: conda + name: libcups version: 2.3.3 - manager: conda - platform: linux-64 - dependencies: - krb5: '>=1.21.1,<1.22.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h4637d8d_4.conda - hash: - md5: d4529f4dff3057982a7617c7ac58fde3 - sha256: bc67b9b21078c99c6bd8595fe7e1ed6da1f721007726e717f0449de7032798c4 - optional: false - category: main build: h4637d8d_4 - arch: x86_64 - subdir: linux-64 build_number: 4 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h4637d8d_4.conda + sha256: bc67b9b21078c99c6bd8595fe7e1ed6da1f721007726e717f0449de7032798c4 + md5: d4529f4dff3057982a7617c7ac58fde3 + depends: + - krb5 >=1.21.1,<1.22.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache size: 4519402 timestamp: 1689195353551 -- name: libcurl - version: 8.4.0 - manager: conda - platform: linux-64 - dependencies: - krb5: '>=1.21.2,<1.22.0a0' - libgcc-ng: '>=12' - libnghttp2: '>=1.52.0,<2.0a0' - libssh2: '>=1.11.0,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.4.0-hca28451_0.conda - hash: - md5: 1158ac1d2613b28685644931f11ee807 - sha256: 25f4b6a8827d7b17a66e0bd9b5d194bf9a9e4a46fb14e2ef472fdad4b39426a6 - optional: false - category: main - build: hca28451_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 +- kind: conda + name: libcurl + version: 8.2.1 + build: hc52a3a8_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.2.1-hc52a3a8_0.conda + sha256: 9f9791b3bc7bd3a6ba14c9369cc99931e934d6a29863de5ba29b5dfc1abcdce8 + md5: 10cd3b7e1c73a47bb36d2cdce4504222 + depends: + - libssh2 >=1.11.0,<2.0a0 + - libnghttp2 >=1.52.0,<2.0a0 + - openssl >=3.1.1,<4.0a0 + - krb5 >=1.21.1,<1.22.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - zstd >=1.5.2,<1.6.0a0 + arch: aarch64 + platform: osx license: curl license_family: MIT - size: 386160 - timestamp: 1697009208544 -- name: libcurl + size: 346914 + timestamp: 1690401885066 +- kind: conda + name: libcurl version: 8.4.0 - manager: conda - platform: osx-64 - dependencies: - krb5: '>=1.21.2,<1.22.0a0' - libnghttp2: '>=1.52.0,<2.0a0' - libssh2: '>=1.11.0,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.4.0-h726d00d_0.conda - hash: - md5: 2c17b4dedf0039736951471f493353bd - sha256: cd3400ecb42fc420acb18e2d836535c44ebd501ebeb4e0bf3830776e9b4ca650 - optional: false - category: main build: h726d00d_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.4.0-h726d00d_0.conda + sha256: cd3400ecb42fc420acb18e2d836535c44ebd501ebeb4e0bf3830776e9b4ca650 + md5: 2c17b4dedf0039736951471f493353bd + depends: + - krb5 >=1.21.2,<1.22.0a0 + - libnghttp2 >=1.52.0,<2.0a0 + - libssh2 >=1.11.0,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 + - zstd >=1.5.5,<1.6.0a0 + arch: x86_64 + platform: osx license: curl license_family: MIT size: 366039 timestamp: 1697009485409 -- name: libcurl - version: 8.2.1 - manager: conda - platform: osx-arm64 - dependencies: - libssh2: '>=1.11.0,<2.0a0' - libnghttp2: '>=1.52.0,<2.0a0' - openssl: '>=3.1.1,<4.0a0' - krb5: '>=1.21.1,<1.22.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - zstd: '>=1.5.2,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.2.1-hc52a3a8_0.conda - hash: - md5: 10cd3b7e1c73a47bb36d2cdce4504222 - sha256: 9f9791b3bc7bd3a6ba14c9369cc99931e934d6a29863de5ba29b5dfc1abcdce8 - optional: false - category: main - build: hc52a3a8_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 +- kind: conda + name: libcurl + version: 8.4.0 + build: hca28451_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.4.0-hca28451_0.conda + sha256: 25f4b6a8827d7b17a66e0bd9b5d194bf9a9e4a46fb14e2ef472fdad4b39426a6 + md5: 1158ac1d2613b28685644931f11ee807 + depends: + - krb5 >=1.21.2,<1.22.0a0 + - libgcc-ng >=12 + - libnghttp2 >=1.52.0,<2.0a0 + - libssh2 >=1.11.0,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 + - zstd >=1.5.5,<1.6.0a0 + arch: x86_64 + platform: linux license: curl license_family: MIT - size: 346914 - timestamp: 1690401885066 -- name: libcurl + size: 386160 + timestamp: 1697009208544 +- kind: conda + name: libcurl version: 8.4.0 - manager: conda - platform: win-64 - dependencies: - krb5: '>=1.21.2,<1.22.0a0' - libssh2: '>=1.11.0,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.4.0-hd5e4a3a_0.conda - hash: - md5: 13e4e3824a0212103330f57058601c21 - sha256: f1367d8a3f115ee4c16ea4bcc313c21009decb0217f65d3bb94618939c518a71 - optional: false - category: main build: hd5e4a3a_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.4.0-hd5e4a3a_0.conda + sha256: f1367d8a3f115ee4c16ea4bcc313c21009decb0217f65d3bb94618939c518a71 + md5: 13e4e3824a0212103330f57058601c21 + depends: + - krb5 >=1.21.2,<1.22.0a0 + - libssh2 >=1.11.0,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: curl license_family: MIT size: 321118 timestamp: 1697009866852 -- name: libcxx - version: 16.0.6 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda - hash: - md5: 7d6972792161077908b62971802f289a - sha256: 9063271847cf05f3a6cc6cae3e7f0ced032ab5f3a3c9d3f943f876f39c5c2549 - optional: false - category: main - build: hd57cbcb_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 1142172 - timestamp: 1686896907750 -- name: libcxx +- kind: conda + name: libcxx version: 16.0.6 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda - hash: - md5: 9d7d724faf0413bf1dbc5a85935700c8 - sha256: 11d3fb51c14832d9e4f6d84080a375dec21ea8a3a381a1910e67ff9cedc20355 - optional: false - category: main build: h4653b0c_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda + sha256: 11d3fb51c14832d9e4f6d84080a375dec21ea8a3a381a1910e67ff9cedc20355 + md5: 9d7d724faf0413bf1dbc5a85935700c8 + arch: aarch64 + platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 1160232 timestamp: 1686896993785 -- name: libdeflate - version: '1.19' - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.19-hd590300_0.conda - hash: - md5: 1635570038840ee3f9c71d22aa5b8b6d - sha256: 985ad27aa0ba7aad82afa88a8ede6a1aacb0aaca950d710f15d85360451e72fd - optional: false - category: main - build: hd590300_0 +- kind: conda + name: libcxx + version: 16.0.6 + build: hd57cbcb_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda + sha256: 9063271847cf05f3a6cc6cae3e7f0ced032ab5f3a3c9d3f943f876f39c5c2549 + md5: 7d6972792161077908b62971802f289a arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: osx + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 1142172 + timestamp: 1686896907750 +- kind: conda + name: libdeflate + version: '1.17' + build: h1a8c8d9_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.17-h1a8c8d9_0.conda + sha256: 9a1979b3f6dc155b8c48987cfae6b13ba19b3e176e4470b87f60011e806218f5 + md5: cae34d3f6ab02e0abf92ec3caaf0bd39 + arch: aarch64 + platform: osx license: MIT license_family: MIT - size: 67080 - timestamp: 1694922285678 -- name: libdeflate + size: 48222 + timestamp: 1673786109437 +- kind: conda + name: libdeflate version: '1.19' - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.19-ha4e1b8e_0.conda - hash: - md5: 6a45f543c2beb40023df5ee7e3cedfbd - sha256: d0f789120fedd0881b129aba9993ec5dcf0ecca67a71ea20c74394e41adcb503 - optional: false - category: main build: ha4e1b8e_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.19-ha4e1b8e_0.conda + sha256: d0f789120fedd0881b129aba9993ec5dcf0ecca67a71ea20c74394e41adcb503 + md5: 6a45f543c2beb40023df5ee7e3cedfbd + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 68962 timestamp: 1694922440450 -- name: libdeflate - version: '1.17' - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.17-h1a8c8d9_0.conda - hash: - md5: cae34d3f6ab02e0abf92ec3caaf0bd39 - sha256: 9a1979b3f6dc155b8c48987cfae6b13ba19b3e176e4470b87f60011e806218f5 - optional: false - category: main - build: h1a8c8d9_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 48222 - timestamp: 1673786109437 -- name: libdeflate +- kind: conda + name: libdeflate version: '1.19' - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.19-hcfcfb64_0.conda - hash: - md5: 002b1b723b44dbd286b9e3708762433c - sha256: e2886a84eaa0fbeca1d1d810270f234431d190402b4a79acf756ca2d16000354 - optional: false - category: main build: hcfcfb64_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.19-hcfcfb64_0.conda + sha256: e2886a84eaa0fbeca1d1d810270f234431d190402b4a79acf756ca2d16000354 + md5: 002b1b723b44dbd286b9e3708762433c + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 153203 timestamp: 1694922596415 -- name: libedit - version: 3.1.20191231 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=7.5.0' - ncurses: '>=6.2,<7.0.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - hash: - md5: 4d331e44109e3f0e19b4cb8f9b82f3e1 - sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf - optional: false - category: main - build: he28a2e2_2 - arch: x86_64 +- kind: conda + name: libdeflate + version: '1.19' + build: hd590300_0 subdir: linux-64 - build_number: 2 - license: BSD-2-Clause - license_family: BSD - size: 123878 - timestamp: 1597616541093 -- name: libedit + url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.19-hd590300_0.conda + sha256: 985ad27aa0ba7aad82afa88a8ede6a1aacb0aaca950d710f15d85360451e72fd + md5: 1635570038840ee3f9c71d22aa5b8b6d + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + size: 67080 + timestamp: 1694922285678 +- kind: conda + name: libedit version: 3.1.20191231 - manager: conda - platform: osx-64 - dependencies: - ncurses: '>=6.2,<7.0.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 - hash: - md5: 6016a8a1d0e63cac3de2c352cd40208b - sha256: dbd3c3f2eca1d21c52e4c03b21930bbce414c4592f8ce805801575b9e9256095 - optional: false - category: main build: h0678c8f_2 - arch: x86_64 - subdir: osx-64 build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 + sha256: dbd3c3f2eca1d21c52e4c03b21930bbce414c4592f8ce805801575b9e9256095 + md5: 6016a8a1d0e63cac3de2c352cd40208b + depends: + - ncurses >=6.2,<7.0.0a0 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD size: 105382 timestamp: 1597616576726 -- name: libedit +- kind: conda + name: libedit version: 3.1.20191231 - manager: conda - platform: osx-arm64 - dependencies: - ncurses: '>=6.2,<7.0.0a0' + build: hc8eb9b7_2 + build_number: 2 + subdir: osx-arm64 url: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 - hash: - md5: 30e4362988a2623e9eb34337b83e01f9 - sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca - optional: false - category: main - build: hc8eb9b7_2 + sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca + md5: 30e4362988a2623e9eb34337b83e01f9 + depends: + - ncurses >=6.2,<7.0.0a0 arch: aarch64 - subdir: osx-arm64 - build_number: 2 + platform: osx license: BSD-2-Clause license_family: BSD size: 96607 timestamp: 1597616630749 -- name: libev +- kind: conda + name: libedit + version: 3.1.20191231 + build: he28a2e2_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 + sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf + md5: 4d331e44109e3f0e19b4cb8f9b82f3e1 + depends: + - libgcc-ng >=7.5.0 + - ncurses >=6.2,<7.0.0a0 + arch: x86_64 + platform: linux + license: BSD-2-Clause + license_family: BSD + size: 123878 + timestamp: 1597616541093 +- kind: conda + name: libev version: '4.33' - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=7.5.0' - url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-h516909a_1.tar.bz2 - hash: - md5: 6f8720dff19e17ce5d48cfe7f3d2f0a3 - sha256: 8c9635aa0ea28922877dc96358f9547f6a55fc7e2eb75a556b05f1725496baf9 - optional: false - category: main build: h516909a_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-h516909a_1.tar.bz2 + sha256: 8c9635aa0ea28922877dc96358f9547f6a55fc7e2eb75a556b05f1725496baf9 + md5: 6f8720dff19e17ce5d48cfe7f3d2f0a3 + depends: + - libgcc-ng >=7.5.0 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD size: 106190 timestamp: 1598867915 -- name: libev +- kind: conda + name: libev version: '4.33' - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-haf1e3a3_1.tar.bz2 - hash: - md5: 79dc2be110b2a3d1e97ec21f691c50ad - sha256: c4154d424431898d84d6afb8b32e3ba749fe5d270d322bb0af74571a3cb09c6b - optional: false - category: main - build: haf1e3a3_1 - arch: x86_64 - subdir: osx-64 + build: h642e427_1 build_number: 1 - license: BSD-2-Clause - license_family: BSD - size: 101424 - timestamp: 1598868359024 -- name: libev - version: '4.33' - manager: conda - platform: osx-arm64 - dependencies: {} + subdir: osx-arm64 url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h642e427_1.tar.bz2 - hash: - md5: 566dbf70fe79eacdb3c3d3d195a27f55 - sha256: eb7325eb2e6bd4c291cb9682781b35b8c0f68cb72651c35a5b9dd22707ebd25c - optional: false - category: main - build: h642e427_1 + sha256: eb7325eb2e6bd4c291cb9682781b35b8c0f68cb72651c35a5b9dd22707ebd25c + md5: 566dbf70fe79eacdb3c3d3d195a27f55 arch: aarch64 - subdir: osx-arm64 - build_number: 1 + platform: osx license: BSD-2-Clause license_family: BSD size: 100668 timestamp: 1598868103393 -- name: libevent - version: 2.1.12 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - openssl: '>=3.1.1,<4.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda - hash: - md5: a1cfcc585f0c42bf8d5546bb1dfb668d - sha256: 2e14399d81fb348e9d231a82ca4d816bf855206923759b69ad006ba482764131 - optional: false - category: main - build: hf998b51_1 - arch: x86_64 - subdir: linux-64 +- kind: conda + name: libev + version: '4.33' + build: haf1e3a3_1 build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 427426 - timestamp: 1685725977222 -- name: libevent - version: 2.1.12 - manager: conda - platform: osx-64 - dependencies: - openssl: '>=3.1.1,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libevent-2.1.12-ha90c15b_1.conda - hash: - md5: e38e467e577bd193a7d5de7c2c540b04 - sha256: e0bd9af2a29f8dd74309c0ae4f17a7c2b8c4b89f875ff1d6540c941eefbd07fb - optional: false - category: main - build: ha90c15b_1 - arch: x86_64 subdir: osx-64 - build_number: 1 - license: BSD-3-Clause + url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-haf1e3a3_1.tar.bz2 + sha256: c4154d424431898d84d6afb8b32e3ba749fe5d270d322bb0af74571a3cb09c6b + md5: 79dc2be110b2a3d1e97ec21f691c50ad + arch: x86_64 + platform: osx + license: BSD-2-Clause license_family: BSD - size: 372661 - timestamp: 1685726378869 -- name: libevent + size: 101424 + timestamp: 1598868359024 +- kind: conda + name: libevent version: 2.1.12 - manager: conda - platform: osx-arm64 - dependencies: - openssl: '>=3.1.1,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libevent-2.1.12-h2757513_1.conda - hash: - md5: 1a109764bff3bdc7bdd84088347d71dc - sha256: 8c136d7586259bb5c0d2b913aaadc5b9737787ae4f40e3ad1beaf96c80b919b7 - optional: false - category: main build: h2757513_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libevent-2.1.12-h2757513_1.conda + sha256: 8c136d7586259bb5c0d2b913aaadc5b9737787ae4f40e3ad1beaf96c80b919b7 + md5: 1a109764bff3bdc7bdd84088347d71dc + depends: + - openssl >=3.1.1,<4.0a0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD size: 368167 timestamp: 1685726248899 -- name: libevent +- kind: conda + name: libevent version: 2.1.12 - manager: conda - platform: win-64 - dependencies: - openssl: '>=3.1.1,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libevent-2.1.12-h3671451_1.conda - hash: - md5: 25efbd786caceef438be46da78a7b5ef - sha256: af03882afb7a7135288becf340c2f0cf8aa8221138a9a7b108aaeb308a486da1 - optional: false - category: main build: h3671451_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libevent-2.1.12-h3671451_1.conda + sha256: af03882afb7a7135288becf340c2f0cf8aa8221138a9a7b108aaeb308a486da1 + md5: 25efbd786caceef438be46da78a7b5ef + depends: + - openssl >=3.1.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 410555 timestamp: 1685726568668 -- name: libexpat - version: 2.5.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda - hash: - md5: 6305a3dd2752c76335295da4e581f2fd - sha256: 74c98a563777ae2ad71f1f74d458a8ab043cee4a513467c159ccf159d0e461f3 - optional: false - category: main - build: hcb278e6_1 +- kind: conda + name: libevent + version: 2.1.12 + build: ha90c15b_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libevent-2.1.12-ha90c15b_1.conda + sha256: e0bd9af2a29f8dd74309c0ae4f17a7c2b8c4b89f875ff1d6540c941eefbd07fb + md5: e38e467e577bd193a7d5de7c2c540b04 + depends: + - openssl >=3.1.1,<4.0a0 arch: x86_64 - subdir: linux-64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 372661 + timestamp: 1685726378869 +- kind: conda + name: libevent + version: 2.1.12 + build: hf998b51_1 build_number: 1 - constrains: - - expat 2.5.0.* - license: MIT - license_family: MIT - size: 77980 - timestamp: 1680190528313 -- name: libexpat + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda + sha256: 2e14399d81fb348e9d231a82ca4d816bf855206923759b69ad006ba482764131 + md5: a1cfcc585f0c42bf8d5546bb1dfb668d + depends: + - libgcc-ng >=12 + - openssl >=3.1.1,<4.0a0 + arch: x86_64 + platform: linux + license: BSD-3-Clause + license_family: BSD + size: 427426 + timestamp: 1685725977222 +- kind: conda + name: libexpat version: 2.5.0 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.5.0-hb7217d7_1.conda - hash: - md5: 5a097ad3d17e42c148c9566280481317 - sha256: 7d143a9c991579ad4207f84c632650a571c66329090daa32b3c87cf7311c3381 - optional: false - category: main build: hb7217d7_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.5.0-hb7217d7_1.conda + sha256: 7d143a9c991579ad4207f84c632650a571c66329090daa32b3c87cf7311c3381 + md5: 5a097ad3d17e42c148c9566280481317 constrains: - expat 2.5.0.* + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 63442 timestamp: 1680190916539 -- name: libffi - version: 3.4.2 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.4.0' - url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - hash: - md5: d645c6d2ac96843a2bfaccd2d62b3ac3 - sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e - optional: false - category: main - build: h7f98852_5 - arch: x86_64 +- kind: conda + name: libexpat + version: 2.5.0 + build: hcb278e6_1 + build_number: 1 subdir: linux-64 - build_number: 5 + url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda + sha256: 74c98a563777ae2ad71f1f74d458a8ab043cee4a513467c159ccf159d0e461f3 + md5: 6305a3dd2752c76335295da4e581f2fd + depends: + - libgcc-ng >=12 + constrains: + - expat 2.5.0.* + arch: x86_64 + platform: linux license: MIT license_family: MIT - size: 58292 - timestamp: 1636488182923 -- name: libffi + size: 77980 + timestamp: 1680190528313 +- kind: conda + name: libffi version: 3.4.2 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 - hash: - md5: ccb34fb14960ad8b125962d3d79b31a9 - sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f - optional: false - category: main build: h0d85af4_5 - arch: x86_64 - subdir: osx-64 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 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 51348 timestamp: 1636488394370 -- name: libffi +- kind: conda + name: libffi version: 3.4.2 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 - hash: - md5: 086914b672be056eb70fd4285b6783b6 - sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca - optional: false - category: main build: h3422bc3_5 - arch: aarch64 - subdir: osx-arm64 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 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 39020 timestamp: 1636488587153 -- name: libffi +- kind: conda + name: libffi version: 3.4.2 - manager: conda - platform: win-64 - dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' - url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 - hash: - md5: 2c96d1b6915b408893f9472569dee135 - sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 - optional: false - category: main - build: h8ffe710_5 + 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 arch: x86_64 - subdir: win-64 + platform: linux + license: MIT + license_family: MIT + 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 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 42063 timestamp: 1636489106777 -- name: libgcc-devel_linux-64 +- kind: conda + name: libgcc-devel_linux-64 version: 13.2.0 - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-devel_linux-64-13.2.0-ha9c7c90_2.conda - hash: - md5: 401c5cf212e568dab47e0677a000d2a7 - sha256: 628a2c0ae7cb16b16218839d636a93b6cd27e6e464f003aa54a86cae06759759 - optional: false - category: main build: ha9c7c90_2 - arch: x86_64 - subdir: linux-64 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-devel_linux-64-13.2.0-ha9c7c90_2.conda + sha256: 628a2c0ae7cb16b16218839d636a93b6cd27e6e464f003aa54a86cae06759759 + md5: 401c5cf212e568dab47e0677a000d2a7 + arch: x86_64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 2428361 timestamp: 1695219277108 -- name: libgcc-ng +- kind: conda + name: libgcc-ng version: 13.2.0 - manager: conda - platform: linux-64 - dependencies: - _libgcc_mutex: ==0.1 conda_forge - _openmp_mutex: '>=4.5' - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_2.conda - hash: - md5: c28003b0be0494f9a7664389146716ff - sha256: d361d3c87c376642b99c1fc25cddec4b9905d3d9b9203c1c545b8c8c1b04539a - optional: false - category: main build: h807b86a_2 - arch: x86_64 - subdir: linux-64 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_2.conda + sha256: d361d3c87c376642b99c1fc25cddec4b9905d3d9b9203c1c545b8c8c1b04539a + md5: c28003b0be0494f9a7664389146716ff + depends: + - _libgcc_mutex ==0.1 conda_forge + - _openmp_mutex >=4.5 constrains: - libgomp 13.2.0 h807b86a_2 + arch: x86_64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 771133 timestamp: 1695219384393 -- name: libgfortran +- kind: conda + name: libgfortran version: 5.0.0 - manager: conda - platform: osx-64 - dependencies: - libgfortran5: ==13.2.0 h2873a65_1 - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_1.conda - hash: - md5: b55fd11ab6318a6e67ac191309701d5a - sha256: 5be1a59316e5063f4e6492ea86d692600a7b8e32caa25269f8a3b386a028e5f3 - optional: false - category: main - build: 13_2_0_h97931a8_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 109855 - timestamp: 1694165674845 -- name: libgfortran - version: 5.0.0 - manager: conda - platform: osx-arm64 - dependencies: - libgfortran5: '*' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-12_2_0_hd922786_32.conda - hash: - md5: 9ec41d43d48cbff635a81ea4ff11dc44 - sha256: 4451dca401842f1d4b7b1a61d362c2a7f4fb640e4016043392d37d0a75e80fbe - optional: false - category: main build: 12_2_0_hd922786_32 - arch: aarch64 - subdir: osx-arm64 build_number: 32 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran-5.0.0-12_2_0_hd922786_32.conda + sha256: 4451dca401842f1d4b7b1a61d362c2a7f4fb640e4016043392d37d0a75e80fbe + md5: 9ec41d43d48cbff635a81ea4ff11dc44 + depends: + - libgfortran5 * + arch: aarch64 + platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 161523 timestamp: 1689887373568 -- name: libgfortran-ng +- kind: conda + name: libgfortran + version: 5.0.0 + build: 13_2_0_h97931a8_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran-5.0.0-13_2_0_h97931a8_1.conda + sha256: 5be1a59316e5063f4e6492ea86d692600a7b8e32caa25269f8a3b386a028e5f3 + md5: b55fd11ab6318a6e67ac191309701d5a + depends: + - libgfortran5 ==13.2.0 h2873a65_1 + arch: x86_64 + platform: osx + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 109855 + timestamp: 1694165674845 +- kind: conda + name: libgfortran-ng version: 13.2.0 - manager: conda - platform: linux-64 - dependencies: - libgfortran5: ==13.2.0 ha4646dd_2 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_2.conda - hash: - md5: e75a75a6eaf6f318dae2631158c46575 - sha256: 767d71999e5386210fe2acaf1b67073e7943c2af538efa85c101e3401e94ff62 - optional: false - category: main build: h69a702a_2 - arch: x86_64 - subdir: linux-64 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_2.conda + sha256: 767d71999e5386210fe2acaf1b67073e7943c2af538efa85c101e3401e94ff62 + md5: e75a75a6eaf6f318dae2631158c46575 + depends: + - libgfortran5 ==13.2.0 ha4646dd_2 + arch: x86_64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 23722 timestamp: 1695219642066 -- name: libgfortran5 - version: 13.2.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=13.2.0' - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_2.conda - hash: - md5: 78fdab09d9138851dde2b5fe2a11019e - sha256: 55ecf5c46c05a98b4822a041d6e1cb196a7b0606126eb96b24131b7d2c8ca561 - optional: false - category: main - build: ha4646dd_2 - arch: x86_64 - subdir: linux-64 - build_number: 2 +- kind: conda + name: libgfortran5 + version: 12.2.0 + build: h0eea778_32 + build_number: 32 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-12.2.0-h0eea778_32.conda + sha256: 592f92703c5a12bac72adcfff3b2a81bee63e1992184641b23eaa43120e5e938 + md5: 6ff3d891096576d250fd84bf8b85cf19 + depends: + - llvm-openmp >=8.0.0 constrains: - - libgfortran-ng 13.2.0 + - libgfortran 5.0.0 *_32 + arch: aarch64 + platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 1441830 - timestamp: 1695219403435 -- name: libgfortran5 + size: 1049851 + timestamp: 1689887312084 +- kind: conda + name: libgfortran5 version: 13.2.0 - manager: conda - platform: osx-64 - dependencies: - llvm-openmp: '>=8.0.0' - url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_1.conda - hash: - md5: 3af564516b5163cd8cc08820413854bc - sha256: 44de8930eef3b14d4d9fdfe419e6c909c13b7c859617d3616d5a5e964f3fcf63 - optional: false - category: main build: h2873a65_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgfortran5-13.2.0-h2873a65_1.conda + sha256: 44de8930eef3b14d4d9fdfe419e6c909c13b7c859617d3616d5a5e964f3fcf63 + md5: 3af564516b5163cd8cc08820413854bc + depends: + - llvm-openmp >=8.0.0 constrains: - libgfortran 5.0.0 13_2_0_*_1 + arch: x86_64 + platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 1571764 timestamp: 1694165583047 -- name: libgfortran5 - version: 12.2.0 - manager: conda - platform: osx-arm64 - dependencies: - llvm-openmp: '>=8.0.0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgfortran5-12.2.0-h0eea778_32.conda - hash: - md5: 6ff3d891096576d250fd84bf8b85cf19 - sha256: 592f92703c5a12bac72adcfff3b2a81bee63e1992184641b23eaa43120e5e938 - optional: false - category: main - build: h0eea778_32 - arch: aarch64 - subdir: osx-arm64 - build_number: 32 +- kind: conda + name: libgfortran5 + version: 13.2.0 + build: ha4646dd_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_2.conda + sha256: 55ecf5c46c05a98b4822a041d6e1cb196a7b0606126eb96b24131b7d2c8ca561 + md5: 78fdab09d9138851dde2b5fe2a11019e + depends: + - libgcc-ng >=13.2.0 constrains: - - libgfortran 5.0.0 *_32 + - libgfortran-ng 13.2.0 + arch: x86_64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL - size: 1049851 - timestamp: 1689887312084 -- name: libglib - version: 2.78.0 - manager: conda - platform: linux-64 - dependencies: - gettext: '>=0.21.1,<1.0a0' - libffi: '>=3.4,<4.0a0' - libgcc-ng: '>=12' - libiconv: '>=1.17,<2.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - pcre2: '>=10.40,<10.41.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.78.0-hebfc3b9_0.conda - hash: - md5: e618003da3547216310088478e475945 - sha256: 96ec4dc5e38f434aa5862cb46d74923cce1445de3cd0b9d61e3e63102b163af6 - optional: false - category: main - build: hebfc3b9_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - constrains: - - glib 2.78.0 *_0 - license: LGPL-2.1-or-later - size: 2701539 - timestamp: 1694381226310 -- name: libglib + size: 1441830 + timestamp: 1695219403435 +- kind: conda + name: libglib version: 2.76.4 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=15.0.7' - pcre2: '>=10.40,<10.41.0a0' - gettext: '>=0.21.1,<1.0a0' - libffi: '>=3.4,<4.0a0' - libiconv: '>=1.17,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.76.4-h24e9cb9_0.conda - hash: - md5: 6c68bbf6d89e0fd5d12a4c41e1a9e79b - sha256: 27e6c1c2db36e9156212da55ea6dd7c73194d8247549ccca5d6a4b12c0de1b4e - optional: false - category: main build: h24e9cb9_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.76.4-h24e9cb9_0.conda + sha256: 27e6c1c2db36e9156212da55ea6dd7c73194d8247549ccca5d6a4b12c0de1b4e + md5: 6c68bbf6d89e0fd5d12a4c41e1a9e79b + depends: + - libcxx >=15.0.7 + - pcre2 >=10.40,<10.41.0a0 + - gettext >=0.21.1,<1.0a0 + - libffi >=3.4,<4.0a0 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 constrains: - glib 2.76.4 *_0 + arch: aarch64 + platform: osx license: LGPL-2.1-or-later size: 2510157 timestamp: 1688694829858 -- name: libgomp +- kind: conda + name: libglib + version: 2.78.0 + build: hebfc3b9_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.78.0-hebfc3b9_0.conda + sha256: 96ec4dc5e38f434aa5862cb46d74923cce1445de3cd0b9d61e3e63102b163af6 + md5: e618003da3547216310088478e475945 + depends: + - gettext >=0.21.1,<1.0a0 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 + - libiconv >=1.17,<2.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - pcre2 >=10.40,<10.41.0a0 + constrains: + - glib 2.78.0 *_0 + arch: x86_64 + platform: linux + license: LGPL-2.1-or-later + size: 2701539 + timestamp: 1694381226310 +- kind: conda + name: libgomp version: 13.2.0 - manager: conda - platform: linux-64 - dependencies: - _libgcc_mutex: ==0.1 conda_forge - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_2.conda - hash: - md5: e2042154faafe61969556f28bade94b9 - sha256: e1e82348f8296abfe344162b3b5f0ddc2f504759ebeb8b337ba99beaae583b15 - optional: false - category: main build: h807b86a_2 - arch: x86_64 - subdir: linux-64 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_2.conda + sha256: e1e82348f8296abfe344162b3b5f0ddc2f504759ebeb8b337ba99beaae583b15 + md5: e2042154faafe61969556f28bade94b9 + depends: + - _libgcc_mutex ==0.1 conda_forge + arch: x86_64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 421133 timestamp: 1695219303065 -- name: libgoogle-cloud +- kind: conda + name: libgoogle-cloud version: 2.12.0 - manager: conda - platform: linux-64 - dependencies: - libabseil: '>=20230125.3,<20230126.0a0' - libcrc32c: '>=1.1.2,<1.2.0a0' - libcurl: '>=8.1.2,<9.0a0' - libgcc-ng: '>=12' - libgrpc: '>=1.56.0,<1.57.0a0' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - libstdcxx-ng: '>=12' - openssl: '>=3.1.1,<4.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.12.0-h840a212_1.conda - hash: - md5: 03c225a73835f5aa68c13e62eb360406 - sha256: 18d9050dced23e4b3a1e5f77956d11ef8d98bb34e007647de5a1aa0e2c099bc9 - optional: false - category: main - build: h840a212_1 - arch: x86_64 - subdir: linux-64 + build: h05652e3_1 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.12.0-h05652e3_1.conda + sha256: 1b1ea2a351322f5b5444db2064032bd6ba6954711b3f097c293a3b9f9c5c8904 + md5: 56d7dcffacd67cd1efeffc86c32e4f22 + depends: + - libabseil >=20230125.3,<20230126.0a0 + - libcurl >=8.1.2,<9.0a0 + - libcxx >=15.0.7 + - openssl >=3.1.1,<4.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libgrpc >=1.56.0,<1.57.0a0 + - libprotobuf >=4.23.3,<4.23.4.0a0 constrains: - google-cloud-cpp 2.12.0 *_1 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache - size: 46106632 - timestamp: 1688284832753 -- name: libgoogle-cloud + size: 36570433 + timestamp: 1688288627184 +- kind: conda + name: libgoogle-cloud version: 2.12.0 - manager: conda - platform: osx-64 - dependencies: - libabseil: '>=20230125.3,<20230126.0a0' - libcrc32c: '>=1.1.2,<1.2.0a0' - libcurl: '>=8.1.2,<9.0a0' - libcxx: '>=15.0.7' - libgrpc: '>=1.56.0,<1.57.0a0' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - openssl: '>=3.1.1,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.12.0-h37a168a_1.conda - hash: - md5: 52442c1cd6eabf4b18a470f69ccaa6f5 - sha256: da74766c1670824677a2dbe97da86b8ed751decc50621be86c021fdac0fc5b70 - optional: false - category: main build: h37a168a_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgoogle-cloud-2.12.0-h37a168a_1.conda + sha256: da74766c1670824677a2dbe97da86b8ed751decc50621be86c021fdac0fc5b70 + md5: 52442c1cd6eabf4b18a470f69ccaa6f5 + depends: + - libabseil >=20230125.3,<20230126.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.1.2,<9.0a0 + - libcxx >=15.0.7 + - libgrpc >=1.56.0,<1.57.0a0 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - openssl >=3.1.1,<4.0a0 constrains: - google-cloud-cpp 2.12.0 *_1 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache size: 32557767 timestamp: 1688288193643 -- name: libgoogle-cloud +- kind: conda + name: libgoogle-cloud version: 2.12.0 - manager: conda - platform: osx-arm64 - dependencies: - libabseil: '>=20230125.3,<20230126.0a0' - libcurl: '>=8.1.2,<9.0a0' - libcxx: '>=15.0.7' - openssl: '>=3.1.1,<4.0a0' - libcrc32c: '>=1.1.2,<1.2.0a0' - libgrpc: '>=1.56.0,<1.57.0a0' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgoogle-cloud-2.12.0-h05652e3_1.conda - hash: - md5: 56d7dcffacd67cd1efeffc86c32e4f22 - sha256: 1b1ea2a351322f5b5444db2064032bd6ba6954711b3f097c293a3b9f9c5c8904 - optional: false - category: main - build: h05652e3_1 - arch: aarch64 - subdir: osx-arm64 + build: h840a212_1 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.12.0-h840a212_1.conda + sha256: 18d9050dced23e4b3a1e5f77956d11ef8d98bb34e007647de5a1aa0e2c099bc9 + md5: 03c225a73835f5aa68c13e62eb360406 + depends: + - libabseil >=20230125.3,<20230126.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.1.2,<9.0a0 + - libgcc-ng >=12 + - libgrpc >=1.56.0,<1.57.0a0 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - libstdcxx-ng >=12 + - openssl >=3.1.1,<4.0a0 constrains: - google-cloud-cpp 2.12.0 *_1 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache - size: 36570433 - timestamp: 1688288627184 -- name: libgoogle-cloud + size: 46106632 + timestamp: 1688284832753 +- kind: conda + name: libgoogle-cloud version: 2.12.0 - manager: conda - platform: win-64 - dependencies: - libabseil: '>=20230125.3,<20230126.0a0' - libcrc32c: '>=1.1.2,<1.2.0a0' - libcurl: '>=8.1.2,<9.0a0' - libgrpc: '>=1.56.0,<1.57.0a0' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - openssl: '>=3.1.1,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.12.0-hbc1b25b_1.conda - hash: - md5: 204576c98cf2226c0423c6eeb387889e - sha256: a8bdedad9a6568f229d4111861fb3c5294febe333c24180c3a59bf02fa66ab14 - optional: false - category: main build: hbc1b25b_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgoogle-cloud-2.12.0-hbc1b25b_1.conda + sha256: a8bdedad9a6568f229d4111861fb3c5294febe333c24180c3a59bf02fa66ab14 + md5: 204576c98cf2226c0423c6eeb387889e + depends: + - libabseil >=20230125.3,<20230126.0a0 + - libcrc32c >=1.1.2,<1.2.0a0 + - libcurl >=8.1.2,<9.0a0 + - libgrpc >=1.56.0,<1.57.0a0 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - openssl >=3.1.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - google-cloud-cpp 2.12.0 *_1 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 13228 timestamp: 1688283247784 -- name: libgrpc +- kind: conda + name: libgrpc version: 1.56.2 - manager: conda - platform: linux-64 - dependencies: - c-ares: '>=1.19.1,<2.0a0' - libabseil: '>=20230125.3,<20230126.0a0' - libgcc-ng: '>=12' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - re2: '>=2023.3.2,<2023.3.3.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.56.2-h3905398_1.conda - hash: - md5: 0b01e6ff8002994bd4ddbffcdbec7856 - sha256: 587c14bd5969d49f3a0a94dd933efbeabe77864319306d91714905b5caa5aa35 - optional: false - category: main build: h3905398_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.56.2-h3905398_1.conda + sha256: 587c14bd5969d49f3a0a94dd933efbeabe77864319306d91714905b5caa5aa35 + md5: 0b01e6ff8002994bd4ddbffcdbec7856 + depends: + - c-ares >=1.19.1,<2.0a0 + - libabseil >=20230125.3,<20230126.0a0 + - libgcc-ng >=12 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - re2 >=2023.3.2,<2023.3.3.0a0 constrains: - grpc-cpp =1.56.2 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE size: 6331805 timestamp: 1692023574803 -- name: libgrpc +- kind: conda + name: libgrpc version: 1.56.2 - manager: conda - platform: osx-64 - dependencies: - __osx: '>=10.13' - c-ares: '>=1.19.1,<2.0a0' - libabseil: '>=20230125.3,<20230126.0a0' - libcxx: '>=15.0.7' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - re2: '>=2023.3.2,<2023.3.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.56.2-he6801ca_1.conda - hash: - md5: 23e94509afba7c596f4e854054f4b267 - sha256: 26d86fe9037c5f85f68ef46710d11f94c4d1b3795ff94231892f199cd5c625cd - optional: false - category: main - build: he6801ca_1 - arch: x86_64 - subdir: osx-64 + build: h9075ed4_1 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.56.2-h9075ed4_1.conda + sha256: 1bbc06147fe298b95a7b7dcb22db0c9f95fe7383195fa9eb05e23ca73548f225 + md5: 7d9c580f8d0379e8b5cb7e78a357bf60 + depends: + - re2 >=2023.3.2,<2023.3.3.0a0 + - libcxx >=15.0.7 + - c-ares >=1.19.1,<2.0a0 + - openssl >=3.1.2,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - libabseil >=20230125.3,<20230126.0a0 + - libprotobuf >=4.23.3,<4.23.4.0a0 constrains: - grpc-cpp =1.56.2 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - size: 4311474 - timestamp: 1692025032875 -- name: libgrpc + size: 4357621 + timestamp: 1692025115126 +- kind: conda + name: libgrpc version: 1.56.2 - manager: conda - platform: osx-arm64 - dependencies: - re2: '>=2023.3.2,<2023.3.3.0a0' - libcxx: '>=15.0.7' - c-ares: '>=1.19.1,<2.0a0' - openssl: '>=3.1.2,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - libabseil: '>=20230125.3,<20230126.0a0' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libgrpc-1.56.2-h9075ed4_1.conda - hash: - md5: 7d9c580f8d0379e8b5cb7e78a357bf60 - sha256: 1bbc06147fe298b95a7b7dcb22db0c9f95fe7383195fa9eb05e23ca73548f225 - optional: false - category: main - build: h9075ed4_1 - arch: aarch64 - subdir: osx-arm64 + build: he6801ca_1 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libgrpc-1.56.2-he6801ca_1.conda + sha256: 26d86fe9037c5f85f68ef46710d11f94c4d1b3795ff94231892f199cd5c625cd + md5: 23e94509afba7c596f4e854054f4b267 + depends: + - __osx >=10.13 + - c-ares >=1.19.1,<2.0a0 + - libabseil >=20230125.3,<20230126.0a0 + - libcxx >=15.0.7 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - re2 >=2023.3.2,<2023.3.3.0a0 constrains: - grpc-cpp =1.56.2 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - size: 4357621 - timestamp: 1692025115126 -- name: libgrpc + size: 4311474 + timestamp: 1692025032875 +- kind: conda + name: libgrpc version: 1.56.2 - manager: conda - platform: win-64 - dependencies: - c-ares: '>=1.19.1,<2.0a0' - libabseil: '>=20230125.3,<20230126.0a0' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - re2: '>=2023.3.2,<2023.3.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.56.2-hea2d5f7_1.conda - hash: - md5: 706baf79d5928afd39e7b747dc43b5ae - sha256: 2371c46e341052cb21b2148418f35127baf129939bb169bb5a233ecb265ca323 - optional: false - category: main build: hea2d5f7_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libgrpc-1.56.2-hea2d5f7_1.conda + sha256: 2371c46e341052cb21b2148418f35127baf129939bb169bb5a233ecb265ca323 + md5: 706baf79d5928afd39e7b747dc43b5ae + depends: + - c-ares >=1.19.1,<2.0a0 + - libabseil >=20230125.3,<20230126.0a0 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - re2 >=2023.3.2,<2023.3.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - grpc-cpp =1.56.2 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE size: 12851376 timestamp: 1692025226820 -- name: libhwloc +- kind: conda + name: libhwloc version: 2.9.3 - manager: conda - platform: win-64 - dependencies: - libxml2: '>=2.11.5,<2.12.0a0' - pthreads-win32: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.3-default_haede6df_1009.conda - hash: - md5: 87da045f6d26ce9fe20ad76a18f6a18a - sha256: 2e8c4bb7173f281a8e13f333a23c9fb7a1c86d342d7dccdd74f2eb583ddde450 - optional: false - category: main build: default_haede6df_1009 - arch: x86_64 - subdir: win-64 build_number: 1009 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libhwloc-2.9.3-default_haede6df_1009.conda + sha256: 2e8c4bb7173f281a8e13f333a23c9fb7a1c86d342d7dccdd74f2eb583ddde450 + md5: 87da045f6d26ce9fe20ad76a18f6a18a + depends: + - libxml2 >=2.11.5,<2.12.0a0 + - pthreads-win32 * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 2578462 timestamp: 1694533393675 -- name: libiconv +- kind: conda + name: libiconv version: '1.17' - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=10.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-h166bdaf_0.tar.bz2 - hash: - md5: b62b52da46c39ee2bc3c162ac7f1804d - sha256: 6a81ebac9f1aacdf2b4f945c87ad62b972f0f69c8e0981d68e111739e6720fd7 - optional: false - category: main build: h166bdaf_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-h166bdaf_0.tar.bz2 + sha256: 6a81ebac9f1aacdf2b4f945c87ad62b972f0f69c8e0981d68e111739e6720fd7 + md5: b62b52da46c39ee2bc3c162ac7f1804d + depends: + - libgcc-ng >=10.3.0 + arch: x86_64 + platform: linux license: GPL and LGPL size: 1450368 timestamp: 1652700749886 -- name: libiconv - version: '1.17' - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-he4db4b2_0.tar.bz2 - hash: - md5: 686f9c755574aa221f29fbcf36a67265 - sha256: 2eb33065783b802f71d52bef6f15ce0fafea0adc8506f10ebd0d490244087bec - optional: false - category: main - build: he4db4b2_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: GPL and LGPL - size: 1407036 - timestamp: 1652700956112 -- name: libiconv +- kind: conda + name: libiconv version: '1.17' - manager: conda - platform: win-64 - dependencies: - vc: '>=14.1,<15' - vs2015_runtime: '>=14.16.27033' - url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-h8ffe710_0.tar.bz2 - hash: - md5: 050119977a86e4856f0416e2edcf81bb - sha256: 657c2a992c896475021a25faebd9ccfaa149c5d70c7dc824d4069784b686cea1 - optional: false - category: main build: h8ffe710_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-h8ffe710_0.tar.bz2 + sha256: 657c2a992c896475021a25faebd9ccfaa149c5d70c7dc824d4069784b686cea1 + md5: 050119977a86e4856f0416e2edcf81bb + depends: + - vc >=14.1,<15 + - vs2015_runtime >=14.16.27033 + arch: x86_64 + platform: win license: GPL and LGPL size: 714518 timestamp: 1652702326553 -- name: libjpeg-turbo +- kind: conda + name: libiconv + version: '1.17' + build: he4db4b2_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-he4db4b2_0.tar.bz2 + sha256: 2eb33065783b802f71d52bef6f15ce0fafea0adc8506f10ebd0d490244087bec + md5: 686f9c755574aa221f29fbcf36a67265 + arch: aarch64 + platform: osx + license: GPL and LGPL + size: 1407036 + timestamp: 1652700956112 +- kind: conda + name: libjpeg-turbo version: 2.1.5.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-2.1.5.1-hd590300_1.conda - hash: - md5: 323e90742f0f48fc22bea908735f55e6 - sha256: 0ef7378818c6d5b407692d02556c32e2f6af31c7542bca5160d0b92a59427fb5 - optional: false - category: main build: hd590300_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-2.1.5.1-hd590300_1.conda + sha256: 0ef7378818c6d5b407692d02556c32e2f6af31c7542bca5160d0b92a59427fb5 + md5: 323e90742f0f48fc22bea908735f55e6 + depends: + - libgcc-ng >=12 constrains: - jpeg <0.0.0a + arch: x86_64 + platform: linux license: IJG AND BSD-3-Clause AND Zlib size: 496449 timestamp: 1694566464059 -- name: libjpeg-turbo +- kind: conda + name: libjpeg-turbo version: 3.0.0 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/libjpeg-turbo-3.0.0-h0dc2134_1.conda - hash: - md5: 72507f8e3961bc968af17435060b6dd6 - sha256: d9572fd1024adc374aae7c247d0f29fdf4b122f1e3586fe62acc18067f40d02f - optional: false - category: main build: h0dc2134_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libjpeg-turbo-3.0.0-h0dc2134_1.conda + sha256: d9572fd1024adc374aae7c247d0f29fdf4b122f1e3586fe62acc18067f40d02f + md5: 72507f8e3961bc968af17435060b6dd6 constrains: - jpeg <0.0.0a + arch: x86_64 + platform: osx license: IJG AND BSD-3-Clause AND Zlib size: 579748 timestamp: 1694475265912 -- name: libjpeg-turbo +- kind: conda + name: libjpeg-turbo version: 3.0.0 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-3.0.0-hcfcfb64_1.conda - hash: - md5: 3f1b948619c45b1ca714d60c7389092c - sha256: 4e7808e3098b4b4ed7e287f63bb24f9045cc4d95bfd39f0db870fc2837d74dff - optional: false - category: main build: hcfcfb64_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-3.0.0-hcfcfb64_1.conda + sha256: 4e7808e3098b4b4ed7e287f63bb24f9045cc4d95bfd39f0db870fc2837d74dff + md5: 3f1b948619c45b1ca714d60c7389092c + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - jpeg <0.0.0a + arch: x86_64 + platform: win license: IJG AND BSD-3-Clause AND Zlib size: 822966 timestamp: 1694475223854 -- name: liblapack +- kind: conda + name: liblapack + version: 3.9.0 + build: 17_osxarm64_openblas + build_number: 17 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-17_osxarm64_openblas.conda + sha256: 7e32d178639c5bcaac4b654438aa364eec8a42f108bc592dda8e52a432b0cdb4 + md5: d93cc56c1467a5bcf6a4c9c0be469114 + depends: + - libblas ==3.9.0 17_osxarm64_openblas + constrains: + - libcblas 3.9.0 17_osxarm64_openblas + - liblapacke 3.9.0 17_osxarm64_openblas + - blas * openblas + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 14640 + timestamp: 1685931066631 +- kind: conda + name: liblapack version: 3.9.0 - manager: conda - platform: linux-64 - dependencies: - libblas: ==3.9.0 19_linux64_openblas - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-19_linux64_openblas.conda - hash: - md5: 9f100edf65436e3eabc2a51fc00b2c37 - sha256: 58f402aae605ebd0932e1cbbf855cd49dcdfa2fcb6aab790a4f6068ec5937878 - optional: false - category: main build: 19_linux64_openblas - arch: x86_64 - subdir: linux-64 build_number: 19 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-19_linux64_openblas.conda + sha256: 58f402aae605ebd0932e1cbbf855cd49dcdfa2fcb6aab790a4f6068ec5937878 + md5: 9f100edf65436e3eabc2a51fc00b2c37 + depends: + - libblas ==3.9.0 19_linux64_openblas constrains: - blas * openblas - libcblas 3.9.0 19_linux64_openblas - liblapacke 3.9.0 19_linux64_openblas + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 14487 timestamp: 1697484241613 -- name: liblapack +- kind: conda + name: liblapack version: 3.9.0 - manager: conda - platform: osx-64 - dependencies: - libblas: ==3.9.0 19_osx64_openblas - url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-19_osx64_openblas.conda - hash: - md5: 2e714df18db99ee6d7b4ac728f53ca62 - sha256: 6a1704c43a03195fecbbb226be5c257b2e37621e793967c3f31c8521f19e18df - optional: false - category: main build: 19_osx64_openblas - arch: x86_64 - subdir: osx-64 build_number: 19 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/liblapack-3.9.0-19_osx64_openblas.conda + sha256: 6a1704c43a03195fecbbb226be5c257b2e37621e793967c3f31c8521f19e18df + md5: 2e714df18db99ee6d7b4ac728f53ca62 + depends: + - libblas ==3.9.0 19_osx64_openblas constrains: - libcblas 3.9.0 19_osx64_openblas - liblapacke 3.9.0 19_osx64_openblas - blas * openblas + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 14724 timestamp: 1697484756327 -- name: liblapack - version: 3.9.0 - manager: conda - platform: osx-arm64 - dependencies: - libblas: ==3.9.0 17_osxarm64_openblas - url: https://conda.anaconda.org/conda-forge/osx-arm64/liblapack-3.9.0-17_osxarm64_openblas.conda - hash: - md5: d93cc56c1467a5bcf6a4c9c0be469114 - sha256: 7e32d178639c5bcaac4b654438aa364eec8a42f108bc592dda8e52a432b0cdb4 - optional: false - category: main - build: 17_osxarm64_openblas - arch: aarch64 - subdir: osx-arm64 - build_number: 17 - constrains: - - libcblas 3.9.0 17_osxarm64_openblas - - liblapacke 3.9.0 17_osxarm64_openblas - - blas * openblas - license: BSD-3-Clause - license_family: BSD - size: 14640 - timestamp: 1685931066631 -- name: liblapack +- kind: conda + name: liblapack version: 3.9.0 - manager: conda - platform: win-64 - dependencies: - libblas: ==3.9.0 19_win64_mkl - url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-19_win64_mkl.conda - hash: - md5: 574e6e8bcc85df2885eb2a87d31ae005 - sha256: e53093eab7674528e9eafbd5efa28f3170ec1388b8df6c9b8343760696f47907 - optional: false - category: main build: 19_win64_mkl - arch: x86_64 - subdir: win-64 build_number: 19 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/liblapack-3.9.0-19_win64_mkl.conda + sha256: e53093eab7674528e9eafbd5efa28f3170ec1388b8df6c9b8343760696f47907 + md5: 574e6e8bcc85df2885eb2a87d31ae005 + depends: + - libblas ==3.9.0 19_win64_mkl constrains: - libcblas 3.9.0 19_win64_mkl - liblapacke 3.9.0 19_win64_mkl - blas * mkl + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 4984073 timestamp: 1697485397401 -- name: libnghttp2 +- kind: conda + name: libnghttp2 + version: 1.52.0 + build: hae82a92_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.52.0-hae82a92_0.conda + sha256: 1a3944d6295dcbecdf6489ce8a05fe416ad401727c901ec390e9200a351bdb10 + md5: 1d319e95a0216f801293626a00337712 + depends: + - libcxx >=14.0.6 + - c-ares >=1.18.1,<2.0a0 + - libev >=4.33,<4.34.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.0.8,<4.0a0 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 564295 + timestamp: 1677678452375 +- kind: conda + name: libnghttp2 version: 1.55.1 - manager: conda - platform: linux-64 - dependencies: - c-ares: '>=1.20.1,<2.0a0' - libev: '>=4.33,<4.34.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.4,<4.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.55.1-h47da74e_0.conda - hash: - md5: a802251d1eaeeae041c867faf0f94fa8 - sha256: 5e60b852dbde156ef1fa939af2491fe0e9eb3000de146786dede7cda8991ae4c - optional: false - category: main build: h47da74e_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.55.1-h47da74e_0.conda + sha256: 5e60b852dbde156ef1fa939af2491fe0e9eb3000de146786dede7cda8991ae4c + md5: a802251d1eaeeae041c867faf0f94fa8 + depends: + - c-ares >=1.20.1,<2.0a0 + - libev >=4.33,<4.34.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.4,<4.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 627864 timestamp: 1698429073582 -- name: libnghttp2 +- kind: conda + name: libnghttp2 version: 1.55.1 - manager: conda - platform: osx-64 - dependencies: - __osx: '>=10.9' - c-ares: '>=1.20.1,<2.0a0' - libcxx: '>=15.0.7' - libev: '>=4.33,<4.34.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.4,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.55.1-hc0a10c5_0.conda - hash: - md5: a9269f10f70851af622c112d2956d544 - sha256: a0352eafcf148aa1dfa25f28cf30c80f70bc78c1e549fdec6b7aad100b865944 - optional: false - category: main build: hc0a10c5_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.55.1-hc0a10c5_0.conda + sha256: a0352eafcf148aa1dfa25f28cf30c80f70bc78c1e549fdec6b7aad100b865944 + md5: a9269f10f70851af622c112d2956d544 + depends: + - __osx >=10.9 + - c-ares >=1.20.1,<2.0a0 + - libcxx >=15.0.7 + - libev >=4.33,<4.34.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.4,<4.0a0 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 602957 timestamp: 1698429317306 -- name: libnghttp2 - version: 1.52.0 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=14.0.6' - c-ares: '>=1.18.1,<2.0a0' - libev: '>=4.33,<4.34.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.0.8,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.52.0-hae82a92_0.conda - hash: - md5: 1d319e95a0216f801293626a00337712 - sha256: 1a3944d6295dcbecdf6489ce8a05fe416ad401727c901ec390e9200a351bdb10 - optional: false - category: main - build: hae82a92_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 564295 - timestamp: 1677678452375 -- name: libnsl +- kind: conda + name: libnsl version: 2.0.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda - hash: - md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 - sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 - optional: false - category: main build: hd590300_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda + sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 + md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: LGPL-2.1-only license_family: GPL size: 33408 timestamp: 1697359010159 -- name: libnuma +- kind: conda + name: libnuma version: 2.0.16 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.16-h0b41bf4_1.conda - hash: - md5: 28bfe2cb11357ccc5be21101a6b7ce86 - sha256: 814a50cba215548ec3ebfb53033ffb9b3b070b2966570ff44910b8d9ba1c359d - optional: false - category: main build: h0b41bf4_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libnuma-2.0.16-h0b41bf4_1.conda + sha256: 814a50cba215548ec3ebfb53033ffb9b3b070b2966570ff44910b8d9ba1c359d + md5: 28bfe2cb11357ccc5be21101a6b7ce86 + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: LGPL-2.1-only size: 41107 timestamp: 1676004391774 -- name: libopenblas - version: 0.3.24 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libgfortran-ng: '*' - libgfortran5: '>=12.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.24-pthreads_h413a1c8_0.conda - hash: - md5: 6e4ef6ca28655124dcde9bd500e44c32 - sha256: c8e080ae4d57506238023e98869928ae93564e6407ef5b0c4d3a337e8c2b7662 - optional: false - category: main - build: pthreads_h413a1c8_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 +- kind: conda + name: libopenblas + version: 0.3.23 + build: openmp_hc731615_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.23-openmp_hc731615_0.conda + sha256: 7f88475228d306962493a3f1c52637187695f7c9716a68a75e24a8aa910be69a + md5: a40b73e171a91527c79fb1c8b10e3312 + depends: + - libgfortran 5.* + - libgfortran5 >=11.3.0 + - llvm-openmp >=14.0.6 constrains: - - openblas >=0.3.24,<0.3.25.0a0 + - openblas >=0.3.23,<0.3.24.0a0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - size: 5492091 - timestamp: 1693785223074 -- name: libopenblas + size: 2732539 + timestamp: 1681398430140 +- kind: conda + name: libopenblas version: 0.3.24 - manager: conda - platform: osx-64 - dependencies: - libgfortran: 5.* - libgfortran5: '>=12.3.0' - llvm-openmp: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.24-openmp_h48a4ad5_0.conda - hash: - md5: 077718837dd06cf0c3089070108869f6 - sha256: ff2c14f7ed121f1df3ad06bea353288eade77c12fb891212a27af88a61483490 - optional: false - category: main build: openmp_h48a4ad5_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/libopenblas-0.3.24-openmp_h48a4ad5_0.conda + sha256: ff2c14f7ed121f1df3ad06bea353288eade77c12fb891212a27af88a61483490 + md5: 077718837dd06cf0c3089070108869f6 + depends: + - libgfortran 5.* + - libgfortran5 >=12.3.0 + - llvm-openmp >=15.0.7 constrains: - openblas >=0.3.24,<0.3.25.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 6157393 timestamp: 1693785988209 -- name: libopenblas - version: 0.3.23 - manager: conda - platform: osx-arm64 - dependencies: - libgfortran: 5.* - libgfortran5: '>=11.3.0' - llvm-openmp: '>=14.0.6' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libopenblas-0.3.23-openmp_hc731615_0.conda - hash: - md5: a40b73e171a91527c79fb1c8b10e3312 - sha256: 7f88475228d306962493a3f1c52637187695f7c9716a68a75e24a8aa910be69a - optional: false - category: main - build: openmp_hc731615_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 +- kind: conda + name: libopenblas + version: 0.3.24 + build: pthreads_h413a1c8_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.24-pthreads_h413a1c8_0.conda + sha256: c8e080ae4d57506238023e98869928ae93564e6407ef5b0c4d3a337e8c2b7662 + md5: 6e4ef6ca28655124dcde9bd500e44c32 + depends: + - libgcc-ng >=12 + - libgfortran-ng * + - libgfortran5 >=12.3.0 constrains: - - openblas >=0.3.23,<0.3.24.0a0 + - openblas >=0.3.24,<0.3.25.0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - size: 2732539 - timestamp: 1681398430140 -- name: libpng + size: 5492091 + timestamp: 1693785223074 +- kind: conda + name: libpng + version: 1.6.39 + build: h19919ed_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.39-h19919ed_0.conda + sha256: 1f139a72109366ba1da69f5bdc569b0e6783f887615807c02d7bfcc2c7575067 + md5: ab6febdb2dbd9c00803609079db4de71 + depends: + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 + arch: x86_64 + platform: win + license: zlib-acknowledgement + size: 343883 + timestamp: 1669076173145 +- kind: conda + name: libpng version: 1.6.39 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.39-h753d276_0.conda - hash: - md5: e1c890aebdebbfbf87e2c917187b4416 - sha256: a32b36d34e4f2490b99bddbc77d01a674d304f667f0e62c89e02c961addef462 - optional: false - category: main build: h753d276_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.39-h753d276_0.conda + sha256: a32b36d34e4f2490b99bddbc77d01a674d304f667f0e62c89e02c961addef462 + md5: e1c890aebdebbfbf87e2c917187b4416 + depends: + - libgcc-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: linux license: zlib-acknowledgement size: 282599 timestamp: 1669075729952 -- name: libpng - version: 1.6.39 - manager: conda - platform: osx-64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.39-ha978bb4_0.conda - hash: - md5: 35e4928794c5391aec14ffdf1deaaee5 - sha256: 5ad9f5e96e6770bfc8b0a826f48835e7f337c2d2e9512d76027a62f9c120b2a3 - optional: false - category: main - build: ha978bb4_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: zlib-acknowledgement - size: 271689 - timestamp: 1669075890643 -- name: libpng +- kind: conda + name: libpng version: 1.6.39 - manager: conda - platform: osx-arm64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.39-h76d750c_0.conda - hash: - md5: 0078e6327c13cfdeae6ff7601e360383 - sha256: 21ab8409a8e66f9408b96428c0a36a9768faee9fe623c56614576f9e12962981 - optional: false - category: main build: h76d750c_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.39-h76d750c_0.conda + sha256: 21ab8409a8e66f9408b96428c0a36a9768faee9fe623c56614576f9e12962981 + md5: 0078e6327c13cfdeae6ff7601e360383 + depends: + - libzlib >=1.2.13,<1.3.0a0 + arch: aarch64 + platform: osx license: zlib-acknowledgement size: 259412 timestamp: 1669075883972 -- name: libpng +- kind: conda + name: libpng version: 1.6.39 - manager: conda - platform: win-64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.39-h19919ed_0.conda - hash: - md5: ab6febdb2dbd9c00803609079db4de71 - sha256: 1f139a72109366ba1da69f5bdc569b0e6783f887615807c02d7bfcc2c7575067 - optional: false - category: main - build: h19919ed_0 + build: ha978bb4_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.39-ha978bb4_0.conda + sha256: 5ad9f5e96e6770bfc8b0a826f48835e7f337c2d2e9512d76027a62f9c120b2a3 + md5: 35e4928794c5391aec14ffdf1deaaee5 + depends: + - libzlib >=1.2.13,<1.3.0a0 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: osx license: zlib-acknowledgement - size: 343883 - timestamp: 1669076173145 -- name: libprotobuf + size: 271689 + timestamp: 1669075890643 +- kind: conda + name: libprotobuf version: 4.23.3 - manager: conda - platform: linux-64 - dependencies: - libabseil: '>=20230125.3,<20230126.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.23.3-hd1fb520_1.conda - hash: - md5: 78c10e8637a6f8d377f9989327d0267d - sha256: 2e2a9b612b8ef8b928f8efac835cd2914722bbab348fa643b99db2efd3b34185 - optional: false - category: main - build: hd1fb520_1 - arch: x86_64 - subdir: linux-64 + build: h1975477_1 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.23.3-h1975477_1.conda + sha256: ed3ac552a1c27e624d16bc476e45929dcde6a672ec4cc4bd761b490e94b97b09 + md5: efa7ba46d136b9db9bb128e5dfb9808f + depends: + - libabseil >=20230125.3,<20230126.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - size: 2495057 - timestamp: 1693582252190 -- name: libprotobuf + size: 5175646 + timestamp: 1693582672609 +- kind: conda + name: libprotobuf version: 4.23.3 - manager: conda - platform: osx-64 - dependencies: - libabseil: '>=20230125.3,<20230126.0a0' - libcxx: '>=15.0.7' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.23.3-h5feb325_1.conda - hash: - md5: 4b9dd0dfe441ea2b3588b582e820ad36 - sha256: dab9b3aea591600b0d90f9eb243e8a4d0396e9e551a79cea0b5362b8bce5fdd6 - optional: false - category: main build: h5feb325_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libprotobuf-4.23.3-h5feb325_1.conda + sha256: dab9b3aea591600b0d90f9eb243e8a4d0396e9e551a79cea0b5362b8bce5fdd6 + md5: 4b9dd0dfe441ea2b3588b582e820ad36 + depends: + - libabseil >=20230125.3,<20230126.0a0 + - libcxx >=15.0.7 + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 2062096 timestamp: 1693582623797 -- name: libprotobuf +- kind: conda + name: libprotobuf + version: 4.23.3 + build: hd1fb520_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-4.23.3-hd1fb520_1.conda + sha256: 2e2a9b612b8ef8b928f8efac835cd2914722bbab348fa643b99db2efd3b34185 + md5: 78c10e8637a6f8d377f9989327d0267d + depends: + - libabseil >=20230125.3,<20230126.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: linux + license: BSD-3-Clause + license_family: BSD + size: 2495057 + timestamp: 1693582252190 +- kind: conda + name: libprotobuf version: 4.23.3 - manager: conda - platform: osx-arm64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - libabseil: '>=20230125.2,<20230126.0a0' - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.23.3-hf32f9b9_0.conda - hash: - md5: f8c95ebf157e02ff69b88392f5e3cb80 - sha256: 0403a14764d3fb374094166df47dd2f42626a5e56e939fd56f656fbb4af531f6 - optional: false - category: main build: hf32f9b9_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libprotobuf-4.23.3-hf32f9b9_0.conda + sha256: 0403a14764d3fb374094166df47dd2f42626a5e56e939fd56f656fbb4af531f6 + md5: f8c95ebf157e02ff69b88392f5e3cb80 + depends: + - libzlib >=1.2.13,<1.3.0a0 + - libabseil >=20230125.2,<20230126.0a0 + - libcxx >=15.0.7 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD size: 2063683 timestamp: 1688107150240 -- name: libprotobuf - version: 4.23.3 - manager: conda - platform: win-64 - dependencies: - libabseil: '>=20230125.3,<20230126.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libprotobuf-4.23.3-h1975477_1.conda - hash: - md5: efa7ba46d136b9db9bb128e5dfb9808f - sha256: ed3ac552a1c27e624d16bc476e45929dcde6a672ec4cc4bd761b490e94b97b09 - optional: false - category: main - build: h1975477_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 5175646 - timestamp: 1693582672609 -- name: librsvg +- kind: conda + name: librsvg version: 2.56.3 - manager: conda - platform: osx-arm64 - dependencies: - libxml2: '>=2.11.4,<2.12.0a0' - gettext: '>=0.21.1,<1.0a0' - pango: '>=1.50.14,<2.0a0' - libglib: '>=2.76.4,<3.0a0' - cairo: '>=1.16.0,<2.0a0' - gdk-pixbuf: '>=2.42.10,<3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.56.3-h0db3404_0.conda - hash: - md5: b9784f5c16c6d01d59f7e65a3b0441c6 - sha256: 4ed7ddb12fe193994cbf7d77eb3d7e776fda6c65e95c467f32392f40b880bbe6 - optional: false - category: main build: h0db3404_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/librsvg-2.56.3-h0db3404_0.conda + sha256: 4ed7ddb12fe193994cbf7d77eb3d7e776fda6c65e95c467f32392f40b880bbe6 + md5: b9784f5c16c6d01d59f7e65a3b0441c6 + depends: + - libxml2 >=2.11.4,<2.12.0a0 + - gettext >=0.21.1,<1.0a0 + - pango >=1.50.14,<2.0a0 + - libglib >=2.76.4,<3.0a0 + - cairo >=1.16.0,<2.0a0 + - gdk-pixbuf >=2.42.10,<3.0a0 + arch: aarch64 + platform: osx license: LGPL-2.1-or-later size: 3791057 timestamp: 1690736683429 -- name: libsanitizer +- kind: conda + name: libsanitizer version: 13.2.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=13.2.0' - url: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.2.0-h7e041cc_2.conda - hash: - md5: aa27066e2dcef56db7bc674f2230b6c9 - sha256: f10895acd0791ee20124a540cfbdb1efd050744aa9718f694aec6df798fb57f1 - optional: false - category: main build: h7e041cc_2 - arch: x86_64 - subdir: linux-64 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.2.0-h7e041cc_2.conda + sha256: f10895acd0791ee20124a540cfbdb1efd050744aa9718f694aec6df798fb57f1 + md5: aa27066e2dcef56db7bc674f2230b6c9 + depends: + - libgcc-ng >=13.2.0 + arch: x86_64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 4111354 timestamp: 1695219428583 -- name: libsodium - version: 1.0.18 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=7.5.0' - url: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.18-h36c2ea0_1.tar.bz2 - hash: - md5: c3788462a6fbddafdb413a9f9053e58d - sha256: 53da0c8b79659df7b53eebdb80783503ce72fb4b10ed6e9e05cc0e9e4207a130 - optional: false - category: main - build: h36c2ea0_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: ISC - size: 374999 - timestamp: 1605135674116 -- name: libsodium +- kind: conda + name: libsodium version: 1.0.18 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.18-hbcb3906_1.tar.bz2 - hash: - md5: 24632c09ed931af617fe6d5292919cab - sha256: 2da45f14e3d383b4b9e3a8bacc95cd2832aac2dbf9fbc70d255d384a310c5660 - optional: false - category: main - build: hbcb3906_1 - arch: x86_64 - subdir: osx-64 + build: h27ca646_1 build_number: 1 - license: ISC - size: 528765 - timestamp: 1605135849110 -- name: libsodium - version: 1.0.18 - manager: conda - platform: osx-arm64 - dependencies: {} + subdir: osx-arm64 url: https://conda.anaconda.org/conda-forge/osx-arm64/libsodium-1.0.18-h27ca646_1.tar.bz2 - hash: - md5: 90859688dbca4735b74c02af14c4c793 - sha256: 1d95fe5e5e6a0700669aab454b2a32f97289c9ed8d1f7667c2ba98327a6f05bc - optional: false - category: main - build: h27ca646_1 + sha256: 1d95fe5e5e6a0700669aab454b2a32f97289c9ed8d1f7667c2ba98327a6f05bc + md5: 90859688dbca4735b74c02af14c4c793 arch: aarch64 - subdir: osx-arm64 - build_number: 1 + platform: osx license: ISC size: 324912 timestamp: 1605135878892 -- name: libsodium +- kind: conda + name: libsodium version: 1.0.18 - manager: conda - platform: win-64 - dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' - url: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.18-h8d14728_1.tar.bz2 - hash: - md5: 5c1fb45b5e2912c19098750ae8a32604 - sha256: ecc463f0ab6eaf6bc5bd6ff9c17f65595de6c7a38db812222ab8ffde0d3f4bc2 - optional: false - category: main - build: h8d14728_1 + build: h36c2ea0_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.18-h36c2ea0_1.tar.bz2 + sha256: 53da0c8b79659df7b53eebdb80783503ce72fb4b10ed6e9e05cc0e9e4207a130 + md5: c3788462a6fbddafdb413a9f9053e58d + depends: + - libgcc-ng >=7.5.0 arch: x86_64 - subdir: win-64 + platform: linux + license: ISC + size: 374999 + timestamp: 1605135674116 +- kind: conda + name: libsodium + version: 1.0.18 + build: h8d14728_1 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.18-h8d14728_1.tar.bz2 + sha256: ecc463f0ab6eaf6bc5bd6ff9c17f65595de6c7a38db812222ab8ffde0d3f4bc2 + md5: 5c1fb45b5e2912c19098750ae8a32604 + depends: + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + arch: x86_64 + platform: win license: ISC size: 713431 timestamp: 1605135918736 -- name: libsqlite +- kind: conda + name: libsodium + version: 1.0.18 + build: hbcb3906_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.18-hbcb3906_1.tar.bz2 + sha256: 2da45f14e3d383b4b9e3a8bacc95cd2832aac2dbf9fbc70d255d384a310c5660 + md5: 24632c09ed931af617fe6d5292919cab + arch: x86_64 + platform: osx + license: ISC + size: 528765 + timestamp: 1605135849110 +- kind: conda + name: libsqlite + version: 3.42.0 + build: hb31c410_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.42.0-hb31c410_0.conda + sha256: 120913cf0fb694546fbaf95dff211ac5c1e3e91bc69c73350891a05dc106355f + md5: 6ae1bbf3ae393a45a75685072fffbe8d + depends: + - libzlib >=1.2.13,<1.3.0a0 + arch: aarch64 + platform: osx + license: Unlicense + size: 822883 + timestamp: 1684265273102 +- kind: conda + name: libsqlite version: 3.44.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.44.0-h2797004_0.conda - hash: - md5: b58e6816d137f3aabf77d341dd5d732b - sha256: 74ef5dcb900c38bec53140036e5e2a9cc7ffcd806da479ea2305f962a358a259 - optional: false - category: main build: h2797004_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.44.0-h2797004_0.conda + sha256: 74ef5dcb900c38bec53140036e5e2a9cc7ffcd806da479ea2305f962a358a259 + md5: b58e6816d137f3aabf77d341dd5d732b + depends: + - libgcc-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: linux license: Unlicense size: 845977 timestamp: 1698854720770 -- name: libsqlite +- kind: conda + name: libsqlite version: 3.44.0 - manager: conda - platform: osx-64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.44.0-h92b6c6a_0.conda - hash: - md5: 5dd5e957ebfee02720c30e0e2d127bbe - sha256: 0832dc9cf18e811d2b41f8f4951d5ab608678e3459b1a4f36347097d8a9abf68 - optional: false - category: main build: h92b6c6a_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.44.0-h92b6c6a_0.conda + sha256: 0832dc9cf18e811d2b41f8f4951d5ab608678e3459b1a4f36347097d8a9abf68 + md5: 5dd5e957ebfee02720c30e0e2d127bbe + depends: + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: osx license: Unlicense size: 891073 timestamp: 1698854990507 -- name: libsqlite - version: 3.42.0 - manager: conda - platform: osx-arm64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.42.0-hb31c410_0.conda - hash: - md5: 6ae1bbf3ae393a45a75685072fffbe8d - sha256: 120913cf0fb694546fbaf95dff211ac5c1e3e91bc69c73350891a05dc106355f - optional: false - category: main - build: hb31c410_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Unlicense - size: 822883 - timestamp: 1684265273102 -- name: libsqlite +- kind: conda + name: libsqlite version: 3.44.0 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.44.0-hcfcfb64_0.conda - hash: - md5: 446fb1973cfeb8b32de4add3c9ac1057 - sha256: b2be4125343d89765269b537e90ea5ab7f219e7398e7ad610ddcdcf31e7b9e65 - optional: false - category: main build: hcfcfb64_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.44.0-hcfcfb64_0.conda + sha256: b2be4125343d89765269b537e90ea5ab7f219e7398e7ad610ddcdcf31e7b9e65 + md5: 446fb1973cfeb8b32de4add3c9ac1057 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Unlicense size: 852871 timestamp: 1698855272921 -- name: libssh2 +- kind: conda + name: libssh2 version: 1.11.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.1,<4.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda - hash: - md5: 1f5a58e686b13bcfde88b93f547d23fe - sha256: 50e47fd9c4f7bf841a11647ae7486f65220cfc988ec422a4475fe8d5a823824d - optional: false - category: main build: h0841786_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda + sha256: 50e47fd9c4f7bf841a11647ae7486f65220cfc988ec422a4475fe8d5a823824d + md5: 1f5a58e686b13bcfde88b93f547d23fe + depends: + - libgcc-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.1,<4.0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 271133 timestamp: 1685837707056 -- name: libssh2 - version: 1.11.0 - manager: conda - platform: osx-64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.1,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda - hash: - md5: ca3a72efba692c59a90d4b9fc0dfe774 - sha256: f3886763b88f4b24265db6036535ef77b7b77ce91b1cbe588c0fbdd861eec515 - optional: false - category: main - build: hd019ec5_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 259556 - timestamp: 1685837820566 -- name: libssh2 +- kind: conda + name: libssh2 version: 1.11.0 - manager: conda - platform: osx-arm64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.1,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda - hash: - md5: 029f7dc931a3b626b94823bc77830b01 - sha256: bb57d0c53289721fff1eeb3103a1c6a988178e88d8a8f4345b0b91a35f0e0015 - optional: false - category: main build: h7a5bd25_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda + sha256: bb57d0c53289721fff1eeb3103a1c6a988178e88d8a8f4345b0b91a35f0e0015 + md5: 029f7dc931a3b626b94823bc77830b01 + depends: + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.1,<4.0a0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD size: 255610 timestamp: 1685837894256 -- name: libssh2 +- kind: conda + name: libssh2 version: 1.11.0 - manager: conda - platform: win-64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.1,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda - hash: - md5: dc262d03aae04fe26825062879141a41 - sha256: 813fd04eed2a2d5d9c36e53c554f9c1f08e9324e2922bd60c9c52dbbed2dbcec - optional: false - category: main build: h7dfc565_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.0-h7dfc565_0.conda + sha256: 813fd04eed2a2d5d9c36e53c554f9c1f08e9324e2922bd60c9c52dbbed2dbcec + md5: dc262d03aae04fe26825062879141a41 + depends: + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.1,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 266806 timestamp: 1685838242099 -- name: libstdcxx-ng +- kind: conda + name: libssh2 + version: 1.11.0 + build: hd019ec5_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda + sha256: f3886763b88f4b24265db6036535ef77b7b77ce91b1cbe588c0fbdd861eec515 + md5: ca3a72efba692c59a90d4b9fc0dfe774 + depends: + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.1,<4.0a0 + arch: x86_64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 259556 + timestamp: 1685837820566 +- kind: conda + name: libstdcxx-ng version: 13.2.0 - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_2.conda - hash: - md5: 9172c297304f2a20134fc56c97fbe229 - sha256: ab22ecdc974cdbe148874ea876d9c564294d5eafa760f403ed4fd495307b4243 - optional: false - category: main build: h7e041cc_2 - arch: x86_64 - subdir: linux-64 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_2.conda + sha256: ab22ecdc974cdbe148874ea876d9c564294d5eafa760f403ed4fd495307b4243 + md5: 9172c297304f2a20134fc56c97fbe229 + arch: x86_64 + platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 3842773 timestamp: 1695219454837 -- name: libthrift - version: 0.19.0 - manager: conda - platform: linux-64 - dependencies: - libevent: '>=2.1.12,<2.1.13.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.19.0-hb90f79a_1.conda - hash: - md5: 8cdb7d41faa0260875ba92414c487e2d - sha256: 719add2cf20d144ef9962c57cd0f77178259bdb3aae1cded2e2b2b7c646092f5 - optional: false - category: main - build: hb90f79a_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 +- kind: conda + name: libthrift + version: 0.18.1 + build: ha061701_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libthrift-0.18.1-ha061701_2.conda + sha256: 4b3cbe168c7fb070a79960fd20bdc60b309d79805619ed93cdf93f71bdc88bf6 + md5: c1a4bb91d705cc903de58a95aa35ab5b + depends: + - libevent >=2.1.12,<2.1.13.0a0 + - libcxx >=15.0.7 + - openssl >=3.1.1,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - size: 409409 - timestamp: 1695958011498 -- name: libthrift + size: 329212 + timestamp: 1685891755482 +- kind: conda + name: libthrift version: 0.19.0 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - libevent: '>=2.1.12,<2.1.13.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libthrift-0.19.0-h064b379_1.conda - hash: - md5: b152655bfad7c2374ff03be0596052b6 - sha256: 4346c25ef6e2ff3d0fc93074238508531188ecd0dbea6414f6cb93a7775072c4 - optional: false - category: main build: h064b379_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libthrift-0.19.0-h064b379_1.conda + sha256: 4346c25ef6e2ff3d0fc93074238508531188ecd0dbea6414f6cb93a7775072c4 + md5: b152655bfad7c2374ff03be0596052b6 + depends: + - libcxx >=15.0.7 + - libevent >=2.1.12,<2.1.13.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE size: 325415 timestamp: 1695958330036 -- name: libthrift - version: 0.18.1 - manager: conda - platform: osx-arm64 - dependencies: - libevent: '>=2.1.12,<2.1.13.0a0' - libcxx: '>=15.0.7' - openssl: '>=3.1.1,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libthrift-0.18.1-ha061701_2.conda - hash: - md5: c1a4bb91d705cc903de58a95aa35ab5b - sha256: 4b3cbe168c7fb070a79960fd20bdc60b309d79805619ed93cdf93f71bdc88bf6 - optional: false - category: main - build: ha061701_2 - arch: aarch64 - subdir: osx-arm64 - build_number: 2 - license: Apache-2.0 - license_family: APACHE - size: 329212 - timestamp: 1685891755482 -- name: libthrift +- kind: conda + name: libthrift version: 0.19.0 - manager: conda - platform: win-64 - dependencies: - libevent: '>=2.1.12,<2.1.13.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.3,<4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libthrift-0.19.0-ha2b3283_1.conda - hash: - md5: d3432b9d4950e91d2fdf3bed91248ee0 - sha256: 89bbc59898c827429a52315c9c0dd888ea73ab1157a8c86098aeae7d13454ac4 - optional: false - category: main build: ha2b3283_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libthrift-0.19.0-ha2b3283_1.conda + sha256: 89bbc59898c827429a52315c9c0dd888ea73ab1157a8c86098aeae7d13454ac4 + md5: d3432b9d4950e91d2fdf3bed91248ee0 + depends: + - libevent >=2.1.12,<2.1.13.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE size: 612342 timestamp: 1695958519927 -- name: libtiff +- kind: conda + name: libthrift + version: 0.19.0 + build: hb90f79a_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.19.0-hb90f79a_1.conda + sha256: 719add2cf20d144ef9962c57cd0f77178259bdb3aae1cded2e2b2b7c646092f5 + md5: 8cdb7d41faa0260875ba92414c487e2d + depends: + - libevent >=2.1.12,<2.1.13.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.3,<4.0a0 + arch: x86_64 + platform: linux + license: Apache-2.0 + license_family: APACHE + size: 409409 + timestamp: 1695958011498 +- kind: conda + name: libtiff + version: 4.5.0 + build: h5dffbdd_2 + build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.5.0-h5dffbdd_2.conda + sha256: 0207f4234571d393d2f790aedaa1e127dfcd9d7fe3fe886ebdf31c9e7b9f7ce2 + md5: 8e08eae60de32c940096ee9b4da35685 + depends: + - libdeflate >=1.17,<1.18.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - jpeg >=9e,<10a + - libwebp-base >=1.2.4,<2.0a0 + - xz >=5.2.6,<6.0a0 + - libcxx >=14.0.6 + - lerc >=4.0.0,<5.0a0 + - zstd >=1.5.2,<1.6.0a0 + arch: aarch64 + platform: osx + license: HPND + size: 347549 + timestamp: 1673818160649 +- kind: conda + name: libtiff version: 4.6.0 - manager: conda - platform: linux-64 - dependencies: - lerc: '>=4.0.0,<5.0a0' - libdeflate: '>=1.19,<1.20.0a0' - libgcc-ng: '>=12' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libstdcxx-ng: '>=12' - libwebp-base: '>=1.3.2,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h29866fb_1.conda - hash: - md5: 4e9afd30f4ccb2f98645e51005f82236 - sha256: 16f70e3170b9acb5b5a9e7fe60fd9b1104c946e165a48882ebf38ecb7978e980 - optional: false - category: main build: h29866fb_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-h29866fb_1.conda + sha256: 16f70e3170b9acb5b5a9e7fe60fd9b1104c946e165a48882ebf38ecb7978e980 + md5: 4e9afd30f4ccb2f98645e51005f82236 + depends: + - lerc >=4.0.0,<5.0a0 + - libdeflate >=1.19,<1.20.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libstdcxx-ng >=12 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 + arch: x86_64 + platform: linux license: HPND size: 277480 timestamp: 1694958140034 -- name: libtiff +- kind: conda + name: libtiff version: 4.6.0 - manager: conda - platform: osx-64 - dependencies: - lerc: '>=4.0.0,<5.0a0' - libcxx: '>=15.0.7' - libdeflate: '>=1.19,<1.20.0a0' - libjpeg-turbo: '>=3.0.0,<4.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h684deea_2.conda - hash: - md5: 2ca10a325063e000ad6d2a5900061e0d - sha256: 1ef5bd7295f4316b111f70ad21356fb9f0de50b85a341cac9e3a61ac6487fdf1 - optional: false - category: main build: h684deea_2 - arch: x86_64 - subdir: osx-64 - build_number: 2 - license: HPND - size: 266501 - timestamp: 1695661828714 -- name: libtiff - version: 4.5.0 - manager: conda - platform: osx-arm64 - dependencies: - libdeflate: '>=1.17,<1.18.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - jpeg: '>=9e,<10a' - libwebp-base: '>=1.2.4,<2.0a0' - xz: '>=5.2.6,<6.0a0' - libcxx: '>=14.0.6' - lerc: '>=4.0.0,<5.0a0' - zstd: '>=1.5.2,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.5.0-h5dffbdd_2.conda - hash: - md5: 8e08eae60de32c940096ee9b4da35685 - sha256: 0207f4234571d393d2f790aedaa1e127dfcd9d7fe3fe886ebdf31c9e7b9f7ce2 - optional: false - category: main - build: h5dffbdd_2 - arch: aarch64 - subdir: osx-arm64 build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h684deea_2.conda + sha256: 1ef5bd7295f4316b111f70ad21356fb9f0de50b85a341cac9e3a61ac6487fdf1 + md5: 2ca10a325063e000ad6d2a5900061e0d + depends: + - lerc >=4.0.0,<5.0a0 + - libcxx >=15.0.7 + - libdeflate >=1.19,<1.20.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 + arch: x86_64 + platform: osx license: HPND - size: 347549 - timestamp: 1673818160649 -- name: libtiff + size: 266501 + timestamp: 1695661828714 +- kind: conda + name: libtiff version: 4.6.0 - manager: conda - platform: win-64 - dependencies: - lerc: '>=4.0.0,<5.0a0' - libdeflate: '>=1.19,<1.20.0a0' - libjpeg-turbo: '>=3.0.0,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.5,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-h6e2ebb7_2.conda - hash: - md5: 08d653b74ee2dec0131ad4259ffbb126 - sha256: f7b50b71840a5d8edd74a8bccf0c173ca2599bd136e366c35722272b4afa0500 - optional: false - category: main build: h6e2ebb7_2 - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-h6e2ebb7_2.conda + sha256: f7b50b71840a5d8edd74a8bccf0c173ca2599bd136e366c35722272b4afa0500 + md5: 08d653b74ee2dec0131ad4259ffbb126 + depends: + - lerc >=4.0.0,<5.0a0 + - libdeflate >=1.19,<1.20.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - xz >=5.2.6,<6.0a0 + - zstd >=1.5.5,<1.6.0a0 + arch: x86_64 + platform: win license: HPND size: 787430 timestamp: 1695662030293 -- name: libutf8proc +- kind: conda + name: libutf8proc version: 2.8.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2 - hash: - md5: ede4266dc02e875fe1ea77b25dd43747 - sha256: 49082ee8d01339b225f7f8c60f32a2a2c05fe3b16f31b554b4fb2c1dea237d1c - optional: false - category: main build: h166bdaf_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2 + sha256: 49082ee8d01339b225f7f8c60f32a2a2c05fe3b16f31b554b4fb2c1dea237d1c + md5: ede4266dc02e875fe1ea77b25dd43747 + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 101070 timestamp: 1667316029302 -- name: libutf8proc - version: 2.8.0 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/libutf8proc-2.8.0-hb7f2c08_0.tar.bz2 - hash: - md5: db98dc3e58cbc11583180609c429c17d - sha256: 55a7f96b2802e94def207fdfe92bc52c24d705d139bb6cdb3d936cbe85e1c505 - optional: false - category: main - build: hb7f2c08_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - size: 98942 - timestamp: 1667316472080 -- name: libutf8proc +- kind: conda + name: libutf8proc version: 2.8.0 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libutf8proc-2.8.0-h1a8c8d9_0.tar.bz2 - hash: - md5: f8c9c41a122ab3abdf8943b13f4957ee - sha256: a3faddac08efd930fa3a1cc254b5053b4ed9428c49a888d437bf084d403c931a - optional: false - category: main build: h1a8c8d9_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libutf8proc-2.8.0-h1a8c8d9_0.tar.bz2 + sha256: a3faddac08efd930fa3a1cc254b5053b4ed9428c49a888d437bf084d403c931a + md5: f8c9c41a122ab3abdf8943b13f4957ee + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 103492 timestamp: 1667316405233 -- name: libutf8proc +- kind: conda + name: libutf8proc version: 2.8.0 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libutf8proc-2.8.0-h82a8f57_0.tar.bz2 - hash: - md5: 076894846fe9f068f91c57d158c90cba - sha256: 6efa83e3f2fb9acaf096a18d21d0f679d110934798348c5defc780d4b759a76c - optional: false - category: main build: h82a8f57_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/libutf8proc-2.8.0-h82a8f57_0.tar.bz2 + sha256: 6efa83e3f2fb9acaf096a18d21d0f679d110934798348c5defc780d4b759a76c + md5: 076894846fe9f068f91c57d158c90cba + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 104389 timestamp: 1667316359211 -- name: libuuid +- kind: conda + name: libutf8proc + version: 2.8.0 + build: hb7f2c08_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libutf8proc-2.8.0-hb7f2c08_0.tar.bz2 + sha256: 55a7f96b2802e94def207fdfe92bc52c24d705d139bb6cdb3d936cbe85e1c505 + md5: db98dc3e58cbc11583180609c429c17d + arch: x86_64 + platform: osx + license: MIT + license_family: MIT + size: 98942 + timestamp: 1667316472080 +- kind: conda + name: libuuid version: 2.38.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda - hash: - md5: 40b61aab5c7ba9ff276c41cfffe6b80b - sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 - optional: false - category: main build: h0b41bf4_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda + sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 + md5: 40b61aab5c7ba9ff276c41cfffe6b80b + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 33601 timestamp: 1680112270483 -- name: libuv +- kind: conda + name: libuv version: 1.44.2 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.44.2-hd590300_1.conda - hash: - md5: d5447f6f8c208232db63db85e053574d - sha256: 4910371113afddc55b9a70f468e0c921600ff76e2e5da4084e6039f685ab8151 - optional: false - category: main - build: hd590300_1 - arch: x86_64 - subdir: linux-64 + build: h0dc2134_1 build_number: 1 - license: MIT - license_family: MIT - size: 823882 - timestamp: 1690371294300 -- name: libuv - version: 1.44.2 - manager: conda - platform: osx-64 - dependencies: {} + subdir: osx-64 url: https://conda.anaconda.org/conda-forge/osx-64/libuv-1.44.2-h0dc2134_1.conda - hash: - md5: 850901f879c13361e0f767c3b3449b8d - sha256: 9f815da1ae9edc9c70c0a6dd4fbdf8c615e0198f7a4b7258729e552925e490de - optional: false - category: main - build: h0dc2134_1 + sha256: 9f815da1ae9edc9c70c0a6dd4fbdf8c615e0198f7a4b7258729e552925e490de + md5: 850901f879c13361e0f767c3b3449b8d arch: x86_64 - subdir: osx-64 - build_number: 1 + platform: osx license: MIT license_family: MIT size: 360910 timestamp: 1690371544632 -- name: libuv +- kind: conda + name: libuv version: 1.44.2 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.44.2-hb547adb_1.conda - hash: - md5: 6991ee4e88e2df061b2635236807f1c5 - sha256: 62ec5250295b088f7ef93971e06cbf1bcd11ea86ad94c7f5a1aeca2af30135e1 - optional: false - category: main build: hb547adb_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.44.2-hb547adb_1.conda + sha256: 62ec5250295b088f7ef93971e06cbf1bcd11ea86ad94c7f5a1aeca2af30135e1 + md5: 6991ee4e88e2df061b2635236807f1c5 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 394836 timestamp: 1690371342414 -- name: libwebp-base - version: 1.3.2 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.3.2-hd590300_0.conda - hash: - md5: 30de3fd9b3b602f7473f30e684eeea8c - sha256: 68764a760fa81ef35dacb067fe8ace452bbb41476536a4a147a1051df29525f0 - optional: false - category: main - build: hd590300_0 - arch: x86_64 +- kind: conda + name: libuv + version: 1.44.2 + build: hd590300_1 + build_number: 1 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.44.2-hd590300_1.conda + sha256: 4910371113afddc55b9a70f468e0c921600ff76e2e5da4084e6039f685ab8151 + md5: d5447f6f8c208232db63db85e053574d + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + size: 823882 + timestamp: 1690371294300 +- kind: conda + name: libwebp-base + version: 1.3.1 + build: hb547adb_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.3.1-hb547adb_0.conda + sha256: eee31a8b2bb5c0b1f950ed334f19f399bac0b0b8830dbe39d6f3b84e3aee21bf + md5: 538e751abad9d7ee1bbb5630c679c44d constrains: - - libwebp 1.3.2 + - libwebp 1.3.1 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - size: 401830 - timestamp: 1694709121323 -- name: libwebp-base + size: 274105 + timestamp: 1688047313680 +- kind: conda + name: libwebp-base version: 1.3.2 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.3.2-h0dc2134_0.conda - hash: - md5: 4e7e9d244e87d66c18d36894fd6a8ae5 - sha256: fa7580f26fec4c28321ec2ece1257f3293e0c646c635e9904679f4a8369be401 - optional: false - category: main build: h0dc2134_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.3.2-h0dc2134_0.conda + sha256: fa7580f26fec4c28321ec2ece1257f3293e0c646c635e9904679f4a8369be401 + md5: 4e7e9d244e87d66c18d36894fd6a8ae5 constrains: - libwebp 1.3.2 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 346599 timestamp: 1694709233836 -- name: libwebp-base - version: 1.3.1 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.3.1-hb547adb_0.conda - hash: - md5: 538e751abad9d7ee1bbb5630c679c44d - sha256: eee31a8b2bb5c0b1f950ed334f19f399bac0b0b8830dbe39d6f3b84e3aee21bf - optional: false - category: main - build: hb547adb_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - libwebp 1.3.1 - license: BSD-3-Clause - license_family: BSD - size: 274105 - timestamp: 1688047313680 -- name: libwebp-base +- kind: conda + name: libwebp-base version: 1.3.2 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.3.2-hcfcfb64_0.conda - hash: - md5: dcde8820959e64378d4e06147ffecfdd - sha256: af1453fab10d1fb8b379c61a78882614051a8bac37307d7ac4fb58eac667709e - optional: false - category: main build: hcfcfb64_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.3.2-hcfcfb64_0.conda + sha256: af1453fab10d1fb8b379c61a78882614051a8bac37307d7ac4fb58eac667709e + md5: dcde8820959e64378d4e06147ffecfdd + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - libwebp 1.3.2 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 268870 timestamp: 1694709461733 -- name: libxcb +- kind: conda + name: libwebp-base + version: 1.3.2 + build: hd590300_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.3.2-hd590300_0.conda + sha256: 68764a760fa81ef35dacb067fe8ace452bbb41476536a4a147a1051df29525f0 + md5: 30de3fd9b3b602f7473f30e684eeea8c + depends: + - libgcc-ng >=12 + constrains: + - libwebp 1.3.2 + arch: x86_64 + platform: linux + license: BSD-3-Clause + license_family: BSD + size: 401830 + timestamp: 1694709121323 +- kind: conda + name: libxcb + version: '1.13' + build: h9b22ae9_1004 + build_number: 1004 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.13-h9b22ae9_1004.tar.bz2 + sha256: a89b1e46650c01a8791c201c108d6d49a0a5604dd24ddb18902057bbd90f7dbb + md5: 6b3457a192f8091cb413962f65740ac4 + depends: + - xorg-libxau * + - pthread-stubs * + - xorg-libxdmcp * + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 353124 + timestamp: 1636659450212 +- kind: conda + name: libxcb version: '1.15' - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - pthread-stubs: '*' - xorg-libxau: '*' - xorg-libxdmcp: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.15-h0b41bf4_0.conda - hash: - md5: 33277193f5b92bad9fdd230eb700929c - sha256: a670902f0a3173a466c058d2ac22ca1dd0df0453d3a80e0212815c20a16b0485 - optional: false - category: main build: h0b41bf4_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.15-h0b41bf4_0.conda + sha256: a670902f0a3173a466c058d2ac22ca1dd0df0453d3a80e0212815c20a16b0485 + md5: 33277193f5b92bad9fdd230eb700929c + depends: + - libgcc-ng >=12 + - pthread-stubs * + - xorg-libxau * + - xorg-libxdmcp * + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 384238 timestamp: 1682082368177 -- name: libxcb +- kind: conda + name: libxcb version: '1.15' - manager: conda - platform: osx-64 - dependencies: - pthread-stubs: '*' - xorg-libxau: '*' - xorg-libxdmcp: '*' - url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.15-hb7f2c08_0.conda - hash: - md5: 5513f57e0238c87c12dffedbcc9c1a4a - sha256: f41904f466acc8b3197f37f2dd3a08da75720c7f7464d9267635debc4ac1902b - optional: false - category: main build: hb7f2c08_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.15-hb7f2c08_0.conda + sha256: f41904f466acc8b3197f37f2dd3a08da75720c7f7464d9267635debc4ac1902b + md5: 5513f57e0238c87c12dffedbcc9c1a4a + depends: + - pthread-stubs * + - xorg-libxau * + - xorg-libxdmcp * + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 313793 timestamp: 1682083036825 -- name: libxcb - version: '1.13' - manager: conda - platform: osx-arm64 - dependencies: - xorg-libxau: '*' - pthread-stubs: '*' - xorg-libxdmcp: '*' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.13-h9b22ae9_1004.tar.bz2 - hash: - md5: 6b3457a192f8091cb413962f65740ac4 - sha256: a89b1e46650c01a8791c201c108d6d49a0a5604dd24ddb18902057bbd90f7dbb - optional: false - category: main - build: h9b22ae9_1004 - arch: aarch64 - subdir: osx-arm64 - build_number: 1004 - license: MIT - license_family: MIT - size: 353124 - timestamp: 1636659450212 -- name: libxcb +- kind: conda + name: libxcb version: '1.15' - manager: conda - platform: win-64 - dependencies: - m2w64-gcc-libs: '*' - m2w64-gcc-libs-core: '*' - pthread-stubs: '*' - xorg-libxau: '*' - xorg-libxdmcp: '*' - url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.15-hcd874cb_0.conda - hash: - md5: 090d91b69396f14afef450c285f9758c - sha256: d01322c693580f53f8d07a7420cd6879289f5ddad5531b372c3efd1c37cac3bf - optional: false - category: main build: hcd874cb_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.15-hcd874cb_0.conda + sha256: d01322c693580f53f8d07a7420cd6879289f5ddad5531b372c3efd1c37cac3bf + md5: 090d91b69396f14afef450c285f9758c + depends: + - m2w64-gcc-libs * + - m2w64-gcc-libs-core * + - pthread-stubs * + - xorg-libxau * + - xorg-libxdmcp * + arch: x86_64 + platform: win license: MIT license_family: MIT size: 969788 timestamp: 1682083087243 -- name: libxml2 - version: 2.11.5 - manager: conda - platform: osx-arm64 - dependencies: - xz: '>=5.2.6,<6.0a0' - icu: '>=72.1,<73.0a0' - libiconv: '>=1.17,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.11.5-he3bdae6_0.conda - hash: - md5: 2a3b45f84f55113ccfaf0ab6836152fa - sha256: add8ddef1e79ea52a9649cd2bc7135b0d49524acc0a92fd3b71ea97558f1be49 - optional: false - category: main - build: he3bdae6_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 615813 - timestamp: 1691593272628 -- name: libxml2 +- kind: conda + name: libxml2 version: 2.11.5 - manager: conda - platform: win-64 - dependencies: - libiconv: '>=1.17,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.11.5-hc3477c8_1.conda - hash: - md5: 27974f880a010b1441093d9f737a949f - sha256: ad3b5a510be2c5f9fe90b2c20e10adb135717304bcb3a197f256feb48d713d99 - optional: false - category: main build: hc3477c8_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.11.5-hc3477c8_1.conda + sha256: ad3b5a510be2c5f9fe90b2c20e10adb135717304bcb3a197f256feb48d713d99 + md5: 27974f880a010b1441093d9f737a949f + depends: + - libiconv >=1.17,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 1600640 timestamp: 1692960798126 -- name: libzlib +- kind: conda + name: libxml2 + version: 2.11.5 + build: he3bdae6_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.11.5-he3bdae6_0.conda + sha256: add8ddef1e79ea52a9649cd2bc7135b0d49524acc0a92fd3b71ea97558f1be49 + md5: 2a3b45f84f55113ccfaf0ab6836152fa + depends: + - xz >=5.2.6,<6.0a0 + - icu >=72.1,<73.0a0 + - libiconv >=1.17,<2.0a0 + - libzlib >=1.2.13,<1.3.0a0 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 615813 + timestamp: 1691593272628 +- kind: conda + name: libzlib version: 1.2.13 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda - hash: - md5: f36c115f1ee199da648e0597ec2047ad - sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4 - optional: false - category: main - build: hd590300_5 - arch: x86_64 - subdir: linux-64 + build: h53f4e23_5 build_number: 5 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda + sha256: ab1c8aefa2d54322a63aaeeefe9cf877411851738616c4068e0dccc66b9c758a + md5: 1a47f5236db2e06a320ffa0392f81bd8 constrains: - zlib 1.2.13 *_5 + arch: aarch64 + platform: osx license: Zlib license_family: Other - size: 61588 - timestamp: 1686575217516 -- name: libzlib + size: 48102 + timestamp: 1686575426584 +- kind: conda + name: libzlib version: 1.2.13 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda - hash: - md5: 4a3ad23f6e16f99c04e166767193d700 - sha256: fc58ad7f47ffea10df1f2165369978fba0a1cc32594aad778f5eec725f334867 - optional: false - category: main build: h8a1eda9_5 - arch: x86_64 - subdir: osx-64 build_number: 5 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda + sha256: fc58ad7f47ffea10df1f2165369978fba0a1cc32594aad778f5eec725f334867 + md5: 4a3ad23f6e16f99c04e166767193d700 constrains: - zlib 1.2.13 *_5 + arch: x86_64 + platform: osx license: Zlib license_family: Other size: 59404 timestamp: 1686575566695 -- name: libzlib +- kind: conda + name: libzlib version: 1.2.13 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda - hash: - md5: 1a47f5236db2e06a320ffa0392f81bd8 - sha256: ab1c8aefa2d54322a63aaeeefe9cf877411851738616c4068e0dccc66b9c758a - optional: false - category: main - build: h53f4e23_5 - arch: aarch64 - subdir: osx-arm64 + build: hcfcfb64_5 build_number: 5 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda + sha256: c161822ee8130b71e08b6d282b9919c1de2c5274b29921a867bca0f7d30cad26 + md5: 5fdb9c6a113b6b6cb5e517fd972d5f41 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - zlib 1.2.13 *_5 + arch: x86_64 + platform: win license: Zlib license_family: Other - size: 48102 - timestamp: 1686575426584 -- name: libzlib + size: 55800 + timestamp: 1686575452215 +- kind: conda + name: libzlib version: 1.2.13 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda - hash: - md5: 5fdb9c6a113b6b6cb5e517fd972d5f41 - sha256: c161822ee8130b71e08b6d282b9919c1de2c5274b29921a867bca0f7d30cad26 - optional: false - category: main - build: hcfcfb64_5 - arch: x86_64 - subdir: win-64 + build: hd590300_5 build_number: 5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda + sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4 + md5: f36c115f1ee199da648e0597ec2047ad + depends: + - libgcc-ng >=12 constrains: - zlib 1.2.13 *_5 + arch: x86_64 + platform: linux license: Zlib license_family: Other - size: 55800 - timestamp: 1686575452215 -- name: libzopfli - version: 1.0.3 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - libstdcxx-ng: '>=9.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2 - hash: - md5: c66fe2d123249af7651ebde8984c51c2 - sha256: ff94f30b2e86cbad6296cf3e5804d442d9e881f7ba8080d92170981662528c6e - optional: false - category: main - build: h9c3ff4c_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 168074 - timestamp: 1607309189989 -- name: libzopfli + size: 61588 + timestamp: 1686575217516 +- kind: conda + name: libzopfli version: 1.0.3 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=11.0.0' - url: https://conda.anaconda.org/conda-forge/osx-64/libzopfli-1.0.3-h046ec9c_0.tar.bz2 - hash: - md5: 55f3f5c9bccca18d33cb3a4bcfe002d7 - sha256: 3f35f8adf997467699a01819aeabba153ef554e796618c446a9626c2173aee90 - optional: false - category: main build: h046ec9c_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/libzopfli-1.0.3-h046ec9c_0.tar.bz2 + sha256: 3f35f8adf997467699a01819aeabba153ef554e796618c446a9626c2173aee90 + md5: 55f3f5c9bccca18d33cb3a4bcfe002d7 + depends: + - libcxx >=11.0.0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache size: 162262 timestamp: 1607309210977 -- name: libzopfli - version: 1.0.3 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=11.0.0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/libzopfli-1.0.3-h9f76cd9_0.tar.bz2 - hash: - md5: a0758d74f57741aa0d9ede13fd592e56 - sha256: e3003b8efe551902dc60b21c81d7164b291b26b7862704421368d26ba5c10fa0 - optional: false - category: main - build: h9f76cd9_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 147901 - timestamp: 1607309166373 -- name: libzopfli +- kind: conda + name: libzopfli version: 1.0.3 - manager: conda - platform: win-64 - dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' - url: https://conda.anaconda.org/conda-forge/win-64/libzopfli-1.0.3-h0e60522_0.tar.bz2 - hash: - md5: b4b0cbc0abc9f26b730231ffdabf3881 - sha256: c6f2ee6f4758f6e286a2ba9b7503cff25b178fcddeda997921d3012961ce9a62 - optional: false - category: main build: h0e60522_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/libzopfli-1.0.3-h0e60522_0.tar.bz2 + sha256: c6f2ee6f4758f6e286a2ba9b7503cff25b178fcddeda997921d3012961ce9a62 + md5: b4b0cbc0abc9f26b730231ffdabf3881 + depends: + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 207974 timestamp: 1607309596528 -- name: llvm-openmp - version: 17.0.4 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-17.0.4-hb6ac08f_0.conda - hash: - md5: 31391b68245bc68504169e98ffaf2c44 - sha256: d49b6958d22075de5fb707fd5f593cfa4be059015db48b7f1cd5e47e7efde2ff - optional: false - category: main - build: hb6ac08f_0 +- kind: conda + name: libzopfli + version: 1.0.3 + build: h9c3ff4c_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/libzopfli-1.0.3-h9c3ff4c_0.tar.bz2 + sha256: ff94f30b2e86cbad6296cf3e5804d442d9e881f7ba8080d92170981662528c6e + md5: c66fe2d123249af7651ebde8984c51c2 + depends: + - libgcc-ng >=9.3.0 + - libstdcxx-ng >=9.3.0 arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - openmp 17.0.4|17.0.4.* - license: Apache-2.0 WITH LLVM-exception - license_family: APACHE - size: 299744 - timestamp: 1698833439461 -- name: llvm-openmp + platform: linux + license: Apache-2.0 + license_family: Apache + size: 168074 + timestamp: 1607309189989 +- kind: conda + name: libzopfli + version: 1.0.3 + build: h9f76cd9_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/libzopfli-1.0.3-h9f76cd9_0.tar.bz2 + sha256: e3003b8efe551902dc60b21c81d7164b291b26b7862704421368d26ba5c10fa0 + md5: a0758d74f57741aa0d9ede13fd592e56 + depends: + - libcxx >=11.0.0 + arch: aarch64 + platform: osx + license: Apache-2.0 + license_family: Apache + size: 147901 + timestamp: 1607309166373 +- kind: conda + name: llvm-openmp version: 16.0.6 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-16.0.6-h1c12783_0.conda - hash: - md5: 52e5730888439f7f55fd4f83905581b4 - sha256: f5cbb852853a7a931716d55e39515876f61fefd0cb4e055f286adc2dc3bc9d2a - optional: false - category: main build: h1c12783_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-16.0.6-h1c12783_0.conda + sha256: f5cbb852853a7a931716d55e39515876f61fefd0cb4e055f286adc2dc3bc9d2a + md5: 52e5730888439f7f55fd4f83905581b4 constrains: - openmp 16.0.6|16.0.6.* + arch: aarch64 + platform: osx license: Apache-2.0 WITH LLVM-exception license_family: APACHE size: 268740 timestamp: 1686865657336 -- name: lz4-c - version: 1.9.4 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda - hash: - md5: 318b08df404f9c9be5712aaa5a6f0bb0 - sha256: 1b4c105a887f9b2041219d57036f72c4739ab9e9fe5a1486f094e58c76b31f5f - optional: false - category: main - build: hcb278e6_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 143402 - timestamp: 1674727076728 -- name: lz4-c - version: 1.9.4 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=14.0.6' - url: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.9.4-hf0c8a7f_0.conda - hash: - md5: aa04f7143228308662696ac24023f991 - sha256: 39aa0c01696e4e202bf5e337413de09dfeec061d89acd5f28e9968b4e93c3f48 - optional: false - category: main - build: hf0c8a7f_0 - arch: x86_64 +- kind: conda + name: llvm-openmp + version: 17.0.4 + build: hb6ac08f_0 subdir: osx-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 156415 - timestamp: 1674727335352 -- name: lz4-c + url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-17.0.4-hb6ac08f_0.conda + sha256: d49b6958d22075de5fb707fd5f593cfa4be059015db48b7f1cd5e47e7efde2ff + md5: 31391b68245bc68504169e98ffaf2c44 + constrains: + - openmp 17.0.4|17.0.4.* + arch: x86_64 + platform: osx + license: Apache-2.0 WITH LLVM-exception + license_family: APACHE + size: 299744 + timestamp: 1698833439461 +- kind: conda + name: lz4-c version: 1.9.4 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=14.0.6' - url: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.9.4-hb7217d7_0.conda - hash: - md5: 45505bec548634f7d05e02fb25262cb9 - sha256: fc343b8c82efe40819b986e29ba748366514e5ab94a1e1138df195af5f45fa24 - optional: false - category: main build: hb7217d7_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/lz4-c-1.9.4-hb7217d7_0.conda + sha256: fc343b8c82efe40819b986e29ba748366514e5ab94a1e1138df195af5f45fa24 + md5: 45505bec548634f7d05e02fb25262cb9 + depends: + - libcxx >=14.0.6 + arch: aarch64 + platform: osx license: BSD-2-Clause license_family: BSD size: 141188 timestamp: 1674727268278 -- name: lz4-c +- kind: conda + name: lz4-c version: 1.9.4 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda - hash: - md5: e34720eb20a33fc3bfb8451dd837ab7a - sha256: a0954b4b1590735ea5f3d0f4579c3883f8ac837387afd5b398b241fda85124ab - optional: false - category: main - build: hcfcfb64_0 + build: hcb278e6_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda + sha256: 1b4c105a887f9b2041219d57036f72c4739ab9e9fe5a1486f094e58c76b31f5f + md5: 318b08df404f9c9be5712aaa5a6f0bb0 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 arch: x86_64 + platform: linux + license: BSD-2-Clause + license_family: BSD + size: 143402 + timestamp: 1674727076728 +- kind: conda + name: lz4-c + version: 1.9.4 + build: hcfcfb64_0 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/lz4-c-1.9.4-hcfcfb64_0.conda + sha256: a0954b4b1590735ea5f3d0f4579c3883f8ac837387afd5b398b241fda85124ab + md5: e34720eb20a33fc3bfb8451dd837ab7a + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD size: 134235 timestamp: 1674728465431 -- name: m2w64-gcc-libgfortran +- kind: conda + name: lz4-c + version: 1.9.4 + build: hf0c8a7f_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/lz4-c-1.9.4-hf0c8a7f_0.conda + sha256: 39aa0c01696e4e202bf5e337413de09dfeec061d89acd5f28e9968b4e93c3f48 + md5: aa04f7143228308662696ac24023f991 + depends: + - libcxx >=14.0.6 + arch: x86_64 + platform: osx + license: BSD-2-Clause + license_family: BSD + size: 156415 + timestamp: 1674727335352 +- kind: conda + name: m2w64-gcc-libgfortran version: 5.3.0 - manager: conda - platform: win-64 - dependencies: - m2w64-gcc-libs-core: '*' - msys2-conda-epoch: ==20160418 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 - hash: - md5: 066552ac6b907ec6d72c0ddab29050dc - sha256: 9de95a7996d5366ae0808eef2acbc63f9b11b874aa42375f55379e6715845dc6 - optional: false - category: main build: '6' - arch: x86_64 - subdir: win-64 build_number: 6 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 + sha256: 9de95a7996d5366ae0808eef2acbc63f9b11b874aa42375f55379e6715845dc6 + md5: 066552ac6b907ec6d72c0ddab29050dc + depends: + - m2w64-gcc-libs-core * + - msys2-conda-epoch ==20160418 + arch: x86_64 + platform: win license: GPL, LGPL, FDL, custom size: 350687 timestamp: 1608163451316 -- name: m2w64-gcc-libs +- kind: conda + name: m2w64-gcc-libs version: 5.3.0 - manager: conda - platform: win-64 - dependencies: - m2w64-gcc-libgfortran: '*' - m2w64-gcc-libs-core: '*' - m2w64-gmp: '*' - m2w64-libwinpthread-git: '*' - msys2-conda-epoch: ==20160418 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2 - hash: - md5: fe759119b8b3bfa720b8762c6fdc35de - sha256: 3bd1ab02b7c89a5b153a17be03b36d833f1517ff2a6a77ead7c4a808b88196aa - optional: false - category: main build: '7' - arch: x86_64 - subdir: win-64 build_number: 7 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2 + sha256: 3bd1ab02b7c89a5b153a17be03b36d833f1517ff2a6a77ead7c4a808b88196aa + md5: fe759119b8b3bfa720b8762c6fdc35de + depends: + - m2w64-gcc-libgfortran * + - m2w64-gcc-libs-core * + - m2w64-gmp * + - m2w64-libwinpthread-git * + - msys2-conda-epoch ==20160418 + arch: x86_64 + platform: win license: GPL3+, partial:GCCRLE, partial:LGPL2+ size: 532390 timestamp: 1608163512830 -- name: m2w64-gcc-libs-core +- kind: conda + name: m2w64-gcc-libs-core version: 5.3.0 - manager: conda - platform: win-64 - dependencies: - m2w64-gmp: '*' - m2w64-libwinpthread-git: '*' - msys2-conda-epoch: ==20160418 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2 - hash: - md5: 4289d80fb4d272f1f3b56cfe87ac90bd - sha256: 58afdfe859ed2e9a9b1cc06bc408720cb2c3a6a132e59d4805b090d7574f4ee0 - optional: false - category: main build: '7' - arch: x86_64 - subdir: win-64 build_number: 7 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2 + sha256: 58afdfe859ed2e9a9b1cc06bc408720cb2c3a6a132e59d4805b090d7574f4ee0 + md5: 4289d80fb4d272f1f3b56cfe87ac90bd + depends: + - m2w64-gmp * + - m2w64-libwinpthread-git * + - msys2-conda-epoch ==20160418 + arch: x86_64 + platform: win license: GPL3+, partial:GCCRLE, partial:LGPL2+ size: 219240 timestamp: 1608163481341 -- name: m2w64-gmp +- kind: conda + name: m2w64-gmp version: 6.1.0 - manager: conda - platform: win-64 - dependencies: - msys2-conda-epoch: ==20160418 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gmp-6.1.0-2.tar.bz2 - hash: - md5: 53a1c73e1e3d185516d7e3af177596d9 - sha256: 7e3cd95f554660de45f8323fca359e904e8d203efaf07a4d311e46d611481ed1 - optional: false - category: main build: '2' - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gmp-6.1.0-2.tar.bz2 + sha256: 7e3cd95f554660de45f8323fca359e904e8d203efaf07a4d311e46d611481ed1 + md5: 53a1c73e1e3d185516d7e3af177596d9 + depends: + - msys2-conda-epoch ==20160418 + arch: x86_64 + platform: win license: LGPL3 size: 743501 timestamp: 1608163782057 -- name: m2w64-libwinpthread-git +- kind: conda + name: m2w64-libwinpthread-git version: 5.0.0.4634.697f757 - manager: conda - platform: win-64 - dependencies: - msys2-conda-epoch: ==20160418 - url: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 - hash: - md5: 774130a326dee16f1ceb05cc687ee4f0 - sha256: f63a09b2cae7defae0480f1740015d6235f1861afa6fe2e2d3e10bd0d1314ee0 - optional: false - category: main build: '2' - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 + sha256: f63a09b2cae7defae0480f1740015d6235f1861afa6fe2e2d3e10bd0d1314ee0 + md5: 774130a326dee16f1ceb05cc687ee4f0 + depends: + - msys2-conda-epoch ==20160418 + arch: x86_64 + platform: win license: MIT, BSD size: 31928 timestamp: 1608166099896 -- name: markdown-it-py +- kind: conda + name: markdown-it-py version: 3.0.0 - manager: conda - platform: linux-64 - dependencies: - mdurl: '>=0.1,<1' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: 93a8e71256479c62074356ef6ebf501b - sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 + md5: 93a8e71256479c62074356ef6ebf501b + depends: + - mdurl >=0.1,<1 + - python >=3.8 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 64356 timestamp: 1686175179621 -- name: markdown-it-py +- kind: conda + name: markdown-it-py version: 3.0.0 - manager: conda - platform: osx-64 - dependencies: - mdurl: '>=0.1,<1' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: 93a8e71256479c62074356ef6ebf501b - sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 + md5: 93a8e71256479c62074356ef6ebf501b + depends: + - mdurl >=0.1,<1 + - python >=3.8 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 64356 timestamp: 1686175179621 -- name: markdown-it-py +- kind: conda + name: markdown-it-py version: 3.0.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.8' - mdurl: '>=0.1,<1' - url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: 93a8e71256479c62074356ef6ebf501b - sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 + md5: 93a8e71256479c62074356ef6ebf501b + depends: + - python >=3.8 + - mdurl >=0.1,<1 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 64356 timestamp: 1686175179621 -- name: markdown-it-py +- kind: conda + name: markdown-it-py version: 3.0.0 - manager: conda - platform: win-64 - dependencies: - mdurl: '>=0.1,<1' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda - hash: - md5: 93a8e71256479c62074356ef6ebf501b - sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 + md5: 93a8e71256479c62074356ef6ebf501b + depends: + - mdurl >=0.1,<1 + - python >=3.8 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 64356 timestamp: 1686175179621 -- name: markupsafe +- kind: conda + name: markupsafe version: 2.1.3 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.3-py310h2372a71_1.conda - hash: - md5: b74e07a054c479e45a83a83fc5be713c - sha256: ac46cc2f6d4bbeedcd2f508e43f43143a9286ced55730d8d97a3c91ceceb0d56 - optional: false - category: main build: py310h2372a71_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.3-py310h2372a71_1.conda + sha256: ac46cc2f6d4bbeedcd2f508e43f43143a9286ced55730d8d97a3c91ceceb0d56 + md5: b74e07a054c479e45a83a83fc5be713c + depends: + - libgcc-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 constrains: - jinja2 >=3.0.0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 24054 timestamp: 1695367637074 -- name: markupsafe +- kind: conda + name: markupsafe version: 2.1.3 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.3-py310h6729b98_1.conda - hash: - md5: 000b20b3974452969efe63f980b69e33 - sha256: 62076b034a92959d25a1321a4340745ff87b5d191b3fcfef607b746daeb845c5 - optional: false - category: main - build: py310h6729b98_1 - arch: x86_64 - subdir: osx-64 - build_number: 1 + build: py310h2aa6e3c_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.3-py310h2aa6e3c_0.conda + sha256: ed4bd96b711ae21bd01d619b8f3837b58c616eb707293b39fe6e3e4874979b08 + md5: e48e45e6bacea28483819a465fcbcd00 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 constrains: - jinja2 >=3.0.0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - size: 23056 - timestamp: 1695367898746 -- name: markupsafe + size: 23574 + timestamp: 1685769603445 +- kind: conda + name: markupsafe version: 2.1.3 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.3-py310h2aa6e3c_0.conda - hash: - md5: e48e45e6bacea28483819a465fcbcd00 - sha256: ed4bd96b711ae21bd01d619b8f3837b58c616eb707293b39fe6e3e4874979b08 - optional: false - category: main - build: py310h2aa6e3c_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 + build: py310h6729b98_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.3-py310h6729b98_1.conda + sha256: 62076b034a92959d25a1321a4340745ff87b5d191b3fcfef607b746daeb845c5 + md5: 000b20b3974452969efe63f980b69e33 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 constrains: - jinja2 >=3.0.0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - size: 23574 - timestamp: 1685769603445 -- name: markupsafe + size: 23056 + timestamp: 1695367898746 +- kind: conda + name: markupsafe version: 2.1.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.3-py310h8d17308_1.conda - hash: - md5: 8bb26993f6787d08908136ce07894bf0 - sha256: cab9683af159f18b782a876afb4aa3f84512dc3c39e4315a963ba267751581da - optional: false - category: main build: py310h8d17308_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.3-py310h8d17308_1.conda + sha256: cab9683af159f18b782a876afb4aa3f84512dc3c39e4315a963ba267751581da + md5: 8bb26993f6787d08908136ce07894bf0 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - jinja2 >=3.0.0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 26628 timestamp: 1695367927795 -- name: matplotlib-inline +- kind: conda + name: matplotlib-inline version: 0.1.6 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - traitlets: '*' - url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b21613793fcc81d944c76c9f2864a7de - sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 + sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c + md5: b21613793fcc81d944c76c9f2864a7de + depends: + - python >=3.6 + - traitlets * + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 12273 timestamp: 1660814913405 -- name: matplotlib-inline +- kind: conda + name: matplotlib-inline version: 0.1.6 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - traitlets: '*' - url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b21613793fcc81d944c76c9f2864a7de - sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 + sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c + md5: b21613793fcc81d944c76c9f2864a7de + depends: + - python >=3.6 + - traitlets * + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 12273 timestamp: 1660814913405 -- name: matplotlib-inline +- kind: conda + name: matplotlib-inline version: 0.1.6 - manager: conda - platform: osx-arm64 - dependencies: - traitlets: '*' - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b21613793fcc81d944c76c9f2864a7de - sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 + sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c + md5: b21613793fcc81d944c76c9f2864a7de + depends: + - traitlets * + - python >=3.6 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 12273 timestamp: 1660814913405 -- name: matplotlib-inline +- kind: conda + name: matplotlib-inline version: 0.1.6 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - traitlets: '*' - url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b21613793fcc81d944c76c9f2864a7de - sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 + sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c + md5: b21613793fcc81d944c76c9f2864a7de + depends: + - python >=3.6 + - traitlets * + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 12273 timestamp: 1660814913405 -- name: maturin +- kind: conda + name: maturin version: 1.2.3 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - openssl: '>=3.1.3,<4.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - tomli: '>=1.1.0' - url: https://conda.anaconda.org/conda-forge/linux-64/maturin-1.2.3-py310h75e40e8_1.conda - hash: - md5: 3f4a302c782f760f047d9f5b37574e4b - sha256: 9be24f72040783bda4995d3d9e944c023842df5263e189bcd5af02272049b31f - optional: false - category: main build: py310h75e40e8_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/maturin-1.2.3-py310h75e40e8_1.conda + sha256: 9be24f72040783bda4995d3d9e944c023842df5263e189bcd5af02272049b31f + md5: 3f4a302c782f760f047d9f5b37574e4b + depends: + - libgcc-ng >=12 + - openssl >=3.1.3,<4.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - tomli >=1.1.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 6346814 timestamp: 1695300560297 -- name: maturin +- kind: conda + name: maturin version: 1.2.3 - manager: conda - platform: osx-64 - dependencies: - openssl: '>=3.1.3,<4.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - tomli: '>=1.1.0' - url: https://conda.anaconda.org/conda-forge/osx-64/maturin-1.2.3-py310hcdf1ef2_1.conda - hash: - md5: 88dae580b9c4f2d075f9556d29b276c3 - sha256: f036563a45b0735bf611bfdddb198e8864be17eab107f18744923578d7f5a935 - optional: false - category: main build: py310hcdf1ef2_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/maturin-1.2.3-py310hcdf1ef2_1.conda + sha256: f036563a45b0735bf611bfdddb198e8864be17eab107f18744923578d7f5a935 + md5: 88dae580b9c4f2d075f9556d29b276c3 + depends: + - openssl >=3.1.3,<4.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - tomli >=1.1.0 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 4955123 timestamp: 1695300939556 -- name: maturin +- kind: conda + name: maturin version: 1.2.3 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - openssl: '>=3.1.2,<4.0a0' - python_abi: 3.10.* *_cp310 - tomli: '>=1.1.0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/maturin-1.2.3-py310hdd3b5e7_0.conda - hash: - md5: a6c84e255b57205f6009fd33d219ff46 - sha256: 1280cf7837c6311ac1b735864af384d16d161e02990df3331730d8784f5b0bdd - optional: false - category: main build: py310hdd3b5e7_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/maturin-1.2.3-py310hdd3b5e7_0.conda + sha256: 1280cf7837c6311ac1b735864af384d16d161e02990df3331730d8784f5b0bdd + md5: a6c84e255b57205f6009fd33d219ff46 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - openssl >=3.1.2,<4.0a0 + - python_abi 3.10.* *_cp310 + - tomli >=1.1.0 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 4852478 timestamp: 1692269215924 -- name: maturin +- kind: conda + name: maturin version: 1.2.3 - manager: conda - platform: win-64 - dependencies: - m2w64-gcc-libs: '*' - m2w64-gcc-libs-core: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - tomli: '>=1.1.0' - url: https://conda.anaconda.org/conda-forge/win-64/maturin-1.2.3-py310he2c049f_1.conda - hash: - md5: df9c03a9001e8d7a3e84a53094dfa52a - sha256: 9e8779d3e4746e8c3ca3f2f4f2a5c36045051f97d4da9c28345bd818cbc549ec - optional: false - category: main build: py310he2c049f_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/maturin-1.2.3-py310he2c049f_1.conda + sha256: 9e8779d3e4746e8c3ca3f2f4f2a5c36045051f97d4da9c28345bd818cbc549ec + md5: df9c03a9001e8d7a3e84a53094dfa52a + depends: + - m2w64-gcc-libs * + - m2w64-gcc-libs-core * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - tomli >=1.1.0 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 4675858 timestamp: 1695301814558 -- name: mdit-py-plugins +- kind: conda + name: mdit-py-plugins version: 0.4.0 - manager: conda - platform: linux-64 - dependencies: - markdown-it-py: '>=1.0.0,<4.0.0' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.0-pyhd8ed1ab_0.conda - hash: - md5: 6c5358a10873a15398b6f15f60cb5e1f - sha256: 1ddac8d2be448cd1fbe49d2ca09df7e10d99679d53146a917f8bb4899f76d0ca - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.0-pyhd8ed1ab_0.conda + sha256: 1ddac8d2be448cd1fbe49d2ca09df7e10d99679d53146a917f8bb4899f76d0ca + md5: 6c5358a10873a15398b6f15f60cb5e1f + depends: + - markdown-it-py >=1.0.0,<4.0.0 + - python >=3.8 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 41197 timestamp: 1686175527330 -- name: mdit-py-plugins +- kind: conda + name: mdit-py-plugins version: 0.4.0 - manager: conda - platform: osx-64 - dependencies: - markdown-it-py: '>=1.0.0,<4.0.0' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.0-pyhd8ed1ab_0.conda - hash: - md5: 6c5358a10873a15398b6f15f60cb5e1f - sha256: 1ddac8d2be448cd1fbe49d2ca09df7e10d99679d53146a917f8bb4899f76d0ca - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.0-pyhd8ed1ab_0.conda + sha256: 1ddac8d2be448cd1fbe49d2ca09df7e10d99679d53146a917f8bb4899f76d0ca + md5: 6c5358a10873a15398b6f15f60cb5e1f + depends: + - markdown-it-py >=1.0.0,<4.0.0 + - python >=3.8 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 41197 timestamp: 1686175527330 -- name: mdit-py-plugins +- kind: conda + name: mdit-py-plugins version: 0.4.0 - manager: conda - platform: osx-arm64 - dependencies: - markdown-it-py: '>=1.0.0,<4.0.0' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.0-pyhd8ed1ab_0.conda - hash: - md5: 6c5358a10873a15398b6f15f60cb5e1f - sha256: 1ddac8d2be448cd1fbe49d2ca09df7e10d99679d53146a917f8bb4899f76d0ca - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.0-pyhd8ed1ab_0.conda + sha256: 1ddac8d2be448cd1fbe49d2ca09df7e10d99679d53146a917f8bb4899f76d0ca + md5: 6c5358a10873a15398b6f15f60cb5e1f + depends: + - markdown-it-py >=1.0.0,<4.0.0 + - python >=3.8 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 41197 timestamp: 1686175527330 -- name: mdit-py-plugins +- kind: conda + name: mdit-py-plugins version: 0.4.0 - manager: conda - platform: win-64 - dependencies: - markdown-it-py: '>=1.0.0,<4.0.0' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.0-pyhd8ed1ab_0.conda - hash: - md5: 6c5358a10873a15398b6f15f60cb5e1f - sha256: 1ddac8d2be448cd1fbe49d2ca09df7e10d99679d53146a917f8bb4899f76d0ca - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mdit-py-plugins-0.4.0-pyhd8ed1ab_0.conda + sha256: 1ddac8d2be448cd1fbe49d2ca09df7e10d99679d53146a917f8bb4899f76d0ca + md5: 6c5358a10873a15398b6f15f60cb5e1f + depends: + - markdown-it-py >=1.0.0,<4.0.0 + - python >=3.8 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 41197 timestamp: 1686175527330 -- name: mdurl +- kind: conda + name: mdurl version: 0.1.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: f8dab71fdc13b1bf29a01248b156d268 - sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 + sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 + md5: f8dab71fdc13b1bf29a01248b156d268 + depends: + - python >=3.6 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 13707 timestamp: 1639515992326 -- name: mdurl +- kind: conda + name: mdurl version: 0.1.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: f8dab71fdc13b1bf29a01248b156d268 - sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 + sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 + md5: f8dab71fdc13b1bf29a01248b156d268 + depends: + - python >=3.6 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 13707 timestamp: 1639515992326 -- name: mdurl +- kind: conda + name: mdurl version: 0.1.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: f8dab71fdc13b1bf29a01248b156d268 - sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 + sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 + md5: f8dab71fdc13b1bf29a01248b156d268 + depends: + - python >=3.6 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 13707 timestamp: 1639515992326 -- name: mdurl +- kind: conda + name: mdurl version: 0.1.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: f8dab71fdc13b1bf29a01248b156d268 - sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 - optional: false - category: main build: pyhd8ed1ab_0 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 + sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 + md5: f8dab71fdc13b1bf29a01248b156d268 + depends: + - python >=3.6 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 13707 timestamp: 1639515992326 -- name: minio +- kind: conda + name: minio version: 7.1.17 - manager: conda - platform: linux-64 - dependencies: - certifi: '*' - configparser: '*' - future: '*' - python: '>=3.6' - python-dateutil: '*' - pytz: '*' - urllib3: '*' - url: https://conda.anaconda.org/conda-forge/noarch/minio-7.1.17-pyhd8ed1ab_0.conda - hash: - md5: 37a6599b8de3b46f8faff4aeb55b718f - sha256: 845cea4347a5b40d08caf013a7ae4aefe0112a66dd3bf0aa334068a3a5db962c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/minio-7.1.17-pyhd8ed1ab_0.conda + sha256: 845cea4347a5b40d08caf013a7ae4aefe0112a66dd3bf0aa334068a3a5db962c + md5: 37a6599b8de3b46f8faff4aeb55b718f + depends: + - certifi * + - configparser * + - future * + - python >=3.6 + - python-dateutil * + - pytz * + - urllib3 * + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache - noarch: python size: 59925 timestamp: 1695627015341 -- name: minio +- kind: conda + name: minio version: 7.1.17 - manager: conda - platform: osx-64 - dependencies: - certifi: '*' - configparser: '*' - future: '*' - python: '>=3.6' - python-dateutil: '*' - pytz: '*' - urllib3: '*' - url: https://conda.anaconda.org/conda-forge/noarch/minio-7.1.17-pyhd8ed1ab_0.conda - hash: - md5: 37a6599b8de3b46f8faff4aeb55b718f - sha256: 845cea4347a5b40d08caf013a7ae4aefe0112a66dd3bf0aa334068a3a5db962c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/minio-7.1.17-pyhd8ed1ab_0.conda + sha256: 845cea4347a5b40d08caf013a7ae4aefe0112a66dd3bf0aa334068a3a5db962c + md5: 37a6599b8de3b46f8faff4aeb55b718f + depends: + - certifi * + - configparser * + - future * + - python >=3.6 + - python-dateutil * + - pytz * + - urllib3 * + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache - noarch: python size: 59925 timestamp: 1695627015341 -- name: minio +- kind: conda + name: minio version: 7.1.17 - manager: conda - platform: osx-arm64 - dependencies: - certifi: '*' - configparser: '*' - future: '*' - python: '>=3.6' - python-dateutil: '*' - pytz: '*' - urllib3: '*' - url: https://conda.anaconda.org/conda-forge/noarch/minio-7.1.17-pyhd8ed1ab_0.conda - hash: - md5: 37a6599b8de3b46f8faff4aeb55b718f - sha256: 845cea4347a5b40d08caf013a7ae4aefe0112a66dd3bf0aa334068a3a5db962c - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/minio-7.1.17-pyhd8ed1ab_0.conda + sha256: 845cea4347a5b40d08caf013a7ae4aefe0112a66dd3bf0aa334068a3a5db962c + md5: 37a6599b8de3b46f8faff4aeb55b718f + depends: + - certifi * + - configparser * + - future * + - python >=3.6 + - python-dateutil * + - pytz * + - urllib3 * + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache - noarch: python size: 59925 timestamp: 1695627015341 -- name: minio +- kind: conda + name: minio version: 7.1.17 - manager: conda - platform: win-64 - dependencies: - certifi: '*' - configparser: '*' - future: '*' - python: '>=3.6' - python-dateutil: '*' - pytz: '*' - urllib3: '*' - url: https://conda.anaconda.org/conda-forge/noarch/minio-7.1.17-pyhd8ed1ab_0.conda - hash: - md5: 37a6599b8de3b46f8faff4aeb55b718f - sha256: 845cea4347a5b40d08caf013a7ae4aefe0112a66dd3bf0aa334068a3a5db962c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/minio-7.1.17-pyhd8ed1ab_0.conda + sha256: 845cea4347a5b40d08caf013a7ae4aefe0112a66dd3bf0aa334068a3a5db962c + md5: 37a6599b8de3b46f8faff4aeb55b718f + depends: + - certifi * + - configparser * + - future * + - python >=3.6 + - python-dateutil * + - pytz * + - urllib3 * + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache - noarch: python size: 59925 timestamp: 1695627015341 -- name: minio-server +- kind: conda + name: minio-server version: 2023.09.23.03.47.50 - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/minio-server-2023.09.23.03.47.50-hbcca054_0.conda - hash: - md5: ff773f379a8324cefc3a904a5fcb0c27 - sha256: 83d01977a656502d67ba01b709bdaa39730d19d4630d0965e3150fc5b76de5b1 - optional: false - category: main - build: hbcca054_0 + build: h56e8100_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/minio-server-2023.09.23.03.47.50-h56e8100_0.conda + sha256: 1382416ae6dc8c5fcde90f448e03860ef0da591d2aa3e06bde312ccfb8bd5607 + md5: 842697378d8ac142d1dac05a310cb9eb arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: win license: AGPL-3.0-only license_family: AGPL - size: 28514641 - timestamp: 1695661212355 -- name: minio-server + size: 28599729 + timestamp: 1695661919637 +- kind: conda + name: minio-server version: 2023.09.23.03.47.50 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/minio-server-2023.09.23.03.47.50-h8857fd0_0.conda - hash: - md5: e5631d220e6361e9945598970cb8cbd3 - sha256: 5466cf7e24112c70405a1631f3f4fb5e86fa9e93c5beaf5ea72a9839ae75f7bb - optional: false - category: main build: h8857fd0_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/minio-server-2023.09.23.03.47.50-h8857fd0_0.conda + sha256: 5466cf7e24112c70405a1631f3f4fb5e86fa9e93c5beaf5ea72a9839ae75f7bb + md5: e5631d220e6361e9945598970cb8cbd3 constrains: - __osx>=10.12 + arch: x86_64 + platform: osx license: AGPL-3.0-only license_family: AGPL size: 29438678 timestamp: 1695669781862 -- name: minio-server +- kind: conda + name: minio-server + version: 2023.09.23.03.47.50 + build: hbcca054_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/minio-server-2023.09.23.03.47.50-hbcca054_0.conda + sha256: 83d01977a656502d67ba01b709bdaa39730d19d4630d0965e3150fc5b76de5b1 + md5: ff773f379a8324cefc3a904a5fcb0c27 + arch: x86_64 + platform: linux + license: AGPL-3.0-only + license_family: AGPL + size: 28514641 + timestamp: 1695661212355 +- kind: conda + name: minio-server version: 2023.09.23.03.47.50 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/minio-server-2023.09.23.03.47.50-hf0a4a13_0.conda - hash: - md5: 716354cbeec9ed541b75c4d1398af8e9 - sha256: e8ecdc8c0943cd01a1ac488f2fdea36ec74161ca1225f47c06b71934dea61ef2 - optional: false - category: main build: hf0a4a13_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/minio-server-2023.09.23.03.47.50-hf0a4a13_0.conda + sha256: e8ecdc8c0943cd01a1ac488f2fdea36ec74161ca1225f47c06b71934dea61ef2 + md5: 716354cbeec9ed541b75c4d1398af8e9 + arch: aarch64 + platform: osx license: AGPL-3.0-only license_family: AGPL size: 28775220 timestamp: 1695661328725 -- name: minio-server - version: 2023.09.23.03.47.50 - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/minio-server-2023.09.23.03.47.50-h56e8100_0.conda - hash: - md5: 842697378d8ac142d1dac05a310cb9eb - sha256: 1382416ae6dc8c5fcde90f448e03860ef0da591d2aa3e06bde312ccfb8bd5607 - optional: false - category: main - build: h56e8100_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: AGPL-3.0-only - license_family: AGPL - size: 28599729 - timestamp: 1695661919637 -- name: mistune +- kind: conda + name: mistune + version: 3.0.1 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.1-pyhd8ed1ab_0.conda + sha256: 0b4558d3afb64e23b66f5279b704de76ebeb6b4eebbf913d65fbd4ba7d9acc2f + md5: 1dad8397c94e4de97a70de552a7dcf49 + depends: + - python >=3.7 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 66169 + timestamp: 1692116828443 +- kind: conda + name: mistune version: 3.0.2 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda - hash: - md5: 5cbee699846772cc939bef23a0d524ed - sha256: f95cb70007e3cc2ba44e17c29a056b499e6dadf08746706d0c817c8e2f47e05c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda + sha256: f95cb70007e3cc2ba44e17c29a056b499e6dadf08746706d0c817c8e2f47e05c + md5: 5cbee699846772cc939bef23a0d524ed + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 66022 timestamp: 1698947249750 -- name: mistune +- kind: conda + name: mistune version: 3.0.2 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda - hash: - md5: 5cbee699846772cc939bef23a0d524ed - sha256: f95cb70007e3cc2ba44e17c29a056b499e6dadf08746706d0c817c8e2f47e05c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda + sha256: f95cb70007e3cc2ba44e17c29a056b499e6dadf08746706d0c817c8e2f47e05c + md5: 5cbee699846772cc939bef23a0d524ed + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 66022 timestamp: 1698947249750 -- name: mistune - version: 3.0.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.1-pyhd8ed1ab_0.conda - hash: - md5: 1dad8397c94e4de97a70de552a7dcf49 - sha256: 0b4558d3afb64e23b66f5279b704de76ebeb6b4eebbf913d65fbd4ba7d9acc2f - optional: false - category: main +- kind: conda + name: mistune + version: 3.0.2 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD + subdir: win-64 noarch: python - size: 66169 - timestamp: 1692116828443 -- name: mistune - version: 3.0.2 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda - hash: - md5: 5cbee699846772cc939bef23a0d524ed - sha256: f95cb70007e3cc2ba44e17c29a056b499e6dadf08746706d0c817c8e2f47e05c - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: f95cb70007e3cc2ba44e17c29a056b499e6dadf08746706d0c817c8e2f47e05c + md5: 5cbee699846772cc939bef23a0d524ed + depends: + - python >=3.7 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 66022 timestamp: 1698947249750 -- name: mkl +- kind: conda + name: mkl version: 2023.2.0 - manager: conda - platform: win-64 - dependencies: - intel-openmp: 2023.* - tbb: 2021.* - url: https://conda.anaconda.org/conda-forge/win-64/mkl-2023.2.0-h6a75c08_50496.conda - hash: - md5: 03da367d935ecf4d3e4005cf705d0e21 - sha256: 40dc6ac2aa071ca248223de7cdbdfdb216bc8632a17104b1507bcbf9276265d4 - optional: false - category: main build: h6a75c08_50496 - arch: x86_64 - subdir: win-64 build_number: 50496 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/mkl-2023.2.0-h6a75c08_50496.conda + sha256: 40dc6ac2aa071ca248223de7cdbdfdb216bc8632a17104b1507bcbf9276265d4 + md5: 03da367d935ecf4d3e4005cf705d0e21 + depends: + - intel-openmp 2023.* + - tbb 2021.* + arch: x86_64 + platform: win license: LicenseRef-ProprietaryIntel license_family: Proprietary size: 144749783 timestamp: 1695995252418 -- name: msys2-conda-epoch +- kind: conda + name: msys2-conda-epoch version: '20160418' - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 - hash: - md5: b0309b72560df66f71a9d5e34a5efdfa - sha256: 99358d58d778abee4dca82ad29fb58058571f19b0f86138363c260049d4ac7f1 - optional: false - category: main build: '1' - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 + sha256: 99358d58d778abee4dca82ad29fb58058571f19b0f86138363c260049d4ac7f1 + md5: b0309b72560df66f71a9d5e34a5efdfa + arch: x86_64 + platform: win size: 3227 timestamp: 1608166968312 -- name: nbclient +- kind: conda + name: nbclient version: 0.7.4 - manager: conda - platform: linux-64 - dependencies: - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - nbformat: '>=5.1' - python: '>=3.7' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.4-pyhd8ed1ab_0.conda - hash: - md5: f7aa15f77d29b11caa1df1eb15383c59 - sha256: f26afcbbdd4bd1245db514c6ebc6ef18cc12067145dcab229b6f88653575d44c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.4-pyhd8ed1ab_0.conda + sha256: f26afcbbdd4bd1245db514c6ebc6ef18cc12067145dcab229b6f88653575d44c + md5: f7aa15f77d29b11caa1df1eb15383c59 + depends: + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - nbformat >=5.1 + - python >=3.7 + - traitlets >=5.3 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 65185 timestamp: 1682452350304 -- name: nbclient +- kind: conda + name: nbclient version: 0.7.4 - manager: conda - platform: osx-64 - dependencies: - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - nbformat: '>=5.1' - python: '>=3.7' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.4-pyhd8ed1ab_0.conda - hash: - md5: f7aa15f77d29b11caa1df1eb15383c59 - sha256: f26afcbbdd4bd1245db514c6ebc6ef18cc12067145dcab229b6f88653575d44c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.4-pyhd8ed1ab_0.conda + sha256: f26afcbbdd4bd1245db514c6ebc6ef18cc12067145dcab229b6f88653575d44c + md5: f7aa15f77d29b11caa1df1eb15383c59 + depends: + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - nbformat >=5.1 + - python >=3.7 + - traitlets >=5.3 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 65185 timestamp: 1682452350304 -- name: nbclient +- kind: conda + name: nbclient version: 0.7.4 - manager: conda - platform: osx-arm64 - dependencies: - nbformat: '>=5.1' - jupyter_core: '>=4.12,!=5.0.*' - python: '>=3.7' - traitlets: '>=5.3' - jupyter_client: '>=6.1.12' - url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.4-pyhd8ed1ab_0.conda - hash: - md5: f7aa15f77d29b11caa1df1eb15383c59 - sha256: f26afcbbdd4bd1245db514c6ebc6ef18cc12067145dcab229b6f88653575d44c - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.4-pyhd8ed1ab_0.conda + sha256: f26afcbbdd4bd1245db514c6ebc6ef18cc12067145dcab229b6f88653575d44c + md5: f7aa15f77d29b11caa1df1eb15383c59 + depends: + - nbformat >=5.1 + - jupyter_core >=4.12,!=5.0.* + - python >=3.7 + - traitlets >=5.3 + - jupyter_client >=6.1.12 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 65185 timestamp: 1682452350304 -- name: nbclient +- kind: conda + name: nbclient version: 0.7.4 - manager: conda - platform: win-64 - dependencies: - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - nbformat: '>=5.1' - python: '>=3.7' - traitlets: '>=5.3' - url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.4-pyhd8ed1ab_0.conda - hash: - md5: f7aa15f77d29b11caa1df1eb15383c59 - sha256: f26afcbbdd4bd1245db514c6ebc6ef18cc12067145dcab229b6f88653575d44c - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.4-pyhd8ed1ab_0.conda + sha256: f26afcbbdd4bd1245db514c6ebc6ef18cc12067145dcab229b6f88653575d44c + md5: f7aa15f77d29b11caa1df1eb15383c59 + depends: + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - nbformat >=5.1 + - python >=3.7 + - traitlets >=5.3 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 65185 timestamp: 1682452350304 -- name: nbconvert +- kind: conda + name: nbconvert + version: 7.7.4 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.7.4-pyhd8ed1ab_0.conda + sha256: 27eaa8e12d68deec5b04786841d6a1aa4134cb71a82d5a7a4aee5ab51b4fab8e + md5: 2c341d4a10927be7a9a0b9f264039782 + depends: + - nbconvert-pandoc ==7.7.4 pyhd8ed1ab_0 + - python >=3.8 + - nbconvert-core ==7.7.4 pyhd8ed1ab_0 + arch: aarch64 + platform: osx + license: BSD-3-Clause + size: 8180 + timestamp: 1692214750984 +- kind: conda + name: nbconvert version: 7.10.0 - manager: conda - platform: linux-64 - dependencies: - nbconvert-core: ==7.10.0 pyhd8ed1ab_0 - nbconvert-pandoc: ==7.10.0 pyhd8ed1ab_0 - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.10.0-pyhd8ed1ab_0.conda - hash: - md5: 800568b9c39cfd87a2a6a9a0488ea265 - sha256: 5d41aadcaaa841d0bd12e05858ead24b0825ae2c62158a9a3ea7885f0780d571 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.10.0-pyhd8ed1ab_0.conda + sha256: 5d41aadcaaa841d0bd12e05858ead24b0825ae2c62158a9a3ea7885f0780d571 + md5: 800568b9c39cfd87a2a6a9a0488ea265 + depends: + - nbconvert-core ==7.10.0 pyhd8ed1ab_0 + - nbconvert-pandoc ==7.10.0 pyhd8ed1ab_0 + - python >=3.8 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 8338 timestamp: 1698678660848 -- name: nbconvert +- kind: conda + name: nbconvert version: 7.10.0 - manager: conda - platform: osx-64 - dependencies: - nbconvert-core: ==7.10.0 pyhd8ed1ab_0 - nbconvert-pandoc: ==7.10.0 pyhd8ed1ab_0 - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.10.0-pyhd8ed1ab_0.conda - hash: - md5: 800568b9c39cfd87a2a6a9a0488ea265 - sha256: 5d41aadcaaa841d0bd12e05858ead24b0825ae2c62158a9a3ea7885f0780d571 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.10.0-pyhd8ed1ab_0.conda + sha256: 5d41aadcaaa841d0bd12e05858ead24b0825ae2c62158a9a3ea7885f0780d571 + md5: 800568b9c39cfd87a2a6a9a0488ea265 + depends: + - nbconvert-core ==7.10.0 pyhd8ed1ab_0 + - nbconvert-pandoc ==7.10.0 pyhd8ed1ab_0 + - python >=3.8 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 8338 timestamp: 1698678660848 -- name: nbconvert - version: 7.7.4 - manager: conda - platform: osx-arm64 - dependencies: - nbconvert-pandoc: ==7.7.4 pyhd8ed1ab_0 - python: '>=3.8' - nbconvert-core: ==7.7.4 pyhd8ed1ab_0 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.7.4-pyhd8ed1ab_0.conda - hash: - md5: 2c341d4a10927be7a9a0b9f264039782 - sha256: 27eaa8e12d68deec5b04786841d6a1aa4134cb71a82d5a7a4aee5ab51b4fab8e - optional: false - category: main +- kind: conda + name: nbconvert + version: 7.10.0 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause + subdir: win-64 noarch: python - size: 8180 - timestamp: 1692214750984 -- name: nbconvert - version: 7.10.0 - manager: conda - platform: win-64 - dependencies: - nbconvert-core: ==7.10.0 pyhd8ed1ab_0 - nbconvert-pandoc: ==7.10.0 pyhd8ed1ab_0 - python: '>=3.8' url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.10.0-pyhd8ed1ab_0.conda - hash: - md5: 800568b9c39cfd87a2a6a9a0488ea265 - sha256: 5d41aadcaaa841d0bd12e05858ead24b0825ae2c62158a9a3ea7885f0780d571 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 5d41aadcaaa841d0bd12e05858ead24b0825ae2c62158a9a3ea7885f0780d571 + md5: 800568b9c39cfd87a2a6a9a0488ea265 + depends: + - nbconvert-core ==7.10.0 pyhd8ed1ab_0 + - nbconvert-pandoc ==7.10.0 pyhd8ed1ab_0 + - python >=3.8 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 8338 timestamp: 1698678660848 -- name: nbconvert-core +- kind: conda + name: nbconvert-core + version: 7.7.4 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.7.4-pyhd8ed1ab_0.conda + sha256: c869001896bdf57fc32ae67954e0694ae61133ffaf63d0991432f5b9d3262bf4 + md5: 44890ae4b0c7ca721b701febb0081401 + depends: + - python >=3.8 + - tinycss2 * + - traitlets >=5.0 + - mistune >=2.0.3,<4 + - entrypoints >=0.2.2 + - jupyter_core >=4.7 + - pandocfilters >=1.4.1 + - markupsafe >=2.0 + - nbformat >=5.1 + - nbclient >=0.5.0 + - defusedxml * + - jupyterlab_pygments * + - jinja2 >=3.0 + - bleach * + - pygments >=2.4.1 + - beautifulsoup4 * + - packaging * + constrains: + - nbconvert =7.7.4=*_0 + - pandoc >=2.14.2,<4.0.0 + arch: aarch64 + platform: osx + license: BSD-3-Clause + size: 187134 + timestamp: 1692214711405 +- kind: conda + name: nbconvert-core version: 7.10.0 - manager: conda - platform: linux-64 - dependencies: - beautifulsoup4: '*' - bleach: '*' - defusedxml: '*' - entrypoints: '>=0.2.2' - jinja2: '>=3.0' - jupyter_core: '>=4.7' - jupyterlab_pygments: '*' - markupsafe: '>=2.0' - mistune: '>=2.0.3,<4' - nbclient: '>=0.5.0' - nbformat: '>=5.1' - packaging: '*' - pandocfilters: '>=1.4.1' - pygments: '>=2.4.1' - python: '>=3.8' - tinycss2: '*' - traitlets: '>=5.0' - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.10.0-pyhd8ed1ab_0.conda - hash: - md5: 56c421c936a17bbc7fd4b36c9bd3b236 - sha256: 693fca2715f78faee1c5be2362d2f1ea30e6b7179b4d2762fd9ffdaae5c8a65a - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.10.0-pyhd8ed1ab_0.conda + sha256: 693fca2715f78faee1c5be2362d2f1ea30e6b7179b4d2762fd9ffdaae5c8a65a + md5: 56c421c936a17bbc7fd4b36c9bd3b236 + depends: + - beautifulsoup4 * + - bleach * + - defusedxml * + - entrypoints >=0.2.2 + - jinja2 >=3.0 + - jupyter_core >=4.7 + - jupyterlab_pygments * + - markupsafe >=2.0 + - mistune >=2.0.3,<4 + - nbclient >=0.5.0 + - nbformat >=5.1 + - packaging * + - pandocfilters >=1.4.1 + - pygments >=2.4.1 + - python >=3.8 + - tinycss2 * + - traitlets >=5.0 constrains: - nbconvert =7.10.0=*_0 - pandoc >=2.14.2,<4.0.0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 188466 timestamp: 1698678612863 -- name: nbconvert-core +- kind: conda + name: nbconvert-core version: 7.10.0 - manager: conda - platform: osx-64 - dependencies: - beautifulsoup4: '*' - bleach: '*' - defusedxml: '*' - entrypoints: '>=0.2.2' - jinja2: '>=3.0' - jupyter_core: '>=4.7' - jupyterlab_pygments: '*' - markupsafe: '>=2.0' - mistune: '>=2.0.3,<4' - nbclient: '>=0.5.0' - nbformat: '>=5.1' - packaging: '*' - pandocfilters: '>=1.4.1' - pygments: '>=2.4.1' - python: '>=3.8' - tinycss2: '*' - traitlets: '>=5.0' - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.10.0-pyhd8ed1ab_0.conda - hash: - md5: 56c421c936a17bbc7fd4b36c9bd3b236 - sha256: 693fca2715f78faee1c5be2362d2f1ea30e6b7179b4d2762fd9ffdaae5c8a65a - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.10.0-pyhd8ed1ab_0.conda + sha256: 693fca2715f78faee1c5be2362d2f1ea30e6b7179b4d2762fd9ffdaae5c8a65a + md5: 56c421c936a17bbc7fd4b36c9bd3b236 + depends: + - beautifulsoup4 * + - bleach * + - defusedxml * + - entrypoints >=0.2.2 + - jinja2 >=3.0 + - jupyter_core >=4.7 + - jupyterlab_pygments * + - markupsafe >=2.0 + - mistune >=2.0.3,<4 + - nbclient >=0.5.0 + - nbformat >=5.1 + - packaging * + - pandocfilters >=1.4.1 + - pygments >=2.4.1 + - python >=3.8 + - tinycss2 * + - traitlets >=5.0 constrains: - nbconvert =7.10.0=*_0 - pandoc >=2.14.2,<4.0.0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 188466 timestamp: 1698678612863 -- name: nbconvert-core - version: 7.7.4 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.8' - tinycss2: '*' - traitlets: '>=5.0' - mistune: '>=2.0.3,<4' - entrypoints: '>=0.2.2' - jupyter_core: '>=4.7' - pandocfilters: '>=1.4.1' - markupsafe: '>=2.0' - nbformat: '>=5.1' - nbclient: '>=0.5.0' - defusedxml: '*' - jupyterlab_pygments: '*' - jinja2: '>=3.0' - bleach: '*' - pygments: '>=2.4.1' - beautifulsoup4: '*' - packaging: '*' - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.7.4-pyhd8ed1ab_0.conda - hash: - md5: 44890ae4b0c7ca721b701febb0081401 - sha256: c869001896bdf57fc32ae67954e0694ae61133ffaf63d0991432f5b9d3262bf4 - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - nbconvert =7.7.4=*_0 - - pandoc >=2.14.2,<4.0.0 - license: BSD-3-Clause - noarch: python - size: 187134 - timestamp: 1692214711405 -- name: nbconvert-core +- kind: conda + name: nbconvert-core version: 7.10.0 - manager: conda - platform: win-64 - dependencies: - beautifulsoup4: '*' - bleach: '*' - defusedxml: '*' - entrypoints: '>=0.2.2' - jinja2: '>=3.0' - jupyter_core: '>=4.7' - jupyterlab_pygments: '*' - markupsafe: '>=2.0' - mistune: '>=2.0.3,<4' - nbclient: '>=0.5.0' - nbformat: '>=5.1' - packaging: '*' - pandocfilters: '>=1.4.1' - pygments: '>=2.4.1' - python: '>=3.8' - tinycss2: '*' - traitlets: '>=5.0' - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.10.0-pyhd8ed1ab_0.conda - hash: - md5: 56c421c936a17bbc7fd4b36c9bd3b236 - sha256: 693fca2715f78faee1c5be2362d2f1ea30e6b7179b4d2762fd9ffdaae5c8a65a - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.10.0-pyhd8ed1ab_0.conda + sha256: 693fca2715f78faee1c5be2362d2f1ea30e6b7179b4d2762fd9ffdaae5c8a65a + md5: 56c421c936a17bbc7fd4b36c9bd3b236 + depends: + - beautifulsoup4 * + - bleach * + - defusedxml * + - entrypoints >=0.2.2 + - jinja2 >=3.0 + - jupyter_core >=4.7 + - jupyterlab_pygments * + - markupsafe >=2.0 + - mistune >=2.0.3,<4 + - nbclient >=0.5.0 + - nbformat >=5.1 + - packaging * + - pandocfilters >=1.4.1 + - pygments >=2.4.1 + - python >=3.8 + - tinycss2 * + - traitlets >=5.0 constrains: - nbconvert =7.10.0=*_0 - pandoc >=2.14.2,<4.0.0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 188466 timestamp: 1698678612863 -- name: nbconvert-pandoc +- kind: conda + name: nbconvert-pandoc + version: 7.7.4 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.7.4-pyhd8ed1ab_0.conda + sha256: d0fac92681e5c00691e606327bf6f490798216f1e4e450b635991444f57f243c + md5: d1ac60298f75db83b5a7016c775e77db + depends: + - pandoc * + - python >=3.8 + - nbconvert-core ==7.7.4 pyhd8ed1ab_0 + arch: aarch64 + platform: osx + size: 7180 + timestamp: 1692214724861 +- kind: conda + name: nbconvert-pandoc version: 7.10.0 - manager: conda - platform: linux-64 - dependencies: - nbconvert-core: ==7.10.0 pyhd8ed1ab_0 - pandoc: '*' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.10.0-pyhd8ed1ab_0.conda - hash: - md5: 2307d9331078c3097631ac2129d4f3cf - sha256: 800494e6919176e48e4e8fff0d0341a463e17c3ca658ecede0a859caae3ca1c1 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.10.0-pyhd8ed1ab_0.conda + sha256: 800494e6919176e48e4e8fff0d0341a463e17c3ca658ecede0a859caae3ca1c1 + md5: 2307d9331078c3097631ac2129d4f3cf + depends: + - nbconvert-core ==7.10.0 pyhd8ed1ab_0 + - pandoc * + - python >=3.8 + arch: x86_64 + platform: linux size: 7329 timestamp: 1698678629109 -- name: nbconvert-pandoc +- kind: conda + name: nbconvert-pandoc version: 7.10.0 - manager: conda - platform: osx-64 - dependencies: - nbconvert-core: ==7.10.0 pyhd8ed1ab_0 - pandoc: '*' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.10.0-pyhd8ed1ab_0.conda - hash: - md5: 2307d9331078c3097631ac2129d4f3cf - sha256: 800494e6919176e48e4e8fff0d0341a463e17c3ca658ecede0a859caae3ca1c1 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.10.0-pyhd8ed1ab_0.conda + sha256: 800494e6919176e48e4e8fff0d0341a463e17c3ca658ecede0a859caae3ca1c1 + md5: 2307d9331078c3097631ac2129d4f3cf + depends: + - nbconvert-core ==7.10.0 pyhd8ed1ab_0 + - pandoc * + - python >=3.8 + arch: x86_64 + platform: osx size: 7329 timestamp: 1698678629109 -- name: nbconvert-pandoc - version: 7.7.4 - manager: conda - platform: osx-arm64 - dependencies: - pandoc: '*' - python: '>=3.8' - nbconvert-core: ==7.7.4 pyhd8ed1ab_0 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.7.4-pyhd8ed1ab_0.conda - hash: - md5: d1ac60298f75db83b5a7016c775e77db - sha256: d0fac92681e5c00691e606327bf6f490798216f1e4e450b635991444f57f243c - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - noarch: python - size: 7180 - timestamp: 1692214724861 -- name: nbconvert-pandoc +- kind: conda + name: nbconvert-pandoc version: 7.10.0 - manager: conda - platform: win-64 - dependencies: - nbconvert-core: ==7.10.0 pyhd8ed1ab_0 - pandoc: '*' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.10.0-pyhd8ed1ab_0.conda - hash: - md5: 2307d9331078c3097631ac2129d4f3cf - sha256: 800494e6919176e48e4e8fff0d0341a463e17c3ca658ecede0a859caae3ca1c1 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.10.0-pyhd8ed1ab_0.conda + sha256: 800494e6919176e48e4e8fff0d0341a463e17c3ca658ecede0a859caae3ca1c1 + md5: 2307d9331078c3097631ac2129d4f3cf + depends: + - nbconvert-core ==7.10.0 pyhd8ed1ab_0 + - pandoc * + - python >=3.8 + arch: x86_64 + platform: win size: 7329 timestamp: 1698678629109 -- name: nbformat +- kind: conda + name: nbformat version: 5.9.2 - manager: conda - platform: linux-64 - dependencies: - jsonschema: '>=2.6' - jupyter_core: '*' - python: '>=3.8' - python-fastjsonschema: '*' - traitlets: '>=5.1' - url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda - hash: - md5: 61ba076de6530d9301a0053b02f093d2 - sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda + sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 + md5: 61ba076de6530d9301a0053b02f093d2 + depends: + - jsonschema >=2.6 + - jupyter_core * + - python >=3.8 + - python-fastjsonschema * + - traitlets >=5.1 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 100446 timestamp: 1690815009867 -- name: nbformat +- kind: conda + name: nbformat version: 5.9.2 - manager: conda - platform: osx-64 - dependencies: - jsonschema: '>=2.6' - jupyter_core: '*' - python: '>=3.8' - python-fastjsonschema: '*' - traitlets: '>=5.1' - url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda - hash: - md5: 61ba076de6530d9301a0053b02f093d2 - sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda + sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 + md5: 61ba076de6530d9301a0053b02f093d2 + depends: + - jsonschema >=2.6 + - jupyter_core * + - python >=3.8 + - python-fastjsonschema * + - traitlets >=5.1 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 100446 timestamp: 1690815009867 -- name: nbformat +- kind: conda + name: nbformat version: 5.9.2 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.8' - jupyter_core: '*' - jsonschema: '>=2.6' - traitlets: '>=5.1' - python-fastjsonschema: '*' - url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda - hash: - md5: 61ba076de6530d9301a0053b02f093d2 - sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda + sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 + md5: 61ba076de6530d9301a0053b02f093d2 + depends: + - python >=3.8 + - jupyter_core * + - jsonschema >=2.6 + - traitlets >=5.1 + - python-fastjsonschema * + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 100446 timestamp: 1690815009867 -- name: nbformat +- kind: conda + name: nbformat version: 5.9.2 - manager: conda - platform: win-64 - dependencies: - jsonschema: '>=2.6' - jupyter_core: '*' - python: '>=3.8' - python-fastjsonschema: '*' - traitlets: '>=5.1' - url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda - hash: - md5: 61ba076de6530d9301a0053b02f093d2 - sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda + sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 + md5: 61ba076de6530d9301a0053b02f093d2 + depends: + - jsonschema >=2.6 + - jupyter_core * + - python >=3.8 + - python-fastjsonschema * + - traitlets >=5.1 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 100446 timestamp: 1690815009867 -- name: nbval +- kind: conda + name: nbval version: 0.9.6 - manager: conda - platform: linux-64 - dependencies: - coverage: '*' - ipykernel: '*' - jupyter_client: '*' - nbformat: '*' - pytest: '*' - python: '*' - six: '*' + build: pyh9f0ad1d_0 + subdir: linux-64 + noarch: python url: https://conda.anaconda.org/conda-forge/noarch/nbval-0.9.6-pyh9f0ad1d_0.tar.bz2 - hash: - md5: b627e05284e7affc46b6e4878aa1d96b - sha256: c52e60b8aa98d8af944f3c7af7f5db356f8f6b4e73d25a7d2adaf249e3ff6d45 - optional: false - category: main - build: pyh9f0ad1d_0 + sha256: c52e60b8aa98d8af944f3c7af7f5db356f8f6b4e73d25a7d2adaf249e3ff6d45 + md5: b627e05284e7affc46b6e4878aa1d96b + depends: + - coverage * + - ipykernel * + - jupyter_client * + - nbformat * + - pytest * + - python * + - six * arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 23146 timestamp: 1596196217832 -- name: nbval +- kind: conda + name: nbval version: 0.9.6 - manager: conda - platform: osx-64 - dependencies: - coverage: '*' - ipykernel: '*' - jupyter_client: '*' - nbformat: '*' - pytest: '*' - python: '*' - six: '*' - url: https://conda.anaconda.org/conda-forge/noarch/nbval-0.9.6-pyh9f0ad1d_0.tar.bz2 - hash: - md5: b627e05284e7affc46b6e4878aa1d96b - sha256: c52e60b8aa98d8af944f3c7af7f5db356f8f6b4e73d25a7d2adaf249e3ff6d45 - optional: false - category: main build: pyh9f0ad1d_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbval-0.9.6-pyh9f0ad1d_0.tar.bz2 + sha256: c52e60b8aa98d8af944f3c7af7f5db356f8f6b4e73d25a7d2adaf249e3ff6d45 + md5: b627e05284e7affc46b6e4878aa1d96b + depends: + - coverage * + - ipykernel * + - jupyter_client * + - nbformat * + - pytest * + - python * + - six * + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 23146 timestamp: 1596196217832 -- name: nbval +- kind: conda + name: nbval version: 0.9.6 - manager: conda - platform: osx-arm64 - dependencies: - nbformat: '*' - pytest: '*' - coverage: '*' - ipykernel: '*' - python: '*' - jupyter_client: '*' - six: '*' - url: https://conda.anaconda.org/conda-forge/noarch/nbval-0.9.6-pyh9f0ad1d_0.tar.bz2 - hash: - md5: b627e05284e7affc46b6e4878aa1d96b - sha256: c52e60b8aa98d8af944f3c7af7f5db356f8f6b4e73d25a7d2adaf249e3ff6d45 - optional: false - category: main build: pyh9f0ad1d_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbval-0.9.6-pyh9f0ad1d_0.tar.bz2 + sha256: c52e60b8aa98d8af944f3c7af7f5db356f8f6b4e73d25a7d2adaf249e3ff6d45 + md5: b627e05284e7affc46b6e4878aa1d96b + depends: + - nbformat * + - pytest * + - coverage * + - ipykernel * + - python * + - jupyter_client * + - six * + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 23146 timestamp: 1596196217832 -- name: nbval +- kind: conda + name: nbval version: 0.9.6 - manager: conda - platform: win-64 - dependencies: - coverage: '*' - ipykernel: '*' - jupyter_client: '*' - nbformat: '*' - pytest: '*' - python: '*' - six: '*' - url: https://conda.anaconda.org/conda-forge/noarch/nbval-0.9.6-pyh9f0ad1d_0.tar.bz2 - hash: - md5: b627e05284e7affc46b6e4878aa1d96b - sha256: c52e60b8aa98d8af944f3c7af7f5db356f8f6b4e73d25a7d2adaf249e3ff6d45 - optional: false - category: main build: pyh9f0ad1d_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nbval-0.9.6-pyh9f0ad1d_0.tar.bz2 + sha256: c52e60b8aa98d8af944f3c7af7f5db356f8f6b4e73d25a7d2adaf249e3ff6d45 + md5: b627e05284e7affc46b6e4878aa1d96b + depends: + - coverage * + - ipykernel * + - jupyter_client * + - nbformat * + - pytest * + - python * + - six * + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 23146 timestamp: 1596196217832 -- name: ncurses +- kind: conda + name: ncurses version: '6.4' - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-h59595ed_2.conda - hash: - md5: 7dbaa197d7ba6032caf7ae7f32c1efa0 - sha256: 91cc03f14caf96243cead96c76fe91ab5925a695d892e83285461fb927dece5e - optional: false - category: main build: h59595ed_2 - arch: x86_64 - subdir: linux-64 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-h59595ed_2.conda + sha256: 91cc03f14caf96243cead96c76fe91ab5925a695d892e83285461fb927dece5e + md5: 7dbaa197d7ba6032caf7ae7f32c1efa0 + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: X11 AND BSD-3-Clause size: 884434 timestamp: 1698751260967 -- name: ncurses +- kind: conda + name: ncurses + version: '6.4' + build: h7ea286d_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4-h7ea286d_0.conda + sha256: 017e230a1f912e15005d4c4f3d387119190b53240f9ae0ba8a319dd958901780 + md5: 318337fb9d0c53ba635efb7888242373 + arch: aarch64 + platform: osx + license: X11 AND BSD-3-Clause + size: 799196 + timestamp: 1686077139703 +- kind: conda + name: ncurses version: '6.4' - manager: conda - platform: osx-64 - dependencies: - __osx: '>=10.9' - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-h93d8f39_2.conda - hash: - md5: e58f366bd4d767e9ab97ab8b272e7670 - sha256: ea0fca66bbb52a1ef0687d466518fe120b5f279684effd6fd336a7b0dddc423a - optional: false - category: main build: h93d8f39_2 - arch: x86_64 - subdir: osx-64 build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-h93d8f39_2.conda + sha256: ea0fca66bbb52a1ef0687d466518fe120b5f279684effd6fd336a7b0dddc423a + md5: e58f366bd4d767e9ab97ab8b272e7670 + depends: + - __osx >=10.9 + arch: x86_64 + platform: osx license: X11 AND BSD-3-Clause size: 822031 timestamp: 1698751567986 -- name: ncurses - version: '6.4' - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4-h7ea286d_0.conda - hash: - md5: 318337fb9d0c53ba635efb7888242373 - sha256: 017e230a1f912e15005d4c4f3d387119190b53240f9ae0ba8a319dd958901780 - optional: false - category: main - build: h7ea286d_0 - arch: aarch64 +- kind: conda + name: nest-asyncio + version: 1.5.6 + build: pyhd8ed1ab_0 subdir: osx-arm64 - build_number: 0 - license: X11 AND BSD-3-Clause - size: 799196 - timestamp: 1686077139703 -- name: nest-asyncio + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.6-pyhd8ed1ab_0.tar.bz2 + sha256: 594d240d8be933b6e47b78b786269cc89ffa34874544d9dbed1c6afc9213869b + md5: 7b868f21adde0d9b8b38f9c16836589b + depends: + - python >=3.5 + arch: aarch64 + platform: osx + license: BSD-2-Clause + license_family: BSD + size: 9739 + timestamp: 1664685092387 +- kind: conda + name: nest-asyncio version: 1.5.8 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda - hash: - md5: a4f0e4519bc50eee4f53f689be9607f7 - sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda + sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 + md5: a4f0e4519bc50eee4f53f689be9607f7 + depends: + - python >=3.5 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD - noarch: python size: 11630 timestamp: 1697083896431 -- name: nest-asyncio +- kind: conda + name: nest-asyncio version: 1.5.8 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda - hash: - md5: a4f0e4519bc50eee4f53f689be9607f7 - sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda + sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 + md5: a4f0e4519bc50eee4f53f689be9607f7 + depends: + - python >=3.5 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: python size: 11630 timestamp: 1697083896431 -- name: nest-asyncio - version: 1.5.6 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.6-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 7b868f21adde0d9b8b38f9c16836589b - sha256: 594d240d8be933b6e47b78b786269cc89ffa34874544d9dbed1c6afc9213869b - optional: false - category: main +- kind: conda + name: nest-asyncio + version: 1.5.8 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD + subdir: win-64 noarch: python - size: 9739 - timestamp: 1664685092387 -- name: nest-asyncio - version: 1.5.8 - manager: conda - platform: win-64 - dependencies: - python: '>=3.5' url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.8-pyhd8ed1ab_0.conda - hash: - md5: a4f0e4519bc50eee4f53f689be9607f7 - sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: d7b795b4e754136841c6da3f9fa1a0f7ec37bc7167e7dd68c5b45e657133e008 + md5: a4f0e4519bc50eee4f53f689be9607f7 + depends: + - python >=3.5 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: BSD-2-Clause license_family: BSD - noarch: python size: 11630 timestamp: 1697083896431 -- name: networkx +- kind: conda + name: networkx + version: '3.1' + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.1-pyhd8ed1ab_0.conda + sha256: 6b955c8530985fa727ad3323653a54af44ecf453cfdb1b549b3edff609bd3728 + md5: 254f787d5068bc89f578bf63893ce8b4 + depends: + - python >=3.8 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 1459994 + timestamp: 1680693050542 +- kind: conda + name: networkx version: 3.2.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - hash: - md5: 425fce3b531bed6ec3c74fab3e5f0a1c - sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda + sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d + md5: 425fce3b531bed6ec3c74fab3e5f0a1c + depends: + - python >=3.9 constrains: - matplotlib >=3.5 - scipy >=1.9,!=1.11.0,!=1.11.1 - numpy >=1.22 - pandas >=1.4 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 1149552 timestamp: 1698504905258 -- name: networkx +- kind: conda + name: networkx version: 3.2.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - hash: - md5: 425fce3b531bed6ec3c74fab3e5f0a1c - sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda + sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d + md5: 425fce3b531bed6ec3c74fab3e5f0a1c + depends: + - python >=3.9 constrains: - matplotlib >=3.5 - scipy >=1.9,!=1.11.0,!=1.11.1 - numpy >=1.22 - pandas >=1.4 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 1149552 timestamp: 1698504905258 -- name: networkx - version: '3.1' - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.1-pyhd8ed1ab_0.conda - hash: - md5: 254f787d5068bc89f578bf63893ce8b4 - sha256: 6b955c8530985fa727ad3323653a54af44ecf453cfdb1b549b3edff609bd3728 - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 1459994 - timestamp: 1680693050542 -- name: networkx +- kind: conda + name: networkx version: 3.2.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda - hash: - md5: 425fce3b531bed6ec3c74fab3e5f0a1c - sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/networkx-3.2.1-pyhd8ed1ab_0.conda + sha256: 7629aa4f9f8cdff45ea7a4701fe58dccce5bf2faa01c26eb44cbb27b7e15ca9d + md5: 425fce3b531bed6ec3c74fab3e5f0a1c + depends: + - python >=3.9 constrains: - matplotlib >=3.5 - scipy >=1.9,!=1.11.0,!=1.11.1 - numpy >=1.22 - pandas >=1.4 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 1149552 timestamp: 1698504905258 -- name: nodejs - version: 20.5.1 - manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - icu: '>=73.2,<74.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libuv: '>=1.44.2,<1.45.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - zlib: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.5.1-hb753e55_1.conda - hash: - md5: 79d6343c54eef028fdce055962a71669 - sha256: 8fda874ecc979d434cf9f257a004d1577f94540e204bb625fded1bda45f69127 - optional: false - category: main - build: hb753e55_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 17054450 - timestamp: 1692993185686 -- name: nodejs +- kind: conda + name: nodejs version: 20.5.1 - manager: conda - platform: osx-64 - dependencies: - icu: '>=73.2,<74.0a0' - libcxx: '>=15.0.7' - libuv: '>=1.44.2,<1.45.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.2,<4.0a0' - zlib: '*' - url: https://conda.anaconda.org/conda-forge/osx-64/nodejs-20.5.1-h119ffd7_1.conda - hash: - md5: ac2df66070a3ecb7963119e33f21066f - sha256: 6099093f52046cdefcab7c04cfa7c3d5b7a780113bd89e5ae435ed13d22f5f29 - optional: false - category: main build: h119ffd7_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/nodejs-20.5.1-h119ffd7_1.conda + sha256: 6099093f52046cdefcab7c04cfa7c3d5b7a780113bd89e5ae435ed13d22f5f29 + md5: ac2df66070a3ecb7963119e33f21066f + depends: + - icu >=73.2,<74.0a0 + - libcxx >=15.0.7 + - libuv >=1.44.2,<1.45.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - zlib * constrains: - __osx >=10.15 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 12167058 timestamp: 1692997395981 -- name: nodejs +- kind: conda + name: nodejs + version: 20.5.1 + build: h57928b3_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/nodejs-20.5.1-h57928b3_1.conda + sha256: ee9bebc081d1b6b3ddc5961bb4df9ba3633219e0ddcb8615d815f80e447e9bb8 + md5: ebab114aa15a59b1476b8ba5fb085a7e + arch: x86_64 + platform: win + license: MIT + license_family: MIT + size: 22555729 + timestamp: 1692988141923 +- kind: conda + name: nodejs version: 20.5.1 - manager: conda - platform: osx-arm64 - dependencies: - libuv: '>=1.44.2,<1.45.0a0' - icu: '>=72.1,<73.0a0' - libcxx: '>=15.0.7' - openssl: '>=3.1.2,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - zlib: '*' - url: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-20.5.1-ha2ed473_0.conda - hash: - md5: 70b9d24d6840d7bac3b76e6d549ac3a4 - sha256: 3714032f2be16a64e0e33dc859b8dff35adb62284cff888d9368206c45385627 - optional: false - category: main build: ha2ed473_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-20.5.1-ha2ed473_0.conda + sha256: 3714032f2be16a64e0e33dc859b8dff35adb62284cff888d9368206c45385627 + md5: 70b9d24d6840d7bac3b76e6d549ac3a4 + depends: + - libuv >=1.44.2,<1.45.0a0 + - icu >=72.1,<73.0a0 + - libcxx >=15.0.7 + - openssl >=3.1.2,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - zlib * + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 11647587 timestamp: 1692133104947 -- name: nodejs +- kind: conda + name: nodejs version: 20.5.1 - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/nodejs-20.5.1-h57928b3_1.conda - hash: - md5: ebab114aa15a59b1476b8ba5fb085a7e - sha256: ee9bebc081d1b6b3ddc5961bb4df9ba3633219e0ddcb8615d815f80e447e9bb8 - optional: false - category: main - build: h57928b3_1 - arch: x86_64 - subdir: win-64 + build: hb753e55_1 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.5.1-hb753e55_1.conda + sha256: 8fda874ecc979d434cf9f257a004d1577f94540e204bb625fded1bda45f69127 + md5: 79d6343c54eef028fdce055962a71669 + depends: + - __glibc >=2.17,<3.0.a0 + - icu >=73.2,<74.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libuv >=1.44.2,<1.45.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.2,<4.0a0 + - zlib * + arch: x86_64 + platform: linux license: MIT license_family: MIT - size: 22555729 - timestamp: 1692988141923 -- name: notebook-shim + size: 17054450 + timestamp: 1692993185686 +- kind: conda + name: notebook-shim version: 0.2.3 - manager: conda - platform: linux-64 - dependencies: - jupyter_server: '>=1.8,<3' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda - hash: - md5: 67e0fe74c156267d9159e9133df7fd37 - sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda + sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 + md5: 67e0fe74c156267d9159e9133df7fd37 + depends: + - jupyter_server >=1.8,<3 + - python >=3.7 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 16783 timestamp: 1682360712235 -- name: notebook-shim +- kind: conda + name: notebook-shim version: 0.2.3 - manager: conda - platform: osx-64 - dependencies: - jupyter_server: '>=1.8,<3' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda - hash: - md5: 67e0fe74c156267d9159e9133df7fd37 - sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda + sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 + md5: 67e0fe74c156267d9159e9133df7fd37 + depends: + - jupyter_server >=1.8,<3 + - python >=3.7 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 16783 timestamp: 1682360712235 -- name: notebook-shim +- kind: conda + name: notebook-shim version: 0.2.3 - manager: conda - platform: osx-arm64 - dependencies: - jupyter_server: '>=1.8,<3' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda - hash: - md5: 67e0fe74c156267d9159e9133df7fd37 - sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda + sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 + md5: 67e0fe74c156267d9159e9133df7fd37 + depends: + - jupyter_server >=1.8,<3 + - python >=3.7 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 16783 timestamp: 1682360712235 -- name: notebook-shim +- kind: conda + name: notebook-shim version: 0.2.3 - manager: conda - platform: win-64 - dependencies: - jupyter_server: '>=1.8,<3' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda - hash: - md5: 67e0fe74c156267d9159e9133df7fd37 - sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda + sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 + md5: 67e0fe74c156267d9159e9133df7fd37 + depends: + - jupyter_server >=1.8,<3 + - python >=3.7 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 16783 timestamp: 1682360712235 -- name: numpy - version: 1.26.0 - manager: conda - platform: linux-64 - dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' - liblapack: '>=3.9.0,<4.0a0' - libstdcxx-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.0-py310hb13e2d6_0.conda - hash: - md5: ac3b67e928cc71548efad9b522d42fef - sha256: d4671e365c2ed30bf8a376bdc65afcbeeae440ca2091c8712ff8f23678f64973 - optional: false - category: main - build: py310hb13e2d6_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 +- kind: conda + name: numpy + version: 1.25.2 + build: py310haa1e00c_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.25.2-py310haa1e00c_0.conda + sha256: d8eddb8573609b03fa60f5daec29da55141a1faeff8c442bb4c6fd309e40411d + md5: 6242d13bf330eccd490979aaf3b5f7e4 + depends: + - libcblas >=3.9.0,<4.0a0 + - libcxx >=15.0.7 + - liblapack >=3.9.0,<4.0a0 + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + - libblas >=3.9.0,<4.0a0 constrains: - numpy-base <0a0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - size: 6893487 - timestamp: 1695291234099 -- name: numpy + size: 5765063 + timestamp: 1691057015909 +- kind: conda + name: numpy version: 1.26.0 - manager: conda - platform: osx-64 - dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - libcxx: '>=15.0.7' - liblapack: '>=3.9.0,<4.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.0-py310h0171094_0.conda - hash: - md5: d58ec8238a040c4cfedbc6b1afbb9d56 - sha256: d2fb0614f41d426249fdc8980cdb6068442c963cc1bcc687df35842a13ead800 - optional: false - category: main build: py310h0171094_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/numpy-1.26.0-py310h0171094_0.conda + sha256: d2fb0614f41d426249fdc8980cdb6068442c963cc1bcc687df35842a13ead800 + md5: d58ec8238a040c4cfedbc6b1afbb9d56 + depends: + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=15.0.7 + - liblapack >=3.9.0,<4.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 constrains: - numpy-base <0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 6521202 timestamp: 1695291583890 -- name: numpy - version: 1.25.2 - manager: conda - platform: osx-arm64 - dependencies: - libcblas: '>=3.9.0,<4.0a0' - libcxx: '>=15.0.7' - liblapack: '>=3.9.0,<4.0a0' - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - libblas: '>=3.9.0,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/numpy-1.25.2-py310haa1e00c_0.conda - hash: - md5: 6242d13bf330eccd490979aaf3b5f7e4 - sha256: d8eddb8573609b03fa60f5daec29da55141a1faeff8c442bb4c6fd309e40411d - optional: false - category: main - build: py310haa1e00c_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 +- kind: conda + name: numpy + version: 1.26.0 + build: py310hb13e2d6_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.0-py310hb13e2d6_0.conda + sha256: d4671e365c2ed30bf8a376bdc65afcbeeae440ca2091c8712ff8f23678f64973 + md5: ac3b67e928cc71548efad9b522d42fef + depends: + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libgcc-ng >=12 + - liblapack >=3.9.0,<4.0a0 + - libstdcxx-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 constrains: - numpy-base <0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - size: 5765063 - timestamp: 1691057015909 -- name: numpy + size: 6893487 + timestamp: 1695291234099 +- kind: conda + name: numpy version: 1.26.0 - manager: conda - platform: win-64 - dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - liblapack: '>=3.9.0,<4.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.0-py310hf667824_0.conda - hash: - md5: a4f8b5a677ba150fcc10a1265bb0554a - sha256: 8cbf1502ff9f7cc382ab0a269554da9fa8ea5fd28c30a4e01856a0e3ef7f537d - optional: false - category: main build: py310hf667824_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/numpy-1.26.0-py310hf667824_0.conda + sha256: 8cbf1502ff9f7cc382ab0a269554da9fa8ea5fd28c30a4e01856a0e3ef7f537d + md5: a4f8b5a677ba150fcc10a1265bb0554a + depends: + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - liblapack >=3.9.0,<4.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - numpy-base <0a0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 6001376 timestamp: 1695291827551 -- name: openjdk +- kind: conda + name: openjdk version: 20.0.0 - manager: conda - platform: linux-64 - dependencies: - alsa-lib: '>=1.2.10,<1.2.11.0a0' - fontconfig: '>=2.14.2,<3.0a0' - fonts-conda-ecosystem: '*' - freetype: '>=2.12.1,<3.0a0' - giflib: '>=5.2.1,<5.3.0a0' - harfbuzz: '>=8.1.1,<9.0a0' - lcms2: '>=2.15,<3.0a0' - libcups: '>=2.3.3,<2.4.0a0' - libgcc-ng: '>=12' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libpng: '>=1.6.39,<1.7.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - xorg-libx11: '>=1.8.6,<2.0a0' - xorg-libxext: '>=1.3.4,<2.0a0' - xorg-libxi: '*' - xorg-libxrender: '>=0.9.11,<0.10.0a0' - xorg-libxt: '>=1.3.0,<2.0a0' - xorg-libxtst: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/openjdk-20.0.0-hfea2f88_2.conda - hash: - md5: b1d60ca9e1cf8c82214380fc8a8582e0 - sha256: a67450cb4bbffd084c407da95fb0c7a0d845cdecd412b9d9b0793634e1cdddc2 - optional: false - category: main - build: hfea2f88_2 - arch: x86_64 - subdir: linux-64 + build: h57928b3_2 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/openjdk-20.0.0-h57928b3_2.conda + sha256: e956ea5adf54d4310607b59f4f5ec2afa9c94eb24eb812c42cb24bcd926cdd5b + md5: ca985cca126d5564d4c41244f5e0d8b7 + depends: + - symlink-exe-runtime >=1.0,<2.0a0 + - vs2015_runtime * + arch: x86_64 + platform: win license: GPL-2.0-or-later WITH Classpath-exception-2.0 license_family: GPL - size: 176652534 - timestamp: 1693902583962 -- name: openjdk + size: 170276751 + timestamp: 1693890299692 +- kind: conda + name: openjdk version: 20.0.0 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/openjdk-20.0.0-h7d26f99_2.conda - hash: - md5: e07e71ac45d91bc95e5733a5fb82f7fa - sha256: 9c9c02ee1b181a080596e552e2bd8ab3a77400a8199baf703c50a401f5fe0bae - optional: false - category: main build: h7d26f99_2 - arch: x86_64 - subdir: osx-64 build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/openjdk-20.0.0-h7d26f99_2.conda + sha256: 9c9c02ee1b181a080596e552e2bd8ab3a77400a8199baf703c50a401f5fe0bae + md5: e07e71ac45d91bc95e5733a5fb82f7fa + depends: + - libcxx >=15.0.7 + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: osx license: GPL-2.0-or-later WITH Classpath-exception-2.0 license_family: GPL size: 172513997 timestamp: 1693890048509 -- name: openjdk +- kind: conda + name: openjdk version: 20.0.0 - manager: conda - platform: osx-arm64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-arm64/openjdk-20.0.0-hbe7ddab_0.conda - hash: - md5: 9a0e51ae545ec927bfce6a6065117bc2 - sha256: 2aa3b4b7d7b49ef83748a8c6e214ee341ab4476b67d80ed1ea6aad9bf177c4e8 - optional: false - category: main build: hbe7ddab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/openjdk-20.0.0-hbe7ddab_0.conda + sha256: 2aa3b4b7d7b49ef83748a8c6e214ee341ab4476b67d80ed1ea6aad9bf177c4e8 + md5: 9a0e51ae545ec927bfce6a6065117bc2 + depends: + - libzlib >=1.2.13,<1.3.0a0 + - libcxx >=15.0.7 + arch: aarch64 + platform: osx license: GPL-2.0-or-later WITH Classpath-exception-2.0 license_family: GPL size: 170407598 timestamp: 1685525612933 -- name: openjdk +- kind: conda + name: openjdk version: 20.0.0 - manager: conda - platform: win-64 - dependencies: - symlink-exe-runtime: '>=1.0,<2.0a0' - vs2015_runtime: '*' - url: https://conda.anaconda.org/conda-forge/win-64/openjdk-20.0.0-h57928b3_2.conda - hash: - md5: ca985cca126d5564d4c41244f5e0d8b7 - sha256: e956ea5adf54d4310607b59f4f5ec2afa9c94eb24eb812c42cb24bcd926cdd5b - optional: false - category: main - build: h57928b3_2 - arch: x86_64 - subdir: win-64 + build: hfea2f88_2 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/openjdk-20.0.0-hfea2f88_2.conda + sha256: a67450cb4bbffd084c407da95fb0c7a0d845cdecd412b9d9b0793634e1cdddc2 + md5: b1d60ca9e1cf8c82214380fc8a8582e0 + depends: + - alsa-lib >=1.2.10,<1.2.11.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem * + - freetype >=2.12.1,<3.0a0 + - giflib >=5.2.1,<5.3.0a0 + - harfbuzz >=8.1.1,<9.0a0 + - lcms2 >=2.15,<3.0a0 + - libcups >=2.3.3,<2.4.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libpng >=1.6.39,<1.7.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-libxext >=1.3.4,<2.0a0 + - xorg-libxi * + - xorg-libxrender >=0.9.11,<0.10.0a0 + - xorg-libxt >=1.3.0,<2.0a0 + - xorg-libxtst * + arch: x86_64 + platform: linux license: GPL-2.0-or-later WITH Classpath-exception-2.0 license_family: GPL - size: 170276751 - timestamp: 1693890299692 -- name: openjpeg + size: 176652534 + timestamp: 1693902583962 +- kind: conda + name: openjpeg + version: 2.5.0 + build: h3d672ee_3 + build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.0-h3d672ee_3.conda + sha256: c0f64d9642f0287f17cd9b6f1633d97a91efd66a0cb9b0414c540b247684985d + md5: 45a9628a04efb6fc326fff0a8f47b799 + depends: + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win + license: BSD-2-Clause + license_family: BSD + size: 236847 + timestamp: 1694708878963 +- kind: conda + name: openjpeg version: 2.5.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libpng: '>=1.6.39,<1.7.0a0' - libstdcxx-ng: '>=12' - libtiff: '>=4.6.0,<4.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.0-h488ebb8_3.conda - hash: - md5: 128c25b7fe6a25286a48f3a6a9b5b6f3 - sha256: 9fe91b67289267de68fda485975bb48f0605ac503414dc663b50d8b5f29bc82a - optional: false - category: main build: h488ebb8_3 - arch: x86_64 - subdir: linux-64 build_number: 3 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.0-h488ebb8_3.conda + sha256: 9fe91b67289267de68fda485975bb48f0605ac503414dc663b50d8b5f29bc82a + md5: 128c25b7fe6a25286a48f3a6a9b5b6f3 + depends: + - libgcc-ng >=12 + - libpng >=1.6.39,<1.7.0a0 + - libstdcxx-ng >=12 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD size: 356698 timestamp: 1694708325417 -- name: openjpeg +- kind: conda + name: openjpeg version: 2.5.0 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - libpng: '>=1.6.39,<1.7.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.0-ha4da562_3.conda - hash: - md5: 40a36f8e9a6fdf6a78c6428ee6c44188 - sha256: fdccd9668b85bf6e798b628bceed5ff764e1114cfc4e6a4dee551cafbe549e74 - optional: false - category: main build: ha4da562_3 - arch: x86_64 - subdir: osx-64 build_number: 3 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.0-ha4da562_3.conda + sha256: fdccd9668b85bf6e798b628bceed5ff764e1114cfc4e6a4dee551cafbe549e74 + md5: 40a36f8e9a6fdf6a78c6428ee6c44188 + depends: + - libcxx >=15.0.7 + - libpng >=1.6.39,<1.7.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD size: 335643 timestamp: 1694708811338 -- name: openjpeg +- kind: conda + name: openjpeg version: 2.5.0 - manager: conda - platform: osx-arm64 - dependencies: - libtiff: '>=4.5.0,<4.6.0a0' - libcxx: '>=14.0.6' - libpng: '>=1.6.39,<1.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.0-hbc2ba62_2.conda - hash: - md5: c3e184f0810a4614863569488b1ac709 - sha256: 2bb159e385e633a08cc164f50b4e39fa465b85f54c376a5c20aa15f57ef407b3 - optional: false - category: main build: hbc2ba62_2 - arch: aarch64 - subdir: osx-arm64 build_number: 2 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.0-hbc2ba62_2.conda + sha256: 2bb159e385e633a08cc164f50b4e39fa465b85f54c376a5c20aa15f57ef407b3 + md5: c3e184f0810a4614863569488b1ac709 + depends: + - libtiff >=4.5.0,<4.6.0a0 + - libcxx >=14.0.6 + - libpng >=1.6.39,<1.7.0a0 + - libzlib >=1.2.13,<1.3.0a0 + arch: aarch64 + platform: osx license: BSD-2-Clause license_family: BSD size: 307087 timestamp: 1671435439914 -- name: openjpeg - version: 2.5.0 - manager: conda - platform: win-64 - dependencies: - libpng: '>=1.6.39,<1.7.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.0-h3d672ee_3.conda - hash: - md5: 45a9628a04efb6fc326fff0a8f47b799 - sha256: c0f64d9642f0287f17cd9b6f1633d97a91efd66a0cb9b0414c540b247684985d - optional: false - category: main - build: h3d672ee_3 - arch: x86_64 +- kind: conda + name: openssl + version: 3.1.2 + build: h53f4e23_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.1.2-h53f4e23_0.conda + sha256: e9133f97df141470d887ef6dff9a9017b2aa3e6fc65ecc2ecc157d3fdb5f123a + md5: d6c950611370a5a9757a98365449e89f + depends: + - ca-certificates * + constrains: + - pyopenssl >=22.1 + arch: aarch64 + platform: osx + license: Apache-2.0 + license_family: Apache + size: 2225022 + timestamp: 1690948979657 +- kind: conda + name: openssl + version: 3.1.4 + build: hcfcfb64_0 subdir: win-64 - build_number: 3 - license: BSD-2-Clause - license_family: BSD - size: 236847 - timestamp: 1694708878963 -- name: openssl + url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.1.4-hcfcfb64_0.conda + sha256: e30b7f55c27d06e3322876c9433a3522e751d06a40b3bb6c4f8b4bcd781a3794 + md5: 2eebbc64373a1c6db62ad23304e9678e + depends: + - ca-certificates * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + constrains: + - pyopenssl >=22.1 + arch: x86_64 + platform: win + license: Apache-2.0 + license_family: Apache + size: 7427765 + timestamp: 1698166937344 +- kind: conda + name: openssl version: 3.1.4 - manager: conda - platform: linux-64 - dependencies: - ca-certificates: '*' - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.1.4-hd590300_0.conda - hash: - md5: 412ba6938c3e2abaca8b1129ea82e238 - sha256: d15b3e83ce66c6f6fbb4707f2f5c53337124c01fb03bfda1cf25c5b41123efc7 - optional: false - category: main build: hd590300_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.1.4-hd590300_0.conda + sha256: d15b3e83ce66c6f6fbb4707f2f5c53337124c01fb03bfda1cf25c5b41123efc7 + md5: 412ba6938c3e2abaca8b1129ea82e238 + depends: + - ca-certificates * + - libgcc-ng >=12 constrains: - pyopenssl >=22.1 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache size: 2648006 timestamp: 1698164814626 -- name: openssl +- kind: conda + name: openssl version: 3.1.4 - manager: conda - platform: osx-64 - dependencies: - ca-certificates: '*' - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.1.4-hd75f5a5_0.conda - hash: - md5: bc9201da6eb1e0df4107901df5371347 - sha256: 1c436103a8de0dc82c9c56974badaa1b8b8f8cd9f37c2766bd50cd9899720f6b - optional: false - category: main build: hd75f5a5_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.1.4-hd75f5a5_0.conda + sha256: 1c436103a8de0dc82c9c56974badaa1b8b8f8cd9f37c2766bd50cd9899720f6b + md5: bc9201da6eb1e0df4107901df5371347 + depends: + - ca-certificates * constrains: - pyopenssl >=22.1 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache size: 2320542 timestamp: 1698165459976 -- name: openssl - version: 3.1.2 - manager: conda - platform: osx-arm64 - dependencies: - ca-certificates: '*' - url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.1.2-h53f4e23_0.conda - hash: - md5: d6c950611370a5a9757a98365449e89f - sha256: e9133f97df141470d887ef6dff9a9017b2aa3e6fc65ecc2ecc157d3fdb5f123a - optional: false - category: main - build: h53f4e23_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 2225022 - timestamp: 1690948979657 -- name: openssl - version: 3.1.4 - manager: conda - platform: win-64 - dependencies: - ca-certificates: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.1.4-hcfcfb64_0.conda - hash: - md5: 2eebbc64373a1c6db62ad23304e9678e - sha256: e30b7f55c27d06e3322876c9433a3522e751d06a40b3bb6c4f8b4bcd781a3794 - optional: false - category: main - build: hcfcfb64_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 7427765 - timestamp: 1698166937344 -- name: orc +- kind: conda + name: orc version: 1.9.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.10,<2.0a0' - zstd: '>=1.5.2,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/orc-1.9.0-h385abfd_1.conda - hash: - md5: 2cd5aac7ef1b4c6ac51bf521251a89b3 - sha256: bfd6af35afe7b8dfcc24721f05d5e3f9e8577105429c768f423a61f0fcc65105 - optional: false - category: main build: h385abfd_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/orc-1.9.0-h385abfd_1.conda + sha256: bfd6af35afe7b8dfcc24721f05d5e3f9e8577105429c768f423a61f0fcc65105 + md5: 2cd5aac7ef1b4c6ac51bf521251a89b3 + depends: + - libgcc-ng >=12 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.1.10,<2.0a0 + - zstd >=1.5.2,<1.6.0a0 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache size: 1020883 timestamp: 1688234533243 -- name: orc +- kind: conda + name: orc version: 1.9.0 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.10,<2.0a0' - zstd: '>=1.5.2,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/orc-1.9.0-hef23039_1.conda - hash: - md5: 6a24a185108c2e075a0e80b300003c26 - sha256: 8fc1f3cd45716559a6a875d15ed0ff06372c0e64934f63cf54450ddba2dc20f9 - optional: false - category: main - build: hef23039_1 - arch: x86_64 - subdir: osx-64 + build: h858f345_1 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/orc-1.9.0-h858f345_1.conda + sha256: d0d43507d5f651529f814ed800d37eca1abebc87d654afb9ff75b6921c85d224 + md5: fca38d4f87f6d92751ee07189cf0f9c3 + depends: + - snappy >=1.1.10,<2.0a0 + - libcxx >=15.0.7 + - lz4-c >=1.9.3,<1.10.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - zstd >=1.5.2,<1.6.0a0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache - size: 441342 - timestamp: 1688234737518 -- name: orc + size: 440491 + timestamp: 1688235037695 +- kind: conda + name: orc version: 1.9.0 - manager: conda - platform: osx-arm64 - dependencies: - snappy: '>=1.1.10,<2.0a0' - libcxx: '>=15.0.7' - lz4-c: '>=1.9.3,<1.10.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - zstd: '>=1.5.2,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/orc-1.9.0-h858f345_1.conda - hash: - md5: fca38d4f87f6d92751ee07189cf0f9c3 - sha256: d0d43507d5f651529f814ed800d37eca1abebc87d654afb9ff75b6921c85d224 - optional: false - category: main - build: h858f345_1 - arch: aarch64 - subdir: osx-arm64 + build: hef23039_1 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/orc-1.9.0-hef23039_1.conda + sha256: 8fc1f3cd45716559a6a875d15ed0ff06372c0e64934f63cf54450ddba2dc20f9 + md5: 6a24a185108c2e075a0e80b300003c26 + depends: + - libcxx >=15.0.7 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.1.10,<2.0a0 + - zstd >=1.5.2,<1.6.0a0 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache - size: 440491 - timestamp: 1688235037695 -- name: orc + size: 441342 + timestamp: 1688234737518 +- kind: conda + name: orc version: 1.9.0 - manager: conda - platform: win-64 - dependencies: - libprotobuf: '>=4.23.3,<4.23.4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.10,<2.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zstd: '>=1.5.2,<1.6.0a0' - url: https://conda.anaconda.org/conda-forge/win-64/orc-1.9.0-hf2b8f0d_1.conda - hash: - md5: 2d5dfd05e0d6673662f21342caed3d0f - sha256: 05d5c8075c7b96868f056b6f38ffaf63bb9a119928f926f6913caade5b60db5e - optional: false - category: main build: hf2b8f0d_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/orc-1.9.0-hf2b8f0d_1.conda + sha256: 05d5c8075c7b96868f056b6f38ffaf63bb9a119928f926f6913caade5b60db5e + md5: 2d5dfd05e0d6673662f21342caed3d0f + depends: + - libprotobuf >=4.23.3,<4.23.4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - lz4-c >=1.9.3,<1.10.0a0 + - snappy >=1.1.10,<2.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zstd >=1.5.2,<1.6.0a0 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 874908 timestamp: 1688234815207 -- name: outcome +- kind: conda + name: outcome + version: 1.2.0 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/outcome-1.2.0-pyhd8ed1ab_0.tar.bz2 + sha256: edd73021f4b1edd73ae42b03be1b5c4dcb8bd8807c1f26f16285d2bdb6a62edf + md5: 3dbb9ece72652131f12d66e889da7c0a + depends: + - attrs >=19.2.0 + - python >=3.7 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 12570 + timestamp: 1655217824195 +- kind: conda + name: outcome version: 1.3.0.post0 - manager: conda - platform: linux-64 - dependencies: - attrs: '>=19.2.0' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/outcome-1.3.0.post0-pyhd8ed1ab_0.conda - hash: - md5: c2954fba1935b5775755e3f14d951af0 - sha256: f3d05ad6bf14e33efa0a526289e816f06a0fae8124f783b2231ee9b934de652a - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/outcome-1.3.0.post0-pyhd8ed1ab_0.conda + sha256: f3d05ad6bf14e33efa0a526289e816f06a0fae8124f783b2231ee9b934de652a + md5: c2954fba1935b5775755e3f14d951af0 + depends: + - attrs >=19.2.0 + - python >=3.7 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 15544 timestamp: 1698324206436 -- name: outcome +- kind: conda + name: outcome version: 1.3.0.post0 - manager: conda - platform: osx-64 - dependencies: - attrs: '>=19.2.0' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/outcome-1.3.0.post0-pyhd8ed1ab_0.conda - hash: - md5: c2954fba1935b5775755e3f14d951af0 - sha256: f3d05ad6bf14e33efa0a526289e816f06a0fae8124f783b2231ee9b934de652a - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/outcome-1.3.0.post0-pyhd8ed1ab_0.conda + sha256: f3d05ad6bf14e33efa0a526289e816f06a0fae8124f783b2231ee9b934de652a + md5: c2954fba1935b5775755e3f14d951af0 + depends: + - attrs >=19.2.0 + - python >=3.7 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 15544 timestamp: 1698324206436 -- name: outcome - version: 1.2.0 - manager: conda - platform: osx-arm64 - dependencies: - attrs: '>=19.2.0' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/outcome-1.2.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 3dbb9ece72652131f12d66e889da7c0a - sha256: edd73021f4b1edd73ae42b03be1b5c4dcb8bd8807c1f26f16285d2bdb6a62edf - optional: false - category: main +- kind: conda + name: outcome + version: 1.3.0.post0 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 12570 - timestamp: 1655217824195 -- name: outcome - version: 1.3.0.post0 - manager: conda - platform: win-64 - dependencies: - attrs: '>=19.2.0' - python: '>=3.7' url: https://conda.anaconda.org/conda-forge/noarch/outcome-1.3.0.post0-pyhd8ed1ab_0.conda - hash: - md5: c2954fba1935b5775755e3f14d951af0 - sha256: f3d05ad6bf14e33efa0a526289e816f06a0fae8124f783b2231ee9b934de652a - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: f3d05ad6bf14e33efa0a526289e816f06a0fae8124f783b2231ee9b934de652a + md5: c2954fba1935b5775755e3f14d951af0 + depends: + - attrs >=19.2.0 + - python >=3.7 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 15544 timestamp: 1698324206436 -- name: overrides +- kind: conda + name: overrides version: 7.4.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - typing_utils: '*' - url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda - hash: - md5: 4625b7b01d7f4ac9c96300a5515acfaa - sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda + sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff + md5: 4625b7b01d7f4ac9c96300a5515acfaa + depends: + - python >=3.6 + - typing_utils * + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: python size: 29976 timestamp: 1691338962381 -- name: overrides +- kind: conda + name: overrides version: 7.4.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - typing_utils: '*' - url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda - hash: - md5: 4625b7b01d7f4ac9c96300a5515acfaa - sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda + sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff + md5: 4625b7b01d7f4ac9c96300a5515acfaa + depends: + - python >=3.6 + - typing_utils * + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 29976 timestamp: 1691338962381 -- name: overrides +- kind: conda + name: overrides version: 7.4.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - typing_utils: '*' - url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda - hash: - md5: 4625b7b01d7f4ac9c96300a5515acfaa - sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda + sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff + md5: 4625b7b01d7f4ac9c96300a5515acfaa + depends: + - python >=3.6 + - typing_utils * + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 29976 timestamp: 1691338962381 -- name: overrides +- kind: conda + name: overrides version: 7.4.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - typing_utils: '*' - url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda - hash: - md5: 4625b7b01d7f4ac9c96300a5515acfaa - sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.4.0-pyhd8ed1ab_0.conda + sha256: 29db8c3b521d261bf71897ba3cfbebc81cd61e581b30fcb984b5a713f02fe1ff + md5: 4625b7b01d7f4ac9c96300a5515acfaa + depends: + - python >=3.6 + - typing_utils * + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE - noarch: python size: 29976 timestamp: 1691338962381 -- name: packaging +- kind: conda + name: packaging + version: '23.1' + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.1-pyhd8ed1ab_0.conda + sha256: ded536a96a00d45a693dbc2971bb688248324dadd129eddda2100e177583d768 + md5: 91cda59e66e1e4afe9476f8ef98f5c30 + depends: + - python >=3.7 + arch: aarch64 + platform: osx + license: Apache-2.0 + license_family: APACHE + size: 46098 + timestamp: 1681337144376 +- kind: conda + name: packaging version: '23.2' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda - hash: - md5: 79002079284aa895f883c6b7f3f88fd6 - sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda + sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f + md5: 79002079284aa895f883c6b7f3f88fd6 + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: python size: 49452 timestamp: 1696202521121 -- name: packaging +- kind: conda + name: packaging version: '23.2' - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda - hash: - md5: 79002079284aa895f883c6b7f3f88fd6 - sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda + sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f + md5: 79002079284aa895f883c6b7f3f88fd6 + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 49452 timestamp: 1696202521121 -- name: packaging - version: '23.1' - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.1-pyhd8ed1ab_0.conda - hash: - md5: 91cda59e66e1e4afe9476f8ef98f5c30 - sha256: ded536a96a00d45a693dbc2971bb688248324dadd129eddda2100e177583d768 - optional: false - category: main +- kind: conda + name: packaging + version: '23.2' build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE + subdir: win-64 noarch: python - size: 46098 - timestamp: 1681337144376 -- name: packaging - version: '23.2' - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda - hash: - md5: 79002079284aa895f883c6b7f3f88fd6 - sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f + md5: 79002079284aa895f883c6b7f3f88fd6 + depends: + - python >=3.7 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: Apache-2.0 license_family: APACHE - noarch: python size: 49452 timestamp: 1696202521121 -- name: pandas +- kind: conda + name: pandas version: 2.0.3 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.21.6,<2.0a0' - python: '>=3.10,<3.11.0a0' - python-dateutil: '>=2.8.1' - python-tzdata: '>=2022a' - python_abi: 3.10.* *_cp310 - pytz: '>=2020.1' - url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.0.3-py310h7cbd5c2_1.conda - hash: - md5: 11e0099d4571b4974c04386e4ce679ed - sha256: e8937c160b6eb469c5d80971046b25ed305fd97a8b1d6880de7c4a660cd245c3 - optional: false - category: main - build: py310h7cbd5c2_1 - arch: x86_64 - subdir: linux-64 + build: py310h1c4a608_1 build_number: 1 - license: BSD-3-Clause - license_family: BSD - size: 12296643 - timestamp: 1688741475871 -- name: pandas - version: 2.0.3 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - numpy: '>=1.21.6,<2.0a0' - python: '>=3.10,<3.11.0a0' - python-dateutil: '>=2.8.1' - python-tzdata: '>=2022a' - python_abi: 3.10.* *_cp310 - pytz: '>=2020.1' - url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.0.3-py310h5e4fcda_1.conda - hash: - md5: 5b1a8f096180ca4c39ddea7ccdb9d4a7 - sha256: 797be0eff944a01ec3bbac43dbe2b860e42ae530d2f4188c05409c6f95174402 - optional: false - category: main - build: py310h5e4fcda_1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.0.3-py310h1c4a608_1.conda + sha256: 2bd9ed92347d53d7ce99b3b45b832ecd6c3dd9ae68ca7153841dcab943ba6a85 + md5: 9fb6d4a7414daf2aa66ddfa14d568fd0 + depends: + - numpy >=1.21.6,<2.0a0 + - python >=3.10,<3.11.0a0 + - python-dateutil >=2.8.1 + - python-tzdata >=2022a + - python_abi 3.10.* *_cp310 + - pytz >=2020.1 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 arch: x86_64 - subdir: osx-64 - build_number: 1 + platform: win license: BSD-3-Clause license_family: BSD - size: 11741378 - timestamp: 1688741606761 -- name: pandas + size: 11000365 + timestamp: 1688741630200 +- kind: conda + name: pandas version: 2.0.3 - manager: conda - platform: osx-arm64 - dependencies: - numpy: '>=1.21.6,<2.0a0' - libcxx: '>=15.0.7' - python: '>=3.10,<3.11.0a0 *_cpython' - python-dateutil: '>=2.8.1' - python-tzdata: '>=2022a' - python_abi: 3.10.* *_cp310 - pytz: '>=2020.1' - url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.0.3-py310h1cdf563_1.conda - hash: - md5: 680ece3f188b726782ef4aa84e8cca12 - sha256: d2ac911bf24f39dd83a83ea15333291b175227961bf2d45bad31317243c4fdb1 - optional: false - category: main build: py310h1cdf563_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pandas-2.0.3-py310h1cdf563_1.conda + sha256: d2ac911bf24f39dd83a83ea15333291b175227961bf2d45bad31317243c4fdb1 + md5: 680ece3f188b726782ef4aa84e8cca12 + depends: + - numpy >=1.21.6,<2.0a0 + - libcxx >=15.0.7 + - python >=3.10,<3.11.0a0 *_cpython + - python-dateutil >=2.8.1 + - python-tzdata >=2022a + - python_abi 3.10.* *_cp310 + - pytz >=2020.1 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD size: 11705997 timestamp: 1688741660429 -- name: pandas +- kind: conda + name: pandas version: 2.0.3 - manager: conda - platform: win-64 - dependencies: - numpy: '>=1.21.6,<2.0a0' - python: '>=3.10,<3.11.0a0' - python-dateutil: '>=2.8.1' - python-tzdata: '>=2022a' - python_abi: 3.10.* *_cp310 - pytz: '>=2020.1' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/pandas-2.0.3-py310h1c4a608_1.conda - hash: - md5: 9fb6d4a7414daf2aa66ddfa14d568fd0 - sha256: 2bd9ed92347d53d7ce99b3b45b832ecd6c3dd9ae68ca7153841dcab943ba6a85 - optional: false - category: main - build: py310h1c4a608_1 + build: py310h5e4fcda_1 + build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pandas-2.0.3-py310h5e4fcda_1.conda + sha256: 797be0eff944a01ec3bbac43dbe2b860e42ae530d2f4188c05409c6f95174402 + md5: 5b1a8f096180ca4c39ddea7ccdb9d4a7 + depends: + - libcxx >=15.0.7 + - numpy >=1.21.6,<2.0a0 + - python >=3.10,<3.11.0a0 + - python-dateutil >=2.8.1 + - python-tzdata >=2022a + - python_abi 3.10.* *_cp310 + - pytz >=2020.1 arch: x86_64 - subdir: win-64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 11741378 + timestamp: 1688741606761 +- kind: conda + name: pandas + version: 2.0.3 + build: py310h7cbd5c2_1 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pandas-2.0.3-py310h7cbd5c2_1.conda + sha256: e8937c160b6eb469c5d80971046b25ed305fd97a8b1d6880de7c4a660cd245c3 + md5: 11e0099d4571b4974c04386e4ce679ed + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - numpy >=1.21.6,<2.0a0 + - python >=3.10,<3.11.0a0 + - python-dateutil >=2.8.1 + - python-tzdata >=2022a + - python_abi 3.10.* *_cp310 + - pytz >=2020.1 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - size: 11000365 - timestamp: 1688741630200 -- name: pandoc + size: 12296643 + timestamp: 1688741475871 +- kind: conda + name: pandoc version: 3.1.3 - manager: conda - platform: linux-64 - dependencies: - gmp: '*' - libzlib: '>=1.2.13,<1.3.0a0' - zlib: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.1.3-h32600fe_0.conda - hash: - md5: 8287aeb8462e2d4b235eff788e75919d - sha256: 52d23e2fded05e7a19d9d7996f19ed837b46578b6e5951b8c5990cf919404ffc - optional: false - category: main build: h32600fe_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/pandoc-3.1.3-h32600fe_0.conda + sha256: 52d23e2fded05e7a19d9d7996f19ed837b46578b6e5951b8c5990cf919404ffc + md5: 8287aeb8462e2d4b235eff788e75919d + depends: + - gmp * + - libzlib >=1.2.13,<1.3.0a0 + - zlib * + arch: x86_64 + platform: linux license: GPL-2.0-or-later license_family: GPL size: 29348226 timestamp: 1686227552062 -- name: pandoc +- kind: conda + name: pandoc version: 3.1.3 - manager: conda - platform: osx-64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/pandoc-3.1.3-h9d075a6_0.conda - hash: - md5: e86a3d5c966a09b6129354114483f7a7 - sha256: 3bc6bc31b96338c65c8f6e222bd8c65d47227ba4b59b2587157c3a29499123cc - optional: false - category: main - build: h9d075a6_0 + build: h57928b3_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pandoc-3.1.3-h57928b3_0.conda + sha256: a9e6d966db523ce7185ab430fb692281d69d7b1a58115b40594abfc658db1138 + md5: 5185086e0662a98ae366212b5bef1af0 arch: x86_64 + platform: win + license: GPL-2.0-or-later + license_family: GPL + size: 18655054 + timestamp: 1686228138957 +- kind: conda + name: pandoc + version: 3.1.3 + build: h9d075a6_0 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/pandoc-3.1.3-h9d075a6_0.conda + sha256: 3bc6bc31b96338c65c8f6e222bd8c65d47227ba4b59b2587157c3a29499123cc + md5: e86a3d5c966a09b6129354114483f7a7 + depends: + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: osx license: GPL-2.0-or-later license_family: GPL size: 16126792 timestamp: 1686227275745 -- name: pandoc +- kind: conda + name: pandoc version: 3.1.3 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/pandoc-3.1.3-hce30654_0.conda - hash: - md5: 7edcc75acdac60dba441b229c0ec66ee - sha256: 858a923c8b9082791b2c13c2ff2ae87e28dd2e2655f56117c8ecb7d366002bc7 - optional: false - category: main build: hce30654_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pandoc-3.1.3-hce30654_0.conda + sha256: 858a923c8b9082791b2c13c2ff2ae87e28dd2e2655f56117c8ecb7d366002bc7 + md5: 7edcc75acdac60dba441b229c0ec66ee + arch: aarch64 + platform: osx license: GPL-2.0-or-later license_family: GPL size: 26314364 timestamp: 1686225215970 -- name: pandoc - version: 3.1.3 - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/pandoc-3.1.3-h57928b3_0.conda - hash: - md5: 5185086e0662a98ae366212b5bef1af0 - sha256: a9e6d966db523ce7185ab430fb692281d69d7b1a58115b40594abfc658db1138 - optional: false - category: main - build: h57928b3_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: GPL-2.0-or-later - license_family: GPL - size: 18655054 - timestamp: 1686228138957 -- name: pandocfilters +- kind: conda + name: pandocfilters version: 1.5.0 - manager: conda - platform: linux-64 - dependencies: - python: '!=3.0,!=3.1,!=3.2,!=3.3' - url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 457c2c8c08e54905d6954e79cb5b5db9 - sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 + sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f + md5: 457c2c8c08e54905d6954e79cb5b5db9 + depends: + - python !=3.0,!=3.1,!=3.2,!=3.3 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 11627 timestamp: 1631603397334 -- name: pandocfilters +- kind: conda + name: pandocfilters version: 1.5.0 - manager: conda - platform: osx-64 - dependencies: - python: '!=3.0,!=3.1,!=3.2,!=3.3' - url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 457c2c8c08e54905d6954e79cb5b5db9 - sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 + sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f + md5: 457c2c8c08e54905d6954e79cb5b5db9 + depends: + - python !=3.0,!=3.1,!=3.2,!=3.3 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 11627 timestamp: 1631603397334 -- name: pandocfilters +- kind: conda + name: pandocfilters version: 1.5.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '!=3.0,!=3.1,!=3.2,!=3.3' - url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 457c2c8c08e54905d6954e79cb5b5db9 - sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 + sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f + md5: 457c2c8c08e54905d6954e79cb5b5db9 + depends: + - python !=3.0,!=3.1,!=3.2,!=3.3 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 11627 timestamp: 1631603397334 -- name: pandocfilters +- kind: conda + name: pandocfilters version: 1.5.0 - manager: conda - platform: win-64 - dependencies: - python: '!=3.0,!=3.1,!=3.2,!=3.3' - url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 457c2c8c08e54905d6954e79cb5b5db9 - sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 + sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f + md5: 457c2c8c08e54905d6954e79cb5b5db9 + depends: + - python !=3.0,!=3.1,!=3.2,!=3.3 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 11627 timestamp: 1631603397334 -- name: pango +- kind: conda + name: pango version: 1.50.14 - manager: conda - platform: osx-arm64 - dependencies: - libpng: '>=1.6.39,<1.7.0a0' - libglib: '>=2.76.1,<3.0a0' - cairo: '>=1.16.0,<2.0a0' - freetype: '>=2.12.1,<3.0a0' - fribidi: '>=1.0.10,<2.0a0' - fontconfig: '>=2.14.2,<3.0a0' - fonts-conda-ecosystem: '*' - harfbuzz: '>=7.1.0,<8.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.50.14-h9f7e0c6_1.conda - hash: - md5: cab8c807d6529fc354ca14a598d11850 - sha256: 9ff56d9aba2ec9337e7b41b297571f6cf490dcb0c51f636bc6b839c8c55aab1a - optional: false - category: main build: h9f7e0c6_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pango-1.50.14-h9f7e0c6_1.conda + sha256: 9ff56d9aba2ec9337e7b41b297571f6cf490dcb0c51f636bc6b839c8c55aab1a + md5: cab8c807d6529fc354ca14a598d11850 + depends: + - libpng >=1.6.39,<1.7.0a0 + - libglib >=2.76.1,<3.0a0 + - cairo >=1.16.0,<2.0a0 + - freetype >=2.12.1,<3.0a0 + - fribidi >=1.0.10,<2.0a0 + - fontconfig >=2.14.2,<3.0a0 + - fonts-conda-ecosystem * + - harfbuzz >=7.1.0,<8.0a0 + arch: aarch64 + platform: osx license: LGPL-2.1-or-later size: 427247 timestamp: 1681983976189 -- name: parso +- kind: conda + name: parso version: 0.8.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 17a565a0c3899244e938cdf417e7b094 - sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 + sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 + md5: 17a565a0c3899244e938cdf417e7b094 + depends: + - python >=3.6 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 71048 timestamp: 1638335054552 -- name: parso +- kind: conda + name: parso version: 0.8.3 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 17a565a0c3899244e938cdf417e7b094 - sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 + sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 + md5: 17a565a0c3899244e938cdf417e7b094 + depends: + - python >=3.6 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 71048 timestamp: 1638335054552 -- name: parso +- kind: conda + name: parso version: 0.8.3 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 17a565a0c3899244e938cdf417e7b094 - sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 + sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 + md5: 17a565a0c3899244e938cdf417e7b094 + depends: + - python >=3.6 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 71048 timestamp: 1638335054552 -- name: parso +- kind: conda + name: parso version: 0.8.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 17a565a0c3899244e938cdf417e7b094 - sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 + sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 + md5: 17a565a0c3899244e938cdf417e7b094 + depends: + - python >=3.6 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 71048 timestamp: 1638335054552 -- name: pcre2 - version: '10.40' - manager: conda - platform: linux-64 - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libgcc-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.40-hc3806b6_0.tar.bz2 - hash: - md5: 69e2c796349cd9b273890bee0febfe1b - sha256: 7a29ec847556eed4faa1646010baae371ced69059a4ade43851367a076d6108a - optional: false - category: main - build: hc3806b6_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 2412495 - timestamp: 1665562915343 -- name: pcre2 +- kind: conda + name: pcre2 version: '10.40' - manager: conda - platform: osx-arm64 - dependencies: - libzlib: '>=1.2.12,<1.3.0a0' - bzip2: '>=1.0.8,<2.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.40-hb34f9b4_0.tar.bz2 - hash: - md5: 721b7288270bafc83586b0f01c2a67f2 - sha256: 93503b5e05470ccc87f696c0fdf0d47938e0305b5047eacb85c15d78dcf641fe - optional: false - category: main build: hb34f9b4_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.40-hb34f9b4_0.tar.bz2 + sha256: 93503b5e05470ccc87f696c0fdf0d47938e0305b5047eacb85c15d78dcf641fe + md5: 721b7288270bafc83586b0f01c2a67f2 + depends: + - libzlib >=1.2.12,<1.3.0a0 + - bzip2 >=1.0.8,<2.0a0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD size: 1161688 timestamp: 1665563317371 -- name: pep517 +- kind: conda + name: pcre2 + version: '10.40' + build: hc3806b6_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.40-hc3806b6_0.tar.bz2 + sha256: 7a29ec847556eed4faa1646010baae371ced69059a4ade43851367a076d6108a + md5: 69e2c796349cd9b273890bee0febfe1b + depends: + - bzip2 >=1.0.8,<2.0a0 + - libgcc-ng >=12 + - libzlib >=1.2.12,<1.3.0a0 + arch: x86_64 + platform: linux + license: BSD-3-Clause + license_family: BSD + size: 2412495 + timestamp: 1665562915343 +- kind: conda + name: pep517 version: 0.13.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.8' - tomli: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: d94aa03d99d8adc9898f783eba0d84d2 - sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 + sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 + md5: d94aa03d99d8adc9898f783eba0d84d2 + depends: + - python >=3.8 + - tomli * + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 19044 timestamp: 1667916747996 -- name: pep517 +- kind: conda + name: pep517 version: 0.13.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.8' - tomli: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: d94aa03d99d8adc9898f783eba0d84d2 - sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 + sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 + md5: d94aa03d99d8adc9898f783eba0d84d2 + depends: + - python >=3.8 + - tomli * + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 19044 timestamp: 1667916747996 -- name: pep517 +- kind: conda + name: pep517 version: 0.13.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.8' - tomli: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: d94aa03d99d8adc9898f783eba0d84d2 - sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 + sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 + md5: d94aa03d99d8adc9898f783eba0d84d2 + depends: + - python >=3.8 + - tomli * + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 19044 timestamp: 1667916747996 -- name: pep517 +- kind: conda + name: pep517 version: 0.13.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.8' - tomli: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: d94aa03d99d8adc9898f783eba0d84d2 - sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pep517-0.13.0-pyhd8ed1ab_0.tar.bz2 + sha256: 6a6f2fa6bc9106b2edcccc142242dc3ab1f2f77a6debbd5b480f08482f052636 + md5: d94aa03d99d8adc9898f783eba0d84d2 + depends: + - python >=3.8 + - tomli * + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 19044 timestamp: 1667916747996 -- name: pexpect +- kind: conda + name: pexpect version: 4.8.0 - manager: conda - platform: linux-64 - dependencies: - ptyprocess: '>=0.5' - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 - hash: - md5: 330448ce4403cc74990ac07c555942a1 - sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a - optional: false - category: main build: pyh1a96a4e_2 - arch: x86_64 - subdir: linux-64 build_number: 2 - license: ISC + subdir: linux-64 noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 + sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a + md5: 330448ce4403cc74990ac07c555942a1 + depends: + - ptyprocess >=0.5 + - python * + arch: x86_64 + platform: linux + license: ISC size: 48780 timestamp: 1667297617062 -- name: pexpect +- kind: conda + name: pexpect version: 4.8.0 - manager: conda - platform: osx-64 - dependencies: - ptyprocess: '>=0.5' - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 - hash: - md5: 330448ce4403cc74990ac07c555942a1 - sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a - optional: false - category: main build: pyh1a96a4e_2 - arch: x86_64 - subdir: osx-64 build_number: 2 - license: ISC + subdir: osx-64 noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 + sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a + md5: 330448ce4403cc74990ac07c555942a1 + depends: + - ptyprocess >=0.5 + - python * + arch: x86_64 + platform: osx + license: ISC size: 48780 timestamp: 1667297617062 -- name: pexpect +- kind: conda + name: pexpect version: 4.8.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '*' - ptyprocess: '>=0.5' - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 - hash: - md5: 330448ce4403cc74990ac07c555942a1 - sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a - optional: false - category: main build: pyh1a96a4e_2 - arch: aarch64 - subdir: osx-arm64 build_number: 2 - license: ISC + subdir: osx-arm64 noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 + sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a + md5: 330448ce4403cc74990ac07c555942a1 + depends: + - python * + - ptyprocess >=0.5 + arch: aarch64 + platform: osx + license: ISC size: 48780 timestamp: 1667297617062 -- name: pickleshare +- kind: conda + name: pickleshare version: 0.7.5 - manager: conda - platform: linux-64 - dependencies: - python: '>=3' - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - optional: false - category: main build: py_1003 - arch: x86_64 - subdir: linux-64 build_number: 1003 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + md5: 415f0ebb6198cc2801c73438a9fb5761 + depends: + - python >=3 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 9332 timestamp: 1602536313357 -- name: pickleshare +- kind: conda + name: pickleshare version: 0.7.5 - manager: conda - platform: osx-64 - dependencies: - python: '>=3' - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - optional: false - category: main build: py_1003 - arch: x86_64 - subdir: osx-64 build_number: 1003 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + md5: 415f0ebb6198cc2801c73438a9fb5761 + depends: + - python >=3 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 9332 timestamp: 1602536313357 -- name: pickleshare +- kind: conda + name: pickleshare version: 0.7.5 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3' - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - optional: false - category: main build: py_1003 - arch: aarch64 - subdir: osx-arm64 build_number: 1003 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + md5: 415f0ebb6198cc2801c73438a9fb5761 + depends: + - python >=3 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 9332 timestamp: 1602536313357 -- name: pickleshare +- kind: conda + name: pickleshare version: 0.7.5 - manager: conda - platform: win-64 - dependencies: - python: '>=3' - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - optional: false - category: main build: py_1003 - arch: x86_64 - subdir: win-64 build_number: 1003 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + md5: 415f0ebb6198cc2801c73438a9fb5761 + depends: + - python >=3 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 9332 timestamp: 1602536313357 -- name: pillow - version: 10.0.1 - manager: conda - platform: linux-64 - dependencies: - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.15,<3.0a0' - libgcc-ng: '>=12' - libjpeg-turbo: '>=2.1.5.1,<3.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libxcb: '>=1.15,<1.16.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openjpeg: '>=2.5.0,<3.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - tk: '>=8.6.12,<8.7.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.0.1-py310h29da1c1_1.conda - hash: - md5: 8e93b1c69cddf89fd412178d3d418bae - sha256: 4c18593b1b90299e0f1f7a279ccce6dbe0aba694758ee039c0850e0119d3b3e8 - optional: false - category: main - build: py310h29da1c1_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: HPND - size: 46384048 - timestamp: 1695247436468 -- name: pillow - version: 10.1.0 - manager: conda - platform: osx-64 - dependencies: - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.15,<3.0a0' - libjpeg-turbo: '>=3.0.0,<4.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libxcb: '>=1.15,<1.16.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openjpeg: '>=2.5.0,<3.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - tk: '>=8.6.13,<8.7.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.1.0-py310he65384d_0.conda - hash: - md5: aa3e9b34eafaca521682eb48d80b80b2 - sha256: bde2b4eca2d4b2ab33d7195867b9a369aca4727e2e4d1f17055a1507a2a825aa - optional: false - category: main - build: py310he65384d_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: HPND - size: 46263448 - timestamp: 1697423999759 -- name: pillow +- kind: conda + name: pillow version: 9.4.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - openjpeg: '>=2.5.0,<3.0a0' - freetype: '>=2.12.1,<3.0a0' - jpeg: '>=9e,<10a' - libzlib: '>=1.2.13,<1.3.0a0' - libwebp-base: '>=1.2.4,<2.0a0' - libtiff: '>=4.5.0,<4.6.0a0' - libxcb: '>=1.13,<1.14.0a0' - lcms2: '>=2.14,<3.0a0' - tk: '>=8.6.12,<8.7.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-9.4.0-py310h5a7539a_1.conda - hash: - md5: b3c94458ef1002c937b89979c79eb486 - sha256: dc1e74039820e86b876c4ad3563ab0522218dc978cf1fda34358eb640f950312 - optional: false - category: main build: py310h5a7539a_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-9.4.0-py310h5a7539a_1.conda + sha256: dc1e74039820e86b876c4ad3563ab0522218dc978cf1fda34358eb640f950312 + md5: b3c94458ef1002c937b89979c79eb486 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + - openjpeg >=2.5.0,<3.0a0 + - freetype >=2.12.1,<3.0a0 + - jpeg >=9e,<10a + - libzlib >=1.2.13,<1.3.0a0 + - libwebp-base >=1.2.4,<2.0a0 + - libtiff >=4.5.0,<4.6.0a0 + - libxcb >=1.13,<1.14.0a0 + - lcms2 >=2.14,<3.0a0 + - tk >=8.6.12,<8.7.0a0 + arch: aarch64 + platform: osx license: LicenseRef-PIL size: 46538172 timestamp: 1675487797070 -- name: pillow +- kind: conda + name: pillow + version: 10.0.1 + build: py310h29da1c1_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.0.1-py310h29da1c1_1.conda + sha256: 4c18593b1b90299e0f1f7a279ccce6dbe0aba694758ee039c0850e0119d3b3e8 + md5: 8e93b1c69cddf89fd412178d3d418bae + depends: + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.15,<3.0a0 + - libgcc-ng >=12 + - libjpeg-turbo >=2.1.5.1,<3.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxcb >=1.15,<1.16.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openjpeg >=2.5.0,<3.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - tk >=8.6.12,<8.7.0a0 + arch: x86_64 + platform: linux + license: HPND + size: 46384048 + timestamp: 1695247436468 +- kind: conda + name: pillow version: 10.1.0 - manager: conda - platform: win-64 - dependencies: - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.15,<3.0a0' - libjpeg-turbo: '>=3.0.0,<4.0a0' - libtiff: '>=4.6.0,<4.7.0a0' - libwebp-base: '>=1.3.2,<2.0a0' - libxcb: '>=1.15,<1.16.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openjpeg: '>=2.5.0,<3.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - tk: '>=8.6.13,<8.7.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/pillow-10.1.0-py310h1e6a543_0.conda - hash: - md5: 8ce37528536360e773a0f80750e39a02 - sha256: df8f9c4d830bd7a8400640bb01efa2a0675b26d1a9a82ab8b404c638d11dbe5b - optional: false - category: main build: py310h1e6a543_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/pillow-10.1.0-py310h1e6a543_0.conda + sha256: df8f9c4d830bd7a8400640bb01efa2a0675b26d1a9a82ab8b404c638d11dbe5b + md5: 8ce37528536360e773a0f80750e39a02 + depends: + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.15,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxcb >=1.15,<1.16.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openjpeg >=2.5.0,<3.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - tk >=8.6.13,<8.7.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: HPND size: 45101565 timestamp: 1697424198092 -- name: pip +- kind: conda + name: pillow + version: 10.1.0 + build: py310he65384d_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.1.0-py310he65384d_0.conda + sha256: bde2b4eca2d4b2ab33d7195867b9a369aca4727e2e4d1f17055a1507a2a825aa + md5: aa3e9b34eafaca521682eb48d80b80b2 + depends: + - freetype >=2.12.1,<3.0a0 + - lcms2 >=2.15,<3.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + - libtiff >=4.6.0,<4.7.0a0 + - libwebp-base >=1.3.2,<2.0a0 + - libxcb >=1.15,<1.16.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openjpeg >=2.5.0,<3.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - tk >=8.6.13,<8.7.0a0 + arch: x86_64 + platform: osx + license: HPND + size: 46263448 + timestamp: 1697423999759 +- kind: conda + name: pip version: 23.2.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - setuptools: '*' - wheel: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda - hash: - md5: e2783aa3f9235225eec92f9081c5b801 - sha256: 9e401b171856e12f6aa32ae5cc1ae1d3708aa7d705ddf359ee7dd0dffd73c2b5 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda + sha256: 9e401b171856e12f6aa32ae5cc1ae1d3708aa7d705ddf359ee7dd0dffd73c2b5 + md5: e2783aa3f9235225eec92f9081c5b801 + depends: + - python >=3.7 + - setuptools * + - wheel * + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 1386212 timestamp: 1690024763393 -- name: pip +- kind: conda + name: pip version: 23.2.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - setuptools: '*' - wheel: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda - hash: - md5: e2783aa3f9235225eec92f9081c5b801 - sha256: 9e401b171856e12f6aa32ae5cc1ae1d3708aa7d705ddf359ee7dd0dffd73c2b5 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda + sha256: 9e401b171856e12f6aa32ae5cc1ae1d3708aa7d705ddf359ee7dd0dffd73c2b5 + md5: e2783aa3f9235225eec92f9081c5b801 + depends: + - python >=3.7 + - setuptools * + - wheel * + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 1386212 timestamp: 1690024763393 -- name: pip +- kind: conda + name: pip version: 23.2.1 - manager: conda - platform: osx-arm64 - dependencies: - setuptools: '*' - python: '>=3.7' - wheel: '*' + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python url: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda - hash: - md5: e2783aa3f9235225eec92f9081c5b801 - sha256: 9e401b171856e12f6aa32ae5cc1ae1d3708aa7d705ddf359ee7dd0dffd73c2b5 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 9e401b171856e12f6aa32ae5cc1ae1d3708aa7d705ddf359ee7dd0dffd73c2b5 + md5: e2783aa3f9235225eec92f9081c5b801 + depends: + - setuptools * + - python >=3.7 + - wheel * arch: aarch64 - subdir: osx-arm64 - build_number: 0 + platform: osx license: MIT license_family: MIT - noarch: python size: 1386212 timestamp: 1690024763393 -- name: pip +- kind: conda + name: pip version: 23.2.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - setuptools: '*' - wheel: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda - hash: - md5: e2783aa3f9235225eec92f9081c5b801 - sha256: 9e401b171856e12f6aa32ae5cc1ae1d3708aa7d705ddf359ee7dd0dffd73c2b5 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT noarch: python - size: 1386212 - timestamp: 1690024763393 -- name: pixman - version: 0.42.2 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.42.2-h59595ed_0.conda - hash: - md5: 700edd63ccd5fc66b70b1c028cea9a68 - sha256: ae917851474eb3b08812b02c9e945d040808523ec53f828aa74a90b0cdf15f57 - optional: false - category: main - build: h59595ed_0 + url: https://conda.anaconda.org/conda-forge/noarch/pip-23.2.1-pyhd8ed1ab_0.conda + sha256: 9e401b171856e12f6aa32ae5cc1ae1d3708aa7d705ddf359ee7dd0dffd73c2b5 + md5: e2783aa3f9235225eec92f9081c5b801 + depends: + - python >=3.7 + - setuptools * + - wheel * arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: win license: MIT license_family: MIT - size: 385309 - timestamp: 1695736061006 -- name: pixman + size: 1386212 + timestamp: 1690024763393 +- kind: conda + name: pixman version: 0.40.0 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.40.0-h27ca646_0.tar.bz2 - hash: - md5: 0cedfe37c9aee28f5e926a870965466a - sha256: a3bde72b3f9344ede1a189612d997f775b503a8eec61fb9720d18551f3c71080 - optional: false - category: main build: h27ca646_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.40.0-h27ca646_0.tar.bz2 + sha256: a3bde72b3f9344ede1a189612d997f775b503a8eec61fb9720d18551f3c71080 + md5: 0cedfe37c9aee28f5e926a870965466a + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 291804 timestamp: 1604342450513 -- name: pkg-config +- kind: conda + name: pixman + version: 0.42.2 + build: h59595ed_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.42.2-h59595ed_0.conda + sha256: ae917851474eb3b08812b02c9e945d040808523ec53f828aa74a90b0cdf15f57 + md5: 700edd63ccd5fc66b70b1c028cea9a68 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + size: 385309 + timestamp: 1695736061006 +- kind: conda + name: pkg-config version: 0.29.2 - manager: conda - platform: osx-arm64 - dependencies: - libglib: '>=2.70.2,<3.0a0' - libiconv: '>=1.16,<2.0.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/pkg-config-0.29.2-hab62308_1008.tar.bz2 - hash: - md5: 8d173d52214679033079d1b0582075aa - sha256: e59e69111709d097f9938e72ba19811ec1ef36aababdbed77bd7c767f15639e0 - optional: false - category: main build: hab62308_1008 - arch: aarch64 - subdir: osx-arm64 build_number: 1008 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pkg-config-0.29.2-hab62308_1008.tar.bz2 + sha256: e59e69111709d097f9938e72ba19811ec1ef36aababdbed77bd7c767f15639e0 + md5: 8d173d52214679033079d1b0582075aa + depends: + - libglib >=2.70.2,<3.0a0 + - libiconv >=1.16,<2.0.0a0 + arch: aarch64 + platform: osx license: GPL-2.0-or-later license_family: GPL size: 46049 timestamp: 1650239029040 -- name: pkgutil-resolve-name +- kind: conda + name: pkgutil-resolve-name + version: 1.3.10 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_0.tar.bz2 + sha256: 7d055ffc8a02bf781a89d069db3454b453605cdaff300b82cedcc7133283e47e + md5: 89e3c7cdde7d3aaa2aee933b604dd07f + depends: + - python >=3.6 + arch: aarch64 + platform: osx + license: BSD-4-Clause + size: 8717 + timestamp: 1633982101415 +- kind: conda + name: pkgutil-resolve-name version: 1.3.10 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda - hash: - md5: 405678b942f2481cecdb3e010f4925d9 - sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: linux-64 build_number: 1 - license: MIT AND PSF-2.0 + subdir: linux-64 noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda + sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a + md5: 405678b942f2481cecdb3e010f4925d9 + depends: + - python >=3.6 + arch: x86_64 + platform: linux + license: MIT AND PSF-2.0 size: 10778 timestamp: 1694617398467 -- name: pkgutil-resolve-name +- kind: conda + name: pkgutil-resolve-name version: 1.3.10 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda - hash: - md5: 405678b942f2481cecdb3e010f4925d9 - sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: osx-64 build_number: 1 - license: MIT AND PSF-2.0 + subdir: osx-64 noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda + sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a + md5: 405678b942f2481cecdb3e010f4925d9 + depends: + - python >=3.6 + arch: x86_64 + platform: osx + license: MIT AND PSF-2.0 size: 10778 timestamp: 1694617398467 -- name: pkgutil-resolve-name +- kind: conda + name: pkgutil-resolve-name version: 1.3.10 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 89e3c7cdde7d3aaa2aee933b604dd07f - sha256: 7d055ffc8a02bf781a89d069db3454b453605cdaff300b82cedcc7133283e47e - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-4-Clause + build: pyhd8ed1ab_1 + build_number: 1 + subdir: win-64 noarch: python - size: 8717 - timestamp: 1633982101415 -- name: pkgutil-resolve-name - version: 1.3.10 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda - hash: - md5: 405678b942f2481cecdb3e010f4925d9 - sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a - optional: false - category: main - build: pyhd8ed1ab_1 + sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a + md5: 405678b942f2481cecdb3e010f4925d9 + depends: + - python >=3.6 arch: x86_64 - subdir: win-64 - build_number: 1 + platform: win license: MIT AND PSF-2.0 - noarch: python size: 10778 timestamp: 1694617398467 -- name: platformdirs +- kind: conda + name: platformdirs + version: 3.10.0 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.10.0-pyhd8ed1ab_0.conda + sha256: 1b5c0ca2f4260c7dd8cfccd8a641c1e41876c79dc594506be379cde08f5b471e + md5: 0809187ef9b89a3d94a5c24d13936236 + depends: + - typing-extensions >=4.6.3 + - python >=3.7 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 19827 + timestamp: 1690813274592 +- kind: conda + name: platformdirs version: 3.11.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - typing-extensions: '>=4.6.3' - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda - hash: - md5: 8f567c0a74aa44cf732f15773b4083b0 - sha256: b3d809ff5a18ee8514bba8bc05a23b4cdf1758090a18a2cf742af38aed405144 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda + sha256: b3d809ff5a18ee8514bba8bc05a23b4cdf1758090a18a2cf742af38aed405144 + md5: 8f567c0a74aa44cf732f15773b4083b0 + depends: + - python >=3.7 + - typing-extensions >=4.6.3 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 19985 timestamp: 1696272419779 -- name: platformdirs +- kind: conda + name: platformdirs version: 3.11.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - typing-extensions: '>=4.6.3' - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda - hash: - md5: 8f567c0a74aa44cf732f15773b4083b0 - sha256: b3d809ff5a18ee8514bba8bc05a23b4cdf1758090a18a2cf742af38aed405144 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda + sha256: b3d809ff5a18ee8514bba8bc05a23b4cdf1758090a18a2cf742af38aed405144 + md5: 8f567c0a74aa44cf732f15773b4083b0 + depends: + - python >=3.7 + - typing-extensions >=4.6.3 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 19985 timestamp: 1696272419779 -- name: platformdirs - version: 3.10.0 - manager: conda - platform: osx-arm64 - dependencies: - typing-extensions: '>=4.6.3' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.10.0-pyhd8ed1ab_0.conda - hash: - md5: 0809187ef9b89a3d94a5c24d13936236 - sha256: 1b5c0ca2f4260c7dd8cfccd8a641c1e41876c79dc594506be379cde08f5b471e - optional: false - category: main +- kind: conda + name: platformdirs + version: 3.11.0 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 19827 - timestamp: 1690813274592 -- name: platformdirs - version: 3.11.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - typing-extensions: '>=4.6.3' url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-3.11.0-pyhd8ed1ab_0.conda - hash: - md5: 8f567c0a74aa44cf732f15773b4083b0 - sha256: b3d809ff5a18ee8514bba8bc05a23b4cdf1758090a18a2cf742af38aed405144 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: b3d809ff5a18ee8514bba8bc05a23b4cdf1758090a18a2cf742af38aed405144 + md5: 8f567c0a74aa44cf732f15773b4083b0 + depends: + - python >=3.7 + - typing-extensions >=4.6.3 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 19985 timestamp: 1696272419779 -- name: pluggy +- kind: conda + name: pluggy + version: 1.2.0 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.2.0-pyhd8ed1ab_0.conda + sha256: ff1f70e0bd50693be7e2bad0efb2539f5dcc5ec4d638e787e703f28098e72de4 + md5: 7263924c642d22e311d9e59b839f1b33 + depends: + - python >=3.8 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 21528 + timestamp: 1687776483210 +- kind: conda + name: pluggy version: 1.3.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: 2390bd10bed1f3fdc7a537fb5a447d8d - sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 + md5: 2390bd10bed1f3fdc7a537fb5a447d8d + depends: + - python >=3.8 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 22548 timestamp: 1693086745921 -- name: pluggy +- kind: conda + name: pluggy version: 1.3.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: 2390bd10bed1f3fdc7a537fb5a447d8d - sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 + md5: 2390bd10bed1f3fdc7a537fb5a447d8d + depends: + - python >=3.8 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 22548 timestamp: 1693086745921 -- name: pluggy - version: 1.2.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.2.0-pyhd8ed1ab_0.conda - hash: - md5: 7263924c642d22e311d9e59b839f1b33 - sha256: ff1f70e0bd50693be7e2bad0efb2539f5dcc5ec4d638e787e703f28098e72de4 - optional: false - category: main +- kind: conda + name: pluggy + version: 1.3.0 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 21528 - timestamp: 1687776483210 -- name: pluggy - version: 1.3.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.8' url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: 2390bd10bed1f3fdc7a537fb5a447d8d - sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 + md5: 2390bd10bed1f3fdc7a537fb5a447d8d + depends: + - python >=3.8 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 22548 timestamp: 1693086745921 -- name: polars +- kind: conda + name: polars version: 0.18.15 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - numpy: '>=1.16.0' - packaging: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - typing_extensions: '>=4.0.0' - url: https://conda.anaconda.org/conda-forge/linux-64/polars-0.18.15-py310h2d36a57_1.conda - hash: - md5: 11bcff3c03198344b1573b9e42146b5f - sha256: 348e30160c97e18d379a34c1fdc7fa1842e76fdaca8ad1291d356adecbcb818f - optional: false - category: main build: py310h2d36a57_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/polars-0.18.15-py310h2d36a57_1.conda + sha256: 348e30160c97e18d379a34c1fdc7fa1842e76fdaca8ad1291d356adecbcb818f + md5: 11bcff3c03198344b1573b9e42146b5f + depends: + - libgcc-ng >=12 + - numpy >=1.16.0 + - packaging * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - typing_extensions >=4.0.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 16057056 timestamp: 1692688547644 -- name: polars +- kind: conda + name: polars version: 0.18.15 - manager: conda - platform: osx-64 - dependencies: - numpy: '>=1.16.0' - packaging: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - typing_extensions: '>=4.0.0' - url: https://conda.anaconda.org/conda-forge/osx-64/polars-0.18.15-py310h95fa17d_1.conda - hash: - md5: ca50abd3aa922d6d8d8f1a3ff0dda332 - sha256: 423ebf36060323f5f145b23437dbbdf7c5735d1f5c536adcc463d2434b1812f1 - optional: false - category: main build: py310h95fa17d_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/polars-0.18.15-py310h95fa17d_1.conda + sha256: 423ebf36060323f5f145b23437dbbdf7c5735d1f5c536adcc463d2434b1812f1 + md5: ca50abd3aa922d6d8d8f1a3ff0dda332 + depends: + - numpy >=1.16.0 + - packaging * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - typing_extensions >=4.0.0 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 13970392 timestamp: 1692690680600 -- name: polars +- kind: conda + name: polars version: 0.18.15 - manager: conda - platform: osx-arm64 - dependencies: - numpy: '>=1.16.0' - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - typing_extensions: '>=4.0.0' - packaging: '*' - url: https://conda.anaconda.org/conda-forge/osx-arm64/polars-0.18.15-py310had9acf8_0.conda - hash: - md5: 9fb570a944037614daba1b125648588d - sha256: 9d50cec48ac801a5ec4b44fb3c00d761ce55d1e1af479cef1d9cff3dd7c66dfa - optional: false - category: main build: py310had9acf8_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/polars-0.18.15-py310had9acf8_0.conda + sha256: 9d50cec48ac801a5ec4b44fb3c00d761ce55d1e1af479cef1d9cff3dd7c66dfa + md5: 9fb570a944037614daba1b125648588d + depends: + - numpy >=1.16.0 + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + - typing_extensions >=4.0.0 + - packaging * + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 12977174 timestamp: 1692100866706 -- name: polars +- kind: conda + name: polars version: 0.18.15 - manager: conda - platform: win-64 - dependencies: - numpy: '>=1.16.0' - packaging: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - typing_extensions: '>=4.0.0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/polars-0.18.15-py310he0a9947_1.conda - hash: - md5: 14eed67eba855b1ddcffb7f89586875e - sha256: 61019b5dccc2ed8ef9842c3e8d6c99fc05045a11ff219aa681792f59250ddd3b - optional: false - category: main build: py310he0a9947_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/polars-0.18.15-py310he0a9947_1.conda + sha256: 61019b5dccc2ed8ef9842c3e8d6c99fc05045a11ff219aa681792f59250ddd3b + md5: 14eed67eba855b1ddcffb7f89586875e + depends: + - numpy >=1.16.0 + - packaging * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - typing_extensions >=4.0.0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 14328233 timestamp: 1692690801422 -- name: pooch +- kind: conda + name: pooch version: 1.7.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - requests: '>=2.19.0' - platformdirs: '>=2.5.0' - packaging: '>=20.0' - url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.7.0-pyha770c72_3.conda - hash: - md5: 5936894aade8240c867d292aa0d980c6 - sha256: 64e4d633803df2e36fd141d9bf269568fbe179a313248e1dac4d364c02debdef - optional: false - category: main build: pyha770c72_3 - arch: aarch64 - subdir: osx-arm64 build_number: 3 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pooch-1.7.0-pyha770c72_3.conda + sha256: 64e4d633803df2e36fd141d9bf269568fbe179a313248e1dac4d364c02debdef + md5: 5936894aade8240c867d292aa0d980c6 + depends: + - python >=3.7 + - requests >=2.19.0 + - platformdirs >=2.5.0 + - packaging >=20.0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 50857 timestamp: 1679580483278 -- name: prometheus_client +- kind: conda + name: prometheus_client + version: 0.17.1 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.17.1-pyhd8ed1ab_0.conda + sha256: a149184fde856dba7968fc50ca89dbb07ebe84abd710d4076e2fada1b9399231 + md5: 02153b6b760bbec00cfe9e4c97993d06 + depends: + - python >=3.6 + arch: aarch64 + platform: osx + license: Apache-2.0 + license_family: Apache + size: 53376 + timestamp: 1689032576798 +- kind: conda + name: prometheus_client version: 0.18.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.18.0-pyhd8ed1ab_0.conda - hash: - md5: ade903cbe0b4440ca6bed64932d124b5 - sha256: 0e0257eee11d3e0b3f73566283fd6c705b1b2a5dbc7d9a609fa885519a62913e - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.18.0-pyhd8ed1ab_0.conda + sha256: 0e0257eee11d3e0b3f73566283fd6c705b1b2a5dbc7d9a609fa885519a62913e + md5: ade903cbe0b4440ca6bed64932d124b5 + depends: + - python >=3.6 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache - noarch: python size: 53959 timestamp: 1698692692135 -- name: prometheus_client +- kind: conda + name: prometheus_client version: 0.18.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.18.0-pyhd8ed1ab_0.conda - hash: - md5: ade903cbe0b4440ca6bed64932d124b5 - sha256: 0e0257eee11d3e0b3f73566283fd6c705b1b2a5dbc7d9a609fa885519a62913e - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.18.0-pyhd8ed1ab_0.conda + sha256: 0e0257eee11d3e0b3f73566283fd6c705b1b2a5dbc7d9a609fa885519a62913e + md5: ade903cbe0b4440ca6bed64932d124b5 + depends: + - python >=3.6 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache - noarch: python size: 53959 timestamp: 1698692692135 -- name: prometheus_client - version: 0.17.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.17.1-pyhd8ed1ab_0.conda - hash: - md5: 02153b6b760bbec00cfe9e4c97993d06 - sha256: a149184fde856dba7968fc50ca89dbb07ebe84abd710d4076e2fada1b9399231 - optional: false - category: main +- kind: conda + name: prometheus_client + version: 0.18.0 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache + subdir: win-64 noarch: python - size: 53376 - timestamp: 1689032576798 -- name: prometheus_client - version: 0.18.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.18.0-pyhd8ed1ab_0.conda - hash: - md5: ade903cbe0b4440ca6bed64932d124b5 - sha256: 0e0257eee11d3e0b3f73566283fd6c705b1b2a5dbc7d9a609fa885519a62913e - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 0e0257eee11d3e0b3f73566283fd6c705b1b2a5dbc7d9a609fa885519a62913e + md5: ade903cbe0b4440ca6bed64932d124b5 + depends: + - python >=3.6 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: Apache-2.0 license_family: Apache - noarch: python size: 53959 timestamp: 1698692692135 -- name: prompt-toolkit +- kind: conda + name: prompt-toolkit version: 3.0.39 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - wcwidth: '*' - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda - hash: - md5: a4986c6bb5b0d05a38855b0880a5f425 - sha256: 10e7fdc75d4b85633be6b12a70b857053987127a808caa0f88b2cba4b3ce6359 - optional: false - category: main build: pyha770c72_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda + sha256: 10e7fdc75d4b85633be6b12a70b857053987127a808caa0f88b2cba4b3ce6359 + md5: a4986c6bb5b0d05a38855b0880a5f425 + depends: + - python >=3.7 + - wcwidth * constrains: - prompt_toolkit 3.0.39 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 269068 timestamp: 1688566090973 -- name: prompt-toolkit +- kind: conda + name: prompt-toolkit version: 3.0.39 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - wcwidth: '*' - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda - hash: - md5: a4986c6bb5b0d05a38855b0880a5f425 - sha256: 10e7fdc75d4b85633be6b12a70b857053987127a808caa0f88b2cba4b3ce6359 - optional: false - category: main build: pyha770c72_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda + sha256: 10e7fdc75d4b85633be6b12a70b857053987127a808caa0f88b2cba4b3ce6359 + md5: a4986c6bb5b0d05a38855b0880a5f425 + depends: + - python >=3.7 + - wcwidth * constrains: - prompt_toolkit 3.0.39 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 269068 timestamp: 1688566090973 -- name: prompt-toolkit +- kind: conda + name: prompt-toolkit version: 3.0.39 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - wcwidth: '*' - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda - hash: - md5: a4986c6bb5b0d05a38855b0880a5f425 - sha256: 10e7fdc75d4b85633be6b12a70b857053987127a808caa0f88b2cba4b3ce6359 - optional: false - category: main build: pyha770c72_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda + sha256: 10e7fdc75d4b85633be6b12a70b857053987127a808caa0f88b2cba4b3ce6359 + md5: a4986c6bb5b0d05a38855b0880a5f425 + depends: + - python >=3.7 + - wcwidth * constrains: - prompt_toolkit 3.0.39 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 269068 timestamp: 1688566090973 -- name: prompt-toolkit +- kind: conda + name: prompt-toolkit version: 3.0.39 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - wcwidth: '*' - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda - hash: - md5: a4986c6bb5b0d05a38855b0880a5f425 - sha256: 10e7fdc75d4b85633be6b12a70b857053987127a808caa0f88b2cba4b3ce6359 - optional: false - category: main build: pyha770c72_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda + sha256: 10e7fdc75d4b85633be6b12a70b857053987127a808caa0f88b2cba4b3ce6359 + md5: a4986c6bb5b0d05a38855b0880a5f425 + depends: + - python >=3.7 + - wcwidth * constrains: - prompt_toolkit 3.0.39 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 269068 timestamp: 1688566090973 -- name: prompt_toolkit +- kind: conda + name: prompt_toolkit version: 3.0.39 - manager: conda - platform: linux-64 - dependencies: - prompt-toolkit: '>=3.0.39,<3.0.40.0a0' - url: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda - hash: - md5: 4bbbe67d5df19db30f04b8e344dc9976 - sha256: 89f7fecc7355181dbc2ab851e668a2fce6aa4830b336a34c93b59bda93206270 - optional: false - category: main build: hd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda + sha256: 89f7fecc7355181dbc2ab851e668a2fce6aa4830b336a34c93b59bda93206270 + md5: 4bbbe67d5df19db30f04b8e344dc9976 + depends: + - prompt-toolkit >=3.0.39,<3.0.40.0a0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: generic size: 6731 timestamp: 1688566099039 -- name: prompt_toolkit +- kind: conda + name: prompt_toolkit version: 3.0.39 - manager: conda - platform: osx-64 - dependencies: - prompt-toolkit: '>=3.0.39,<3.0.40.0a0' - url: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda - hash: - md5: 4bbbe67d5df19db30f04b8e344dc9976 - sha256: 89f7fecc7355181dbc2ab851e668a2fce6aa4830b336a34c93b59bda93206270 - optional: false - category: main build: hd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda + sha256: 89f7fecc7355181dbc2ab851e668a2fce6aa4830b336a34c93b59bda93206270 + md5: 4bbbe67d5df19db30f04b8e344dc9976 + depends: + - prompt-toolkit >=3.0.39,<3.0.40.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: generic size: 6731 timestamp: 1688566099039 -- name: prompt_toolkit +- kind: conda + name: prompt_toolkit version: 3.0.39 - manager: conda - platform: osx-arm64 - dependencies: - prompt-toolkit: '>=3.0.39,<3.0.40.0a0' - url: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda - hash: - md5: 4bbbe67d5df19db30f04b8e344dc9976 - sha256: 89f7fecc7355181dbc2ab851e668a2fce6aa4830b336a34c93b59bda93206270 - optional: false - category: main build: hd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda + sha256: 89f7fecc7355181dbc2ab851e668a2fce6aa4830b336a34c93b59bda93206270 + md5: 4bbbe67d5df19db30f04b8e344dc9976 + depends: + - prompt-toolkit >=3.0.39,<3.0.40.0a0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: generic size: 6731 timestamp: 1688566099039 -- name: prompt_toolkit +- kind: conda + name: prompt_toolkit version: 3.0.39 - manager: conda - platform: win-64 - dependencies: - prompt-toolkit: '>=3.0.39,<3.0.40.0a0' - url: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda - hash: - md5: 4bbbe67d5df19db30f04b8e344dc9976 - sha256: 89f7fecc7355181dbc2ab851e668a2fce6aa4830b336a34c93b59bda93206270 - optional: false - category: main build: hd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda + sha256: 89f7fecc7355181dbc2ab851e668a2fce6aa4830b336a34c93b59bda93206270 + md5: 4bbbe67d5df19db30f04b8e344dc9976 + depends: + - prompt-toolkit >=3.0.39,<3.0.40.0a0 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: generic size: 6731 timestamp: 1688566099039 -- name: protobuf +- kind: conda + name: protobuf version: 4.23.3 - manager: conda - platform: linux-64 - dependencies: - libabseil: '>=20230125.3,<20230126.0a0' - libgcc-ng: '>=12' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - libstdcxx-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - setuptools: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/protobuf-4.23.3-py310hb875b13_0.conda - hash: - md5: 27ce7010f8821add3b955ec88f663bb6 - sha256: b92f2c7728f1625003a247721af5b22c8100a92714596ce8158a07790221c40e - optional: false - category: main - build: py310hb875b13_0 + build: py310h4e8a696_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/protobuf-4.23.3-py310h4e8a696_0.conda + sha256: 28801d92d3ea66ac6f1ad961af1974479f9499cf62940616bd269ab62ca08d44 + md5: 8da9b5d52ebad6a80785fdf5f2c57ff9 + depends: + - libabseil >=20230125.3,<20230126.0a0 + - libcxx >=15.0.7 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - setuptools * arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: osx license: BSD-3-Clause license_family: BSD - size: 325773 - timestamp: 1688121366252 -- name: protobuf + size: 304050 + timestamp: 1688121734447 +- kind: conda + name: protobuf version: 4.23.3 - manager: conda - platform: osx-64 - dependencies: - libabseil: '>=20230125.3,<20230126.0a0' - libcxx: '>=15.0.7' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - setuptools: '*' - url: https://conda.anaconda.org/conda-forge/osx-64/protobuf-4.23.3-py310h4e8a696_0.conda - hash: - md5: 8da9b5d52ebad6a80785fdf5f2c57ff9 - sha256: 28801d92d3ea66ac6f1ad961af1974479f9499cf62940616bd269ab62ca08d44 - optional: false - category: main - build: py310h4e8a696_0 + build: py310ha3d488f_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/protobuf-4.23.3-py310ha3d488f_0.conda + sha256: ebb697fed21b185a1b2a8611f869d517da86de007c7e814acc6d5838cd2d7b8e + md5: a65f902a101c1ec7bedfe48b65756379 + depends: + - libabseil >=20230125.3,<20230126.0a0 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - setuptools * + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 arch: x86_64 - subdir: osx-64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - size: 304050 - timestamp: 1688121734447 -- name: protobuf + size: 305533 + timestamp: 1688121734729 +- kind: conda + name: protobuf + version: 4.23.3 + build: py310hb875b13_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/protobuf-4.23.3-py310hb875b13_0.conda + sha256: b92f2c7728f1625003a247721af5b22c8100a92714596ce8158a07790221c40e + md5: 27ce7010f8821add3b955ec88f663bb6 + depends: + - libabseil >=20230125.3,<20230126.0a0 + - libgcc-ng >=12 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - libstdcxx-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - setuptools * + arch: x86_64 + platform: linux + license: BSD-3-Clause + license_family: BSD + size: 325773 + timestamp: 1688121366252 +- kind: conda + name: protobuf version: 4.23.3 - manager: conda - platform: osx-arm64 - dependencies: - setuptools: '*' - python: '>=3.10,<3.11.0a0 *_cpython' - libcxx: '>=15.0.7' - python_abi: 3.10.* *_cp310 - libprotobuf: '>=4.23.3,<4.23.4.0a0' - libabseil: '>=20230125.3,<20230126.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/protobuf-4.23.3-py310hf4e154e_0.conda - hash: - md5: 1380d038b8479490f5128f29c0d3cbc1 - sha256: 6a2bc6b6f9bba49ea6e6597316ee0cba53a5fb895358a74ac65c06e810799314 - optional: false - category: main build: py310hf4e154e_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/protobuf-4.23.3-py310hf4e154e_0.conda + sha256: 6a2bc6b6f9bba49ea6e6597316ee0cba53a5fb895358a74ac65c06e810799314 + md5: 1380d038b8479490f5128f29c0d3cbc1 + depends: + - setuptools * + - python >=3.10,<3.11.0a0 *_cpython + - libcxx >=15.0.7 + - python_abi 3.10.* *_cp310 + - libprotobuf >=4.23.3,<4.23.4.0a0 + - libabseil >=20230125.3,<20230126.0a0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD size: 309752 timestamp: 1688121806045 -- name: protobuf - version: 4.23.3 - manager: conda - platform: win-64 - dependencies: - libabseil: '>=20230125.3,<20230126.0a0' - libprotobuf: '>=4.23.3,<4.23.4.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - setuptools: '*' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/protobuf-4.23.3-py310ha3d488f_0.conda - hash: - md5: a65f902a101c1ec7bedfe48b65756379 - sha256: ebb697fed21b185a1b2a8611f869d517da86de007c7e814acc6d5838cd2d7b8e - optional: false - category: main - build: py310ha3d488f_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 305533 - timestamp: 1688121734729 -- name: psutil +- kind: conda + name: psutil version: 5.9.5 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.5-py310h2372a71_1.conda - hash: - md5: cb25177acf28cc35cfa6c1ac1c679e22 - sha256: db8a99bc41c1b0405c8e9daa92b9d4e7711f9717aff7fd3feeba407ca2a91aa2 - optional: false - category: main build: py310h2372a71_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.5-py310h2372a71_1.conda + sha256: db8a99bc41c1b0405c8e9daa92b9d4e7711f9717aff7fd3feeba407ca2a91aa2 + md5: cb25177acf28cc35cfa6c1ac1c679e22 + depends: + - libgcc-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 361313 timestamp: 1695367285835 -- name: psutil +- kind: conda + name: psutil version: 5.9.5 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.5-py310h6729b98_1.conda - hash: - md5: 941f32dc5bd1a725fbd4fd54aec75ed1 - sha256: dc0079bc5833de86578da4d27ca7e44921a01e2da3cbb624922d2bcbc6b95876 - optional: false - category: main build: py310h6729b98_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.5-py310h6729b98_1.conda + sha256: dc0079bc5833de86578da4d27ca7e44921a01e2da3cbb624922d2bcbc6b95876 + md5: 941f32dc5bd1a725fbd4fd54aec75ed1 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 369757 timestamp: 1695367511232 -- name: psutil - version: 5.9.5 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.5-py310h8e9501a_0.conda - hash: - md5: 691828350ac4ddd02cb9533740a8604c - sha256: 8087d712579ac7537c5d5204c9122a2bac6ee659901df79da32a311169409e91 - optional: false - category: main - build: py310h8e9501a_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 370353 - timestamp: 1681775531641 -- name: psutil +- kind: conda + name: psutil version: 5.9.5 - manager: conda - platform: win-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.5-py310h8d17308_1.conda - hash: - md5: bd83570cfe0ce9ccc46c9c55b0aab666 - sha256: 6c03b652b5d1488fe88ce1a20ee4a072b44277b05002d2af7d2db19643d50b3d - optional: false - category: main build: py310h8d17308_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.5-py310h8d17308_1.conda + sha256: 6c03b652b5d1488fe88ce1a20ee4a072b44277b05002d2af7d2db19643d50b3d + md5: bd83570cfe0ce9ccc46c9c55b0aab666 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 380206 timestamp: 1695367659588 -- name: pthread-stubs +- kind: conda + name: psutil + version: 5.9.5 + build: py310h8e9501a_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/psutil-5.9.5-py310h8e9501a_0.conda + sha256: 8087d712579ac7537c5d5204c9122a2bac6ee659901df79da32a311169409e91 + md5: 691828350ac4ddd02cb9533740a8604c + depends: + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 370353 + timestamp: 1681775531641 +- kind: conda + name: pthread-stubs + version: '0.4' + build: h27ca646_1001 + build_number: 1001 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-h27ca646_1001.tar.bz2 + sha256: 9da9e6f5d51dff6ad2e4ee0874791437ba952e0a6249942273f0fedfd07ea826 + md5: d3f26c6494d4105d4ecb85203d687102 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 5696 + timestamp: 1606147608402 +- kind: conda + name: pthread-stubs version: '0.4' - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=7.5.0' - url: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-h36c2ea0_1001.tar.bz2 - hash: - md5: 22dad4df6e8630e8dff2428f6f6a7036 - sha256: 67c84822f87b641d89df09758da498b2d4558d47b920fd1d3fe6d3a871e000ff - optional: false - category: main build: h36c2ea0_1001 - arch: x86_64 - subdir: linux-64 build_number: 1001 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-h36c2ea0_1001.tar.bz2 + sha256: 67c84822f87b641d89df09758da498b2d4558d47b920fd1d3fe6d3a871e000ff + md5: 22dad4df6e8630e8dff2428f6f6a7036 + depends: + - libgcc-ng >=7.5.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 5625 timestamp: 1606147468727 -- name: pthread-stubs +- kind: conda + name: pthread-stubs version: '0.4' - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-hc929b4f_1001.tar.bz2 - hash: - md5: addd19059de62181cd11ae8f4ef26084 - sha256: 6e3900bb241bcdec513d4e7180fe9a19186c1a38f0b4080ed619d26014222c53 - optional: false - category: main build: hc929b4f_1001 - arch: x86_64 - subdir: osx-64 build_number: 1001 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-hc929b4f_1001.tar.bz2 + sha256: 6e3900bb241bcdec513d4e7180fe9a19186c1a38f0b4080ed619d26014222c53 + md5: addd19059de62181cd11ae8f4ef26084 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 5653 timestamp: 1606147699844 -- name: pthread-stubs +- kind: conda + name: pthread-stubs version: '0.4' - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-h27ca646_1001.tar.bz2 - hash: - md5: d3f26c6494d4105d4ecb85203d687102 - sha256: 9da9e6f5d51dff6ad2e4ee0874791437ba952e0a6249942273f0fedfd07ea826 - optional: false - category: main - build: h27ca646_1001 - arch: aarch64 - subdir: osx-arm64 + build: hcd874cb_1001 build_number: 1001 - license: MIT - license_family: MIT - size: 5696 - timestamp: 1606147608402 -- name: pthread-stubs - version: '0.4' - manager: conda - platform: win-64 - dependencies: - m2w64-gcc-libs: '*' + subdir: win-64 url: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 - hash: - md5: a1f820480193ea83582b13249a7e7bd9 - sha256: bb5a6ddf1a609a63addd6d7b488b0f58d05092ea84e9203283409bff539e202a - optional: false - category: main - build: hcd874cb_1001 + sha256: bb5a6ddf1a609a63addd6d7b488b0f58d05092ea84e9203283409bff539e202a + md5: a1f820480193ea83582b13249a7e7bd9 + depends: + - m2w64-gcc-libs * arch: x86_64 - subdir: win-64 - build_number: 1001 + platform: win license: MIT license_family: MIT size: 6417 timestamp: 1606147814351 -- name: pthreads-win32 +- kind: conda + name: pthreads-win32 version: 2.9.1 - manager: conda - platform: win-64 - dependencies: - vc: 14.* - url: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 - hash: - md5: e2da8758d7d51ff6aa78a14dfb9dbed4 - sha256: 576a228630a72f25d255a5e345e5f10878e153221a96560f2498040cd6f54005 - optional: false - category: main build: hfa6e2cd_3 - arch: x86_64 - subdir: win-64 build_number: 3 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pthreads-win32-2.9.1-hfa6e2cd_3.tar.bz2 + sha256: 576a228630a72f25d255a5e345e5f10878e153221a96560f2498040cd6f54005 + md5: e2da8758d7d51ff6aa78a14dfb9dbed4 + depends: + - vc 14.* + arch: x86_64 + platform: win license: LGPL 2 size: 144301 timestamp: 1537755684331 -- name: ptyprocess +- kind: conda + name: ptyprocess version: 0.7.0 - manager: conda - platform: linux-64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - hash: - md5: 359eeb6536da0e687af562ed265ec263 - sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a - optional: false - category: main build: pyhd3deb0d_0 - arch: x86_64 subdir: linux-64 - build_number: 0 - license: ISC noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a + md5: 359eeb6536da0e687af562ed265ec263 + depends: + - python * + arch: x86_64 + platform: linux + license: ISC size: 16546 timestamp: 1609419417991 -- name: ptyprocess +- kind: conda + name: ptyprocess version: 0.7.0 - manager: conda - platform: osx-64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - hash: - md5: 359eeb6536da0e687af562ed265ec263 - sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a - optional: false - category: main build: pyhd3deb0d_0 - arch: x86_64 subdir: osx-64 - build_number: 0 - license: ISC noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a + md5: 359eeb6536da0e687af562ed265ec263 + depends: + - python * + arch: x86_64 + platform: osx + license: ISC size: 16546 timestamp: 1609419417991 -- name: ptyprocess +- kind: conda + name: ptyprocess version: 0.7.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - hash: - md5: 359eeb6536da0e687af562ed265ec263 - sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a - optional: false - category: main build: pyhd3deb0d_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 - license: ISC noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a + md5: 359eeb6536da0e687af562ed265ec263 + depends: + - python * + arch: aarch64 + platform: osx + license: ISC size: 16546 timestamp: 1609419417991 -- name: pure_eval +- kind: conda + name: pure_eval version: 0.2.2 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6784285c7e55cb7212efabc79e4c2883 - sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 + sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 + md5: 6784285c7e55cb7212efabc79e4c2883 + depends: + - python >=3.5 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 14551 timestamp: 1642876055775 -- name: pure_eval +- kind: conda + name: pure_eval version: 0.2.2 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6784285c7e55cb7212efabc79e4c2883 - sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 + sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 + md5: 6784285c7e55cb7212efabc79e4c2883 + depends: + - python >=3.5 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 14551 timestamp: 1642876055775 -- name: pure_eval +- kind: conda + name: pure_eval version: 0.2.2 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6784285c7e55cb7212efabc79e4c2883 - sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 + sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 + md5: 6784285c7e55cb7212efabc79e4c2883 + depends: + - python >=3.5 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 14551 timestamp: 1642876055775 -- name: pure_eval +- kind: conda + name: pure_eval version: 0.2.2 - manager: conda - platform: win-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6784285c7e55cb7212efabc79e4c2883 - sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 + sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 + md5: 6784285c7e55cb7212efabc79e4c2883 + depends: + - python >=3.5 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 14551 timestamp: 1642876055775 -- name: pyarrow +- kind: conda + name: pyarrow version: 12.0.1 - manager: conda - platform: linux-64 - dependencies: - libarrow: ==12.0.1 h1ed0495_12_cpu - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.22.4,<2.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-12.0.1-py310hf9e7431_12_cpu.conda - hash: - md5: 84fadfdb42b2ca3bbf91a4e9225d0bf9 - sha256: c2e6ad199ac9ffc688a61a2bb5b557f002aea5717427680bc6d580ee8e0ce37f - optional: false - category: main - build: py310hf9e7431_12_cpu - arch: x86_64 - subdir: linux-64 + build: py310h6eef95f_12_cpu build_number: 12 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-12.0.1-py310h6eef95f_12_cpu.conda + sha256: 15949bc591022780bd96bd35a76ba6368b6efcf8dcba09c7df9f36b332822216 + md5: 9283420cc2b391fba5f9f99c6d8fb763 + depends: + - libarrow ==12.0.1 hca2412d_12_cpu + - libcxx >=15.0.7 + - numpy >=1.22.4,<2.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 constrains: - apache-arrow-proc =*=cpu + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - size: 3944912 - timestamp: 1694159309468 -- name: pyarrow + size: 3551558 + timestamp: 1694160121359 +- kind: conda + name: pyarrow version: 12.0.1 - manager: conda - platform: osx-64 - dependencies: - libarrow: ==12.0.1 hca2412d_12_cpu - libcxx: '>=15.0.7' - numpy: '>=1.22.4,<2.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/pyarrow-12.0.1-py310h6eef95f_12_cpu.conda - hash: - md5: 9283420cc2b391fba5f9f99c6d8fb763 - sha256: 15949bc591022780bd96bd35a76ba6368b6efcf8dcba09c7df9f36b332822216 - optional: false - category: main - build: py310h6eef95f_12_cpu - arch: x86_64 - subdir: osx-64 + build: py310hd0bb7c2_12_cpu build_number: 12 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pyarrow-12.0.1-py310hd0bb7c2_12_cpu.conda + sha256: 426148c38ad6ac29a45929aba5a50ca8213e00964c3c7cacff7914c215b77089 + md5: 9dc45d4fa2be6f9e003e076ca15c6cad + depends: + - libarrow ==12.0.1 hba3d5be_12_cpu + - numpy >=1.22.4,<2.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - apache-arrow-proc =*=cpu + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE - size: 3551558 - timestamp: 1694160121359 -- name: pyarrow + size: 2929385 + timestamp: 1694161048581 +- kind: conda + name: pyarrow version: 12.0.1 - manager: conda - platform: osx-arm64 - dependencies: - numpy: '>=1.21.6,<2.0a0' - libcxx: '>=15.0.7' - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - libarrow: ==12.0.1 *_8_cpu - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-12.0.1-py310hfbab16f_8_cpu.conda - hash: - md5: 990ceb1edd36789de511250253528fd4 - sha256: 934f760a09c764abb001e56e7128577260050df186fd751b25d65d4763765992 - optional: false - category: main - build: py310hfbab16f_8_cpu - arch: aarch64 - subdir: osx-arm64 - build_number: 8 + build: py310hf9e7431_12_cpu + build_number: 12 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-12.0.1-py310hf9e7431_12_cpu.conda + sha256: c2e6ad199ac9ffc688a61a2bb5b557f002aea5717427680bc6d580ee8e0ce37f + md5: 84fadfdb42b2ca3bbf91a4e9225d0bf9 + depends: + - libarrow ==12.0.1 h1ed0495_12_cpu + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - numpy >=1.22.4,<2.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 constrains: - apache-arrow-proc =*=cpu + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - size: 3608215 - timestamp: 1691482830525 -- name: pyarrow + size: 3944912 + timestamp: 1694159309468 +- kind: conda + name: pyarrow version: 12.0.1 - manager: conda - platform: win-64 - dependencies: - libarrow: ==12.0.1 hba3d5be_12_cpu - numpy: '>=1.22.4,<2.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/pyarrow-12.0.1-py310hd0bb7c2_12_cpu.conda - hash: - md5: 9dc45d4fa2be6f9e003e076ca15c6cad - sha256: 426148c38ad6ac29a45929aba5a50ca8213e00964c3c7cacff7914c215b77089 - optional: false - category: main - build: py310hd0bb7c2_12_cpu - arch: x86_64 - subdir: win-64 - build_number: 12 + build: py310hfbab16f_8_cpu + build_number: 8 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyarrow-12.0.1-py310hfbab16f_8_cpu.conda + sha256: 934f760a09c764abb001e56e7128577260050df186fd751b25d65d4763765992 + md5: 990ceb1edd36789de511250253528fd4 + depends: + - numpy >=1.21.6,<2.0a0 + - libcxx >=15.0.7 + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + - libarrow ==12.0.1 *_8_cpu constrains: - apache-arrow-proc =*=cpu + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - size: 2929385 - timestamp: 1694161048581 -- name: pycparser + size: 3608215 + timestamp: 1691482830525 +- kind: conda + name: pycparser version: '2.21' - manager: conda - platform: linux-64 - dependencies: - python: 2.7.*|>=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 076becd9e05608f8dc72757d5f3a91ff - sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc + md5: 076becd9e05608f8dc72757d5f3a91ff + depends: + - python 2.7.*|>=3.4 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 102747 timestamp: 1636257201998 -- name: pycparser +- kind: conda + name: pycparser version: '2.21' - manager: conda - platform: osx-64 - dependencies: - python: 2.7.*|>=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 076becd9e05608f8dc72757d5f3a91ff - sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc + md5: 076becd9e05608f8dc72757d5f3a91ff + depends: + - python 2.7.*|>=3.4 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 102747 timestamp: 1636257201998 -- name: pycparser +- kind: conda + name: pycparser version: '2.21' - manager: conda - platform: osx-arm64 - dependencies: - python: 2.7.*|>=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 076becd9e05608f8dc72757d5f3a91ff - sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc + md5: 076becd9e05608f8dc72757d5f3a91ff + depends: + - python 2.7.*|>=3.4 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 102747 timestamp: 1636257201998 -- name: pycparser +- kind: conda + name: pycparser version: '2.21' - manager: conda - platform: win-64 - dependencies: - python: 2.7.*|>=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 076becd9e05608f8dc72757d5f3a91ff - sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc + md5: 076becd9e05608f8dc72757d5f3a91ff + depends: + - python 2.7.*|>=3.4 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 102747 timestamp: 1636257201998 -- name: pygments +- kind: conda + name: pygments version: 2.16.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda - hash: - md5: 40e5cb18165466773619e5c963f00a7b - sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda + sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 + md5: 40e5cb18165466773619e5c963f00a7b + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD - noarch: python size: 853439 timestamp: 1691408777841 -- name: pygments +- kind: conda + name: pygments version: 2.16.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda - hash: - md5: 40e5cb18165466773619e5c963f00a7b - sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda + sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 + md5: 40e5cb18165466773619e5c963f00a7b + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: python size: 853439 timestamp: 1691408777841 -- name: pygments +- kind: conda + name: pygments version: 2.16.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda - hash: - md5: 40e5cb18165466773619e5c963f00a7b - sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda + sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 + md5: 40e5cb18165466773619e5c963f00a7b + depends: + - python >=3.7 + arch: aarch64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: python size: 853439 timestamp: 1691408777841 -- name: pygments +- kind: conda + name: pygments version: 2.16.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda - hash: - md5: 40e5cb18165466773619e5c963f00a7b - sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda + sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 + md5: 40e5cb18165466773619e5c963f00a7b + depends: + - python >=3.7 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD - noarch: python size: 853439 timestamp: 1691408777841 -- name: pyobjc-core +- kind: conda + name: pyobjc-core + version: '9.2' + build: py310hd07e440_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-core-9.2-py310hd07e440_0.conda + sha256: e93831ae0eb37227e5d4025a47331c070771f1330aca9506f87226bae28b35ef + md5: 5f7cd107ffeef7a221721e254fd0a453 + depends: + - setuptools * + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + - libffi >=3.4,<4.0a0 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 423827 + timestamp: 1686130163875 +- kind: conda + name: pyobjc-core version: '10.0' - manager: conda - platform: osx-64 - dependencies: - libffi: '>=3.4,<4.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - setuptools: '*' - url: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-core-10.0-py310hef2d279_0.conda - hash: - md5: 9346ad035be9e76cf1184110571ab8e8 - sha256: 68f246c0904266aa57b38255298710d87fb8db0b80f0e2f89b5ef488925bac80 - optional: false - category: main build: py310hef2d279_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-core-10.0-py310hef2d279_0.conda + sha256: 68f246c0904266aa57b38255298710d87fb8db0b80f0e2f89b5ef488925bac80 + md5: 9346ad035be9e76cf1184110571ab8e8 + depends: + - libffi >=3.4,<4.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - setuptools * + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 418687 timestamp: 1695560652946 -- name: pyobjc-core +- kind: conda + name: pyobjc-framework-cocoa version: '9.2' - manager: conda - platform: osx-arm64 - dependencies: - setuptools: '*' - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - libffi: '>=3.4,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-core-9.2-py310hd07e440_0.conda - hash: - md5: 5f7cd107ffeef7a221721e254fd0a453 - sha256: e93831ae0eb37227e5d4025a47331c070771f1330aca9506f87226bae28b35ef - optional: false - category: main build: py310hd07e440_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-framework-cocoa-9.2-py310hd07e440_0.conda + sha256: 21b856e69059bdf805058b32a479e27bf5ce33d18f2ad060f881bd6d165aed8e + md5: caa99829ac1793201e034a496cad24a0 + depends: + - pyobjc-core 9.2.* + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + - libffi >=3.4,<4.0a0 + arch: aarch64 + platform: osx license: MIT license_family: MIT - size: 423827 - timestamp: 1686130163875 -- name: pyobjc-framework-cocoa + size: 330609 + timestamp: 1686136466240 +- kind: conda + name: pyobjc-framework-cocoa version: '10.0' - manager: conda - platform: osx-64 - dependencies: - libffi: '>=3.4,<4.0a0' - pyobjc-core: 10.0.* - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-framework-cocoa-10.0-py310hef2d279_1.conda - hash: - md5: 801c23afa12fdaed4771a9e867cc794b - sha256: 8784afcd959b99fba6bc7cf475141161f7fb7d8500ff8779fda645019973fe8d - optional: false - category: main build: py310hef2d279_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-framework-cocoa-10.0-py310hef2d279_1.conda + sha256: 8784afcd959b99fba6bc7cf475141161f7fb7d8500ff8779fda645019973fe8d + md5: 801c23afa12fdaed4771a9e867cc794b + depends: + - libffi >=3.4,<4.0a0 + - pyobjc-core 10.0.* + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 328263 timestamp: 1695716989533 -- name: pyobjc-framework-cocoa - version: '9.2' - manager: conda - platform: osx-arm64 - dependencies: - pyobjc-core: 9.2.* - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - libffi: '>=3.4,<4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyobjc-framework-cocoa-9.2-py310hd07e440_0.conda - hash: - md5: caa99829ac1793201e034a496cad24a0 - sha256: 21b856e69059bdf805058b32a479e27bf5ce33d18f2ad060f881bd6d165aed8e - optional: false - category: main - build: py310hd07e440_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 330609 - timestamp: 1686136466240 -- name: pysocks +- kind: conda + name: pysocks version: 1.7.1 - manager: conda - platform: linux-64 - dependencies: - __unix: '*' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 - hash: - md5: 2a7de29fb590ca14b5243c4c812c8025 - sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b - optional: false - category: main - build: pyha2e5f31_6 - arch: x86_64 - subdir: linux-64 + build: pyh0701188_6 build_number: 6 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 + sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7 + md5: 56cd9fe388baac0e90c7149cfac95b60 + depends: + - __win * + - python >=3.8 + - win_inet_pton * + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python - size: 18981 - timestamp: 1661604969727 -- name: pysocks + size: 19348 + timestamp: 1661605138291 +- kind: conda + name: pysocks version: 1.7.1 - manager: conda - platform: osx-64 - dependencies: - __unix: '*' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 - hash: - md5: 2a7de29fb590ca14b5243c4c812c8025 - sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b - optional: false - category: main build: pyha2e5f31_6 - arch: x86_64 - subdir: osx-64 build_number: 6 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 + sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b + md5: 2a7de29fb590ca14b5243c4c812c8025 + depends: + - __unix * + - python >=3.8 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 18981 timestamp: 1661604969727 -- name: pysocks +- kind: conda + name: pysocks version: 1.7.1 - manager: conda - platform: osx-arm64 - dependencies: - __unix: '*' - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 - hash: - md5: 2a7de29fb590ca14b5243c4c812c8025 - sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b - optional: false - category: main build: pyha2e5f31_6 - arch: aarch64 - subdir: osx-arm64 build_number: 6 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 + sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b + md5: 2a7de29fb590ca14b5243c4c812c8025 + depends: + - __unix * + - python >=3.8 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 18981 timestamp: 1661604969727 -- name: pysocks +- kind: conda + name: pysocks version: 1.7.1 - manager: conda - platform: win-64 - dependencies: - __win: '*' - python: '>=3.8' - win_inet_pton: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 - hash: - md5: 56cd9fe388baac0e90c7149cfac95b60 - sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7 - optional: false - category: main - build: pyh0701188_6 - arch: x86_64 - subdir: win-64 + build: pyha2e5f31_6 build_number: 6 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 + sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b + md5: 2a7de29fb590ca14b5243c4c812c8025 + depends: + - __unix * + - python >=3.8 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD + size: 18981 + timestamp: 1661604969727 +- kind: conda + name: pytest + version: 7.4.0 + build: pyhd8ed1ab_0 + subdir: osx-arm64 noarch: python - size: 19348 - timestamp: 1661605138291 -- name: pytest + url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.0-pyhd8ed1ab_0.conda + sha256: 52b2eb4e8d0380d92d45643d0c9706725e691ce8404dab4c2db4aaf58e48a23c + md5: 3cfe9b9e958e7238a386933c75d190db + depends: + - exceptiongroup >=1.0.0rc8 + - python >=3.7 + - colorama * + - pluggy >=0.12,<2.0 + - iniconfig * + - packaging * + - tomli >=1.0.0 + constrains: + - pytest-faulthandler >=2 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 243695 + timestamp: 1687692277221 +- kind: conda + name: pytest version: 7.4.3 - manager: conda - platform: linux-64 - dependencies: - colorama: '*' - exceptiongroup: '>=1.0.0rc8' - iniconfig: '*' - packaging: '*' - pluggy: '>=0.12,<2.0' - python: '>=3.7' - tomli: '>=1.0.0' - url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda - hash: - md5: 5bdca0aca30b0ee62bb84854e027eae0 - sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda + sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 + md5: 5bdca0aca30b0ee62bb84854e027eae0 + depends: + - colorama * + - exceptiongroup >=1.0.0rc8 + - iniconfig * + - packaging * + - pluggy >=0.12,<2.0 + - python >=3.7 + - tomli >=1.0.0 constrains: - pytest-faulthandler >=2 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 244758 timestamp: 1698233883003 -- name: pytest +- kind: conda + name: pytest version: 7.4.3 - manager: conda - platform: osx-64 - dependencies: - colorama: '*' - exceptiongroup: '>=1.0.0rc8' - iniconfig: '*' - packaging: '*' - pluggy: '>=0.12,<2.0' - python: '>=3.7' - tomli: '>=1.0.0' - url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda - hash: - md5: 5bdca0aca30b0ee62bb84854e027eae0 - sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda + sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 + md5: 5bdca0aca30b0ee62bb84854e027eae0 + depends: + - colorama * + - exceptiongroup >=1.0.0rc8 + - iniconfig * + - packaging * + - pluggy >=0.12,<2.0 + - python >=3.7 + - tomli >=1.0.0 constrains: - pytest-faulthandler >=2 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 244758 timestamp: 1698233883003 -- name: pytest - version: 7.4.0 - manager: conda - platform: osx-arm64 - dependencies: - exceptiongroup: '>=1.0.0rc8' - python: '>=3.7' - colorama: '*' - pluggy: '>=0.12,<2.0' - iniconfig: '*' - packaging: '*' - tomli: '>=1.0.0' - url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.0-pyhd8ed1ab_0.conda - hash: - md5: 3cfe9b9e958e7238a386933c75d190db - sha256: 52b2eb4e8d0380d92d45643d0c9706725e691ce8404dab4c2db4aaf58e48a23c - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - pytest-faulthandler >=2 - license: MIT - license_family: MIT - noarch: python - size: 243695 - timestamp: 1687692277221 -- name: pytest +- kind: conda + name: pytest version: 7.4.3 - manager: conda - platform: win-64 - dependencies: - colorama: '*' - exceptiongroup: '>=1.0.0rc8' - iniconfig: '*' - packaging: '*' - pluggy: '>=0.12,<2.0' - python: '>=3.7' - tomli: '>=1.0.0' - url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda - hash: - md5: 5bdca0aca30b0ee62bb84854e027eae0 - sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pytest-7.4.3-pyhd8ed1ab_0.conda + sha256: 14e948e620ec87d9e62a8d9c21d40084b4805a939cfee322be7d457379dc96a0 + md5: 5bdca0aca30b0ee62bb84854e027eae0 + depends: + - colorama * + - exceptiongroup >=1.0.0rc8 + - iniconfig * + - packaging * + - pluggy >=0.12,<2.0 + - python >=3.7 + - tomli >=1.0.0 constrains: - pytest-faulthandler >=2 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 244758 timestamp: 1698233883003 -- name: pytest-cov +- kind: conda + name: pytest-cov version: 4.1.0 - manager: conda - platform: linux-64 - dependencies: - coverage: '>=5.2.1' - pytest: '>=4.6' - python: '>=3.7' - toml: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda - hash: - md5: 06eb685a3a0b146347a58dda979485da - sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda + sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 + md5: 06eb685a3a0b146347a58dda979485da + depends: + - coverage >=5.2.1 + - pytest >=4.6 + - python >=3.7 + - toml * + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 25436 timestamp: 1684965001294 -- name: pytest-cov +- kind: conda + name: pytest-cov version: 4.1.0 - manager: conda - platform: osx-64 - dependencies: - coverage: '>=5.2.1' - pytest: '>=4.6' - python: '>=3.7' - toml: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda - hash: - md5: 06eb685a3a0b146347a58dda979485da - sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda + sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 + md5: 06eb685a3a0b146347a58dda979485da + depends: + - coverage >=5.2.1 + - pytest >=4.6 + - python >=3.7 + - toml * + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 25436 timestamp: 1684965001294 -- name: pytest-cov +- kind: conda + name: pytest-cov version: 4.1.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - pytest: '>=4.6' - coverage: '>=5.2.1' - toml: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda - hash: - md5: 06eb685a3a0b146347a58dda979485da - sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda + sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 + md5: 06eb685a3a0b146347a58dda979485da + depends: + - python >=3.7 + - pytest >=4.6 + - coverage >=5.2.1 + - toml * + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 25436 timestamp: 1684965001294 -- name: pytest-cov +- kind: conda + name: pytest-cov version: 4.1.0 - manager: conda - platform: win-64 - dependencies: - coverage: '>=5.2.1' - pytest: '>=4.6' - python: '>=3.7' - toml: '*' - url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda - hash: - md5: 06eb685a3a0b146347a58dda979485da - sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pytest-cov-4.1.0-pyhd8ed1ab_0.conda + sha256: f07d3b44cabbed7843de654c4a6990a08475ce3b708bb735c7da9842614586f2 + md5: 06eb685a3a0b146347a58dda979485da + depends: + - coverage >=5.2.1 + - pytest >=4.6 + - python >=3.7 + - toml * + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 25436 timestamp: 1684965001294 -- name: python - version: 3.10.13 - manager: conda - platform: linux-64 - dependencies: - bzip2: '>=1.0.8,<2.0a0' - ld_impl_linux-64: '>=2.36.1' - libffi: '>=3.4,<4.0a0' - libgcc-ng: '>=12' - libnsl: '>=2.0.1,<2.1.0a0' - libsqlite: '>=3.43.2,<4.0a0' - libuuid: '>=2.38.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ncurses: '>=6.4,<7.0a0' - openssl: '>=3.1.4,<4.0a0' - readline: '>=8.2,<9.0a0' - tk: '>=8.6.13,<8.7.0a0' - tzdata: '*' - xz: '>=5.2.6,<6.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.10.13-hd12c33a_0_cpython.conda - hash: - md5: f3a8c32aa764c3e7188b4b810fc9d6ce - sha256: a53410f459f314537b379982717b1c5911efc2f0cc26d63c4d6f831bcb31c964 - optional: false - category: main - build: hd12c33a_0_cpython - arch: x86_64 - subdir: linux-64 - build_number: 0 +- kind: conda + name: python + version: 3.10.12 + build: h01493a6_0_cpython + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.10.12-h01493a6_0_cpython.conda + sha256: 318355582595373ee7962383b67b0386541ad13e3734c3ee11331db025613b57 + md5: a36e753b6c8875be1242229b3eabe907 + depends: + - tzdata * + - openssl >=3.1.1,<4.0a0 + - readline >=8.2,<9.0a0 + - libffi >=3.4,<4.0a0 + - libsqlite >=3.42.0,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - xz >=5.2.6,<6.0a0 + - tk >=8.6.12,<8.7.0a0 + - bzip2 >=1.0.8,<2.0a0 + - ncurses >=6.4,<7.0a0 constrains: - python_abi 3.10.* *_cp310 + arch: aarch64 + platform: osx license: Python-2.0 - size: 25476977 - timestamp: 1698344640413 -- name: python + size: 12503692 + timestamp: 1687560425496 +- kind: conda + name: python version: 3.10.13 - manager: conda - platform: osx-64 - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libffi: '>=3.4,<4.0a0' - libsqlite: '>=3.43.2,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ncurses: '>=6.4,<7.0a0' - openssl: '>=3.1.4,<4.0a0' - readline: '>=8.2,<9.0a0' - tk: '>=8.6.13,<8.7.0a0' - tzdata: '*' - xz: '>=5.2.6,<6.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/python-3.10.13-h00d2728_0_cpython.conda - hash: - md5: d09fa6ab82a97c95d3a324d79263b980 - sha256: 388b4f2c0e638c5e3aa927256bdae3d4aca6ee70406191df378321aea3558aa3 - optional: false - category: main build: h00d2728_0_cpython - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/python-3.10.13-h00d2728_0_cpython.conda + sha256: 388b4f2c0e638c5e3aa927256bdae3d4aca6ee70406191df378321aea3558aa3 + md5: d09fa6ab82a97c95d3a324d79263b980 + depends: + - bzip2 >=1.0.8,<2.0a0 + - libffi >=3.4,<4.0a0 + - libsqlite >=3.43.2,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ncurses >=6.4,<7.0a0 + - openssl >=3.1.4,<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.10.* *_cp310 + arch: x86_64 + platform: osx license: Python-2.0 size: 12998833 timestamp: 1698344444453 -- name: python - version: 3.10.12 - manager: conda - platform: osx-arm64 - dependencies: - tzdata: '*' - openssl: '>=3.1.1,<4.0a0' - readline: '>=8.2,<9.0a0' - libffi: '>=3.4,<4.0a0' - libsqlite: '>=3.42.0,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - xz: '>=5.2.6,<6.0a0' - tk: '>=8.6.12,<8.7.0a0' - bzip2: '>=1.0.8,<2.0a0' - ncurses: '>=6.4,<7.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.10.12-h01493a6_0_cpython.conda - hash: - md5: a36e753b6c8875be1242229b3eabe907 - sha256: 318355582595373ee7962383b67b0386541ad13e3734c3ee11331db025613b57 - optional: false - category: main - build: h01493a6_0_cpython - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - python_abi 3.10.* *_cp310 - license: Python-2.0 - size: 12503692 - timestamp: 1687560425496 -- name: python +- kind: conda + name: python version: 3.10.13 - manager: conda - platform: win-64 - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libffi: '>=3.4,<4.0a0' - libsqlite: '>=3.43.2,<4.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=3.1.4,<4.0a0' - tk: '>=8.6.13,<8.7.0a0' - tzdata: '*' - vc: '>=14.1,<15' - vc14_runtime: '>=14.16.27033' - xz: '>=5.2.6,<6.0a0' - url: https://conda.anaconda.org/conda-forge/win-64/python-3.10.13-h4de0772_0_cpython.conda - hash: - md5: cbf696b644613f8ab6c9df6b5005c042 - sha256: 9e55fa834ddb2c24aec8ee4d4738584fea71edc084a615facc846ce90deb58e4 - optional: false - category: main build: h4de0772_0_cpython - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/python-3.10.13-h4de0772_0_cpython.conda + sha256: 9e55fa834ddb2c24aec8ee4d4738584fea71edc084a615facc846ce90deb58e4 + md5: cbf696b644613f8ab6c9df6b5005c042 + depends: + - bzip2 >=1.0.8,<2.0a0 + - libffi >=3.4,<4.0a0 + - libsqlite >=3.43.2,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.1.4,<4.0a0 + - tk >=8.6.13,<8.7.0a0 + - tzdata * + - vc >=14.1,<15 + - vc14_runtime >=14.16.27033 + - xz >=5.2.6,<6.0a0 constrains: - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: win license: Python-2.0 size: 15891788 timestamp: 1698344089500 -- name: python-dateutil +- kind: conda + name: python + version: 3.10.13 + build: hd12c33a_0_cpython + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/python-3.10.13-hd12c33a_0_cpython.conda + sha256: a53410f459f314537b379982717b1c5911efc2f0cc26d63c4d6f831bcb31c964 + md5: f3a8c32aa764c3e7188b4b810fc9d6ce + depends: + - bzip2 >=1.0.8,<2.0a0 + - ld_impl_linux-64 >=2.36.1 + - libffi >=3.4,<4.0a0 + - libgcc-ng >=12 + - libnsl >=2.0.1,<2.1.0a0 + - libsqlite >=3.43.2,<4.0a0 + - libuuid >=2.38.1,<3.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ncurses >=6.4,<7.0a0 + - openssl >=3.1.4,<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.10.* *_cp310 + arch: x86_64 + platform: linux + license: Python-2.0 + size: 25476977 + timestamp: 1698344640413 +- kind: conda + name: python-dateutil version: 2.8.2 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - six: '>=1.5' - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: dd999d1cc9f79e67dbb855c8924c7984 - sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da + md5: dd999d1cc9f79e67dbb855c8924c7984 + depends: + - python >=3.6 + - six >=1.5 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: python size: 245987 timestamp: 1626286448716 -- name: python-dateutil +- kind: conda + name: python-dateutil version: 2.8.2 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - six: '>=1.5' - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: dd999d1cc9f79e67dbb855c8924c7984 - sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da + md5: dd999d1cc9f79e67dbb855c8924c7984 + depends: + - python >=3.6 + - six >=1.5 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 245987 timestamp: 1626286448716 -- name: python-dateutil +- kind: conda + name: python-dateutil version: 2.8.2 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - six: '>=1.5' - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: dd999d1cc9f79e67dbb855c8924c7984 - sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da + md5: dd999d1cc9f79e67dbb855c8924c7984 + depends: + - python >=3.6 + - six >=1.5 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 245987 timestamp: 1626286448716 -- name: python-dateutil +- kind: conda + name: python-dateutil version: 2.8.2 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - six: '>=1.5' - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: dd999d1cc9f79e67dbb855c8924c7984 - sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da + md5: dd999d1cc9f79e67dbb855c8924c7984 + depends: + - python >=3.6 + - six >=1.5 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE - noarch: python size: 245987 timestamp: 1626286448716 -- name: python-duckdb +- kind: conda + name: python-duckdb version: 0.8.1 - manager: conda - platform: linux-64 - dependencies: - arrow-cpp: '*' - libarrow: '>=12.0.1,<12.0.2.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.22.4,<2.0a0' - pandas: '*' - pyarrow: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-0.8.1-py310h8e3e826_1.conda - hash: - md5: 13f684d8ff731a314d7a198635259de5 - sha256: d100db61f42cff0354982649bf66c26cf37e914e67da79c5f2b828994f8a75b6 - optional: false - category: main - build: py310h8e3e826_1 - arch: x86_64 - subdir: linux-64 + build: py310h1ba7dce_1 build_number: 1 - license: MIT - license_family: MIT - size: 20204220 - timestamp: 1692968940474 -- name: python-duckdb - version: 0.8.1 - manager: conda - platform: osx-64 - dependencies: - __osx: '>=10.12' - arrow-cpp: '*' - libarrow: '>=12.0.1,<12.0.2.0a0' - libcxx: '>=15.0.7' - numpy: '>=1.22.4,<2.0a0' - pandas: '*' - pyarrow: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 + subdir: osx-64 url: https://conda.anaconda.org/conda-forge/osx-64/python-duckdb-0.8.1-py310h1ba7dce_1.conda - hash: - md5: 1df97a88262853108f856ec5d665b911 - sha256: 7acb1777287ef7ff42c672a81671bc845a26dc4eb1e833fef4b85d3d053a9ca9 - optional: false - category: main - build: py310h1ba7dce_1 + sha256: 7acb1777287ef7ff42c672a81671bc845a26dc4eb1e833fef4b85d3d053a9ca9 + md5: 1df97a88262853108f856ec5d665b911 + depends: + - __osx >=10.12 + - arrow-cpp * + - libarrow >=12.0.1,<12.0.2.0a0 + - libcxx >=15.0.7 + - numpy >=1.22.4,<2.0a0 + - pandas * + - pyarrow * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 arch: x86_64 - subdir: osx-64 - build_number: 1 + platform: osx license: MIT license_family: MIT size: 17980711 timestamp: 1692970522136 -- name: python-duckdb +- kind: conda + name: python-duckdb version: 0.8.1 - manager: conda - platform: osx-arm64 - dependencies: - numpy: '>=1.21.6,<2.0a0' - libcxx: '>=15.0.7' - pandas: '*' - python: '>=3.10,<3.11.0a0 *_cpython' - arrow-cpp: '*' - pyarrow: '*' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-arm64/python-duckdb-0.8.1-py310h1d8123b_0.conda - hash: - md5: 12023f98da51a3312d3b38409493532f - sha256: 5cb596c856568a0ce680e60589cdcb7628478b2428c2d848887d817af1520389 - optional: false - category: main build: py310h1d8123b_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/python-duckdb-0.8.1-py310h1d8123b_0.conda + sha256: 5cb596c856568a0ce680e60589cdcb7628478b2428c2d848887d817af1520389 + md5: 12023f98da51a3312d3b38409493532f + depends: + - numpy >=1.21.6,<2.0a0 + - libcxx >=15.0.7 + - pandas * + - python >=3.10,<3.11.0a0 *_cpython + - arrow-cpp * + - pyarrow * + - python_abi 3.10.* *_cp310 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 17131474 timestamp: 1686941974438 -- name: python-duckdb +- kind: conda + name: python-duckdb version: 0.8.1 - manager: conda - platform: win-64 - dependencies: - arrow-cpp: '*' - libarrow: '>=12.0.1,<12.0.2.0a0' - numpy: '>=1.22.4,<2.0a0' - pandas: '*' - pyarrow: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/python-duckdb-0.8.1-py310hb400963_1.conda - hash: - md5: e0a3d41e9e4a8753b75b79185f896316 - sha256: 1cb5dbd8c71432607df648ee97f11202fee696bb4ab3e32c64c7edf8375138e3 - optional: false - category: main - build: py310hb400963_1 + build: py310h8e3e826_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/python-duckdb-0.8.1-py310h8e3e826_1.conda + sha256: d100db61f42cff0354982649bf66c26cf37e914e67da79c5f2b828994f8a75b6 + md5: 13f684d8ff731a314d7a198635259de5 + depends: + - arrow-cpp * + - libarrow >=12.0.1,<12.0.2.0a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - numpy >=1.22.4,<2.0a0 + - pandas * + - pyarrow * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 arch: x86_64 - subdir: win-64 + platform: linux + license: MIT + license_family: MIT + size: 20204220 + timestamp: 1692968940474 +- kind: conda + name: python-duckdb + version: 0.8.1 + build: py310hb400963_1 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/python-duckdb-0.8.1-py310hb400963_1.conda + sha256: 1cb5dbd8c71432607df648ee97f11202fee696bb4ab3e32c64c7edf8375138e3 + md5: e0a3d41e9e4a8753b75b79185f896316 + depends: + - arrow-cpp * + - libarrow >=12.0.1,<12.0.2.0a0 + - numpy >=1.22.4,<2.0a0 + - pandas * + - pyarrow * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 13869507 timestamp: 1692972370649 -- name: python-fastjsonschema +- kind: conda + name: python-fastjsonschema + version: 2.18.0 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.0-pyhd8ed1ab_0.conda + sha256: 73985a9a2dd7ccf77b7428a12148e1b381c8635e9195e47a652397e9a56284ce + md5: 3be9466311564f80f8056c0851fc5bb7 + depends: + - python >=3.3 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 225888 + timestamp: 1690055603375 +- kind: conda + name: python-fastjsonschema version: 2.18.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.3' - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.1-pyhd8ed1ab_0.conda - hash: - md5: 305141cff54af2f90e089d868fffce28 - sha256: 3fb1af1ac7525072c46e111bc4e96ddf971f792ab049ca3aa25dbebbaffb6f7d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.1-pyhd8ed1ab_0.conda + sha256: 3fb1af1ac7525072c46e111bc4e96ddf971f792ab049ca3aa25dbebbaffb6f7d + md5: 305141cff54af2f90e089d868fffce28 + depends: + - python >=3.3 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 226030 timestamp: 1696171963080 -- name: python-fastjsonschema +- kind: conda + name: python-fastjsonschema version: 2.18.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.3' - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.1-pyhd8ed1ab_0.conda - hash: - md5: 305141cff54af2f90e089d868fffce28 - sha256: 3fb1af1ac7525072c46e111bc4e96ddf971f792ab049ca3aa25dbebbaffb6f7d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.1-pyhd8ed1ab_0.conda + sha256: 3fb1af1ac7525072c46e111bc4e96ddf971f792ab049ca3aa25dbebbaffb6f7d + md5: 305141cff54af2f90e089d868fffce28 + depends: + - python >=3.3 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 226030 timestamp: 1696171963080 -- name: python-fastjsonschema - version: 2.18.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.3' - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.0-pyhd8ed1ab_0.conda - hash: - md5: 3be9466311564f80f8056c0851fc5bb7 - sha256: 73985a9a2dd7ccf77b7428a12148e1b381c8635e9195e47a652397e9a56284ce - optional: false - category: main +- kind: conda + name: python-fastjsonschema + version: 2.18.1 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD + subdir: win-64 noarch: python - size: 225888 - timestamp: 1690055603375 -- name: python-fastjsonschema - version: 2.18.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.3' url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.18.1-pyhd8ed1ab_0.conda - hash: - md5: 305141cff54af2f90e089d868fffce28 - sha256: 3fb1af1ac7525072c46e111bc4e96ddf971f792ab049ca3aa25dbebbaffb6f7d - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 3fb1af1ac7525072c46e111bc4e96ddf971f792ab049ca3aa25dbebbaffb6f7d + md5: 305141cff54af2f90e089d868fffce28 + depends: + - python >=3.3 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 226030 timestamp: 1696171963080 -- name: python-json-logger +- kind: conda + name: python-json-logger version: 2.0.7 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda - hash: - md5: a61bf9ec79426938ff785eb69dbb1960 - sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda + sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca + md5: a61bf9ec79426938ff785eb69dbb1960 + depends: + - python >=3.6 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD - noarch: python size: 13383 timestamp: 1677079727691 -- name: python-json-logger +- kind: conda + name: python-json-logger version: 2.0.7 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda - hash: - md5: a61bf9ec79426938ff785eb69dbb1960 - sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda + sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca + md5: a61bf9ec79426938ff785eb69dbb1960 + depends: + - python >=3.6 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: python size: 13383 timestamp: 1677079727691 -- name: python-json-logger +- kind: conda + name: python-json-logger version: 2.0.7 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda - hash: - md5: a61bf9ec79426938ff785eb69dbb1960 - sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda + sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca + md5: a61bf9ec79426938ff785eb69dbb1960 + depends: + - python >=3.6 + arch: aarch64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: python size: 13383 timestamp: 1677079727691 -- name: python-json-logger +- kind: conda + name: python-json-logger version: 2.0.7 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda - hash: - md5: a61bf9ec79426938ff785eb69dbb1960 - sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda + sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca + md5: a61bf9ec79426938ff785eb69dbb1960 + depends: + - python >=3.6 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD - noarch: python size: 13383 timestamp: 1677079727691 -- name: python-tzdata +- kind: conda + name: python-tzdata version: '2023.3' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda - hash: - md5: 2590495f608a63625e165915fb4e2e34 - sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda + sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 + md5: 2590495f608a63625e165915fb4e2e34 + depends: + - python >=3.6 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: python size: 143131 timestamp: 1680081272948 -- name: python-tzdata +- kind: conda + name: python-tzdata version: '2023.3' - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda - hash: - md5: 2590495f608a63625e165915fb4e2e34 - sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda + sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 + md5: 2590495f608a63625e165915fb4e2e34 + depends: + - python >=3.6 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 143131 timestamp: 1680081272948 -- name: python-tzdata +- kind: conda + name: python-tzdata version: '2023.3' - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda - hash: - md5: 2590495f608a63625e165915fb4e2e34 - sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda + sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 + md5: 2590495f608a63625e165915fb4e2e34 + depends: + - python >=3.6 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 143131 timestamp: 1680081272948 -- name: python-tzdata +- kind: conda + name: python-tzdata version: '2023.3' - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda - hash: - md5: 2590495f608a63625e165915fb4e2e34 - sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/python-tzdata-2023.3-pyhd8ed1ab_0.conda + sha256: 0108888507014fb24573c31e4deceb61c99e63d37776dddcadd7c89b2ecae0b6 + md5: 2590495f608a63625e165915fb4e2e34 + depends: + - python >=3.6 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE - noarch: python size: 143131 timestamp: 1680081272948 -- name: python_abi +- kind: conda + name: python_abi + version: '3.10' + build: 3_cp310 + build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.10-3_cp310.conda + sha256: 3f23b0e1656682b0ad1ded4810ba269b610299091c36cf5d516e2dc1162695de + md5: 3f2b2974db21a33a2f45b0c9abbb7516 + constrains: + - python 3.10.* *_cpython + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 5771 + timestamp: 1669071822684 +- kind: conda + name: python_abi version: '3.10' - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.10-4_cp310.conda - hash: - md5: 26322ec5d7712c3ded99dd656142b8ce - sha256: 456bec815bfc2b364763084d08b412fdc4c17eb9ccc66a36cb775fa7ac3cbaec - optional: false - category: main build: 4_cp310 - arch: x86_64 - subdir: linux-64 build_number: 4 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.10-4_cp310.conda + sha256: 456bec815bfc2b364763084d08b412fdc4c17eb9ccc66a36cb775fa7ac3cbaec + md5: 26322ec5d7712c3ded99dd656142b8ce constrains: - python 3.10.* *_cpython + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 6398 timestamp: 1695147363189 -- name: python_abi +- kind: conda + name: python_abi version: '3.10' - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.10-4_cp310.conda - hash: - md5: b15c816c5a86abcc4d1458dd63aa4c65 - sha256: abc26b3b5a62f9c8112a2303d24b0c590d5f7fc9470521f5a520472d59c2223e - optional: false - category: main build: 4_cp310 - arch: x86_64 - subdir: osx-64 build_number: 4 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.10-4_cp310.conda + sha256: abc26b3b5a62f9c8112a2303d24b0c590d5f7fc9470521f5a520472d59c2223e + md5: b15c816c5a86abcc4d1458dd63aa4c65 constrains: - python 3.10.* *_cpython + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 6484 timestamp: 1695147705581 -- name: python_abi - version: '3.10' - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.10-3_cp310.conda - hash: - md5: 3f2b2974db21a33a2f45b0c9abbb7516 - sha256: 3f23b0e1656682b0ad1ded4810ba269b610299091c36cf5d516e2dc1162695de - optional: false - category: main - build: 3_cp310 - arch: aarch64 - subdir: osx-arm64 - build_number: 3 - constrains: - - python 3.10.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 5771 - timestamp: 1669071822684 -- name: python_abi +- kind: conda + name: python_abi version: '3.10' - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.10-4_cp310.conda - hash: - md5: b41195997c14fb7473d26637ea4c3946 - sha256: 19066c462fd0e32c64503c688f77cb603beb4019b812caf855d03f2a5447960b - optional: false - category: main build: 4_cp310 - arch: x86_64 - subdir: win-64 build_number: 4 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.10-4_cp310.conda + sha256: 19066c462fd0e32c64503c688f77cb603beb4019b812caf855d03f2a5447960b + md5: b41195997c14fb7473d26637ea4c3946 constrains: - python 3.10.* *_cpython + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 6773 timestamp: 1695147715814 -- name: pytz +- kind: conda + name: pytz + version: '2023.3' + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3-pyhd8ed1ab_0.conda + sha256: e4999484f21763ca4b8f92c95b22cb6d1edc1b61d0a2bb073ee2bd11f39401b9 + md5: d3076b483092a435832603243567bc31 + depends: + - python >=3.6 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 186506 + timestamp: 1680088891597 +- kind: conda + name: pytz version: 2023.3.post1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda - hash: - md5: c93346b446cd08c169d843ae5fc0da97 - sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda + sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e + md5: c93346b446cd08c169d843ae5fc0da97 + depends: + - python >=3.6 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 187454 timestamp: 1693930444432 -- name: pytz +- kind: conda + name: pytz version: 2023.3.post1 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda - hash: - md5: c93346b446cd08c169d843ae5fc0da97 - sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda + sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e + md5: c93346b446cd08c169d843ae5fc0da97 + depends: + - python >=3.6 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 187454 timestamp: 1693930444432 -- name: pytz - version: '2023.3' - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3-pyhd8ed1ab_0.conda - hash: - md5: d3076b483092a435832603243567bc31 - sha256: e4999484f21763ca4b8f92c95b22cb6d1edc1b61d0a2bb073ee2bd11f39401b9 - optional: false - category: main +- kind: conda + name: pytz + version: 2023.3.post1 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 186506 - timestamp: 1680088891597 -- name: pytz - version: 2023.3.post1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda - hash: - md5: c93346b446cd08c169d843ae5fc0da97 - sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e + md5: c93346b446cd08c169d843ae5fc0da97 + depends: + - python >=3.6 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 187454 timestamp: 1693930444432 -- name: pywavelets +- kind: conda + name: pywavelets version: 1.4.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - numpy: '>=1.22.4,<2.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.4.1-py310h1f7b6fc_1.conda - hash: - md5: be6f0382440ccbf9fb01bb19ab1f1fc0 - sha256: 2aa5da771dd7e4ec8316de51edd7aefcb6f688f7e4d2a2905faac76462826cf7 - optional: false - category: main build: py310h1f7b6fc_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pywavelets-1.4.1-py310h1f7b6fc_1.conda + sha256: 2aa5da771dd7e4ec8316de51edd7aefcb6f688f7e4d2a2905faac76462826cf7 + md5: be6f0382440ccbf9fb01bb19ab1f1fc0 + depends: + - libgcc-ng >=12 + - numpy >=1.22.4,<2.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 3689326 timestamp: 1695567803832 -- name: pywavelets +- kind: conda + name: pywavelets version: 1.4.1 - manager: conda - platform: osx-64 - dependencies: - numpy: '>=1.22.4,<2.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/pywavelets-1.4.1-py310hf0b6da5_1.conda - hash: - md5: 6606a7e6b981c0dc578c436d3920e8e7 - sha256: e75ecf5d9c68bf2e9fc51982f170bb5a9542c4cb777ac40889dcd29521d61907 - optional: false - category: main - build: py310hf0b6da5_1 + build: py310h3e78b6c_1 + build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pywavelets-1.4.1-py310h3e78b6c_1.conda + sha256: b31e156a15a8bf86313e0fd0a26ed7beaab823da9604894448e96bd7df53dcd7 + md5: 9dfe95c9d95172e888f612aeffcb13a8 + depends: + - numpy >=1.22.4,<2.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 arch: x86_64 - subdir: osx-64 + platform: win + license: MIT + license_family: MIT + size: 3547104 + timestamp: 1695568130734 +- kind: conda + name: pywavelets + version: 1.4.1 + build: py310hf0b6da5_1 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pywavelets-1.4.1-py310hf0b6da5_1.conda + sha256: e75ecf5d9c68bf2e9fc51982f170bb5a9542c4cb777ac40889dcd29521d61907 + md5: 6606a7e6b981c0dc578c436d3920e8e7 + depends: + - numpy >=1.22.4,<2.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 3608914 timestamp: 1695569899715 -- name: pywavelets +- kind: conda + name: pywavelets version: 1.4.1 - manager: conda - platform: osx-arm64 - dependencies: - numpy: '>=1.21.6,<2.0a0' - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-arm64/pywavelets-1.4.1-py310hf1a086a_0.conda - hash: - md5: 7a67e82c6748821185f49830ff8a1b8c - sha256: c0c109d583f29d24bc749c76bb85bf3565efbeea4dd0ba0790b579bd72c98a4f - optional: false - category: main build: py310hf1a086a_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pywavelets-1.4.1-py310hf1a086a_0.conda + sha256: c0c109d583f29d24bc749c76bb85bf3565efbeea4dd0ba0790b579bd72c98a4f + md5: 7a67e82c6748821185f49830ff8a1b8c + depends: + - numpy >=1.21.6,<2.0a0 + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 3556305 timestamp: 1673082762893 -- name: pywavelets - version: 1.4.1 - manager: conda - platform: win-64 - dependencies: - numpy: '>=1.22.4,<2.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/pywavelets-1.4.1-py310h3e78b6c_1.conda - hash: - md5: 9dfe95c9d95172e888f612aeffcb13a8 - sha256: b31e156a15a8bf86313e0fd0a26ed7beaab823da9604894448e96bd7df53dcd7 - optional: false - category: main - build: py310h3e78b6c_1 - arch: x86_64 - subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - size: 3547104 - timestamp: 1695568130734 -- name: pywin32 +- kind: conda + name: pywin32 version: '306' - manager: conda - platform: win-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py310h00ffb61_2.conda - hash: - md5: a65056c5f52aa83455577958872e4776 - sha256: 24fd15c118974da18c38870380195e633d2452a7fb7dbc0ecb96b44416989b33 - optional: false - category: main build: py310h00ffb61_2 - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py310h00ffb61_2.conda + sha256: 24fd15c118974da18c38870380195e633d2452a7fb7dbc0ecb96b44416989b33 + md5: a65056c5f52aa83455577958872e4776 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: PSF-2.0 license_family: PSF size: 5689476 timestamp: 1695974437046 -- name: pywinpty +- kind: conda + name: pywinpty version: 2.0.12 - manager: conda - platform: win-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - winpty: '*' - url: https://conda.anaconda.org/conda-forge/win-64/pywinpty-2.0.12-py310h00ffb61_0.conda - hash: - md5: 3cc562064a5d055f371ccc281b8e6396 - sha256: a9fafd16ef160c9c11ac45f932b53916c5ad4c7c06ba0fb96b4859a8af879358 - optional: false - category: main build: py310h00ffb61_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/pywinpty-2.0.12-py310h00ffb61_0.conda + sha256: a9fafd16ef160c9c11ac45f932b53916c5ad4c7c06ba0fb96b4859a8af879358 + md5: 3cc562064a5d055f371ccc281b8e6396 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - winpty * + arch: x86_64 + platform: win license: MIT license_family: MIT size: 209900 timestamp: 1696657831046 -- name: pyyaml +- kind: conda + name: pyyaml + version: '6.0' + build: py310h8e9501a_5 + build_number: 5 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0-py310h8e9501a_5.tar.bz2 + sha256: 9f5b55141e51d64bcd235eeda8d191ba9adde888b33e8bc338229718304f23a5 + md5: 51d03e61fad9a0703bece80e471e95d3 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + - yaml >=0.2.5,<0.3.0a0 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 162676 + timestamp: 1666772867901 +- kind: conda + name: pyyaml version: 6.0.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - yaml: '>=0.2.5,<0.3.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py310h2372a71_1.conda - hash: - md5: bb010e368de4940771368bc3dc4c63e7 - sha256: aa78ccddb0a75fa722f0f0eb3537c73ee1219c9dd46cea99d6b9eebfdd780f3d - optional: false - category: main build: py310h2372a71_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py310h2372a71_1.conda + sha256: aa78ccddb0a75fa722f0f0eb3537c73ee1219c9dd46cea99d6b9eebfdd780f3d + md5: bb010e368de4940771368bc3dc4c63e7 + depends: + - libgcc-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - yaml >=0.2.5,<0.3.0a0 arch: x86_64 - subdir: linux-64 - build_number: 1 + platform: linux license: MIT license_family: MIT size: 170627 timestamp: 1695373587159 -- name: pyyaml +- kind: conda + name: pyyaml version: 6.0.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - yaml: '>=0.2.5,<0.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py310h6729b98_1.conda - hash: - md5: d964cec3e7972e44bc4a328134b9eaf1 - sha256: 00567f2cb2d1c8fede8fe7727f7bbd1c38cbca886814d612e162d5c936d8db1b - optional: false - category: main build: py310h6729b98_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py310h6729b98_1.conda + sha256: 00567f2cb2d1c8fede8fe7727f7bbd1c38cbca886814d612e162d5c936d8db1b + md5: d964cec3e7972e44bc4a328134b9eaf1 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - yaml >=0.2.5,<0.3.0a0 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 160097 timestamp: 1695373947773 -- name: pyyaml - version: '6.0' - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - yaml: '>=0.2.5,<0.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0-py310h8e9501a_5.tar.bz2 - hash: - md5: 51d03e61fad9a0703bece80e471e95d3 - sha256: 9f5b55141e51d64bcd235eeda8d191ba9adde888b33e8bc338229718304f23a5 - optional: false - category: main - build: py310h8e9501a_5 - arch: aarch64 - subdir: osx-arm64 - build_number: 5 - license: MIT - license_family: MIT - size: 162676 - timestamp: 1666772867901 -- name: pyyaml +- kind: conda + name: pyyaml version: 6.0.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - yaml: '>=0.2.5,<0.3.0a0' - url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py310h8d17308_1.conda - hash: - md5: ce279186f68d0f12812dc9955ea909a4 - sha256: ea51291e477b44c5bb9d91cc095db0dfe07b9576831e9682100d68c820c43ae3 - optional: false - category: main build: py310h8d17308_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py310h8d17308_1.conda + sha256: ea51291e477b44c5bb9d91cc095db0dfe07b9576831e9682100d68c820c43ae3 + md5: ce279186f68d0f12812dc9955ea909a4 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - yaml >=0.2.5,<0.3.0a0 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 146195 timestamp: 1695374085323 -- name: pyzmq +- kind: conda + name: pyzmq version: 25.1.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libsodium: '>=1.0.18,<1.0.19.0a0' - libstdcxx-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - zeromq: '>=4.3.5,<4.4.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-25.1.1-py310h795f18f_2.conda - hash: - md5: 6391ac95effeebc612023b9507b558b3 - sha256: 68fa979d6e92ddef0a93d22a4e902383b89db7ca77aab0682272bdeb4b14881a - optional: false - category: main - build: py310h795f18f_2 - arch: x86_64 - subdir: linux-64 + build: py310h2849c00_2 build_number: 2 - license: BSD-3-Clause AND LGPL-3.0-or-later - size: 456635 - timestamp: 1698062566269 -- name: pyzmq - version: 25.1.1 - manager: conda - platform: osx-64 - dependencies: - libsodium: '>=1.0.18,<1.0.19.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - zeromq: '>=4.3.5,<4.4.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-25.1.1-py310hd8b4af3_2.conda - hash: - md5: 077bc5af9c68c245eca66f927f93aaf1 - sha256: 286fd63ef90774f93956b36941487107b9e7f76807642454c4ff6d13ffd0ae83 - optional: false - category: main - build: py310hd8b4af3_2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/pyzmq-25.1.1-py310h2849c00_2.conda + sha256: 5643d7efaf8cc714a1dd7f4c4a1fea36bd9d12665af40bb10137ad0ee99e956d + md5: 4ef6bc04df33ba9a13145bc2ac254346 + depends: + - libsodium >=1.0.18,<1.0.19.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + - zeromq >=4.3.5,<4.3.6.0a0 arch: x86_64 - subdir: osx-64 - build_number: 2 + platform: win license: BSD-3-Clause AND LGPL-3.0-or-later - size: 416671 - timestamp: 1698062738767 -- name: pyzmq + size: 409451 + timestamp: 1698063170421 +- kind: conda + name: pyzmq version: 25.1.1 - manager: conda - platform: osx-arm64 - dependencies: - zeromq: '>=4.3.4,<4.4.0a0' - python: '>=3.10,<3.11.0a0 *_cpython' - libcxx: '>=15.0.7' - python_abi: 3.10.* *_cp310 - libsodium: '>=1.0.18,<1.0.19.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-25.1.1-py310h30b7201_0.conda - hash: - md5: 8d763946acb208fedc0a386e8cb63abf - sha256: aeb1f07995d2b8316405cc2591a303cc42b5299e87adde6fec7121c00cb70809 - optional: false - category: main build: py310h30b7201_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/pyzmq-25.1.1-py310h30b7201_0.conda + sha256: aeb1f07995d2b8316405cc2591a303cc42b5299e87adde6fec7121c00cb70809 + md5: 8d763946acb208fedc0a386e8cb63abf + depends: + - zeromq >=4.3.4,<4.4.0a0 + - python >=3.10,<3.11.0a0 *_cpython + - libcxx >=15.0.7 + - python_abi 3.10.* *_cp310 + - libsodium >=1.0.18,<1.0.19.0a0 + arch: aarch64 + platform: osx license: BSD-3-Clause AND LGPL-3.0-or-later size: 429622 timestamp: 1691667985563 -- name: pyzmq +- kind: conda + name: pyzmq version: 25.1.1 - manager: conda - platform: win-64 - dependencies: - libsodium: '>=1.0.18,<1.0.19.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - zeromq: '>=4.3.5,<4.3.6.0a0' - url: https://conda.anaconda.org/conda-forge/win-64/pyzmq-25.1.1-py310h2849c00_2.conda - hash: - md5: 4ef6bc04df33ba9a13145bc2ac254346 - sha256: 5643d7efaf8cc714a1dd7f4c4a1fea36bd9d12665af40bb10137ad0ee99e956d - optional: false - category: main - build: py310h2849c00_2 + build: py310h795f18f_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-25.1.1-py310h795f18f_2.conda + sha256: 68fa979d6e92ddef0a93d22a4e902383b89db7ca77aab0682272bdeb4b14881a + md5: 6391ac95effeebc612023b9507b558b3 + depends: + - libgcc-ng >=12 + - libsodium >=1.0.18,<1.0.19.0a0 + - libstdcxx-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - zeromq >=4.3.5,<4.4.0a0 arch: x86_64 - subdir: win-64 + platform: linux + license: BSD-3-Clause AND LGPL-3.0-or-later + size: 456635 + timestamp: 1698062566269 +- kind: conda + name: pyzmq + version: 25.1.1 + build: py310hd8b4af3_2 build_number: 2 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-25.1.1-py310hd8b4af3_2.conda + sha256: 286fd63ef90774f93956b36941487107b9e7f76807642454c4ff6d13ffd0ae83 + md5: 077bc5af9c68c245eca66f927f93aaf1 + depends: + - libsodium >=1.0.18,<1.0.19.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - zeromq >=4.3.5,<4.4.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause AND LGPL-3.0-or-later - size: 409451 - timestamp: 1698063170421 -- name: rav1e + size: 416671 + timestamp: 1698062738767 +- kind: conda + name: rav1e version: 0.6.6 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.6.6-he8a937b_2.conda - hash: - md5: 77d9955b4abddb811cb8ab1aa7d743e4 - sha256: 91b3c1ced90d04ee2eded1f72cf3cbc19ff05a25e41876ef0758266a5bab009f - optional: false - category: main - build: he8a937b_2 - arch: x86_64 - subdir: linux-64 + build: h7205ca4_2 build_number: 2 - license: BSD-2-Clause - license_family: BSD - size: 15423721 - timestamp: 1694329261357 -- name: rav1e - version: 0.6.6 - manager: conda - platform: osx-64 - dependencies: {} + subdir: osx-64 url: https://conda.anaconda.org/conda-forge/osx-64/rav1e-0.6.6-h7205ca4_2.conda - hash: - md5: ab03527926f8ce85f84a91fd35520ef2 - sha256: 046ac50530590cd2a5d9bcb1e581bdd168e06049230ad3afd8cce2fa71b429d9 - optional: false - category: main - build: h7205ca4_2 + sha256: 046ac50530590cd2a5d9bcb1e581bdd168e06049230ad3afd8cce2fa71b429d9 + md5: ab03527926f8ce85f84a91fd35520ef2 arch: x86_64 - subdir: osx-64 - build_number: 2 + platform: osx license: BSD-2-Clause license_family: BSD size: 1767853 timestamp: 1694329738983 -- name: rav1e +- kind: conda + name: rav1e version: 0.6.6 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda - hash: - md5: bd32cc2ed62374932f9d57a2e3eb2863 - sha256: 3193451440e5ac737b7d5d2a79f9e012d426c0c53e41e60df4992150bfc39565 - optional: false - category: main build: h975169c_2 - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/rav1e-0.6.6-h975169c_2.conda + sha256: 3193451440e5ac737b7d5d2a79f9e012d426c0c53e41e60df4992150bfc39565 + md5: bd32cc2ed62374932f9d57a2e3eb2863 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD size: 1523119 timestamp: 1694330157594 -- name: rdma-core +- kind: conda + name: rav1e + version: 0.6.6 + build: he8a937b_2 + build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/rav1e-0.6.6-he8a937b_2.conda + sha256: 91b3c1ced90d04ee2eded1f72cf3cbc19ff05a25e41876ef0758266a5bab009f + md5: 77d9955b4abddb811cb8ab1aa7d743e4 + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux + license: BSD-2-Clause + license_family: BSD + size: 15423721 + timestamp: 1694329261357 +- kind: conda + name: rdma-core version: '28.9' - manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-28.9-h59595ed_1.conda - hash: - md5: aeffb7c06b5f65e55e6c637408dc4100 - sha256: 832f9393ab3144ce6468c6f150db9d398fad4451e96a8879afb3059f0c9902f6 - optional: false - category: main build: h59595ed_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/rdma-core-28.9-h59595ed_1.conda + sha256: 832f9393ab3144ce6468c6f150db9d398fad4451e96a8879afb3059f0c9902f6 + md5: aeffb7c06b5f65e55e6c637408dc4100 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: Linux-OpenIB license_family: BSD size: 3735644 timestamp: 1684785130341 -- name: re2 +- kind: conda + name: re2 version: 2023.03.02 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.03.02-h8c504da_0.conda - hash: - md5: 206f8fa808748f6e90599c3368a1114e - sha256: 1727f893a352ca735fb96b09f9edf6fe18c409d65550fd37e8a192919e8c827b - optional: false - category: main - build: h8c504da_0 + build: h096449b_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.03.02-h096449b_0.conda + sha256: 6faebc3e5cb65bdf1ca5f1333d83118ec4b92c0d6fc27044cc998dab7e501a11 + md5: 68580e997396899915eef7771ef3a646 + depends: + - libcxx >=14.0.6 arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: osx license: BSD-3-Clause license_family: BSD - size: 201211 - timestamp: 1677698930545 -- name: re2 + size: 185478 + timestamp: 1677699240835 +- kind: conda + name: re2 version: 2023.03.02 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=14.0.6' - url: https://conda.anaconda.org/conda-forge/osx-64/re2-2023.03.02-h096449b_0.conda - hash: - md5: 68580e997396899915eef7771ef3a646 - sha256: 6faebc3e5cb65bdf1ca5f1333d83118ec4b92c0d6fc27044cc998dab7e501a11 - optional: false - category: main - build: h096449b_0 + build: h8c504da_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/re2-2023.03.02-h8c504da_0.conda + sha256: 1727f893a352ca735fb96b09f9edf6fe18c409d65550fd37e8a192919e8c827b + md5: 206f8fa808748f6e90599c3368a1114e + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 arch: x86_64 - subdir: osx-64 - build_number: 0 + platform: linux license: BSD-3-Clause license_family: BSD - size: 185478 - timestamp: 1677699240835 -- name: re2 + size: 201211 + timestamp: 1677698930545 +- kind: conda + name: re2 version: 2023.03.02 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=14.0.6' - url: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.03.02-hc5e2d97_0.conda - hash: - md5: 7a851c0ab05247e3246eca2c3b243b9a - sha256: 39bc32dcef3b699e6f748cc51d5e6b05ab788334d5787c64f069f0122e74c0c5 - optional: false - category: main build: hc5e2d97_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/re2-2023.03.02-hc5e2d97_0.conda + sha256: 39bc32dcef3b699e6f748cc51d5e6b05ab788334d5787c64f069f0122e74c0c5 + md5: 7a851c0ab05247e3246eca2c3b243b9a + depends: + - libcxx >=14.0.6 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD size: 169959 timestamp: 1677699275465 -- name: re2 +- kind: conda + name: re2 version: 2023.03.02 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/re2-2023.03.02-hd4eee63_0.conda - hash: - md5: a59c371d7364446cf1d0b8299e05c1ea - sha256: 8e1bccfe360351251b6a7140bebe66e9f678d940926bb7a92b1b2b06325fdd34 - optional: false - category: main build: hd4eee63_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/re2-2023.03.02-hd4eee63_0.conda + sha256: 8e1bccfe360351251b6a7140bebe66e9f678d940926bb7a92b1b2b06325fdd34 + md5: a59c371d7364446cf1d0b8299e05c1ea + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 378635 timestamp: 1677699429007 -- name: readline +- kind: conda + name: readline version: '8.2' - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - ncurses: '>=6.3,<7.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda - hash: - md5: 47d31b792659ce70f470b5c82fdfb7a4 - sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 - optional: false - category: main build: h8228510_1 - arch: x86_64 - subdir: linux-64 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 + arch: x86_64 + platform: linux license: GPL-3.0-only license_family: GPL size: 281456 timestamp: 1679532220005 -- name: readline +- kind: conda + name: readline version: '8.2' - manager: conda - platform: osx-64 - dependencies: - ncurses: '>=6.3,<7.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - hash: - md5: f17f77f2acf4d344734bda76829ce14e - sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 - optional: false - category: main - build: h9e318b2_1 - arch: x86_64 - subdir: osx-64 + build: h92ec313_1 build_number: 1 - license: GPL-3.0-only - license_family: GPL - size: 255870 - timestamp: 1679532707590 -- name: readline - version: '8.2' - manager: conda - platform: osx-arm64 - dependencies: - ncurses: '>=6.3,<7.0a0' + subdir: osx-arm64 url: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - hash: - md5: 8cbb776a2f641b943d413b3e19df71f4 - sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884 - optional: false - category: main - build: h92ec313_1 + sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884 + md5: 8cbb776a2f641b943d413b3e19df71f4 + depends: + - ncurses >=6.3,<7.0a0 arch: aarch64 - subdir: osx-arm64 - build_number: 1 + platform: osx license: GPL-3.0-only license_family: GPL size: 250351 timestamp: 1679532511311 -- name: referencing +- 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 + arch: x86_64 + platform: osx + license: GPL-3.0-only + license_family: GPL + size: 255870 + timestamp: 1679532707590 +- kind: conda + name: referencing version: 0.30.2 - manager: conda - platform: linux-64 - dependencies: - attrs: '>=22.2.0' - python: '>=3.8' - rpds-py: '>=0.7.0' - url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda - hash: - md5: a33161b983172ba6ef69d5fc850650cd - sha256: a6768fabc12f1eed87fec68c5c65439e908655cded1e458d70a164abbce13287 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda + sha256: a6768fabc12f1eed87fec68c5c65439e908655cded1e458d70a164abbce13287 + md5: a33161b983172ba6ef69d5fc850650cd + depends: + - attrs >=22.2.0 + - python >=3.8 + - rpds-py >=0.7.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 38061 timestamp: 1691337409918 -- name: referencing +- kind: conda + name: referencing version: 0.30.2 - manager: conda - platform: osx-64 - dependencies: - attrs: '>=22.2.0' - python: '>=3.8' - rpds-py: '>=0.7.0' - url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda - hash: - md5: a33161b983172ba6ef69d5fc850650cd - sha256: a6768fabc12f1eed87fec68c5c65439e908655cded1e458d70a164abbce13287 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda + sha256: a6768fabc12f1eed87fec68c5c65439e908655cded1e458d70a164abbce13287 + md5: a33161b983172ba6ef69d5fc850650cd + depends: + - attrs >=22.2.0 + - python >=3.8 + - rpds-py >=0.7.0 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 38061 timestamp: 1691337409918 -- name: referencing +- kind: conda + name: referencing version: 0.30.2 - manager: conda - platform: osx-arm64 - dependencies: - attrs: '>=22.2.0' - python: '>=3.8' - rpds-py: '>=0.7.0' - url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda - hash: - md5: a33161b983172ba6ef69d5fc850650cd - sha256: a6768fabc12f1eed87fec68c5c65439e908655cded1e458d70a164abbce13287 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda + sha256: a6768fabc12f1eed87fec68c5c65439e908655cded1e458d70a164abbce13287 + md5: a33161b983172ba6ef69d5fc850650cd + depends: + - attrs >=22.2.0 + - python >=3.8 + - rpds-py >=0.7.0 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 38061 timestamp: 1691337409918 -- name: referencing +- kind: conda + name: referencing version: 0.30.2 - manager: conda - platform: win-64 - dependencies: - attrs: '>=22.2.0' - python: '>=3.8' - rpds-py: '>=0.7.0' - url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda - hash: - md5: a33161b983172ba6ef69d5fc850650cd - sha256: a6768fabc12f1eed87fec68c5c65439e908655cded1e458d70a164abbce13287 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda + sha256: a6768fabc12f1eed87fec68c5c65439e908655cded1e458d70a164abbce13287 + md5: a33161b983172ba6ef69d5fc850650cd + depends: + - attrs >=22.2.0 + - python >=3.8 + - rpds-py >=0.7.0 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 38061 timestamp: 1691337409918 -- name: requests +- kind: conda + name: requests version: 2.31.0 - manager: conda - platform: linux-64 - dependencies: - certifi: '>=2017.4.17' - charset-normalizer: '>=2,<4' - idna: '>=2.5,<4' - python: '>=3.7' - urllib3: '>=1.21.1,<3' - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda - hash: - md5: a30144e4156cdbb236f99ebb49828f8b - sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda + sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad + md5: a30144e4156cdbb236f99ebb49828f8b + depends: + - certifi >=2017.4.17 + - charset-normalizer >=2,<4 + - idna >=2.5,<4 + - python >=3.7 + - urllib3 >=1.21.1,<3 constrains: - chardet >=3.0.2,<6 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: python size: 56690 timestamp: 1684774408600 -- name: requests +- kind: conda + name: requests version: 2.31.0 - manager: conda - platform: osx-64 - dependencies: - certifi: '>=2017.4.17' - charset-normalizer: '>=2,<4' - idna: '>=2.5,<4' - python: '>=3.7' - urllib3: '>=1.21.1,<3' - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda - hash: - md5: a30144e4156cdbb236f99ebb49828f8b - sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda + sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad + md5: a30144e4156cdbb236f99ebb49828f8b + depends: + - certifi >=2017.4.17 + - charset-normalizer >=2,<4 + - idna >=2.5,<4 + - python >=3.7 + - urllib3 >=1.21.1,<3 constrains: - chardet >=3.0.2,<6 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 56690 timestamp: 1684774408600 -- name: requests +- kind: conda + name: requests version: 2.31.0 - manager: conda - platform: osx-arm64 - dependencies: - certifi: '>=2017.4.17' - python: '>=3.7' - charset-normalizer: '>=2,<4' - urllib3: '>=1.21.1,<3' - idna: '>=2.5,<4' - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda - hash: - md5: a30144e4156cdbb236f99ebb49828f8b - sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda + sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad + md5: a30144e4156cdbb236f99ebb49828f8b + depends: + - certifi >=2017.4.17 + - python >=3.7 + - charset-normalizer >=2,<4 + - urllib3 >=1.21.1,<3 + - idna >=2.5,<4 constrains: - chardet >=3.0.2,<6 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 56690 timestamp: 1684774408600 -- name: requests +- kind: conda + name: requests version: 2.31.0 - manager: conda - platform: win-64 - dependencies: - certifi: '>=2017.4.17' - charset-normalizer: '>=2,<4' - idna: '>=2.5,<4' - python: '>=3.7' - urllib3: '>=1.21.1,<3' - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda - hash: - md5: a30144e4156cdbb236f99ebb49828f8b - sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda + sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad + md5: a30144e4156cdbb236f99ebb49828f8b + depends: + - certifi >=2017.4.17 + - charset-normalizer >=2,<4 + - idna >=2.5,<4 + - python >=3.7 + - urllib3 >=1.21.1,<3 constrains: - chardet >=3.0.2,<6 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE - noarch: python size: 56690 timestamp: 1684774408600 -- name: rfc3339-validator +- kind: conda + name: rfc3339-validator version: 0.1.4 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.5' - six: '*' - url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: fed45fc5ea0813240707998abe49f520 - sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 + sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d + md5: fed45fc5ea0813240707998abe49f520 + depends: + - python >=3.5 + - six * + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 8064 timestamp: 1638811838081 -- name: rfc3339-validator +- kind: conda + name: rfc3339-validator version: 0.1.4 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.5' - six: '*' - url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: fed45fc5ea0813240707998abe49f520 - sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 + sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d + md5: fed45fc5ea0813240707998abe49f520 + depends: + - python >=3.5 + - six * + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 8064 timestamp: 1638811838081 -- name: rfc3339-validator +- kind: conda + name: rfc3339-validator version: 0.1.4 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.5' - six: '*' - url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: fed45fc5ea0813240707998abe49f520 - sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 + sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d + md5: fed45fc5ea0813240707998abe49f520 + depends: + - python >=3.5 + - six * + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 8064 timestamp: 1638811838081 -- name: rfc3339-validator +- kind: conda + name: rfc3339-validator version: 0.1.4 - manager: conda - platform: win-64 - dependencies: - python: '>=3.5' - six: '*' - url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 - hash: - md5: fed45fc5ea0813240707998abe49f520 - sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 + sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d + md5: fed45fc5ea0813240707998abe49f520 + depends: + - python >=3.5 + - six * + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 8064 timestamp: 1638811838081 -- name: rfc3986-validator +- kind: conda + name: rfc3986-validator version: 0.1.1 - manager: conda - platform: linux-64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 912a71cc01012ee38e6b90ddd561e36f - sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 - optional: false - category: main build: pyh9f0ad1d_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 + sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 + md5: 912a71cc01012ee38e6b90ddd561e36f + depends: + - python * + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 7818 timestamp: 1598024297745 -- name: rfc3986-validator +- kind: conda + name: rfc3986-validator version: 0.1.1 - manager: conda - platform: osx-64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 912a71cc01012ee38e6b90ddd561e36f - sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 - optional: false - category: main build: pyh9f0ad1d_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 + sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 + md5: 912a71cc01012ee38e6b90ddd561e36f + depends: + - python * + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 7818 timestamp: 1598024297745 -- name: rfc3986-validator +- kind: conda + name: rfc3986-validator version: 0.1.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 912a71cc01012ee38e6b90ddd561e36f - sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 - optional: false - category: main build: pyh9f0ad1d_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 + sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 + md5: 912a71cc01012ee38e6b90ddd561e36f + depends: + - python * + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 7818 timestamp: 1598024297745 -- name: rfc3986-validator +- kind: conda + name: rfc3986-validator version: 0.1.1 - manager: conda - platform: win-64 - dependencies: - python: '*' + build: pyh9f0ad1d_0 + subdir: win-64 + noarch: python url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 912a71cc01012ee38e6b90ddd561e36f - sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 - optional: false - category: main - build: pyh9f0ad1d_0 + sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 + md5: 912a71cc01012ee38e6b90ddd561e36f + depends: + - python * arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 7818 timestamp: 1598024297745 -- name: rpds-py - version: 0.10.6 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.10.6-py310hcb5633a_0.conda - hash: - md5: 43c12d8f7891a87378eb5339c49ef051 - sha256: a23d2f15c48cc689d26dc3f50ee91be9ed2925c5fbae7bc5d93e49db7517b847 - optional: false - category: main - build: py310hcb5633a_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 +- kind: conda + name: rpds-py + version: 0.9.2 + build: py310had9acf8_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/rpds-py-0.9.2-py310had9acf8_0.conda + sha256: a458e7345c1b31192c3f3b930b353a5b43d2adf089dfbb9b2c78e82275330050 + md5: 73d2888505be588eeef1e9177992348d + depends: + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + arch: aarch64 + platform: osx license: MIT license_family: MIT - size: 992400 - timestamp: 1697072452949 -- name: rpds-py + size: 273681 + timestamp: 1689705841669 +- kind: conda + name: rpds-py version: 0.10.6 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.10.6-py310h0e083fb_0.conda - hash: - md5: 1d43921c3f2bbab79b4ba4e65a2499ab - sha256: 5b1adacfa3c7f32bd871d31f8688e289385cd8974dcf352cdf91e9670cda458e - optional: false - category: main build: py310h0e083fb_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.10.6-py310h0e083fb_0.conda + sha256: 5b1adacfa3c7f32bd871d31f8688e289385cd8974dcf352cdf91e9670cda458e + md5: 1d43921c3f2bbab79b4ba4e65a2499ab + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 289733 timestamp: 1697072688742 -- name: rpds-py - version: 0.9.2 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rpds-py-0.9.2-py310had9acf8_0.conda - hash: - md5: 73d2888505be588eeef1e9177992348d - sha256: a458e7345c1b31192c3f3b930b353a5b43d2adf089dfbb9b2c78e82275330050 - optional: false - category: main - build: py310had9acf8_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 273681 - timestamp: 1689705841669 -- name: rpds-py +- kind: conda + name: rpds-py version: 0.10.6 - manager: conda - platform: win-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.10.6-py310h87d50f1_0.conda - hash: - md5: 97b168f58652c59e954611962e47cd5c - sha256: 59c08da9235fcea135bc35205c95079cdb86e2197a54d223db8efe2818dea1b5 - optional: false - category: main build: py310h87d50f1_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.10.6-py310h87d50f1_0.conda + sha256: 59c08da9235fcea135bc35205c95079cdb86e2197a54d223db8efe2818dea1b5 + md5: 97b168f58652c59e954611962e47cd5c + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 186246 timestamp: 1697073096998 -- name: rust - version: 1.71.1 - manager: conda - platform: linux-64 - dependencies: - gcc_impl_linux-64: '*' - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - rust-std-x86_64-unknown-linux-gnu: ==1.71.1 hc1431ca_0 - url: https://conda.anaconda.org/conda-forge/linux-64/rust-1.71.1-h70c747d_0.conda - hash: - md5: d8880e809e038a83176a51cd70688506 - sha256: ff4a157d030f662acf8972f66fe88d411d44b7ff9ced4eb9a227f2e66325bf04 - optional: false - category: main - build: h70c747d_0 - arch: x86_64 +- kind: conda + name: rpds-py + version: 0.10.6 + build: py310hcb5633a_0 subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 205314671 - timestamp: 1691263900493 -- name: rust - version: 1.71.1 - manager: conda - platform: osx-64 - dependencies: - rust-std-x86_64-apple-darwin: ==1.71.1 h059895a_0 - url: https://conda.anaconda.org/conda-forge/osx-64/rust-1.71.1-h7e1429e_0.conda - hash: - md5: add7de27ce8587429d43c1692073d3f0 - sha256: 5f3b3f1d1f8aaddf2266ac903f171718b9e1b557b628325ce035aac0948e7a8e - optional: false - category: main - build: h7e1429e_0 + url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.10.6-py310hcb5633a_0.conda + sha256: a23d2f15c48cc689d26dc3f50ee91be9ed2925c5fbae7bc5d93e49db7517b847 + md5: 43c12d8f7891a87378eb5339c49ef051 + depends: + - libgcc-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 arch: x86_64 - subdir: osx-64 - build_number: 0 + platform: linux license: MIT license_family: MIT - size: 189422721 - timestamp: 1691263308948 -- name: rust - version: 1.71.1 - manager: conda - platform: osx-arm64 - dependencies: - rust-std-aarch64-apple-darwin: ==1.71.1 hf1a8007_0 - url: https://conda.anaconda.org/conda-forge/osx-arm64/rust-1.71.1-h4ff7c5d_0.conda - hash: - md5: ac75dfe3bcad494ae571039bb62c228a - sha256: 56e2853ad9910ba810e67722918b6a423e5422618d3a1c6d0187faef09f3b889 - optional: false - category: main + size: 992400 + timestamp: 1697072452949 +- kind: conda + name: rust + version: 1.75.0 build: h4ff7c5d_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/rust-1.75.0-h4ff7c5d_0.conda + sha256: 8bd35dcc0e9761d7f02500ed907e6ee8992c3549250361e40ff5016f84cef215 + md5: 12b6a710ed0f1f366fedbf9d69b7b277 + depends: + - rust-std-aarch64-apple-darwin 1.75.0 hf6ec828_0 + license: MIT + license_family: MIT + size: 181697449 + timestamp: 1704208767306 +- kind: conda + name: rust + version: 1.75.0 + build: h70c747d_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/rust-1.75.0-h70c747d_0.conda + sha256: 5de27c76796ce0dd0ef7496f7c7f9c33a4e4cfa59112f8a1d7b2ada41794609a + md5: d2112c5913c6a3741eecff0c3ab02e7e + depends: + - gcc_impl_linux-64 + - libgcc-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + - rust-std-x86_64-unknown-linux-gnu 1.75.0 h2c6d0dc_0 + license: MIT + license_family: MIT + size: 190432074 + timestamp: 1704209051045 +- kind: conda + name: rust + version: 1.75.0 + build: h7e1429e_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/rust-1.75.0-h7e1429e_0.conda + sha256: 715783725eb9f5689bf57dda8eff8ca85df8940336129e82a836ab8e10aefae1 + md5: 21ab11c8f798546e46f023093f650866 + depends: + - rust-std-x86_64-apple-darwin 1.75.0 h38e4360_0 license: MIT license_family: MIT - size: 141379437 - timestamp: 1691263353734 -- name: rust - version: 1.71.1 - manager: conda - platform: win-64 - dependencies: - rust-std-x86_64-pc-windows-msvc: ==1.71.1 h69312b4_0 - url: https://conda.anaconda.org/conda-forge/win-64/rust-1.71.1-hf8d6059_0.conda - hash: - md5: 46617cd7d10bc2f83e467cc1ffff2f25 - sha256: 02d8a25ef04c1bd1aea947081d628d5f9ee3d65475764e1b823387fa02041054 - optional: false - category: main + size: 191324119 + timestamp: 1704208696296 +- kind: conda + name: rust + version: 1.75.0 build: hf8d6059_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/rust-1.75.0-hf8d6059_0.conda + sha256: bb0e39570b63bf10c859afcc1593c41d4e9b164e63f78835403f79cbb3145d4d + md5: 68ac0e9721e34c115201a76c63bd82c8 + depends: + - rust-std-x86_64-pc-windows-msvc 1.75.0 h17fc481_0 license: MIT license_family: MIT - size: 184739269 - timestamp: 1691266433168 -- name: rust-std-aarch64-apple-darwin - version: 1.71.1 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/rust-std-aarch64-apple-darwin-1.71.1-hf1a8007_0.conda - hash: - md5: e8fee8220c95138e1d14aaa6a0134d59 - sha256: 57135615979a426343153f1140b3c70cd4b792290ac14ac00107a470c5f657b1 - optional: false - category: main - build: hf1a8007_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 + size: 186456319 + timestamp: 1704211980549 +- kind: conda + name: rust-std-aarch64-apple-darwin + version: 1.75.0 + build: hf6ec828_0 + subdir: noarch + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/rust-std-aarch64-apple-darwin-1.75.0-hf6ec828_0.conda + sha256: 19d2d1247e239c204352e4419f8a35a5abe2b9ec1e02c151ac611c2d50f2edab + md5: dd34d3d31a2b900e59582e8616bdeca8 + depends: + - __unix constrains: - - rust >=1.71.1,<1.71.2.0a0 + - rust >=1.75.0,<1.75.1.0a0 license: MIT license_family: MIT + size: 29617229 + timestamp: 1704208512989 +- kind: conda + name: rust-std-x86_64-apple-darwin + version: 1.75.0 + build: h38e4360_0 + subdir: noarch noarch: generic - size: 29674904 - timestamp: 1691263271144 -- name: rust-std-x86_64-apple-darwin - version: 1.71.1 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-apple-darwin-1.71.1-h059895a_0.conda - hash: - md5: 083b33097cae67de9df777eb01cee5fa - sha256: a9ccbf405517d83f674e086e4dc699298347a1fefb37a3ba16b87309654c7c30 - optional: false - category: main - build: h059895a_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-apple-darwin-1.75.0-h38e4360_0.conda + sha256: bbcbb5f8643dd61605f6edb6487b18497511669267091f578b29e4902ccb421c + md5: ddfe0984ccdd936ee23ce8b0c4c88d6a + depends: + - __unix constrains: - - rust >=1.71.1,<1.71.2.0a0 + - rust >=1.75.0,<1.75.1.0a0 license: MIT license_family: MIT + size: 30638012 + timestamp: 1704208441871 +- kind: conda + name: rust-std-x86_64-pc-windows-msvc + version: 1.75.0 + build: h17fc481_0 + subdir: noarch noarch: generic - size: 30392447 - timestamp: 1691263163789 -- name: rust-std-x86_64-pc-windows-msvc - version: 1.71.1 - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-pc-windows-msvc-1.71.1-h69312b4_0.conda - hash: - md5: a2b01ce673e0e4400c3c928b0ba9142a - sha256: e49d5c3c21aec05d39585096d7f109c5e59e84a05307510b87d8c41007ef593d - optional: false - category: main - build: h69312b4_0 - arch: x86_64 - subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-pc-windows-msvc-1.75.0-h17fc481_0.conda + sha256: e7f62368332a48b8c7b44e27204cbf6c6d71fd433f6d7a24c20dacd623557503 + md5: 376e875d5c8e957a3ef44d24eff109eb + depends: + - __win constrains: - - rust >=1.71.1,<1.71.2.0a0 + - rust >=1.75.0,<1.75.1.0a0 license: MIT license_family: MIT + size: 24987788 + timestamp: 1704211520005 +- kind: conda + name: rust-std-x86_64-unknown-linux-gnu + version: 1.75.0 + build: h2c6d0dc_0 + subdir: noarch noarch: generic - size: 28976624 - timestamp: 1691266033633 -- name: rust-std-x86_64-unknown-linux-gnu - version: 1.71.1 - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-unknown-linux-gnu-1.71.1-hc1431ca_0.conda - hash: - md5: 06b6f4b3e2bedc0484142964b13a6454 - sha256: ed7e1714c5e730a221b62f97dca1a9ab142b618b9b12bbe08de021dc8d55f71f - optional: false - category: main - build: hc1431ca_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-unknown-linux-gnu-1.75.0-h2c6d0dc_0.conda + sha256: 4ae02c3fadece8b4c0b0a214f21b4fd8e47ec81a332c503fdd21a659a472f108 + md5: 46ab571e9b711ed713cd515395d187dd + depends: + - __unix constrains: - - rust >=1.71.1,<1.71.2.0a0 + - rust >=1.75.0,<1.75.1.0a0 license: MIT license_family: MIT - noarch: generic - size: 32359381 - timestamp: 1691263754873 -- name: s2n + size: 33042935 + timestamp: 1704208890522 +- kind: conda + name: s2n version: 1.3.54 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - openssl: '>=3.1.3,<4.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.3.54-h06160fa_0.conda - hash: - md5: 149520612b92991a7de6f17550a19739 - sha256: 21941b4cc007fe556ce0ec66b590f2038fecf89ce850549a8bd072ba09d1a1a7 - optional: false - category: main build: h06160fa_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.3.54-h06160fa_0.conda + sha256: 21941b4cc007fe556ce0ec66b590f2038fecf89ce850549a8bd072ba09d1a1a7 + md5: 149520612b92991a7de6f17550a19739 + depends: + - libgcc-ng >=12 + - openssl >=3.1.3,<4.0a0 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache size: 387091 timestamp: 1696545067741 -- name: scikit-image +- kind: conda + name: scikit-image version: 0.21.0 - manager: conda - platform: linux-64 - dependencies: - imageio: '>=2.27' - lazy_loader: '>=0.2' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - networkx: '>=2.8' - numpy: '>=1.22.4,<2.0a0' - packaging: '>=21' - pillow: '>=9.0.1' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - pywavelets: '>=1.1.1' - scipy: '>=1.8' - tifffile: '>=2022.8.12' - url: https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.21.0-py310hc6cd4ac_0.conda - hash: - md5: f310b59965f43c9d875553f9b08b0dfb - sha256: 33bffcb895c9659a774894fe146b9aec69131d90bc07aa838e160b7bd96be93b - optional: false - category: main - build: py310hc6cd4ac_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 + build: py310h00ffb61_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/scikit-image-0.21.0-py310h00ffb61_0.conda + sha256: 8eb9b713975b5b37fa8732d2cbf37ba5f9a2d5ad521567b3dd26200a021a1fbc + md5: 780c8f82b13f0bc4563ee38074ef4a2a + depends: + - imageio >=2.27 + - lazy_loader >=0.2 + - networkx >=2.8 + - numpy >=1.22.4,<2.0a0 + - packaging >=21 + - pillow >=9.0.1 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - pywavelets >=1.1.1 + - scipy >=1.8 + - tifffile >=2022.8.12 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 constrains: - - cytoolz >=0.11.0 - - dask-core >=2021.1.0 - astropy >=5.0 - - matplotlib-base >=3.5 + - dask-core >=2021.1.0 + - cytoolz >=0.11.0 + - pooch >=1.6.0 - cloudpickle >=0.2.1 - toolz >=0.10.0 - - pooch >=1.6.0 + - matplotlib-base >=3.5 - scikit-learn >=1.0 - license: BSD-3-Clause - license_family: BSD - size: 10516342 - timestamp: 1688804932797 -- name: scikit-image - version: 0.21.0 - manager: conda - platform: osx-64 - dependencies: - imageio: '>=2.27' - lazy_loader: '>=0.2' - libcxx: '>=15.0.7' - networkx: '>=2.8' - numpy: '>=1.22.4,<2.0a0' - packaging: '>=21' - pillow: '>=9.0.1' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - pywavelets: '>=1.1.1' - scipy: '>=1.8' - tifffile: '>=2022.8.12' - url: https://conda.anaconda.org/conda-forge/osx-64/scikit-image-0.21.0-py310h9e9d8ca_0.conda - hash: - md5: 02cd5afda6e66a31f409a7534f84a8bf - sha256: 7722bc1d22bcbbdcdd81f1182c63a3f80821c411c9098f1b5aab31d6a65fa337 - optional: false - category: main - build: py310h9e9d8ca_0 arch: x86_64 - subdir: osx-64 - build_number: 0 - constrains: - - cytoolz >=0.11.0 - - cloudpickle >=0.2.1 - - scikit-learn >=1.0 - - astropy >=5.0 - - matplotlib-base >=3.5 - - pooch >=1.6.0 - - toolz >=0.10.0 - - dask-core >=2021.1.0 + platform: win license: BSD-3-Clause license_family: BSD - size: 10142624 - timestamp: 1688805257633 -- name: scikit-image + size: 9726295 + timestamp: 1688805432229 +- kind: conda + name: scikit-image version: 0.21.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - lazy_loader: '>=0.2' - python_abi: 3.10.* *_cp310 - scipy: '>=1.8' - networkx: '>=2.8' - tifffile: '>=2022.8.12' - pywavelets: '>=1.1.1' - imageio: '>=2.27' - libcxx: '>=15.0.7' - numpy: '>=1.22.4,<2.0a0' - pillow: '>=9.0.1' - packaging: '>=21' - url: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-image-0.21.0-py310h1253130_0.conda - hash: - md5: a1903e7cab3f9eeb38b28bee7923cb68 - sha256: 2a3736a1d50aa3dccbb8b8a02490f1bba70f05a2c1101d3304cdb17a3ecacdf0 - optional: false - category: main build: py310h1253130_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/scikit-image-0.21.0-py310h1253130_0.conda + sha256: 2a3736a1d50aa3dccbb8b8a02490f1bba70f05a2c1101d3304cdb17a3ecacdf0 + md5: a1903e7cab3f9eeb38b28bee7923cb68 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - lazy_loader >=0.2 + - python_abi 3.10.* *_cp310 + - scipy >=1.8 + - networkx >=2.8 + - tifffile >=2022.8.12 + - pywavelets >=1.1.1 + - imageio >=2.27 + - libcxx >=15.0.7 + - numpy >=1.22.4,<2.0a0 + - pillow >=9.0.1 + - packaging >=21 constrains: - dask-core >=2021.1.0 - cytoolz >=0.11.0 @@ -21623,5254 +19253,4364 @@ package: - scikit-learn >=1.0 - pooch >=1.6.0 - astropy >=5.0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD size: 10331071 timestamp: 1688805562760 -- name: scikit-image +- kind: conda + name: scikit-image version: 0.21.0 - manager: conda - platform: win-64 - dependencies: - imageio: '>=2.27' - lazy_loader: '>=0.2' - networkx: '>=2.8' - numpy: '>=1.22.4,<2.0a0' - packaging: '>=21' - pillow: '>=9.0.1' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - pywavelets: '>=1.1.1' - scipy: '>=1.8' - tifffile: '>=2022.8.12' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/scikit-image-0.21.0-py310h00ffb61_0.conda - hash: - md5: 780c8f82b13f0bc4563ee38074ef4a2a - sha256: 8eb9b713975b5b37fa8732d2cbf37ba5f9a2d5ad521567b3dd26200a021a1fbc - optional: false - category: main - build: py310h00ffb61_0 - arch: x86_64 - subdir: win-64 - build_number: 0 + build: py310h9e9d8ca_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/scikit-image-0.21.0-py310h9e9d8ca_0.conda + sha256: 7722bc1d22bcbbdcdd81f1182c63a3f80821c411c9098f1b5aab31d6a65fa337 + md5: 02cd5afda6e66a31f409a7534f84a8bf + depends: + - imageio >=2.27 + - lazy_loader >=0.2 + - libcxx >=15.0.7 + - networkx >=2.8 + - numpy >=1.22.4,<2.0a0 + - packaging >=21 + - pillow >=9.0.1 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - pywavelets >=1.1.1 + - scipy >=1.8 + - tifffile >=2022.8.12 constrains: + - cytoolz >=0.11.0 + - cloudpickle >=0.2.1 + - scikit-learn >=1.0 - astropy >=5.0 + - matplotlib-base >=3.5 + - pooch >=1.6.0 + - toolz >=0.10.0 - dask-core >=2021.1.0 + arch: x86_64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 10142624 + timestamp: 1688805257633 +- kind: conda + name: scikit-image + version: 0.21.0 + build: py310hc6cd4ac_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/scikit-image-0.21.0-py310hc6cd4ac_0.conda + sha256: 33bffcb895c9659a774894fe146b9aec69131d90bc07aa838e160b7bd96be93b + md5: f310b59965f43c9d875553f9b08b0dfb + depends: + - imageio >=2.27 + - lazy_loader >=0.2 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - networkx >=2.8 + - numpy >=1.22.4,<2.0a0 + - packaging >=21 + - pillow >=9.0.1 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - pywavelets >=1.1.1 + - scipy >=1.8 + - tifffile >=2022.8.12 + constrains: - cytoolz >=0.11.0 - - pooch >=1.6.0 + - dask-core >=2021.1.0 + - astropy >=5.0 + - matplotlib-base >=3.5 - cloudpickle >=0.2.1 - toolz >=0.10.0 - - matplotlib-base >=3.5 + - pooch >=1.6.0 - scikit-learn >=1.0 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - size: 9726295 - timestamp: 1688805432229 -- name: scipy - version: 1.11.3 - manager: conda - platform: linux-64 - dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' - libgfortran-ng: '*' - libgfortran5: '>=12.3.0' - liblapack: '>=3.9.0,<4.0a0' - libstdcxx-ng: '>=12' - numpy: '>=1.22.4,<2.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.11.3-py310hb13e2d6_1.conda - hash: - md5: 4260b359d8fbeab4f789a8b0f968079f - sha256: bb8cdaf0869979ef58b3c10491f235c0fabf0b091e591361d25a4ffd47d6aded - optional: false - category: main - build: py310hb13e2d6_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 + size: 10516342 + timestamp: 1688804932797 +- kind: conda + name: scipy + version: 1.11.1 + build: py310h0975f3d_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.11.1-py310h0975f3d_0.conda + sha256: 75c3cbf6d4152506bac2d16e14e0f7d67f318d09688039f110e870f60aa4b33f + md5: 60f18e4bdb777452d491f0fc1ec19302 + depends: + - libgfortran 5.* + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + - libblas >=3.9.0,<4.0a0 + - pooch * + - libcblas >=3.9.0,<4.0a0 + - libcxx >=15.0.7 + - libgfortran5 >=12.2.0 + - liblapack >=3.9.0,<4.0a0 + - numpy >=1.21.6,<2.0a0 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - size: 14983190 - timestamp: 1696468679504 -- name: scipy + size: 14254504 + timestamp: 1687997398824 +- kind: conda + name: scipy version: 1.11.3 - manager: conda - platform: osx-64 - dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - libcxx: '>=15.0.7' - libgfortran: 5.* - libgfortran5: '>=13.2.0' - liblapack: '>=3.9.0,<4.0a0' - numpy: '>=1.22.4,<2.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.11.3-py310h2db466d_1.conda - hash: - md5: 875c5e9c67f522102bd943351b463294 - sha256: 9db6844496303ff8b788b36798073d5135d73b53bf37bc17a954de47e8a82fed - optional: false - category: main build: py310h2db466d_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.11.3-py310h2db466d_1.conda + sha256: 9db6844496303ff8b788b36798073d5135d73b53bf37bc17a954de47e8a82fed + md5: 875c5e9c67f522102bd943351b463294 + depends: + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libcxx >=15.0.7 + - libgfortran 5.* + - libgfortran5 >=13.2.0 + - liblapack >=3.9.0,<4.0a0 + - numpy >=1.22.4,<2.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 15347225 timestamp: 1696469010531 -- name: scipy - version: 1.11.1 - manager: conda - platform: osx-arm64 - dependencies: - libgfortran: 5.* - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - libblas: '>=3.9.0,<4.0a0' - pooch: '*' - libcblas: '>=3.9.0,<4.0a0' - libcxx: '>=15.0.7' - libgfortran5: '>=12.2.0' - liblapack: '>=3.9.0,<4.0a0' - numpy: '>=1.21.6,<2.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.11.1-py310h0975f3d_0.conda - hash: - md5: 60f18e4bdb777452d491f0fc1ec19302 - sha256: 75c3cbf6d4152506bac2d16e14e0f7d67f318d09688039f110e870f60aa4b33f - optional: false - category: main - build: py310h0975f3d_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 +- kind: conda + name: scipy + version: 1.11.3 + build: py310hb13e2d6_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.11.3-py310hb13e2d6_1.conda + sha256: bb8cdaf0869979ef58b3c10491f235c0fabf0b091e591361d25a4ffd47d6aded + md5: 4260b359d8fbeab4f789a8b0f968079f + depends: + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libgcc-ng >=12 + - libgfortran-ng * + - libgfortran5 >=12.3.0 + - liblapack >=3.9.0,<4.0a0 + - libstdcxx-ng >=12 + - numpy >=1.22.4,<2.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - size: 14254504 - timestamp: 1687997398824 -- name: scipy + size: 14983190 + timestamp: 1696468679504 +- kind: conda + name: scipy version: 1.11.3 - manager: conda - platform: win-64 - dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - liblapack: '>=3.9.0,<4.0a0' - numpy: '>=1.22.4,<2.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/scipy-1.11.3-py310hf667824_1.conda - hash: - md5: 1325302e74eb18b8666f53559844bf44 - sha256: f51267072791bfda871b947b43efd73f0d3c5a5e581e4f47a611000c5c34d4e5 - optional: false - category: main build: py310hf667824_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/scipy-1.11.3-py310hf667824_1.conda + sha256: f51267072791bfda871b947b43efd73f0d3c5a5e581e4f47a611000c5c34d4e5 + md5: 1325302e74eb18b8666f53559844bf44 + depends: + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - liblapack >=3.9.0,<4.0a0 + - numpy >=1.22.4,<2.0a0 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 14064238 timestamp: 1696469923075 -- name: selenium +- kind: conda + name: selenium version: 4.11.2 - manager: conda - platform: linux-64 - dependencies: - certifi: '>=2021.10.8' - python: '>=3.7' - selenium-manager: 4.11.* - trio: '>=0.17,<1.dev0' - trio-websocket: '>=0.9,<1.dev0' - urllib3: '>=1.26,<3' - url: https://conda.anaconda.org/conda-forge/noarch/selenium-4.11.2-pyhd8ed1ab_1.conda - hash: - md5: 582c6eead572ccdad3c11ff671a25813 - sha256: 9847a468c0e83e7033a1d648e1c335e0408a283668ead7a15fe00ff18c69bf47 - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/selenium-4.11.2-pyhd8ed1ab_1.conda + sha256: 9847a468c0e83e7033a1d648e1c335e0408a283668ead7a15fe00ff18c69bf47 + md5: 582c6eead572ccdad3c11ff671a25813 + depends: + - certifi >=2021.10.8 + - python >=3.7 + - selenium-manager 4.11.* + - trio >=0.17,<1.dev0 + - trio-websocket >=0.9,<1.dev0 + - urllib3 >=1.26,<3 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: python size: 287929 timestamp: 1691692525295 -- name: selenium +- kind: conda + name: selenium version: 4.11.2 - manager: conda - platform: osx-64 - dependencies: - certifi: '>=2021.10.8' - python: '>=3.7' - selenium-manager: 4.11.* - trio: '>=0.17,<1.dev0' - trio-websocket: '>=0.9,<1.dev0' - urllib3: '>=1.26,<3' - url: https://conda.anaconda.org/conda-forge/noarch/selenium-4.11.2-pyhd8ed1ab_1.conda - hash: - md5: 582c6eead572ccdad3c11ff671a25813 - sha256: 9847a468c0e83e7033a1d648e1c335e0408a283668ead7a15fe00ff18c69bf47 - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/selenium-4.11.2-pyhd8ed1ab_1.conda + sha256: 9847a468c0e83e7033a1d648e1c335e0408a283668ead7a15fe00ff18c69bf47 + md5: 582c6eead572ccdad3c11ff671a25813 + depends: + - certifi >=2021.10.8 + - python >=3.7 + - selenium-manager 4.11.* + - trio >=0.17,<1.dev0 + - trio-websocket >=0.9,<1.dev0 + - urllib3 >=1.26,<3 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 287929 timestamp: 1691692525295 -- name: selenium +- kind: conda + name: selenium version: 4.11.2 - manager: conda - platform: osx-arm64 - dependencies: - selenium-manager: 4.11.* - certifi: '>=2021.10.8' - python: '>=3.7' - urllib3: '>=1.26,<3' - trio: '>=0.17,<1.dev0' - trio-websocket: '>=0.9,<1.dev0' - url: https://conda.anaconda.org/conda-forge/noarch/selenium-4.11.2-pyhd8ed1ab_1.conda - hash: - md5: 582c6eead572ccdad3c11ff671a25813 - sha256: 9847a468c0e83e7033a1d648e1c335e0408a283668ead7a15fe00ff18c69bf47 - optional: false - category: main build: pyhd8ed1ab_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/selenium-4.11.2-pyhd8ed1ab_1.conda + sha256: 9847a468c0e83e7033a1d648e1c335e0408a283668ead7a15fe00ff18c69bf47 + md5: 582c6eead572ccdad3c11ff671a25813 + depends: + - selenium-manager 4.11.* + - certifi >=2021.10.8 + - python >=3.7 + - urllib3 >=1.26,<3 + - trio >=0.17,<1.dev0 + - trio-websocket >=0.9,<1.dev0 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 287929 timestamp: 1691692525295 -- name: selenium +- kind: conda + name: selenium version: 4.11.2 - manager: conda - platform: win-64 - dependencies: - certifi: '>=2021.10.8' - python: '>=3.7' - selenium-manager: 4.11.* - trio: '>=0.17,<1.dev0' - trio-websocket: '>=0.9,<1.dev0' - urllib3: '>=1.26,<3' - url: https://conda.anaconda.org/conda-forge/noarch/selenium-4.11.2-pyhd8ed1ab_1.conda - hash: - md5: 582c6eead572ccdad3c11ff671a25813 - sha256: 9847a468c0e83e7033a1d648e1c335e0408a283668ead7a15fe00ff18c69bf47 - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/selenium-4.11.2-pyhd8ed1ab_1.conda + sha256: 9847a468c0e83e7033a1d648e1c335e0408a283668ead7a15fe00ff18c69bf47 + md5: 582c6eead572ccdad3c11ff671a25813 + depends: + - certifi >=2021.10.8 + - python >=3.7 + - selenium-manager 4.11.* + - trio >=0.17,<1.dev0 + - trio-websocket >=0.9,<1.dev0 + - urllib3 >=1.26,<3 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE - noarch: python size: 287929 timestamp: 1691692525295 -- name: selenium-manager +- kind: conda + name: selenium-manager version: 4.11.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/selenium-manager-4.11.0-he8a937b_0.conda - hash: - md5: da77d34335f38ab15c4a35afcd88a619 - sha256: 26734126df3d6fe37740bc466b73f92b20074dd2393e76219e57efd0f9239ef8 - optional: false - category: main - build: he8a937b_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 + build: h69fbcac_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/selenium-manager-4.11.0-h69fbcac_0.conda + sha256: 91ff6d4a01e66ccebedb426676a47088fc235b43219c94f8d97b333598aa62d6 + md5: 968b2caba9b2f916203bf6bf8f86a60f + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - size: 1911432 - timestamp: 1691679258823 -- name: selenium-manager + size: 1695888 + timestamp: 1692016996876 +- kind: conda + name: selenium-manager version: 4.11.0 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/selenium-manager-4.11.0-h7205ca4_0.conda - hash: - md5: 030a4f1790ef349f12607c546bd0afe1 - sha256: 539c794d621e4cf759871590bca894b9afe30e3d659cb29be019a8cff6f4ad77 - optional: false - category: main build: h7205ca4_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/selenium-manager-4.11.0-h7205ca4_0.conda + sha256: 539c794d621e4cf759871590bca894b9afe30e3d659cb29be019a8cff6f4ad77 + md5: 030a4f1790ef349f12607c546bd0afe1 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE size: 1784783 timestamp: 1691679840506 -- name: selenium-manager +- kind: conda + name: selenium-manager version: 4.11.0 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/selenium-manager-4.11.0-h69fbcac_0.conda - hash: - md5: 968b2caba9b2f916203bf6bf8f86a60f - sha256: 91ff6d4a01e66ccebedb426676a47088fc235b43219c94f8d97b333598aa62d6 - optional: false - category: main - build: h69fbcac_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 + build: h975169c_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/selenium-manager-4.11.0-h975169c_0.conda + sha256: 4d5e690101443b6247d4596807b0360b7894718006179d436495fb8734cb2bd1 + md5: 5e12f17c3c03b288f16d7a12662fd143 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE - size: 1695888 - timestamp: 1692016996876 -- name: selenium-manager + size: 1695936 + timestamp: 1691680459491 +- kind: conda + name: selenium-manager version: 4.11.0 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/selenium-manager-4.11.0-h975169c_0.conda - hash: - md5: 5e12f17c3c03b288f16d7a12662fd143 - sha256: 4d5e690101443b6247d4596807b0360b7894718006179d436495fb8734cb2bd1 - optional: false - category: main - build: h975169c_0 + build: he8a937b_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/selenium-manager-4.11.0-he8a937b_0.conda + sha256: 26734126df3d6fe37740bc466b73f92b20074dd2393e76219e57efd0f9239ef8 + md5: da77d34335f38ab15c4a35afcd88a619 + depends: + - libgcc-ng >=12 arch: x86_64 + platform: linux + license: Apache-2.0 + license_family: APACHE + size: 1911432 + timestamp: 1691679258823 +- kind: conda + name: send2trash + version: 1.8.2 + build: pyh08f2357_0 subdir: win-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - size: 1695936 - timestamp: 1691680459491 -- name: send2trash + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyh08f2357_0.conda + sha256: 55208c6b48d68dc9ad2e2cf81ab9dc6b8a1d607e67acf9115bdc7794accc84bc + md5: c00d32dfa733d381b6a1908d0d67e0d7 + depends: + - __win * + - python >=3.6 + - pywin32 * + arch: x86_64 + platform: win + license: BSD-3-Clause + license_family: BSD + size: 23279 + timestamp: 1682601755260 +- kind: conda + name: send2trash version: 1.8.2 - manager: conda - platform: linux-64 - dependencies: - __linux: '*' - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyh41d4057_0.conda - hash: - md5: ada5a17adcd10be4fc7e37e4166ba0e2 - sha256: e74d3faf51a6cc429898da0209d95b209270160f3edbf2f6d8b61a99428301cd - optional: false - category: main build: pyh41d4057_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyh41d4057_0.conda + sha256: e74d3faf51a6cc429898da0209d95b209270160f3edbf2f6d8b61a99428301cd + md5: ada5a17adcd10be4fc7e37e4166ba0e2 + depends: + - __linux * + - python >=3.6 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 22821 timestamp: 1682601391911 -- name: send2trash +- kind: conda + name: send2trash version: 1.8.2 - manager: conda - platform: osx-64 - dependencies: - __osx: '*' - pyobjc-framework-cocoa: '*' - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyhd1c38e8_0.conda - hash: - md5: 2657c3de5371c571aef6678afb4aaadd - sha256: dca4022bae47618ed738ab7d45ead5202d174b741cfb98e4484acdc6e76da32a - optional: false - category: main build: pyhd1c38e8_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyhd1c38e8_0.conda + sha256: dca4022bae47618ed738ab7d45ead5202d174b741cfb98e4484acdc6e76da32a + md5: 2657c3de5371c571aef6678afb4aaadd + depends: + - __osx * + - pyobjc-framework-cocoa * + - python >=3.6 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 23021 timestamp: 1682601619389 -- name: send2trash +- kind: conda + name: send2trash version: 1.8.2 - manager: conda - platform: osx-arm64 - dependencies: - __osx: '*' - pyobjc-framework-cocoa: '*' - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyhd1c38e8_0.conda - hash: - md5: 2657c3de5371c571aef6678afb4aaadd - sha256: dca4022bae47618ed738ab7d45ead5202d174b741cfb98e4484acdc6e76da32a - optional: false - category: main build: pyhd1c38e8_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyhd1c38e8_0.conda + sha256: dca4022bae47618ed738ab7d45ead5202d174b741cfb98e4484acdc6e76da32a + md5: 2657c3de5371c571aef6678afb4aaadd + depends: + - __osx * + - pyobjc-framework-cocoa * + - python >=3.6 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 23021 timestamp: 1682601619389 -- name: send2trash - version: 1.8.2 - manager: conda - platform: win-64 - dependencies: - __win: '*' - python: '>=3.6' - pywin32: '*' - url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyh08f2357_0.conda - hash: - md5: c00d32dfa733d381b6a1908d0d67e0d7 - sha256: 55208c6b48d68dc9ad2e2cf81ab9dc6b8a1d607e67acf9115bdc7794accc84bc - optional: false - category: main - build: pyh08f2357_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD +- kind: conda + name: setuptools + version: 68.0.0 + build: pyhd8ed1ab_0 + subdir: osx-arm64 noarch: python - size: 23279 - timestamp: 1682601755260 -- name: setuptools + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.0.0-pyhd8ed1ab_0.conda + sha256: 083a0913f5b56644051f31ac40b4eeea762a88c00aa12437817191b85a753cec + md5: 5a7739d0f57ee64133c9d32e6507c46d + depends: + - python >=3.7 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 463712 + timestamp: 1687527994911 +- kind: conda + name: setuptools version: 68.2.2 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda - hash: - md5: fc2166155db840c634a1291a5c35a709 - sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda + sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 + md5: fc2166155db840c634a1291a5c35a709 + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 464399 timestamp: 1694548452441 -- name: setuptools +- kind: conda + name: setuptools version: 68.2.2 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda - hash: - md5: fc2166155db840c634a1291a5c35a709 - sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda + sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 + md5: fc2166155db840c634a1291a5c35a709 + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 464399 timestamp: 1694548452441 -- name: setuptools - version: 68.0.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.0.0-pyhd8ed1ab_0.conda - hash: - md5: 5a7739d0f57ee64133c9d32e6507c46d - sha256: 083a0913f5b56644051f31ac40b4eeea762a88c00aa12437817191b85a753cec - optional: false - category: main +- kind: conda + name: setuptools + version: 68.2.2 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 463712 - timestamp: 1687527994911 -- name: setuptools - version: 68.2.2 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' url: https://conda.anaconda.org/conda-forge/noarch/setuptools-68.2.2-pyhd8ed1ab_0.conda - hash: - md5: fc2166155db840c634a1291a5c35a709 - sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 851901b1f8f2049edb36a675f0c3f9a98e1495ef4eb214761b048c6f696a06f7 + md5: fc2166155db840c634a1291a5c35a709 + depends: + - python >=3.7 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 464399 timestamp: 1694548452441 -- name: six +- kind: conda + name: six version: 1.16.0 - manager: conda - platform: linux-64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 - hash: - md5: e5f25f8dbc060e9a8d912e432202afc2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - optional: false - category: main build: pyh6c4a22f_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 + md5: e5f25f8dbc060e9a8d912e432202afc2 + depends: + - python * + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 14259 timestamp: 1620240338595 -- name: six +- kind: conda + name: six version: 1.16.0 - manager: conda - platform: osx-64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 - hash: - md5: e5f25f8dbc060e9a8d912e432202afc2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - optional: false - category: main build: pyh6c4a22f_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 + md5: e5f25f8dbc060e9a8d912e432202afc2 + depends: + - python * + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 14259 timestamp: 1620240338595 -- name: six +- kind: conda + name: six version: 1.16.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 - hash: - md5: e5f25f8dbc060e9a8d912e432202afc2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - optional: false - category: main build: pyh6c4a22f_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 + md5: e5f25f8dbc060e9a8d912e432202afc2 + depends: + - python * + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 14259 timestamp: 1620240338595 -- name: six +- kind: conda + name: six version: 1.16.0 - manager: conda - platform: win-64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 - hash: - md5: e5f25f8dbc060e9a8d912e432202afc2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - optional: false - category: main build: pyh6c4a22f_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 + md5: e5f25f8dbc060e9a8d912e432202afc2 + depends: + - python * + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 14259 timestamp: 1620240338595 -- name: snappy +- kind: conda + name: snappy version: 1.1.10 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.1.10-h9fff704_0.conda - hash: - md5: e6d228cd0bb74a51dd18f5bfce0b4115 - sha256: 02219f2382b4fe39250627dade087a4412d811936a5a445636b7260477164eac - optional: false - category: main - build: h9fff704_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 + build: h17c5cce_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.1.10-h17c5cce_0.conda + sha256: dfae03cd2339587871e53b42833657faa4c9e42e3e2c56ee9e32bc60797c7f62 + md5: ac82a611d1a67a598096ebaa857198e3 + depends: + - libcxx >=14.0.6 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - size: 38865 - timestamp: 1678534590321 -- name: snappy + size: 33879 + timestamp: 1678534968831 +- kind: conda + name: snappy version: 1.1.10 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=14.0.6' - url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.1.10-h225ccf5_0.conda - hash: - md5: 4320a8781f14cd959689b86e349f3b73 - sha256: 575915dc13152e446a84e2f88de70a14f8b6af1a870e708f9370bd4be105583b - optional: false - category: main build: h225ccf5_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.1.10-h225ccf5_0.conda + sha256: 575915dc13152e446a84e2f88de70a14f8b6af1a870e708f9370bd4be105583b + md5: 4320a8781f14cd959689b86e349f3b73 + depends: + - libcxx >=14.0.6 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 34657 timestamp: 1678534768395 -- name: snappy +- kind: conda + name: snappy version: 1.1.10 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=14.0.6' - url: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.1.10-h17c5cce_0.conda - hash: - md5: ac82a611d1a67a598096ebaa857198e3 - sha256: dfae03cd2339587871e53b42833657faa4c9e42e3e2c56ee9e32bc60797c7f62 - optional: false - category: main - build: h17c5cce_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 + build: h9fff704_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.1.10-h9fff704_0.conda + sha256: 02219f2382b4fe39250627dade087a4412d811936a5a445636b7260477164eac + md5: e6d228cd0bb74a51dd18f5bfce0b4115 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - size: 33879 - timestamp: 1678534968831 -- name: snappy + size: 38865 + timestamp: 1678534590321 +- kind: conda + name: snappy version: 1.1.10 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.1.10-hfb803bf_0.conda - hash: - md5: cff1df79c9cff719460eb2dd172568de - sha256: 2a195b38cb63f03ad9f73a82db52434ebefe216fb70f7ea3defe4ddf263d408a - optional: false - category: main build: hfb803bf_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/snappy-1.1.10-hfb803bf_0.conda + sha256: 2a195b38cb63f03ad9f73a82db52434ebefe216fb70f7ea3defe4ddf263d408a + md5: cff1df79c9cff719460eb2dd172568de + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 57065 timestamp: 1678534804734 -- name: sniffio +- kind: conda + name: sniffio version: 1.3.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: dd6cbc539e74cb1f430efbd4575b9303 - sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 + sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 + md5: dd6cbc539e74cb1f430efbd4575b9303 + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache - noarch: python size: 14358 timestamp: 1662051357638 -- name: sniffio +- kind: conda + name: sniffio version: 1.3.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: dd6cbc539e74cb1f430efbd4575b9303 - sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 + sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 + md5: dd6cbc539e74cb1f430efbd4575b9303 + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache - noarch: python size: 14358 timestamp: 1662051357638 -- name: sniffio +- kind: conda + name: sniffio version: 1.3.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: dd6cbc539e74cb1f430efbd4575b9303 - sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 + sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 + md5: dd6cbc539e74cb1f430efbd4575b9303 + depends: + - python >=3.7 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: Apache - noarch: python size: 14358 timestamp: 1662051357638 -- name: sniffio +- kind: conda + name: sniffio version: 1.3.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: dd6cbc539e74cb1f430efbd4575b9303 - sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 + sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 + md5: dd6cbc539e74cb1f430efbd4575b9303 + depends: + - python >=3.7 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache - noarch: python size: 14358 timestamp: 1662051357638 -- name: sortedcontainers +- kind: conda + name: sortedcontainers version: 2.4.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6d6552722448103793743dabfbda532d - sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 + sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 + md5: 6d6552722448103793743dabfbda532d + depends: + - python >=2.7 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: python size: 26314 timestamp: 1621217159824 -- name: sortedcontainers +- kind: conda + name: sortedcontainers version: 2.4.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6d6552722448103793743dabfbda532d - sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 + sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 + md5: 6d6552722448103793743dabfbda532d + depends: + - python >=2.7 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 26314 timestamp: 1621217159824 -- name: sortedcontainers +- kind: conda + name: sortedcontainers version: 2.4.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6d6552722448103793743dabfbda532d - sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 + sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 + md5: 6d6552722448103793743dabfbda532d + depends: + - python >=2.7 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 26314 timestamp: 1621217159824 -- name: sortedcontainers +- kind: conda + name: sortedcontainers version: 2.4.0 - manager: conda - platform: win-64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 6d6552722448103793743dabfbda532d - sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 + sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 + md5: 6d6552722448103793743dabfbda532d + depends: + - python >=2.7 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE - noarch: python size: 26314 timestamp: 1621217159824 -- name: soupsieve +- kind: conda + name: soupsieve + version: 2.3.2.post1 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.3.2.post1-pyhd8ed1ab_0.tar.bz2 + sha256: 72d80dda41c3902c2619e8ab49d4f5b2a894d13375e1f9ed16fc00074ddd2307 + md5: 146f4541d643d48fc8a75cacf69f03ae + depends: + - python >=3.6 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 34736 + timestamp: 1658207688981 +- kind: conda + name: soupsieve version: '2.5' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda - hash: - md5: 3f144b2c34f8cb5a9abd9ed23a39c561 - sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda + sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c + md5: 3f144b2c34f8cb5a9abd9ed23a39c561 + depends: + - python >=3.8 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 36754 timestamp: 1693929424267 -- name: soupsieve +- kind: conda + name: soupsieve version: '2.5' - manager: conda - platform: osx-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda - hash: - md5: 3f144b2c34f8cb5a9abd9ed23a39c561 - sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda + sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c + md5: 3f144b2c34f8cb5a9abd9ed23a39c561 + depends: + - python >=3.8 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 36754 timestamp: 1693929424267 -- name: soupsieve - version: 2.3.2.post1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.3.2.post1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 146f4541d643d48fc8a75cacf69f03ae - sha256: 72d80dda41c3902c2619e8ab49d4f5b2a894d13375e1f9ed16fc00074ddd2307 - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 34736 - timestamp: 1658207688981 -- name: soupsieve +- kind: conda + name: soupsieve version: '2.5' - manager: conda - platform: win-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda - hash: - md5: 3f144b2c34f8cb5a9abd9ed23a39c561 - sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c - optional: false - category: main build: pyhd8ed1ab_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda + sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c + md5: 3f144b2c34f8cb5a9abd9ed23a39c561 + depends: + - python >=3.8 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 36754 timestamp: 1693929424267 -- name: stack_data +- kind: conda + name: stack_data version: 0.6.2 - manager: conda - platform: linux-64 - dependencies: - asttokens: '*' - executing: '*' - pure_eval: '*' - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda - hash: - md5: e7df0fdd404616638df5ece6e69ba7af - sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda + sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec + md5: e7df0fdd404616638df5ece6e69ba7af + depends: + - asttokens * + - executing * + - pure_eval * + - python >=3.5 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 26205 timestamp: 1669632203115 -- name: stack_data +- kind: conda + name: stack_data version: 0.6.2 - manager: conda - platform: osx-64 - dependencies: - asttokens: '*' - executing: '*' - pure_eval: '*' - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda - hash: - md5: e7df0fdd404616638df5ece6e69ba7af - sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda + sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec + md5: e7df0fdd404616638df5ece6e69ba7af + depends: + - asttokens * + - executing * + - pure_eval * + - python >=3.5 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 26205 timestamp: 1669632203115 -- name: stack_data +- kind: conda + name: stack_data version: 0.6.2 - manager: conda - platform: osx-arm64 - dependencies: - executing: '*' - python: '>=3.5' - pure_eval: '*' - asttokens: '*' - url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda - hash: - md5: e7df0fdd404616638df5ece6e69ba7af - sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda + sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec + md5: e7df0fdd404616638df5ece6e69ba7af + depends: + - executing * + - python >=3.5 + - pure_eval * + - asttokens * + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 26205 timestamp: 1669632203115 -- name: stack_data +- kind: conda + name: stack_data version: 0.6.2 - manager: conda - platform: win-64 - dependencies: - asttokens: '*' - executing: '*' - pure_eval: '*' - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda - hash: - md5: e7df0fdd404616638df5ece6e69ba7af - sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda + sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec + md5: e7df0fdd404616638df5ece6e69ba7af + depends: + - asttokens * + - executing * + - pure_eval * + - python >=3.5 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 26205 timestamp: 1669632203115 -- name: svt-av1 - version: 1.7.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-1.7.0-h59595ed_0.conda - hash: - md5: b6e0b4f1edc2740d1cf87669195c39d4 - sha256: e79878bba3b013db1b59766895a182dd12d2e1a45e24c01b61b4e922ed8500b6 - optional: false - category: main - build: h59595ed_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD - size: 2641420 - timestamp: 1692966629866 -- name: svt-av1 +- kind: conda + name: svt-av1 version: 1.7.0 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-1.7.0-he965462_0.conda - hash: - md5: 0f15584eeb93b270ac297cc3990d5e95 - sha256: dd56ba8b8a885df0b0c261929781b22ce41b765439dd334b680812443ae53ace - optional: false - category: main - build: he965462_0 + build: h59595ed_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/svt-av1-1.7.0-h59595ed_0.conda + sha256: e79878bba3b013db1b59766895a182dd12d2e1a45e24c01b61b4e922ed8500b6 + md5: b6e0b4f1edc2740d1cf87669195c39d4 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 arch: x86_64 - subdir: osx-64 - build_number: 0 + platform: linux license: BSD-2-Clause license_family: BSD - size: 2429529 - timestamp: 1692967052961 -- name: svt-av1 + size: 2641420 + timestamp: 1692966629866 +- kind: conda + name: svt-av1 version: 1.7.0 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/svt-av1-1.7.0-h63175ca_0.conda - hash: - md5: fe5d2314e6fc3be8f8e3e2e73c14ab02 - sha256: 3d52d959e9b4e4654c36d03765fb4e8dbebfc1d17f271a46033bf301737a25cc - optional: false - category: main build: h63175ca_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/svt-av1-1.7.0-h63175ca_0.conda + sha256: 3d52d959e9b4e4654c36d03765fb4e8dbebfc1d17f271a46033bf301737a25cc + md5: fe5d2314e6fc3be8f8e3e2e73c14ab02 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD size: 2353906 timestamp: 1692967156046 -- name: symlink-exe-runtime +- kind: conda + name: svt-av1 + version: 1.7.0 + build: he965462_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/svt-av1-1.7.0-he965462_0.conda + sha256: dd56ba8b8a885df0b0c261929781b22ce41b765439dd334b680812443ae53ace + md5: 0f15584eeb93b270ac297cc3990d5e95 + depends: + - libcxx >=15.0.7 + arch: x86_64 + platform: osx + license: BSD-2-Clause + license_family: BSD + size: 2429529 + timestamp: 1692967052961 +- kind: conda + name: symlink-exe-runtime version: '1.0' - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/symlink-exe-runtime-1.0-hcfcfb64_0.tar.bz2 - hash: - md5: 2b03b51163e311e87a6d4a4e9776b24b - sha256: 4a7096df38cf8c7e5ee965ea957c0fadf8b5e1140f5b2da625075cc6d7a22bf7 - optional: false - category: main build: hcfcfb64_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/symlink-exe-runtime-1.0-hcfcfb64_0.tar.bz2 + sha256: 4a7096df38cf8c7e5ee965ea957c0fadf8b5e1140f5b2da625075cc6d7a22bf7 + md5: 2b03b51163e311e87a6d4a4e9776b24b + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 11597 timestamp: 1666792984220 -- name: sysroot_linux-64 +- kind: conda + name: sysroot_linux-64 version: '2.12' - manager: conda - platform: linux-64 - dependencies: - kernel-headers_linux-64: ==2.6.32 he073ed8_16 - url: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.12-he073ed8_16.conda - hash: - md5: 071ea8dceff4d30ac511f4a2f8437cd1 - sha256: 4c024b2eee24c6da7d3e08723111ec02665c578844c5b3e9e6b38f89000bec41 - optional: false - category: main build: he073ed8_16 - arch: x86_64 - subdir: linux-64 build_number: 16 + subdir: linux-64 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.12-he073ed8_16.conda + sha256: 4c024b2eee24c6da7d3e08723111ec02665c578844c5b3e9e6b38f89000bec41 + md5: 071ea8dceff4d30ac511f4a2f8437cd1 + depends: + - kernel-headers_linux-64 ==2.6.32 he073ed8_16 + arch: x86_64 + platform: linux license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 license_family: GPL - noarch: generic size: 15277813 timestamp: 1689214980563 -- name: tbb +- kind: conda + name: tbb version: 2021.10.0 - manager: conda - platform: win-64 - dependencies: - libhwloc: '>=2.9.3,<2.9.4.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.10.0-h91493d7_2.conda - hash: - md5: 5b8c97cf8f0e81d6c22c0bda9978790d - sha256: e55a2f1324f0fc8916ab8d590a3944ba1af62de727bb66e3019cf2744d26e679 - optional: false - category: main build: h91493d7_2 - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/tbb-2021.10.0-h91493d7_2.conda + sha256: e55a2f1324f0fc8916ab8d590a3944ba1af62de727bb66e3019cf2744d26e679 + md5: 5b8c97cf8f0e81d6c22c0bda9978790d + depends: + - libhwloc >=2.9.3,<2.9.4.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE size: 156566 timestamp: 1697713986066 -- name: tenacity +- kind: conda + name: tenacity version: 8.2.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.2.3-pyhd8ed1ab_0.conda - hash: - md5: 1482e77f87c6a702a7e05ef22c9b197b - sha256: 860c11e7369d6a86fcc9c6cbca49d5c457f6c0a27faeacca4d46267f9dd10d78 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.2.3-pyhd8ed1ab_0.conda + sha256: 860c11e7369d6a86fcc9c6cbca49d5c457f6c0a27faeacca4d46267f9dd10d78 + md5: 1482e77f87c6a702a7e05ef22c9b197b + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: python size: 22802 timestamp: 1692026941198 -- name: tenacity +- kind: conda + name: tenacity version: 8.2.3 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.2.3-pyhd8ed1ab_0.conda - hash: - md5: 1482e77f87c6a702a7e05ef22c9b197b - sha256: 860c11e7369d6a86fcc9c6cbca49d5c457f6c0a27faeacca4d46267f9dd10d78 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.2.3-pyhd8ed1ab_0.conda + sha256: 860c11e7369d6a86fcc9c6cbca49d5c457f6c0a27faeacca4d46267f9dd10d78 + md5: 1482e77f87c6a702a7e05ef22c9b197b + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 22802 timestamp: 1692026941198 -- name: tenacity +- kind: conda + name: tenacity version: 8.2.3 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.2.3-pyhd8ed1ab_0.conda - hash: - md5: 1482e77f87c6a702a7e05ef22c9b197b - sha256: 860c11e7369d6a86fcc9c6cbca49d5c457f6c0a27faeacca4d46267f9dd10d78 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.2.3-pyhd8ed1ab_0.conda + sha256: 860c11e7369d6a86fcc9c6cbca49d5c457f6c0a27faeacca4d46267f9dd10d78 + md5: 1482e77f87c6a702a7e05ef22c9b197b + depends: + - python >=3.7 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 22802 timestamp: 1692026941198 -- name: tenacity +- kind: conda + name: tenacity version: 8.2.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.2.3-pyhd8ed1ab_0.conda - hash: - md5: 1482e77f87c6a702a7e05ef22c9b197b - sha256: 860c11e7369d6a86fcc9c6cbca49d5c457f6c0a27faeacca4d46267f9dd10d78 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.2.3-pyhd8ed1ab_0.conda + sha256: 860c11e7369d6a86fcc9c6cbca49d5c457f6c0a27faeacca4d46267f9dd10d78 + md5: 1482e77f87c6a702a7e05ef22c9b197b + depends: + - python >=3.7 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE - noarch: python size: 22802 timestamp: 1692026941198 -- name: terminado +- kind: conda + name: terminado + version: 0.17.0 + build: pyh08f2357_0 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.0-pyh08f2357_0.tar.bz2 + sha256: 5c8fcf31430e0f312bc65ab5aa5b893fcc250820c023b02ff3fd188ae13199a5 + md5: 0152a609d5748ed9887d195b1e61a6c9 + depends: + - __win * + - python >=3.7 + - pywinpty >=1.1.0 + - tornado >=6.1.0 + arch: x86_64 + platform: win + license: BSD-2-Clause + license_family: BSD + size: 19530 + timestamp: 1666708102607 +- kind: conda + name: terminado version: 0.17.1 - manager: conda - platform: linux-64 - dependencies: - __linux: '*' - ptyprocess: '*' - python: '>=3.7' - tornado: '>=6.1.0' - url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.1-pyh41d4057_0.conda - hash: - md5: 3788984d535770cad699efaeb6cb3037 - sha256: bce252eb53330a8ba9617caa7a1dc75ce602c8808cf547a8f4d48285901f47c3 - optional: false - category: main build: pyh41d4057_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.1-pyh41d4057_0.conda + sha256: bce252eb53330a8ba9617caa7a1dc75ce602c8808cf547a8f4d48285901f47c3 + md5: 3788984d535770cad699efaeb6cb3037 + depends: + - __linux * + - ptyprocess * + - python >=3.7 + - tornado >=6.1.0 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD - noarch: python size: 20787 timestamp: 1670253786972 -- name: terminado +- kind: conda + name: terminado version: 0.17.1 - manager: conda - platform: osx-64 - dependencies: - __osx: '*' - ptyprocess: '*' - python: '>=3.7' - tornado: '>=6.1.0' - url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.1-pyhd1c38e8_0.conda - hash: - md5: 046120b71d8896cb7faef78bfdbfee1e - sha256: a2f8382ab390c74af592cc3566dc22e2ed81e5ac69c5b6417d1b7c22e63927bc - optional: false - category: main build: pyhd1c38e8_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.1-pyhd1c38e8_0.conda + sha256: a2f8382ab390c74af592cc3566dc22e2ed81e5ac69c5b6417d1b7c22e63927bc + md5: 046120b71d8896cb7faef78bfdbfee1e + depends: + - __osx * + - ptyprocess * + - python >=3.7 + - tornado >=6.1.0 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: python size: 20347 timestamp: 1670254383751 -- name: terminado +- kind: conda + name: terminado version: 0.17.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - ptyprocess: '*' - __osx: '*' - tornado: '>=6.1.0' - url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.1-pyhd1c38e8_0.conda - hash: - md5: 046120b71d8896cb7faef78bfdbfee1e - sha256: a2f8382ab390c74af592cc3566dc22e2ed81e5ac69c5b6417d1b7c22e63927bc - optional: false - category: main build: pyhd1c38e8_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.1-pyhd1c38e8_0.conda + sha256: a2f8382ab390c74af592cc3566dc22e2ed81e5ac69c5b6417d1b7c22e63927bc + md5: 046120b71d8896cb7faef78bfdbfee1e + depends: + - python >=3.7 + - ptyprocess * + - __osx * + - tornado >=6.1.0 + arch: aarch64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: python size: 20347 timestamp: 1670254383751 -- name: terminado - version: 0.17.0 - manager: conda - platform: win-64 - dependencies: - __win: '*' - python: '>=3.7' - pywinpty: '>=1.1.0' - tornado: '>=6.1.0' - url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.0-pyh08f2357_0.tar.bz2 - hash: - md5: 0152a609d5748ed9887d195b1e61a6c9 - sha256: 5c8fcf31430e0f312bc65ab5aa5b893fcc250820c023b02ff3fd188ae13199a5 - optional: false - category: main - build: pyh08f2357_0 - arch: x86_64 - subdir: win-64 - build_number: 0 - license: BSD-2-Clause - license_family: BSD +- kind: conda + name: tifffile + version: 2023.8.12 + build: pyhd8ed1ab_0 + subdir: osx-arm64 noarch: python - size: 19530 - timestamp: 1666708102607 -- name: tifffile + url: https://conda.anaconda.org/conda-forge/noarch/tifffile-2023.8.12-pyhd8ed1ab_0.conda + sha256: 13f9aa25981d3c1d01f262eb57671b4c02828bd3c49718eeb446614b46b1fc6d + md5: 8011f62c4f00db4aa7c37e0088827bad + depends: + - numpy >=1.19.2 + - python >=3.9 + - imagecodecs >=2023.1.23 + constrains: + - matplotlib-base >=3.3 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 174995 + timestamp: 1692120265599 +- kind: conda + name: tifffile version: 2023.9.26 - manager: conda - platform: linux-64 - dependencies: - imagecodecs: '>=2023.8.12' - numpy: '>=1.19.2' - python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/tifffile-2023.9.26-pyhd8ed1ab_0.conda - hash: - md5: d133bea7d8ac17552492a0629229eeb1 - sha256: 39742cc92e80b8caba08f3a45cb1e9c019d4109223c54e9cfb963e18c0241203 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tifffile-2023.9.26-pyhd8ed1ab_0.conda + sha256: 39742cc92e80b8caba08f3a45cb1e9c019d4109223c54e9cfb963e18c0241203 + md5: d133bea7d8ac17552492a0629229eeb1 + depends: + - imagecodecs >=2023.8.12 + - numpy >=1.19.2 + - python >=3.9 constrains: - matplotlib-base >=3.3 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 175893 timestamp: 1695815171045 -- name: tifffile +- kind: conda + name: tifffile version: 2023.9.26 - manager: conda - platform: osx-64 - dependencies: - imagecodecs: '>=2023.8.12' - numpy: '>=1.19.2' - python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/tifffile-2023.9.26-pyhd8ed1ab_0.conda - hash: - md5: d133bea7d8ac17552492a0629229eeb1 - sha256: 39742cc92e80b8caba08f3a45cb1e9c019d4109223c54e9cfb963e18c0241203 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tifffile-2023.9.26-pyhd8ed1ab_0.conda + sha256: 39742cc92e80b8caba08f3a45cb1e9c019d4109223c54e9cfb963e18c0241203 + md5: d133bea7d8ac17552492a0629229eeb1 + depends: + - imagecodecs >=2023.8.12 + - numpy >=1.19.2 + - python >=3.9 constrains: - matplotlib-base >=3.3 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 175893 timestamp: 1695815171045 -- name: tifffile - version: 2023.8.12 - manager: conda - platform: osx-arm64 - dependencies: - numpy: '>=1.19.2' - python: '>=3.9' - imagecodecs: '>=2023.1.23' - url: https://conda.anaconda.org/conda-forge/noarch/tifffile-2023.8.12-pyhd8ed1ab_0.conda - hash: - md5: 8011f62c4f00db4aa7c37e0088827bad - sha256: 13f9aa25981d3c1d01f262eb57671b4c02828bd3c49718eeb446614b46b1fc6d - optional: false - category: main - build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - constrains: - - matplotlib-base >=3.3 - license: BSD-3-Clause - license_family: BSD - noarch: python - size: 174995 - timestamp: 1692120265599 -- name: tifffile +- kind: conda + name: tifffile version: 2023.9.26 - manager: conda - platform: win-64 - dependencies: - imagecodecs: '>=2023.8.12' - numpy: '>=1.19.2' - python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/tifffile-2023.9.26-pyhd8ed1ab_0.conda - hash: - md5: d133bea7d8ac17552492a0629229eeb1 - sha256: 39742cc92e80b8caba08f3a45cb1e9c019d4109223c54e9cfb963e18c0241203 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tifffile-2023.9.26-pyhd8ed1ab_0.conda + sha256: 39742cc92e80b8caba08f3a45cb1e9c019d4109223c54e9cfb963e18c0241203 + md5: d133bea7d8ac17552492a0629229eeb1 + depends: + - imagecodecs >=2023.8.12 + - numpy >=1.19.2 + - python >=3.9 constrains: - matplotlib-base >=3.3 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 175893 timestamp: 1695815171045 -- name: tinycss2 +- kind: conda + name: tinycss2 version: 1.2.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.5' - webencodings: '>=0.4' - url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 7234c9eefff659501cd2fe0d2ede4d48 - sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 + sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d + md5: 7234c9eefff659501cd2fe0d2ede4d48 + depends: + - python >=3.5 + - webencodings >=0.4 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 23235 timestamp: 1666100385187 -- name: tinycss2 +- kind: conda + name: tinycss2 version: 1.2.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.5' - webencodings: '>=0.4' - url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 7234c9eefff659501cd2fe0d2ede4d48 - sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 + sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d + md5: 7234c9eefff659501cd2fe0d2ede4d48 + depends: + - python >=3.5 + - webencodings >=0.4 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 23235 timestamp: 1666100385187 -- name: tinycss2 +- kind: conda + name: tinycss2 version: 1.2.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.5' - webencodings: '>=0.4' - url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 7234c9eefff659501cd2fe0d2ede4d48 - sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 + sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d + md5: 7234c9eefff659501cd2fe0d2ede4d48 + depends: + - python >=3.5 + - webencodings >=0.4 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 23235 timestamp: 1666100385187 -- name: tinycss2 +- kind: conda + name: tinycss2 version: 1.2.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.5' - webencodings: '>=0.4' - url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 7234c9eefff659501cd2fe0d2ede4d48 - sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 + sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d + md5: 7234c9eefff659501cd2fe0d2ede4d48 + depends: + - python >=3.5 + - webencodings >=0.4 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 23235 timestamp: 1666100385187 -- name: tk - version: 8.6.13 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-h2797004_0.conda - hash: - md5: 513336054f884f95d9fd925748f41ef3 - sha256: 679e944eb93fde45d0963a22598fafacbb429bb9e7ee26009ba81c4e0c435055 - optional: false - category: main - build: h2797004_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: TCL - license_family: BSD - size: 3290187 - timestamp: 1695506262576 -- name: tk - version: 8.6.13 - manager: conda - platform: osx-64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-hef22860_0.conda - hash: - md5: 0c25eedcc888b6d765948ab62a18c03e - sha256: 573e5d7dde0a63b06ceef2c574295cbc2ec8668ec08e35d2f2c6220f4aa7fb98 - optional: false - category: main - build: hef22860_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: TCL - license_family: BSD - size: 3273909 - timestamp: 1695506576288 -- name: tk +- kind: conda + name: tk version: 8.6.12 - manager: conda - platform: osx-arm64 - dependencies: - libzlib: '>=1.2.11,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.12-he1e0b03_0.tar.bz2 - hash: - md5: 2cb3d18eac154109107f093860bd545f - sha256: 9e43ec80045892e28233e4ca4d974e09d5837392127702fb952f3935b5e985a4 - optional: false - category: main build: he1e0b03_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.12-he1e0b03_0.tar.bz2 + sha256: 9e43ec80045892e28233e4ca4d974e09d5837392127702fb952f3935b5e985a4 + md5: 2cb3d18eac154109107f093860bd545f + depends: + - libzlib >=1.2.11,<1.3.0a0 + arch: aarch64 + platform: osx license: TCL license_family: BSD size: 3382710 timestamp: 1645032642101 -- name: tk +- kind: conda + name: tk version: 8.6.13 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-hcfcfb64_0.conda - hash: - md5: 74405f2ccbb40af409fee1a71ce70dc6 - sha256: 7e42db6b5f1c5ef8d4660e6ce41b52802b6c2fdc270d5e1eccc0048d0a3f03a8 - optional: false - category: main - build: hcfcfb64_0 + build: h2797004_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-h2797004_0.conda + sha256: 679e944eb93fde45d0963a22598fafacbb429bb9e7ee26009ba81c4e0c435055 + md5: 513336054f884f95d9fd925748f41ef3 + depends: + - libgcc-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 arch: x86_64 + platform: linux + license: TCL + license_family: BSD + size: 3290187 + timestamp: 1695506262576 +- kind: conda + name: tk + version: 8.6.13 + build: hcfcfb64_0 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-hcfcfb64_0.conda + sha256: 7e42db6b5f1c5ef8d4660e6ce41b52802b6c2fdc270d5e1eccc0048d0a3f03a8 + md5: 74405f2ccbb40af409fee1a71ce70dc6 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: TCL license_family: BSD size: 3478482 timestamp: 1695506766462 -- name: toml +- kind: conda + name: tk + version: 8.6.13 + build: hef22860_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-hef22860_0.conda + sha256: 573e5d7dde0a63b06ceef2c574295cbc2ec8668ec08e35d2f2c6220f4aa7fb98 + md5: 0c25eedcc888b6d765948ab62a18c03e + depends: + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: osx + license: TCL + license_family: BSD + size: 3273909 + timestamp: 1695506576288 +- kind: conda + name: toml version: 0.10.2 - manager: conda - platform: linux-64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: f832c45a477c78bebd107098db465095 - sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 + sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 + md5: f832c45a477c78bebd107098db465095 + depends: + - python >=2.7 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 18433 timestamp: 1604308660817 -- name: toml +- kind: conda + name: toml version: 0.10.2 - manager: conda - platform: osx-64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: f832c45a477c78bebd107098db465095 - sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 + sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 + md5: f832c45a477c78bebd107098db465095 + depends: + - python >=2.7 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 18433 timestamp: 1604308660817 -- name: toml +- kind: conda + name: toml version: 0.10.2 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: f832c45a477c78bebd107098db465095 - sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 + sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 + md5: f832c45a477c78bebd107098db465095 + depends: + - python >=2.7 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 18433 timestamp: 1604308660817 -- name: toml +- kind: conda + name: toml version: 0.10.2 - manager: conda - platform: win-64 - dependencies: - python: '>=2.7' - url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: f832c45a477c78bebd107098db465095 - sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 + sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 + md5: f832c45a477c78bebd107098db465095 + depends: + - python >=2.7 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 18433 timestamp: 1604308660817 -- name: tomli +- kind: conda + name: tomli version: 2.0.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 5844808ffab9ebdb694585b50ba02a96 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f + md5: 5844808ffab9ebdb694585b50ba02a96 + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 15940 timestamp: 1644342331069 -- name: tomli +- kind: conda + name: tomli version: 2.0.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 5844808ffab9ebdb694585b50ba02a96 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f + md5: 5844808ffab9ebdb694585b50ba02a96 + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 15940 timestamp: 1644342331069 -- name: tomli +- kind: conda + name: tomli version: 2.0.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 5844808ffab9ebdb694585b50ba02a96 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f + md5: 5844808ffab9ebdb694585b50ba02a96 + depends: + - python >=3.7 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 15940 timestamp: 1644342331069 -- name: tomli +- kind: conda + name: tomli version: 2.0.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 5844808ffab9ebdb694585b50ba02a96 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f + md5: 5844808ffab9ebdb694585b50ba02a96 + depends: + - python >=3.7 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 15940 timestamp: 1644342331069 -- name: tomlkit +- kind: conda + name: tomlkit + version: 0.12.1 + build: pyha770c72_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.1-pyha770c72_0.conda + sha256: dc4abf58ca42f29e12b8c0f8aadedfca49cc1e97dab025d15cf000b1787df773 + md5: 62f5b331c53d73e2f6c4c130b53518a0 + depends: + - python >=3.7 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 37008 + timestamp: 1690472913703 +- kind: conda + name: tomlkit version: 0.12.2 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.2-pyha770c72_0.conda - hash: - md5: 495ddad84b81dde4ee1138dd59ef5805 - sha256: 2db2564e0332f051f46670fb7c430b53d3d596f102f7d9994e84cf8afae2a12f - optional: false - category: main build: pyha770c72_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.2-pyha770c72_0.conda + sha256: 2db2564e0332f051f46670fb7c430b53d3d596f102f7d9994e84cf8afae2a12f + md5: 495ddad84b81dde4ee1138dd59ef5805 + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 37106 timestamp: 1698950692429 -- name: tomlkit +- kind: conda + name: tomlkit version: 0.12.2 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.2-pyha770c72_0.conda - hash: - md5: 495ddad84b81dde4ee1138dd59ef5805 - sha256: 2db2564e0332f051f46670fb7c430b53d3d596f102f7d9994e84cf8afae2a12f - optional: false - category: main build: pyha770c72_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.2-pyha770c72_0.conda + sha256: 2db2564e0332f051f46670fb7c430b53d3d596f102f7d9994e84cf8afae2a12f + md5: 495ddad84b81dde4ee1138dd59ef5805 + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 37106 timestamp: 1698950692429 -- name: tomlkit - version: 0.12.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.1-pyha770c72_0.conda - hash: - md5: 62f5b331c53d73e2f6c4c130b53518a0 - sha256: dc4abf58ca42f29e12b8c0f8aadedfca49cc1e97dab025d15cf000b1787df773 - optional: false - category: main +- kind: conda + name: tomlkit + version: 0.12.2 build: pyha770c72_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 37008 - timestamp: 1690472913703 -- name: tomlkit - version: 0.12.2 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' url: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.2-pyha770c72_0.conda - hash: - md5: 495ddad84b81dde4ee1138dd59ef5805 - sha256: 2db2564e0332f051f46670fb7c430b53d3d596f102f7d9994e84cf8afae2a12f - optional: false - category: main - build: pyha770c72_0 + sha256: 2db2564e0332f051f46670fb7c430b53d3d596f102f7d9994e84cf8afae2a12f + md5: 495ddad84b81dde4ee1138dd59ef5805 + depends: + - python >=3.7 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 37106 timestamp: 1698950692429 -- name: toolz +- kind: conda + name: toolz version: 0.12.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 92facfec94bc02d6ccf42e7173831a36 - sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 + sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b + md5: 92facfec94bc02d6ccf42e7173831a36 + depends: + - python >=3.5 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 49136 timestamp: 1657485654230 -- name: toolz +- kind: conda + name: toolz version: 0.12.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 92facfec94bc02d6ccf42e7173831a36 - sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 + sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b + md5: 92facfec94bc02d6ccf42e7173831a36 + depends: + - python >=3.5 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 49136 timestamp: 1657485654230 -- name: toolz +- kind: conda + name: toolz version: 0.12.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 92facfec94bc02d6ccf42e7173831a36 - sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 + sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b + md5: 92facfec94bc02d6ccf42e7173831a36 + depends: + - python >=3.5 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 49136 timestamp: 1657485654230 -- name: toolz +- kind: conda + name: toolz version: 0.12.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 92facfec94bc02d6ccf42e7173831a36 - sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 + sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b + md5: 92facfec94bc02d6ccf42e7173831a36 + depends: + - python >=3.5 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 49136 timestamp: 1657485654230 -- name: tornado +- kind: conda + name: tornado + version: 6.3.2 + build: py310h2aa6e3c_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.3.2-py310h2aa6e3c_0.conda + sha256: fdefc999f2490eadaf44ac67d239b77d9b75a0b65d52d0e1e385d2642d859073 + md5: bc542ba2516fe2d6bba7f34af040aec6 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + arch: aarch64 + platform: osx + license: Apache-2.0 + license_family: Apache + size: 639535 + timestamp: 1684150775828 +- kind: conda + name: tornado version: 6.3.3 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.3.3-py310h2372a71_1.conda - hash: - md5: b23e0147fa5f7a9380e06334c7266ad5 - sha256: 209b6788b81739d3cdc2f04ad3f6f323efd85b1a30f2edce98ab76d98079fac8 - optional: false - category: main build: py310h2372a71_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.3.3-py310h2372a71_1.conda + sha256: 209b6788b81739d3cdc2f04ad3f6f323efd85b1a30f2edce98ab76d98079fac8 + md5: b23e0147fa5f7a9380e06334c7266ad5 + depends: + - libgcc-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: Apache size: 641597 timestamp: 1695373710038 -- name: tornado +- kind: conda + name: tornado version: 6.3.3 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.3.3-py310h6729b98_1.conda - hash: - md5: 87e772235e713ab972ecdad6c3066ff3 - sha256: 04262bf61f3d36b6607ae233abcbed7edaaf5d6ca4539cf9c1b322bb465809f2 - optional: false - category: main build: py310h6729b98_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.3.3-py310h6729b98_1.conda + sha256: 04262bf61f3d36b6607ae233abcbed7edaaf5d6ca4539cf9c1b322bb465809f2 + md5: 87e772235e713ab972ecdad6c3066ff3 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: Apache size: 642837 timestamp: 1695373842662 -- name: tornado - version: 6.3.2 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-arm64/tornado-6.3.2-py310h2aa6e3c_0.conda - hash: - md5: bc542ba2516fe2d6bba7f34af040aec6 - sha256: fdefc999f2490eadaf44ac67d239b77d9b75a0b65d52d0e1e385d2642d859073 - optional: false - category: main - build: py310h2aa6e3c_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: Apache - size: 639535 - timestamp: 1684150775828 -- name: tornado +- kind: conda + name: tornado version: 6.3.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/tornado-6.3.3-py310h8d17308_1.conda - hash: - md5: 0d14d73d94d679e2fa753ea8c7f75926 - sha256: 60b864e7cf17737055016e1754534316a0234d83f15eb454b983ee1b5151f982 - optional: false - category: main build: py310h8d17308_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/tornado-6.3.3-py310h8d17308_1.conda + sha256: 60b864e7cf17737055016e1754534316a0234d83f15eb454b983ee1b5151f982 + md5: 0d14d73d94d679e2fa753ea8c7f75926 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Apache-2.0 license_family: Apache size: 644644 timestamp: 1695373991492 -- name: traitlets +- kind: conda + name: traitlets + version: 5.9.0 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.9.0-pyhd8ed1ab_0.conda + sha256: 343610bce6dbe8a5090500dd2e9d1706057960b3f3120ebfe0abb4a8ecbada4d + md5: d0b4f5c87cd35ac3fb3d47b223263a64 + depends: + - python >=3.7 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 98443 + timestamp: 1675110676323 +- kind: conda + name: traitlets version: 5.13.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.13.0-pyhd8ed1ab_0.conda - hash: - md5: 8a9953c15e1e5a7c1baddbbf4511a567 - sha256: 7ac67960ba2e8c16818043cc65ac6190fa4fd95f5b24357df58e4f73d5e60a10 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.13.0-pyhd8ed1ab_0.conda + sha256: 7ac67960ba2e8c16818043cc65ac6190fa4fd95f5b24357df58e4f73d5e60a10 + md5: 8a9953c15e1e5a7c1baddbbf4511a567 + depends: + - python >=3.8 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 109701 timestamp: 1698671281969 -- name: traitlets +- kind: conda + name: traitlets version: 5.13.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.13.0-pyhd8ed1ab_0.conda - hash: - md5: 8a9953c15e1e5a7c1baddbbf4511a567 - sha256: 7ac67960ba2e8c16818043cc65ac6190fa4fd95f5b24357df58e4f73d5e60a10 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.13.0-pyhd8ed1ab_0.conda + sha256: 7ac67960ba2e8c16818043cc65ac6190fa4fd95f5b24357df58e4f73d5e60a10 + md5: 8a9953c15e1e5a7c1baddbbf4511a567 + depends: + - python >=3.8 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 109701 timestamp: 1698671281969 -- name: traitlets - version: 5.9.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.9.0-pyhd8ed1ab_0.conda - hash: - md5: d0b4f5c87cd35ac3fb3d47b223263a64 - sha256: 343610bce6dbe8a5090500dd2e9d1706057960b3f3120ebfe0abb4a8ecbada4d - optional: false - category: main +- kind: conda + name: traitlets + version: 5.13.0 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD + subdir: win-64 noarch: python - size: 98443 - timestamp: 1675110676323 -- name: traitlets - version: 5.13.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.8' url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.13.0-pyhd8ed1ab_0.conda - hash: - md5: 8a9953c15e1e5a7c1baddbbf4511a567 - sha256: 7ac67960ba2e8c16818043cc65ac6190fa4fd95f5b24357df58e4f73d5e60a10 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 7ac67960ba2e8c16818043cc65ac6190fa4fd95f5b24357df58e4f73d5e60a10 + md5: 8a9953c15e1e5a7c1baddbbf4511a567 + depends: + - python >=3.8 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 109701 timestamp: 1698671281969 -- name: trio - version: 0.22.2 - manager: conda - platform: linux-64 - dependencies: - attrs: '>=20.1.0' - exceptiongroup: '>=1.0.0rc9' - idna: '*' - outcome: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - sniffio: '*' - sortedcontainers: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/trio-0.22.2-py310hff52083_1.conda - hash: - md5: 8fd779e58f348366f73a705d25567c1b - sha256: 6127636adace6685f5f0984b0e685901486a06e40f11f0132b3b975dd7d9e675 - optional: false - category: main - build: py310hff52083_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 +- kind: conda + name: trio + version: 0.21.0 + build: py310hbe9552e_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/trio-0.21.0-py310hbe9552e_0.tar.bz2 + sha256: 0026b0cdd67f3b0c083631611b8774de29f43bea8940c35eb480ea344bec673c + md5: 00569832aef5959a8f92672f9bac1938 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + - sniffio * + - async_generator >=1.9 + - sortedcontainers * + - attrs >=19.2.0 + - idna * + - outcome * + arch: aarch64 + platform: osx license: MIT license_family: MIT - size: 558160 - timestamp: 1696378425392 -- name: trio + size: 512151 + timestamp: 1654688803862 +- kind: conda + name: trio version: 0.22.2 - manager: conda - platform: osx-64 - dependencies: - attrs: '>=20.1.0' - exceptiongroup: '>=1.0.0rc9' - idna: '*' - outcome: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - sniffio: '*' - sortedcontainers: '*' - url: https://conda.anaconda.org/conda-forge/osx-64/trio-0.22.2-py310h2ec42d9_1.conda - hash: - md5: 93ebd11e94e887a341b60b690d76cff0 - sha256: 1c299d1e297950499264a077f09aff09dd20a40669e1ed00f313183706e18845 - optional: false - category: main build: py310h2ec42d9_1 - arch: x86_64 - subdir: osx-64 build_number: 1 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/trio-0.22.2-py310h2ec42d9_1.conda + sha256: 1c299d1e297950499264a077f09aff09dd20a40669e1ed00f313183706e18845 + md5: 93ebd11e94e887a341b60b690d76cff0 + depends: + - attrs >=20.1.0 + - exceptiongroup >=1.0.0rc9 + - idna * + - outcome * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - sniffio * + - sortedcontainers * + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 560032 timestamp: 1696378170787 -- name: trio - version: 0.21.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - sniffio: '*' - async_generator: '>=1.9' - sortedcontainers: '*' - attrs: '>=19.2.0' - idna: '*' - outcome: '*' - url: https://conda.anaconda.org/conda-forge/osx-arm64/trio-0.21.0-py310hbe9552e_0.tar.bz2 - hash: - md5: 00569832aef5959a8f92672f9bac1938 - sha256: 0026b0cdd67f3b0c083631611b8774de29f43bea8940c35eb480ea344bec673c - optional: false - category: main - build: py310hbe9552e_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT - size: 512151 - timestamp: 1654688803862 -- name: trio +- kind: conda + name: trio version: 0.22.2 - manager: conda - platform: win-64 - dependencies: - attrs: '>=20.1.0' - cffi: '>=1.14' - exceptiongroup: '>=1.0.0rc9' - idna: '*' - outcome: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - sniffio: '*' - sortedcontainers: '*' - url: https://conda.anaconda.org/conda-forge/win-64/trio-0.22.2-py310h5588dad_1.conda - hash: - md5: 4dbd57c5a717be035fdb95124b997eb8 - sha256: da8fdf527ba46125e65607a4ba4ad3bb4ee684ccc462d808a337116cecf41fb0 - optional: false - category: main build: py310h5588dad_1 - arch: x86_64 - subdir: win-64 build_number: 1 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/trio-0.22.2-py310h5588dad_1.conda + sha256: da8fdf527ba46125e65607a4ba4ad3bb4ee684ccc462d808a337116cecf41fb0 + md5: 4dbd57c5a717be035fdb95124b997eb8 + depends: + - attrs >=20.1.0 + - cffi >=1.14 + - exceptiongroup >=1.0.0rc9 + - idna * + - outcome * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - sniffio * + - sortedcontainers * + arch: x86_64 + platform: win license: MIT license_family: MIT size: 559697 timestamp: 1696378606601 -- name: trio-websocket +- kind: conda + name: trio + version: 0.22.2 + build: py310hff52083_1 + build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/trio-0.22.2-py310hff52083_1.conda + sha256: 6127636adace6685f5f0984b0e685901486a06e40f11f0132b3b975dd7d9e675 + md5: 8fd779e58f348366f73a705d25567c1b + depends: + - attrs >=20.1.0 + - exceptiongroup >=1.0.0rc9 + - idna * + - outcome * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - sniffio * + - sortedcontainers * + arch: x86_64 + platform: linux + license: MIT + license_family: MIT + size: 558160 + timestamp: 1696378425392 +- kind: conda + name: trio-websocket + version: 0.10.3 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/trio-websocket-0.10.3-pyhd8ed1ab_0.conda + sha256: 378b1fff91d692d986ada973fc92bd724a8294802d25243ea26694a8e918a725 + md5: 51338d1133d8fed41796a581e974b22d + depends: + - exceptiongroup * + - python >=3.7 + - trio >=0.11 + - wsproto >=0.14 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 30250 + timestamp: 1686273412284 +- kind: conda + name: trio-websocket version: 0.11.1 - manager: conda - platform: linux-64 - dependencies: - exceptiongroup: '*' - python: '>=3.7' - trio: '>=0.11' - wsproto: '>=0.14' - url: https://conda.anaconda.org/conda-forge/noarch/trio-websocket-0.11.1-pyhd8ed1ab_0.conda - hash: - md5: 020557a424faf98154938da4426fe987 - sha256: c6f4453ee5116a584c347c40e60a61fac645ce203c8bea245bb72c3a865b04cf - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/trio-websocket-0.11.1-pyhd8ed1ab_0.conda + sha256: c6f4453ee5116a584c347c40e60a61fac645ce203c8bea245bb72c3a865b04cf + md5: 020557a424faf98154938da4426fe987 + depends: + - exceptiongroup * + - python >=3.7 + - trio >=0.11 + - wsproto >=0.14 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 30714 timestamp: 1695817030933 -- name: trio-websocket +- kind: conda + name: trio-websocket version: 0.11.1 - manager: conda - platform: osx-64 - dependencies: - exceptiongroup: '*' - python: '>=3.7' - trio: '>=0.11' - wsproto: '>=0.14' - url: https://conda.anaconda.org/conda-forge/noarch/trio-websocket-0.11.1-pyhd8ed1ab_0.conda - hash: - md5: 020557a424faf98154938da4426fe987 - sha256: c6f4453ee5116a584c347c40e60a61fac645ce203c8bea245bb72c3a865b04cf - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/trio-websocket-0.11.1-pyhd8ed1ab_0.conda + sha256: c6f4453ee5116a584c347c40e60a61fac645ce203c8bea245bb72c3a865b04cf + md5: 020557a424faf98154938da4426fe987 + depends: + - exceptiongroup * + - python >=3.7 + - trio >=0.11 + - wsproto >=0.14 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 30714 timestamp: 1695817030933 -- name: trio-websocket - version: 0.10.3 - manager: conda - platform: osx-arm64 - dependencies: - exceptiongroup: '*' - python: '>=3.7' - trio: '>=0.11' - wsproto: '>=0.14' - url: https://conda.anaconda.org/conda-forge/noarch/trio-websocket-0.10.3-pyhd8ed1ab_0.conda - hash: - md5: 51338d1133d8fed41796a581e974b22d - sha256: 378b1fff91d692d986ada973fc92bd724a8294802d25243ea26694a8e918a725 - optional: false - category: main +- kind: conda + name: trio-websocket + version: 0.11.1 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 30250 - timestamp: 1686273412284 -- name: trio-websocket - version: 0.11.1 - manager: conda - platform: win-64 - dependencies: - exceptiongroup: '*' - python: '>=3.7' - trio: '>=0.11' - wsproto: '>=0.14' url: https://conda.anaconda.org/conda-forge/noarch/trio-websocket-0.11.1-pyhd8ed1ab_0.conda - hash: - md5: 020557a424faf98154938da4426fe987 - sha256: c6f4453ee5116a584c347c40e60a61fac645ce203c8bea245bb72c3a865b04cf - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: c6f4453ee5116a584c347c40e60a61fac645ce203c8bea245bb72c3a865b04cf + md5: 020557a424faf98154938da4426fe987 + depends: + - exceptiongroup * + - python >=3.7 + - trio >=0.11 + - wsproto >=0.14 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 30714 timestamp: 1695817030933 -- name: types-python-dateutil +- kind: conda + name: types-python-dateutil version: 2.8.19.14 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda - hash: - md5: 4df15c51a543e806d439490b862be1c6 - sha256: 7b0129c72d371fa7a06ed5dd1d701844c20d03bb4641a38a88a982b347d087e2 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 - license: Apache-2.0 AND MIT noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda + sha256: 7b0129c72d371fa7a06ed5dd1d701844c20d03bb4641a38a88a982b347d087e2 + md5: 4df15c51a543e806d439490b862be1c6 + depends: + - python >=3.6 + arch: x86_64 + platform: linux + license: Apache-2.0 AND MIT size: 21474 timestamp: 1689883066161 -- name: types-python-dateutil +- kind: conda + name: types-python-dateutil version: 2.8.19.14 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda - hash: - md5: 4df15c51a543e806d439490b862be1c6 - sha256: 7b0129c72d371fa7a06ed5dd1d701844c20d03bb4641a38a88a982b347d087e2 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 - license: Apache-2.0 AND MIT noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda + sha256: 7b0129c72d371fa7a06ed5dd1d701844c20d03bb4641a38a88a982b347d087e2 + md5: 4df15c51a543e806d439490b862be1c6 + depends: + - python >=3.6 + arch: x86_64 + platform: osx + license: Apache-2.0 AND MIT size: 21474 timestamp: 1689883066161 -- name: types-python-dateutil +- kind: conda + name: types-python-dateutil version: 2.8.19.14 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda - hash: - md5: 4df15c51a543e806d439490b862be1c6 - sha256: 7b0129c72d371fa7a06ed5dd1d701844c20d03bb4641a38a88a982b347d087e2 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 - license: Apache-2.0 AND MIT noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.14-pyhd8ed1ab_0.conda + sha256: 7b0129c72d371fa7a06ed5dd1d701844c20d03bb4641a38a88a982b347d087e2 + md5: 4df15c51a543e806d439490b862be1c6 + depends: + - python >=3.6 + arch: x86_64 + platform: win + license: Apache-2.0 AND MIT size: 21474 timestamp: 1689883066161 -- name: typing-extensions +- kind: conda + name: typing-extensions + version: 4.7.1 + build: hd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.7.1-hd8ed1ab_0.conda + sha256: d5d19b8f5b275240c19616a46d67ec57250b3720ba88200da8c732c3fcbfc21d + md5: f96688577f1faa58096d06a45136afa2 + depends: + - typing_extensions ==4.7.1 pyha770c72_0 + arch: aarch64 + platform: osx + license: PSF-2.0 + license_family: PSF + size: 10080 + timestamp: 1688315729011 +- kind: conda + name: typing-extensions + version: 4.8.0 + build: hd8ed1ab_0 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda + sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d + md5: 384462e63262a527bda564fa2d9126c0 + depends: + - typing_extensions ==4.8.0 pyha770c72_0 + arch: x86_64 + platform: linux + license: PSF-2.0 + license_family: PSF + size: 10104 + timestamp: 1695040958008 +- kind: conda + name: typing-extensions version: 4.8.0 - manager: conda - platform: linux-64 - dependencies: - typing_extensions: ==4.8.0 pyha770c72_0 + build: hd8ed1ab_0 + subdir: osx-64 + noarch: python url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda - hash: - md5: 384462e63262a527bda564fa2d9126c0 - sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d - optional: false - category: main - build: hd8ed1ab_0 + sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d + md5: 384462e63262a527bda564fa2d9126c0 + depends: + - typing_extensions ==4.8.0 pyha770c72_0 arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: osx license: PSF-2.0 license_family: PSF - noarch: python size: 10104 timestamp: 1695040958008 -- name: typing-extensions +- kind: conda + name: typing-extensions version: 4.8.0 - manager: conda - platform: osx-64 - dependencies: - typing_extensions: ==4.8.0 pyha770c72_0 - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda - hash: - md5: 384462e63262a527bda564fa2d9126c0 - sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d - optional: false - category: main build: hd8ed1ab_0 + subdir: win-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda + sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d + md5: 384462e63262a527bda564fa2d9126c0 + depends: + - typing_extensions ==4.8.0 pyha770c72_0 arch: x86_64 - subdir: osx-64 - build_number: 0 + platform: win license: PSF-2.0 license_family: PSF - noarch: python size: 10104 timestamp: 1695040958008 -- name: typing-extensions +- kind: conda + name: typing_extensions version: 4.7.1 - manager: conda - platform: osx-arm64 - dependencies: - typing_extensions: ==4.7.1 pyha770c72_0 - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.7.1-hd8ed1ab_0.conda - hash: - md5: f96688577f1faa58096d06a45136afa2 - sha256: d5d19b8f5b275240c19616a46d67ec57250b3720ba88200da8c732c3fcbfc21d - optional: false - category: main - build: hd8ed1ab_0 - arch: aarch64 + build: pyha770c72_0 subdir: osx-arm64 - build_number: 0 - license: PSF-2.0 - license_family: PSF noarch: python - size: 10080 - timestamp: 1688315729011 -- name: typing-extensions - version: 4.8.0 - manager: conda - platform: win-64 - dependencies: - typing_extensions: ==4.8.0 pyha770c72_0 - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.8.0-hd8ed1ab_0.conda - hash: - md5: 384462e63262a527bda564fa2d9126c0 - sha256: d6e1dddd0c372218ef15912383d351ac8c73465cbf16238017f0269813cafe2d - optional: false - category: main - build: hd8ed1ab_0 - arch: x86_64 - subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.7.1-pyha770c72_0.conda + sha256: 6edd6d5be690be492712cb747b6d62707f0d0c34ef56eefc796d91e5a03187d1 + md5: c39d6a09fe819de4951c2642629d9115 + depends: + - python >=3.7 + arch: aarch64 + platform: osx license: PSF-2.0 license_family: PSF - noarch: python - size: 10104 - timestamp: 1695040958008 -- name: typing_extensions + size: 36321 + timestamp: 1688315719627 +- kind: conda + name: typing_extensions version: 4.8.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda - hash: - md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 - sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde - optional: false - category: main build: pyha770c72_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda + sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde + md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 + depends: + - python >=3.8 + arch: x86_64 + platform: linux license: PSF-2.0 license_family: PSF - noarch: python size: 35108 timestamp: 1695040948828 -- name: typing_extensions +- kind: conda + name: typing_extensions version: 4.8.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda - hash: - md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 - sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde - optional: false - category: main build: pyha770c72_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda + sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde + md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 + depends: + - python >=3.8 + arch: x86_64 + platform: osx license: PSF-2.0 license_family: PSF - noarch: python size: 35108 timestamp: 1695040948828 -- name: typing_extensions - version: 4.7.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.7.1-pyha770c72_0.conda - hash: - md5: c39d6a09fe819de4951c2642629d9115 - sha256: 6edd6d5be690be492712cb747b6d62707f0d0c34ef56eefc796d91e5a03187d1 - optional: false - category: main +- kind: conda + name: typing_extensions + version: 4.8.0 build: pyha770c72_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: PSF-2.0 - license_family: PSF + subdir: win-64 noarch: python - size: 36321 - timestamp: 1688315719627 -- name: typing_extensions - version: 4.8.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.8' url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda - hash: - md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 - sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde - optional: false - category: main - build: pyha770c72_0 + sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde + md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 + depends: + - python >=3.8 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: PSF-2.0 license_family: PSF - noarch: python size: 35108 timestamp: 1695040948828 -- name: typing_utils +- kind: conda + name: typing_utils version: 0.1.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.6.1' - url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: eb67e3cace64c66233e2d35949e20f92 - sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 + md5: eb67e3cace64c66233e2d35949e20f92 + depends: + - python >=3.6.1 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: python size: 13829 timestamp: 1622899345711 -- name: typing_utils +- kind: conda + name: typing_utils version: 0.1.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.6.1' - url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: eb67e3cace64c66233e2d35949e20f92 - sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 + md5: eb67e3cace64c66233e2d35949e20f92 + depends: + - python >=3.6.1 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 13829 timestamp: 1622899345711 -- name: typing_utils +- kind: conda + name: typing_utils version: 0.1.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6.1' - url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: eb67e3cace64c66233e2d35949e20f92 - sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 + md5: eb67e3cace64c66233e2d35949e20f92 + depends: + - python >=3.6.1 + arch: aarch64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 13829 timestamp: 1622899345711 -- name: typing_utils +- kind: conda + name: typing_utils version: 0.1.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.6.1' - url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: eb67e3cace64c66233e2d35949e20f92 - sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 + md5: eb67e3cace64c66233e2d35949e20f92 + depends: + - python >=3.6.1 + arch: x86_64 + platform: win license: Apache-2.0 license_family: APACHE - noarch: python size: 13829 timestamp: 1622899345711 -- name: tzdata +- kind: conda + name: tzdata version: 2023c - manager: conda - platform: linux-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda - hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - optional: false - category: main build: h71feb2d_0 - arch: x86_64 subdir: linux-64 - build_number: 0 - license: LicenseRef-Public-Domain noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 + md5: 939e3e74d8be4dac89ce83b20de2492a + arch: x86_64 + platform: linux + license: LicenseRef-Public-Domain size: 117580 timestamp: 1680041306008 -- name: tzdata +- kind: conda + name: tzdata version: 2023c - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda - hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - optional: false - category: main build: h71feb2d_0 - arch: x86_64 subdir: osx-64 - build_number: 0 - license: LicenseRef-Public-Domain noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 + md5: 939e3e74d8be4dac89ce83b20de2492a + arch: x86_64 + platform: osx + license: LicenseRef-Public-Domain size: 117580 timestamp: 1680041306008 -- name: tzdata +- kind: conda + name: tzdata version: 2023c - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda - hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - optional: false - category: main build: h71feb2d_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 - license: LicenseRef-Public-Domain noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 + md5: 939e3e74d8be4dac89ce83b20de2492a + arch: aarch64 + platform: osx + license: LicenseRef-Public-Domain size: 117580 timestamp: 1680041306008 -- name: tzdata +- kind: conda + name: tzdata version: 2023c - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda - hash: - md5: 939e3e74d8be4dac89ce83b20de2492a - sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 - optional: false - category: main build: h71feb2d_0 - arch: x86_64 subdir: win-64 - build_number: 0 - license: LicenseRef-Public-Domain noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 + md5: 939e3e74d8be4dac89ce83b20de2492a + arch: x86_64 + platform: win + license: LicenseRef-Public-Domain size: 117580 timestamp: 1680041306008 -- name: ucrt +- kind: conda + name: ucrt version: 10.0.22621.0 - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 - hash: - md5: 72608f6cd3e5898229c3ea16deb1ac43 - sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6 - optional: false - category: main build: h57928b3_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 + sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6 + md5: 72608f6cd3e5898229c3ea16deb1ac43 constrains: - vs2015_runtime >=14.29.30037 + arch: x86_64 + platform: win license: LicenseRef-Proprietary license_family: PROPRIETARY size: 1283972 timestamp: 1666630199266 -- name: ucx +- kind: conda + name: ucx version: 1.14.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libnuma: '>=2.0.16,<3.0a0' - libstdcxx-ng: '>=12' - rdma-core: '>=28.9,<29.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.14.1-h64cca9d_5.conda - hash: - md5: 39aa3b356d10d7e5add0c540945a0944 - sha256: a62f3fb56849dc37270f9078e1c8ba32328bc3ba4d32cf1f7dace48b431d5abe - optional: false - category: main build: h64cca9d_5 - arch: x86_64 - subdir: linux-64 build_number: 5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/ucx-1.14.1-h64cca9d_5.conda + sha256: a62f3fb56849dc37270f9078e1c8ba32328bc3ba4d32cf1f7dace48b431d5abe + md5: 39aa3b356d10d7e5add0c540945a0944 + depends: + - libgcc-ng >=12 + - libnuma >=2.0.16,<3.0a0 + - libstdcxx-ng >=12 + - rdma-core >=28.9,<29.0a0 constrains: - cuda-version >=11.2,<12 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 15210025 timestamp: 1695214404131 -- name: uri-template +- kind: conda + name: uri-template version: 1.3.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: 0944dc65cb4a9b5b68522c3bb585d41c - sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 + md5: 0944dc65cb4a9b5b68522c3bb585d41c + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 23999 timestamp: 1688655976471 -- name: uri-template +- kind: conda + name: uri-template version: 1.3.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: 0944dc65cb4a9b5b68522c3bb585d41c - sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 + md5: 0944dc65cb4a9b5b68522c3bb585d41c + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 23999 timestamp: 1688655976471 -- name: uri-template +- kind: conda + name: uri-template version: 1.3.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: 0944dc65cb4a9b5b68522c3bb585d41c - sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 + md5: 0944dc65cb4a9b5b68522c3bb585d41c + depends: + - python >=3.7 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 23999 timestamp: 1688655976471 -- name: uri-template +- kind: conda + name: uri-template version: 1.3.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda - hash: - md5: 0944dc65cb4a9b5b68522c3bb585d41c - sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 + md5: 0944dc65cb4a9b5b68522c3bb585d41c + depends: + - python >=3.7 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 23999 timestamp: 1688655976471 -- name: urllib3 +- kind: conda + name: urllib3 + version: 2.0.4 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.4-pyhd8ed1ab_0.conda + sha256: 06a62b6bff8828161b9cd17dd394e47177f320ca5050f806bc7840f9519e8ea7 + md5: 18badd8fa3648d1beb1fcc7f2e0f756e + depends: + - pysocks >=1.5.6,<2.0,!=1.5.7 + - python >=3.7 + - brotli-python >=1.0.9 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 98368 + timestamp: 1689789963646 +- kind: conda + name: urllib3 version: 2.0.7 - manager: conda - platform: linux-64 - dependencies: - brotli-python: '>=1.0.9' - pysocks: '>=1.5.6,<2.0,!=1.5.7' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.7-pyhd8ed1ab_0.conda - hash: - md5: 270e71c14d37074b1d066ee21cf0c4a6 - sha256: 9fe14735dde74278c6f1710cbe883d5710fc98501a96031dec6849a8d8a1bb11 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.7-pyhd8ed1ab_0.conda + sha256: 9fe14735dde74278c6f1710cbe883d5710fc98501a96031dec6849a8d8a1bb11 + md5: 270e71c14d37074b1d066ee21cf0c4a6 + depends: + - brotli-python >=1.0.9 + - pysocks >=1.5.6,<2.0,!=1.5.7 + - python >=3.7 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 98507 timestamp: 1697720586316 -- name: urllib3 +- kind: conda + name: urllib3 version: 2.0.7 - manager: conda - platform: osx-64 - dependencies: - brotli-python: '>=1.0.9' - pysocks: '>=1.5.6,<2.0,!=1.5.7' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.7-pyhd8ed1ab_0.conda - hash: - md5: 270e71c14d37074b1d066ee21cf0c4a6 - sha256: 9fe14735dde74278c6f1710cbe883d5710fc98501a96031dec6849a8d8a1bb11 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.7-pyhd8ed1ab_0.conda + sha256: 9fe14735dde74278c6f1710cbe883d5710fc98501a96031dec6849a8d8a1bb11 + md5: 270e71c14d37074b1d066ee21cf0c4a6 + depends: + - brotli-python >=1.0.9 + - pysocks >=1.5.6,<2.0,!=1.5.7 + - python >=3.7 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 98507 timestamp: 1697720586316 -- name: urllib3 - version: 2.0.4 - manager: conda - platform: osx-arm64 - dependencies: - pysocks: '>=1.5.6,<2.0,!=1.5.7' - python: '>=3.7' - brotli-python: '>=1.0.9' - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.4-pyhd8ed1ab_0.conda - hash: - md5: 18badd8fa3648d1beb1fcc7f2e0f756e - sha256: 06a62b6bff8828161b9cd17dd394e47177f320ca5050f806bc7840f9519e8ea7 - optional: false - category: main +- kind: conda + name: urllib3 + version: 2.0.7 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 98368 - timestamp: 1689789963646 -- name: urllib3 - version: 2.0.7 - manager: conda - platform: win-64 - dependencies: - brotli-python: '>=1.0.9' - pysocks: '>=1.5.6,<2.0,!=1.5.7' - python: '>=3.7' url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.7-pyhd8ed1ab_0.conda - hash: - md5: 270e71c14d37074b1d066ee21cf0c4a6 - sha256: 9fe14735dde74278c6f1710cbe883d5710fc98501a96031dec6849a8d8a1bb11 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 9fe14735dde74278c6f1710cbe883d5710fc98501a96031dec6849a8d8a1bb11 + md5: 270e71c14d37074b1d066ee21cf0c4a6 + depends: + - brotli-python >=1.0.9 + - pysocks >=1.5.6,<2.0,!=1.5.7 + - python >=3.7 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 98507 timestamp: 1697720586316 -- name: vc +- kind: conda + name: vc version: '14.3' - manager: conda - platform: win-64 - dependencies: - vc14_runtime: '>=14.36.32532' - url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h64f974e_17.conda - hash: - md5: 67ff6791f235bb606659bf2a5c169191 - sha256: 86ae94bf680980776aa761c2b0909a0ddbe1f817e7eeb8b16a1730f10f8891b6 - optional: false - category: main build: h64f974e_17 - arch: x86_64 - subdir: win-64 build_number: 17 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h64f974e_17.conda + sha256: 86ae94bf680980776aa761c2b0909a0ddbe1f817e7eeb8b16a1730f10f8891b6 + md5: 67ff6791f235bb606659bf2a5c169191 + depends: + - vc14_runtime >=14.36.32532 + arch: x86_64 + platform: win track_features: - vc14 license: BSD-3-Clause license_family: BSD size: 17176 timestamp: 1688020629925 -- name: vc14_runtime +- kind: conda + name: vc14_runtime version: 14.36.32532 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.36.32532-hdcecf7f_17.conda - hash: - md5: d0de20f2f3fc806a81b44fcdd941aaf7 - sha256: b317d49af32d5c031828e62c08d56f01d9a64cd3f40d4cccb052bc38c7a9e62e - optional: false - category: main build: hdcecf7f_17 - arch: x86_64 - subdir: win-64 build_number: 17 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.36.32532-hdcecf7f_17.conda + sha256: b317d49af32d5c031828e62c08d56f01d9a64cd3f40d4cccb052bc38c7a9e62e + md5: d0de20f2f3fc806a81b44fcdd941aaf7 + depends: + - ucrt >=10.0.20348.0 constrains: - vs2015_runtime 14.36.32532.* *_17 + arch: x86_64 + platform: win license: LicenseRef-ProprietaryMicrosoft license_family: Proprietary size: 739437 timestamp: 1694292382336 -- name: vega_datasets +- kind: conda + name: vega_datasets version: 0.9.0 - manager: conda - platform: linux-64 - dependencies: - pandas: '*' - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/vega_datasets-0.9.0-pyhd3deb0d_0.tar.bz2 - hash: - md5: c754e69d9d5de4a69ff0972318349bd0 - sha256: 8dbed6cb5f1f861940af3bd2bc6ed05b1134878b5f944a0386b8268c54d882aa - optional: false - category: main build: pyhd3deb0d_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/vega_datasets-0.9.0-pyhd3deb0d_0.tar.bz2 + sha256: 8dbed6cb5f1f861940af3bd2bc6ed05b1134878b5f944a0386b8268c54d882aa + md5: c754e69d9d5de4a69ff0972318349bd0 + depends: + - pandas * + - python * + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 183450 timestamp: 1606414171959 -- name: vega_datasets +- kind: conda + name: vega_datasets version: 0.9.0 - manager: conda - platform: osx-64 - dependencies: - pandas: '*' - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/vega_datasets-0.9.0-pyhd3deb0d_0.tar.bz2 - hash: - md5: c754e69d9d5de4a69ff0972318349bd0 - sha256: 8dbed6cb5f1f861940af3bd2bc6ed05b1134878b5f944a0386b8268c54d882aa - optional: false - category: main build: pyhd3deb0d_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/vega_datasets-0.9.0-pyhd3deb0d_0.tar.bz2 + sha256: 8dbed6cb5f1f861940af3bd2bc6ed05b1134878b5f944a0386b8268c54d882aa + md5: c754e69d9d5de4a69ff0972318349bd0 + depends: + - pandas * + - python * + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 183450 timestamp: 1606414171959 -- name: vega_datasets +- kind: conda + name: vega_datasets version: 0.9.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '*' - pandas: '*' - url: https://conda.anaconda.org/conda-forge/noarch/vega_datasets-0.9.0-pyhd3deb0d_0.tar.bz2 - hash: - md5: c754e69d9d5de4a69ff0972318349bd0 - sha256: 8dbed6cb5f1f861940af3bd2bc6ed05b1134878b5f944a0386b8268c54d882aa - optional: false - category: main build: pyhd3deb0d_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/vega_datasets-0.9.0-pyhd3deb0d_0.tar.bz2 + sha256: 8dbed6cb5f1f861940af3bd2bc6ed05b1134878b5f944a0386b8268c54d882aa + md5: c754e69d9d5de4a69ff0972318349bd0 + depends: + - python * + - pandas * + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 183450 timestamp: 1606414171959 -- name: vega_datasets +- kind: conda + name: vega_datasets version: 0.9.0 - manager: conda - platform: win-64 - dependencies: - pandas: '*' - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/vega_datasets-0.9.0-pyhd3deb0d_0.tar.bz2 - hash: - md5: c754e69d9d5de4a69ff0972318349bd0 - sha256: 8dbed6cb5f1f861940af3bd2bc6ed05b1134878b5f944a0386b8268c54d882aa - optional: false - category: main build: pyhd3deb0d_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/vega_datasets-0.9.0-pyhd3deb0d_0.tar.bz2 + sha256: 8dbed6cb5f1f861940af3bd2bc6ed05b1134878b5f944a0386b8268c54d882aa + md5: c754e69d9d5de4a69ff0972318349bd0 + depends: + - pandas * + - python * + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 183450 timestamp: 1606414171959 -- name: vl-convert-python +- kind: conda + name: vl-convert-python version: 1.0.1rc1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/vl-convert-python-1.0.1rc1-py310h2372a71_0.conda - hash: - md5: 77dc087c954c9ede35f0e12662aefe74 - sha256: 2f156381e3f0b944f5525cc328111e07cffa81502beb0ab1e108df093e32ab71 - optional: false - category: main build: py310h2372a71_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/vl-convert-python-1.0.1rc1-py310h2372a71_0.conda + sha256: 2f156381e3f0b944f5525cc328111e07cffa81502beb0ab1e108df093e32ab71 + md5: 77dc087c954c9ede35f0e12662aefe74 + depends: + - libgcc-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: linux license: BSD-3-Clause size: 20641535 timestamp: 1699053877030 -- name: vl-convert-python - version: 1.0.1rc1 - manager: conda - platform: osx-64 - dependencies: - __osx: '>=10.13' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/vl-convert-python-1.0.1rc1-py310h46e74b5_0.conda - hash: - md5: 6c696a006d28f211bf0c1de197114c06 - sha256: f295bce41055ae6c3c48526b8c2ca36c00a9e8b64b32a6650943f5efea9616e3 - optional: false - category: main - build: py310h46e74b5_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - size: 19582206 - timestamp: 1699055150196 -- name: vl-convert-python +- kind: conda + name: vl-convert-python version: 1.0.1rc1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-arm64/vl-convert-python-1.0.1rc1-py310h2aa6e3c_0.conda - hash: - md5: f08ce75e41ce1248c287f1064e867dd3 - sha256: 56a16409cea913182befa25f88a8fef931d3b973737015a047247c0e085c127c - optional: false - category: main build: py310h2aa6e3c_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/vl-convert-python-1.0.1rc1-py310h2aa6e3c_0.conda + sha256: 56a16409cea913182befa25f88a8fef931d3b973737015a047247c0e085c127c + md5: f08ce75e41ce1248c287f1064e867dd3 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + arch: aarch64 + platform: osx license: BSD-3-Clause size: 18884006 timestamp: 1699053318465 -- name: vl-convert-python +- kind: conda + name: vl-convert-python version: 1.0.1rc1 - manager: conda - platform: win-64 - dependencies: - m2w64-gcc-libs: '*' - m2w64-gcc-libs-core: '*' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/win-64/vl-convert-python-1.0.1rc1-py310hdc45392_0.conda - hash: - md5: b9e328e33800b17e9c17e5fe2296c3c1 - sha256: 30102da36ed02c2f2bd852bff1a42fbbe96b1a4fac14767aefd414381e65b92b - optional: false - category: main - build: py310hdc45392_0 + build: py310h46e74b5_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/vl-convert-python-1.0.1rc1-py310h46e74b5_0.conda + sha256: f295bce41055ae6c3c48526b8c2ca36c00a9e8b64b32a6650943f5efea9616e3 + md5: 6c696a006d28f211bf0c1de197114c06 + depends: + - __osx >=10.13 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 arch: x86_64 + platform: osx + license: BSD-3-Clause + size: 19582206 + timestamp: 1699055150196 +- kind: conda + name: vl-convert-python + version: 1.0.1rc1 + build: py310hdc45392_0 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/vl-convert-python-1.0.1rc1-py310hdc45392_0.conda + sha256: 30102da36ed02c2f2bd852bff1a42fbbe96b1a4fac14767aefd414381e65b92b + md5: b9e328e33800b17e9c17e5fe2296c3c1 + depends: + - m2w64-gcc-libs * + - m2w64-gcc-libs-core * + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: win license: BSD-3-Clause size: 20759384 timestamp: 1699055255930 -- name: voila +- kind: conda + name: voila version: 0.5.0 - manager: conda - platform: linux-64 - dependencies: - jupyter_client: '>=7.4.4,<=9' - jupyter_core: '>=4.11.0' - jupyter_server: '>=2.0.0,<3' - jupyterlab_server: '>=2.3.0,<3' - nbclient: '>=0.4.0,<0.8' - nbconvert: '>=6.4.5,<8' - python: '>=3.8' - traitlets: '>=5.0.3,<6' - websockets: '>=9' - url: https://conda.anaconda.org/conda-forge/noarch/voila-0.5.0-pyhd8ed1ab_0.conda - hash: - md5: 5683acb86ba4d7f5600c4b6db7772ec2 - sha256: 91de336c868a22571cdc0e54b594569dd262769875a387b922e8c01ae5dd02da - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/voila-0.5.0-pyhd8ed1ab_0.conda + sha256: 91de336c868a22571cdc0e54b594569dd262769875a387b922e8c01ae5dd02da + md5: 5683acb86ba4d7f5600c4b6db7772ec2 + depends: + - jupyter_client >=7.4.4,<=9 + - jupyter_core >=4.11.0 + - jupyter_server >=2.0.0,<3 + - jupyterlab_server >=2.3.0,<3 + - nbclient >=0.4.0,<0.8 + - nbconvert >=6.4.5,<8 + - python >=3.8 + - traitlets >=5.0.3,<6 + - websockets >=9 constrains: - ipywidgets =8 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 2484888 timestamp: 1692275824749 -- name: voila +- kind: conda + name: voila version: 0.5.0 - manager: conda - platform: osx-64 - dependencies: - jupyter_client: '>=7.4.4,<=9' - jupyter_core: '>=4.11.0' - jupyter_server: '>=2.0.0,<3' - jupyterlab_server: '>=2.3.0,<3' - nbclient: '>=0.4.0,<0.8' - nbconvert: '>=6.4.5,<8' - python: '>=3.8' - traitlets: '>=5.0.3,<6' - websockets: '>=9' - url: https://conda.anaconda.org/conda-forge/noarch/voila-0.5.0-pyhd8ed1ab_0.conda - hash: - md5: 5683acb86ba4d7f5600c4b6db7772ec2 - sha256: 91de336c868a22571cdc0e54b594569dd262769875a387b922e8c01ae5dd02da - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/voila-0.5.0-pyhd8ed1ab_0.conda + sha256: 91de336c868a22571cdc0e54b594569dd262769875a387b922e8c01ae5dd02da + md5: 5683acb86ba4d7f5600c4b6db7772ec2 + depends: + - jupyter_client >=7.4.4,<=9 + - jupyter_core >=4.11.0 + - jupyter_server >=2.0.0,<3 + - jupyterlab_server >=2.3.0,<3 + - nbclient >=0.4.0,<0.8 + - nbconvert >=6.4.5,<8 + - python >=3.8 + - traitlets >=5.0.3,<6 + - websockets >=9 constrains: - ipywidgets =8 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 2484888 timestamp: 1692275824749 -- name: voila +- kind: conda + name: voila version: 0.5.0 - manager: conda - platform: osx-arm64 - dependencies: - nbclient: '>=0.4.0,<0.8' - nbconvert: '>=6.4.5,<8' - python: '>=3.8' - traitlets: '>=5.0.3,<6' - jupyterlab_server: '>=2.3.0,<3' - jupyter_core: '>=4.11.0' - jupyter_server: '>=2.0.0,<3' - jupyter_client: '>=7.4.4,<=9' - websockets: '>=9' - url: https://conda.anaconda.org/conda-forge/noarch/voila-0.5.0-pyhd8ed1ab_0.conda - hash: - md5: 5683acb86ba4d7f5600c4b6db7772ec2 - sha256: 91de336c868a22571cdc0e54b594569dd262769875a387b922e8c01ae5dd02da - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/voila-0.5.0-pyhd8ed1ab_0.conda + sha256: 91de336c868a22571cdc0e54b594569dd262769875a387b922e8c01ae5dd02da + md5: 5683acb86ba4d7f5600c4b6db7772ec2 + depends: + - nbclient >=0.4.0,<0.8 + - nbconvert >=6.4.5,<8 + - python >=3.8 + - traitlets >=5.0.3,<6 + - jupyterlab_server >=2.3.0,<3 + - jupyter_core >=4.11.0 + - jupyter_server >=2.0.0,<3 + - jupyter_client >=7.4.4,<=9 + - websockets >=9 constrains: - ipywidgets =8 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 2484888 timestamp: 1692275824749 -- name: voila +- kind: conda + name: voila version: 0.5.0 - manager: conda - platform: win-64 - dependencies: - jupyter_client: '>=7.4.4,<=9' - jupyter_core: '>=4.11.0' - jupyter_server: '>=2.0.0,<3' - jupyterlab_server: '>=2.3.0,<3' - nbclient: '>=0.4.0,<0.8' - nbconvert: '>=6.4.5,<8' - python: '>=3.8' - traitlets: '>=5.0.3,<6' - websockets: '>=9' - url: https://conda.anaconda.org/conda-forge/noarch/voila-0.5.0-pyhd8ed1ab_0.conda - hash: - md5: 5683acb86ba4d7f5600c4b6db7772ec2 - sha256: 91de336c868a22571cdc0e54b594569dd262769875a387b922e8c01ae5dd02da - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/voila-0.5.0-pyhd8ed1ab_0.conda + sha256: 91de336c868a22571cdc0e54b594569dd262769875a387b922e8c01ae5dd02da + md5: 5683acb86ba4d7f5600c4b6db7772ec2 + depends: + - jupyter_client >=7.4.4,<=9 + - jupyter_core >=4.11.0 + - jupyter_server >=2.0.0,<3 + - jupyterlab_server >=2.3.0,<3 + - nbclient >=0.4.0,<0.8 + - nbconvert >=6.4.5,<8 + - python >=3.8 + - traitlets >=5.0.3,<6 + - websockets >=9 constrains: - ipywidgets =8 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 2484888 timestamp: 1692275824749 -- name: vs2015_runtime +- kind: conda + name: vs2015_runtime version: 14.36.32532 - manager: conda - platform: win-64 - dependencies: - vc14_runtime: '>=14.36.32532' - url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.36.32532-h05e6639_17.conda - hash: - md5: 4618046c39f7c81861e53ded842e738a - sha256: 5ecbd731dc7f13762d67be0eadc47eb7f14713005e430d9b5fc680e965ac0f81 - optional: false - category: main build: h05e6639_17 - arch: x86_64 - subdir: win-64 build_number: 17 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.36.32532-h05e6639_17.conda + sha256: 5ecbd731dc7f13762d67be0eadc47eb7f14713005e430d9b5fc680e965ac0f81 + md5: 4618046c39f7c81861e53ded842e738a + depends: + - vc14_runtime >=14.36.32532 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD size: 17207 timestamp: 1688020635322 -- name: wcwidth +- kind: conda + name: wcwidth + version: 0.2.6 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.6-pyhd8ed1ab_0.conda + sha256: c1bd0ad7d854cae56977b7915ac2b78b652fa5f7ec1e9fc21e7fdb30cf4519b1 + md5: 078979d33523cb477bd1916ce41aacc9 + depends: + - python >=3.6 + - backports.functools_lru_cache * + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 29133 + timestamp: 1673864747518 +- kind: conda + name: wcwidth version: 0.2.9 - manager: conda - platform: linux-64 - dependencies: - backports.functools_lru_cache: '*' - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.9-pyhd8ed1ab_0.conda - hash: - md5: 8e8280dec091763dfdc29e066de52270 - sha256: 7552f6545ed212b9ae5d023870481fc377c7f18b4854b63160699b95a420c42e - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.9-pyhd8ed1ab_0.conda + sha256: 7552f6545ed212b9ae5d023870481fc377c7f18b4854b63160699b95a420c42e + md5: 8e8280dec091763dfdc29e066de52270 + depends: + - backports.functools_lru_cache * + - python >=3.6 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 30316 timestamp: 1698744892384 -- name: wcwidth +- kind: conda + name: wcwidth version: 0.2.9 - manager: conda - platform: osx-64 - dependencies: - backports.functools_lru_cache: '*' - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.9-pyhd8ed1ab_0.conda - hash: - md5: 8e8280dec091763dfdc29e066de52270 - sha256: 7552f6545ed212b9ae5d023870481fc377c7f18b4854b63160699b95a420c42e - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.9-pyhd8ed1ab_0.conda + sha256: 7552f6545ed212b9ae5d023870481fc377c7f18b4854b63160699b95a420c42e + md5: 8e8280dec091763dfdc29e066de52270 + depends: + - backports.functools_lru_cache * + - python >=3.6 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 30316 timestamp: 1698744892384 -- name: wcwidth - version: 0.2.6 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.6' - backports.functools_lru_cache: '*' - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.6-pyhd8ed1ab_0.conda - hash: - md5: 078979d33523cb477bd1916ce41aacc9 - sha256: c1bd0ad7d854cae56977b7915ac2b78b652fa5f7ec1e9fc21e7fdb30cf4519b1 - optional: false - category: main +- kind: conda + name: wcwidth + version: 0.2.9 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 29133 - timestamp: 1673864747518 -- name: wcwidth - version: 0.2.9 - manager: conda - platform: win-64 - dependencies: - backports.functools_lru_cache: '*' - python: '>=3.6' url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.9-pyhd8ed1ab_0.conda - hash: - md5: 8e8280dec091763dfdc29e066de52270 - sha256: 7552f6545ed212b9ae5d023870481fc377c7f18b4854b63160699b95a420c42e - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 7552f6545ed212b9ae5d023870481fc377c7f18b4854b63160699b95a420c42e + md5: 8e8280dec091763dfdc29e066de52270 + depends: + - backports.functools_lru_cache * + - python >=3.6 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 30316 timestamp: 1698744892384 -- name: webcolors +- kind: conda + name: webcolors version: '1.13' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda - hash: - md5: 166212fe82dad8735550030488a01d03 - sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda + sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 + md5: 166212fe82dad8735550030488a01d03 + depends: + - python >=3.5 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 18186 timestamp: 1679900907305 -- name: webcolors +- kind: conda + name: webcolors version: '1.13' - manager: conda - platform: osx-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda - hash: - md5: 166212fe82dad8735550030488a01d03 - sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda + sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 + md5: 166212fe82dad8735550030488a01d03 + depends: + - python >=3.5 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 18186 timestamp: 1679900907305 -- name: webcolors +- kind: conda + name: webcolors version: '1.13' - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda - hash: - md5: 166212fe82dad8735550030488a01d03 - sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda + sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 + md5: 166212fe82dad8735550030488a01d03 + depends: + - python >=3.5 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 18186 timestamp: 1679900907305 -- name: webcolors +- kind: conda + name: webcolors version: '1.13' - manager: conda - platform: win-64 - dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda - hash: - md5: 166212fe82dad8735550030488a01d03 - sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda + sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 + md5: 166212fe82dad8735550030488a01d03 + depends: + - python >=3.5 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 18186 timestamp: 1679900907305 -- name: webencodings +- kind: conda + name: webencodings + version: 0.5.1 + build: py_1 + build_number: 1 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-py_1.tar.bz2 + sha256: 302f4f4bd1ad00c0be1426ecf6bb01db59cfd8aff3de0cf1596526dca1a6b70e + md5: 3563be4c5611a44210d9ba0c16113136 + depends: + - python * + arch: aarch64 + platform: osx + license: BSD 3-Clause + license_family: BSD + size: 11901 + timestamp: 1535427077373 +- kind: conda + name: webencodings version: 0.5.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=2.6' - url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda - hash: - md5: daf5160ff9cde3a468556965329085b9 - sha256: 2adf9bd5482802837bc8814cbe28d7b2a4cbd2e2c52e381329eaa283b3ed1944 - optional: false - category: main build: pyhd8ed1ab_2 - arch: x86_64 - subdir: linux-64 build_number: 2 + subdir: linux-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda + sha256: 2adf9bd5482802837bc8814cbe28d7b2a4cbd2e2c52e381329eaa283b3ed1944 + md5: daf5160ff9cde3a468556965329085b9 + depends: + - python >=2.6 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 15600 timestamp: 1694681458271 -- name: webencodings +- kind: conda + name: webencodings version: 0.5.1 - manager: conda - platform: osx-64 - dependencies: - python: '>=2.6' - url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda - hash: - md5: daf5160ff9cde3a468556965329085b9 - sha256: 2adf9bd5482802837bc8814cbe28d7b2a4cbd2e2c52e381329eaa283b3ed1944 - optional: false - category: main build: pyhd8ed1ab_2 - arch: x86_64 - subdir: osx-64 build_number: 2 + subdir: osx-64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda + sha256: 2adf9bd5482802837bc8814cbe28d7b2a4cbd2e2c52e381329eaa283b3ed1944 + md5: daf5160ff9cde3a468556965329085b9 + depends: + - python >=2.6 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 15600 timestamp: 1694681458271 -- name: webencodings +- kind: conda + name: webencodings version: 0.5.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '*' - url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-py_1.tar.bz2 - hash: - md5: 3563be4c5611a44210d9ba0c16113136 - sha256: 302f4f4bd1ad00c0be1426ecf6bb01db59cfd8aff3de0cf1596526dca1a6b70e - optional: false - category: main - build: py_1 - arch: aarch64 - subdir: osx-arm64 - build_number: 1 - license: BSD 3-Clause - license_family: BSD + build: pyhd8ed1ab_2 + build_number: 2 + subdir: win-64 noarch: python - size: 11901 - timestamp: 1535427077373 -- name: webencodings - version: 0.5.1 - manager: conda - platform: win-64 - dependencies: - python: '>=2.6' url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda - hash: - md5: daf5160ff9cde3a468556965329085b9 - sha256: 2adf9bd5482802837bc8814cbe28d7b2a4cbd2e2c52e381329eaa283b3ed1944 - optional: false - category: main - build: pyhd8ed1ab_2 + sha256: 2adf9bd5482802837bc8814cbe28d7b2a4cbd2e2c52e381329eaa283b3ed1944 + md5: daf5160ff9cde3a468556965329085b9 + depends: + - python >=2.6 arch: x86_64 - subdir: win-64 - build_number: 2 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 15600 timestamp: 1694681458271 -- name: websocket-client +- kind: conda + name: websocket-client + version: 1.6.1 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.1-pyhd8ed1ab_0.conda + sha256: c71cb65ac49692adb33735f3114b99a96c0c5140db1d56cf4ccef4fe92ea9a4c + md5: c34d9325a609381a0b0e8a5b4f325147 + depends: + - python >=3.7 + arch: aarch64 + platform: osx + license: Apache-2.0 + license_family: APACHE + size: 45578 + timestamp: 1687789305648 +- kind: conda + name: websocket-client version: 1.6.4 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.4-pyhd8ed1ab_0.conda - hash: - md5: bdb77b28cf16deac0eef431a068320e8 - sha256: df45b89862edcd7cd5180ec7b8c0c0ca9fb4d3f7d49ddafccdc76afcf50d8da6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.4-pyhd8ed1ab_0.conda + sha256: df45b89862edcd7cd5180ec7b8c0c0ca9fb4d3f7d49ddafccdc76afcf50d8da6 + md5: bdb77b28cf16deac0eef431a068320e8 + depends: + - python >=3.8 + arch: x86_64 + platform: linux license: Apache-2.0 license_family: APACHE - noarch: python size: 45866 timestamp: 1696770282111 -- name: websocket-client +- kind: conda + name: websocket-client version: 1.6.4 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.4-pyhd8ed1ab_0.conda - hash: - md5: bdb77b28cf16deac0eef431a068320e8 - sha256: df45b89862edcd7cd5180ec7b8c0c0ca9fb4d3f7d49ddafccdc76afcf50d8da6 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.4-pyhd8ed1ab_0.conda + sha256: df45b89862edcd7cd5180ec7b8c0c0ca9fb4d3f7d49ddafccdc76afcf50d8da6 + md5: bdb77b28cf16deac0eef431a068320e8 + depends: + - python >=3.8 + arch: x86_64 + platform: osx license: Apache-2.0 license_family: APACHE - noarch: python size: 45866 timestamp: 1696770282111 -- name: websocket-client - version: 1.6.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.1-pyhd8ed1ab_0.conda - hash: - md5: c34d9325a609381a0b0e8a5b4f325147 - sha256: c71cb65ac49692adb33735f3114b99a96c0c5140db1d56cf4ccef4fe92ea9a4c - optional: false - category: main +- kind: conda + name: websocket-client + version: 1.6.4 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE + subdir: win-64 noarch: python - size: 45578 - timestamp: 1687789305648 -- name: websocket-client - version: 1.6.4 - manager: conda - platform: win-64 - dependencies: - python: '>=3.8' url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.6.4-pyhd8ed1ab_0.conda - hash: - md5: bdb77b28cf16deac0eef431a068320e8 - sha256: df45b89862edcd7cd5180ec7b8c0c0ca9fb4d3f7d49ddafccdc76afcf50d8da6 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: df45b89862edcd7cd5180ec7b8c0c0ca9fb4d3f7d49ddafccdc76afcf50d8da6 + md5: bdb77b28cf16deac0eef431a068320e8 + depends: + - python >=3.8 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: Apache-2.0 license_family: APACHE - noarch: python size: 45866 timestamp: 1696770282111 -- name: websockets +- kind: conda + name: websockets + version: 11.0.3 + build: py310h2aa6e3c_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/websockets-11.0.3-py310h2aa6e3c_0.conda + sha256: 805b2e1cba560a232ce39752928f086e18cae857770f915e3e925a7437b53715 + md5: 6901a3ba39a88a922479c0e0f43f9701 + depends: + - python >=3.10,<3.11.0a0 *_cpython + - python_abi 3.10.* *_cp310 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 160055 + timestamp: 1683550836283 +- kind: conda + name: websockets version: '12.0' - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/linux-64/websockets-12.0-py310h2372a71_0.conda - hash: - md5: a2d6cc6969e6ad501584d0d6c6762fab - sha256: 9d99b58e2eb349124198a41a254bedd3543f43522f51bf086bfe3e87a2a6647b - optional: false - category: main build: py310h2372a71_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/websockets-12.0-py310h2372a71_0.conda + sha256: 9d99b58e2eb349124198a41a254bedd3543f43522f51bf086bfe3e87a2a6647b + md5: a2d6cc6969e6ad501584d0d6c6762fab + depends: + - libgcc-ng >=12 + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 158640 timestamp: 1697914848325 -- name: websockets +- kind: conda + name: websockets version: '12.0' - manager: conda - platform: osx-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-64/websockets-12.0-py310hb372a2b_0.conda - hash: - md5: 910b943243f502a7b3d77cbce4b489a6 - sha256: 7ca257b4015a844e1243e3cf2622577093f1e2fa897ba1cef2b9a7e64ebe88b6 - optional: false - category: main - build: py310hb372a2b_0 + build: py310h8d17308_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/websockets-12.0-py310h8d17308_0.conda + sha256: 289cd2c31b120e7a92234dc8b974afc9bfb7defc3bb7fdeaa6cef4bb049fc678 + md5: deeaffde8a9eb39babee835eff6c32b8 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 arch: x86_64 - subdir: osx-64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD - size: 159383 - timestamp: 1697914931990 -- name: websockets - version: 11.0.3 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.10,<3.11.0a0 *_cpython' - python_abi: 3.10.* *_cp310 - url: https://conda.anaconda.org/conda-forge/osx-arm64/websockets-11.0.3-py310h2aa6e3c_0.conda - hash: - md5: 6901a3ba39a88a922479c0e0f43f9701 - sha256: 805b2e1cba560a232ce39752928f086e18cae857770f915e3e925a7437b53715 - optional: false - category: main - build: py310h2aa6e3c_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - size: 160055 - timestamp: 1683550836283 -- name: websockets + size: 161802 + timestamp: 1697915120385 +- kind: conda + name: websockets version: '12.0' - manager: conda - platform: win-64 - dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* *_cp310 - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/websockets-12.0-py310h8d17308_0.conda - hash: - md5: deeaffde8a9eb39babee835eff6c32b8 - sha256: 289cd2c31b120e7a92234dc8b974afc9bfb7defc3bb7fdeaa6cef4bb049fc678 - optional: false - category: main - build: py310h8d17308_0 + build: py310hb372a2b_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/websockets-12.0-py310hb372a2b_0.conda + sha256: 7ca257b4015a844e1243e3cf2622577093f1e2fa897ba1cef2b9a7e64ebe88b6 + md5: 910b943243f502a7b3d77cbce4b489a6 + depends: + - python >=3.10,<3.11.0a0 + - python_abi 3.10.* *_cp310 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: osx license: BSD-3-Clause license_family: BSD - size: 161802 - timestamp: 1697915120385 -- name: wheel + size: 159383 + timestamp: 1697914931990 +- kind: conda + name: wheel + version: 0.41.1 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.1-pyhd8ed1ab_0.conda + sha256: a27e2c2709245386ebffae865650b5d3f383530b809480c3083f7ae258759303 + md5: 8f467ba2db2b5470d297953d9c1f9c7d + depends: + - python >=3.7 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 57374 + timestamp: 1691249256363 +- kind: conda + name: wheel version: 0.41.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.3-pyhd8ed1ab_0.conda - hash: - md5: 3fc026b9c87d091c4b34a6c997324ae8 - sha256: 84c3b57fba778add2bd47b7cc70e86f746d2c55549ffd2ccb6f3d6bf7c94d21d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.3-pyhd8ed1ab_0.conda + sha256: 84c3b57fba778add2bd47b7cc70e86f746d2c55549ffd2ccb6f3d6bf7c94d21d + md5: 3fc026b9c87d091c4b34a6c997324ae8 + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 57901 timestamp: 1698670970223 -- name: wheel +- kind: conda + name: wheel version: 0.41.3 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.3-pyhd8ed1ab_0.conda - hash: - md5: 3fc026b9c87d091c4b34a6c997324ae8 - sha256: 84c3b57fba778add2bd47b7cc70e86f746d2c55549ffd2ccb6f3d6bf7c94d21d - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.3-pyhd8ed1ab_0.conda + sha256: 84c3b57fba778add2bd47b7cc70e86f746d2c55549ffd2ccb6f3d6bf7c94d21d + md5: 3fc026b9c87d091c4b34a6c997324ae8 + depends: + - python >=3.7 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 57901 timestamp: 1698670970223 -- name: wheel - version: 0.41.1 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.1-pyhd8ed1ab_0.conda - hash: - md5: 8f467ba2db2b5470d297953d9c1f9c7d - sha256: a27e2c2709245386ebffae865650b5d3f383530b809480c3083f7ae258759303 - optional: false - category: main +- kind: conda + name: wheel + version: 0.41.3 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 57374 - timestamp: 1691249256363 -- name: wheel - version: 0.41.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.41.3-pyhd8ed1ab_0.conda - hash: - md5: 3fc026b9c87d091c4b34a6c997324ae8 - sha256: 84c3b57fba778add2bd47b7cc70e86f746d2c55549ffd2ccb6f3d6bf7c94d21d - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 84c3b57fba778add2bd47b7cc70e86f746d2c55549ffd2ccb6f3d6bf7c94d21d + md5: 3fc026b9c87d091c4b34a6c997324ae8 + depends: + - python >=3.7 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 57901 timestamp: 1698670970223 -- name: widgetsnbextension +- kind: conda + name: widgetsnbextension + version: 4.0.8 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.8-pyhd8ed1ab_0.conda + sha256: a73d34f8169e206bccfb356c093ff5ced803b953bbcc1480ed27976f97598d68 + md5: 2e9ebddf0b93d0fb203d0906b8052c4f + depends: + - python >=3.7 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 1071462 + timestamp: 1688504576796 +- kind: conda + name: widgetsnbextension version: 4.0.9 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.9-pyhd8ed1ab_0.conda - hash: - md5: 82617d07b2f5f5a96296d3c19684b37a - sha256: 35dd47b3c117cd759ac46da0b69064bebccd94862e795615ee65dbbe3e6cd86b - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.9-pyhd8ed1ab_0.conda + sha256: 35dd47b3c117cd759ac46da0b69064bebccd94862e795615ee65dbbe3e6cd86b + md5: 82617d07b2f5f5a96296d3c19684b37a + depends: + - python >=3.7 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD - noarch: python size: 885957 timestamp: 1694598840024 -- name: widgetsnbextension +- kind: conda + name: widgetsnbextension version: 4.0.9 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.7' + build: pyhd8ed1ab_0 + subdir: osx-64 + noarch: python url: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.9-pyhd8ed1ab_0.conda - hash: - md5: 82617d07b2f5f5a96296d3c19684b37a - sha256: 35dd47b3c117cd759ac46da0b69064bebccd94862e795615ee65dbbe3e6cd86b - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 35dd47b3c117cd759ac46da0b69064bebccd94862e795615ee65dbbe3e6cd86b + md5: 82617d07b2f5f5a96296d3c19684b37a + depends: + - python >=3.7 arch: x86_64 - subdir: osx-64 - build_number: 0 + platform: osx license: BSD-3-Clause license_family: BSD - noarch: python size: 885957 timestamp: 1694598840024 -- name: widgetsnbextension - version: 4.0.8 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.8-pyhd8ed1ab_0.conda - hash: - md5: 2e9ebddf0b93d0fb203d0906b8052c4f - sha256: a73d34f8169e206bccfb356c093ff5ced803b953bbcc1480ed27976f97598d68 - optional: false - category: main +- kind: conda + name: widgetsnbextension + version: 4.0.9 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: BSD-3-Clause - license_family: BSD + subdir: win-64 noarch: python - size: 1071462 - timestamp: 1688504576796 -- name: widgetsnbextension - version: 4.0.9 - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' url: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.9-pyhd8ed1ab_0.conda - hash: - md5: 82617d07b2f5f5a96296d3c19684b37a - sha256: 35dd47b3c117cd759ac46da0b69064bebccd94862e795615ee65dbbe3e6cd86b - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: 35dd47b3c117cd759ac46da0b69064bebccd94862e795615ee65dbbe3e6cd86b + md5: 82617d07b2f5f5a96296d3c19684b37a + depends: + - python >=3.7 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - noarch: python size: 885957 timestamp: 1694598840024 -- name: win_inet_pton +- kind: conda + name: win_inet_pton version: 1.1.0 - manager: conda - platform: win-64 - dependencies: - __win: '*' - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 - hash: - md5: 30878ecc4bd36e8deeea1e3c151b2e0b - sha256: a11ae693a0645bf6c7b8a47bac030be9c0967d0b1924537b9ff7458e832c0511 - optional: false - category: main build: pyhd8ed1ab_6 - arch: x86_64 - subdir: win-64 build_number: 6 - license: PUBLIC-DOMAIN + subdir: win-64 noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 + sha256: a11ae693a0645bf6c7b8a47bac030be9c0967d0b1924537b9ff7458e832c0511 + md5: 30878ecc4bd36e8deeea1e3c151b2e0b + depends: + - __win * + - python >=3.6 + arch: x86_64 + platform: win + license: PUBLIC-DOMAIN size: 8191 timestamp: 1667051294134 -- name: winpty +- kind: conda + name: winpty version: 0.4.3 - manager: conda - platform: win-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/win-64/winpty-0.4.3-4.tar.bz2 - hash: - md5: 1cee351bf20b830d991dbe0bc8cd7dfe - sha256: 9df10c5b607dd30e05ba08cbd940009305c75db242476f4e845ea06008b0a283 - optional: false - category: main build: '4' - arch: x86_64 - subdir: win-64 build_number: 4 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/winpty-0.4.3-4.tar.bz2 + sha256: 9df10c5b607dd30e05ba08cbd940009305c75db242476f4e845ea06008b0a283 + md5: 1cee351bf20b830d991dbe0bc8cd7dfe + arch: x86_64 + platform: win license: MIT license_family: MIT size: 1176306 -- name: wsproto +- kind: conda + name: wsproto version: 1.2.0 - manager: conda - platform: linux-64 - dependencies: - h11: '>=0.9.0,<1.0' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/wsproto-1.2.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 00ba804b54f451d102f6a7615f08470d - sha256: 66bd3f2db31fb62a2ff1f48d2c69ccdd2fa4467741149a0ad5c0bd097e0ac0e7 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/wsproto-1.2.0-pyhd8ed1ab_0.tar.bz2 + sha256: 66bd3f2db31fb62a2ff1f48d2c69ccdd2fa4467741149a0ad5c0bd097e0ac0e7 + md5: 00ba804b54f451d102f6a7615f08470d + depends: + - h11 >=0.9.0,<1.0 + - python >=3.7 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 24731 timestamp: 1661356453883 -- name: wsproto +- kind: conda + name: wsproto version: 1.2.0 - manager: conda - platform: osx-64 - dependencies: - h11: '>=0.9.0,<1.0' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/wsproto-1.2.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 00ba804b54f451d102f6a7615f08470d - sha256: 66bd3f2db31fb62a2ff1f48d2c69ccdd2fa4467741149a0ad5c0bd097e0ac0e7 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/wsproto-1.2.0-pyhd8ed1ab_0.tar.bz2 + sha256: 66bd3f2db31fb62a2ff1f48d2c69ccdd2fa4467741149a0ad5c0bd097e0ac0e7 + md5: 00ba804b54f451d102f6a7615f08470d + depends: + - h11 >=0.9.0,<1.0 + - python >=3.7 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 24731 timestamp: 1661356453883 -- name: wsproto +- kind: conda + name: wsproto version: 1.2.0 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.7' - h11: '>=0.9.0,<1.0' - url: https://conda.anaconda.org/conda-forge/noarch/wsproto-1.2.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 00ba804b54f451d102f6a7615f08470d - sha256: 66bd3f2db31fb62a2ff1f48d2c69ccdd2fa4467741149a0ad5c0bd097e0ac0e7 - optional: false - category: main build: pyhd8ed1ab_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/wsproto-1.2.0-pyhd8ed1ab_0.tar.bz2 + sha256: 66bd3f2db31fb62a2ff1f48d2c69ccdd2fa4467741149a0ad5c0bd097e0ac0e7 + md5: 00ba804b54f451d102f6a7615f08470d + depends: + - python >=3.7 + - h11 >=0.9.0,<1.0 + arch: aarch64 + platform: osx license: MIT license_family: MIT - noarch: python size: 24731 timestamp: 1661356453883 -- name: wsproto +- kind: conda + name: wsproto version: 1.2.0 - manager: conda - platform: win-64 - dependencies: - h11: '>=0.9.0,<1.0' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/wsproto-1.2.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 00ba804b54f451d102f6a7615f08470d - sha256: 66bd3f2db31fb62a2ff1f48d2c69ccdd2fa4467741149a0ad5c0bd097e0ac0e7 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/wsproto-1.2.0-pyhd8ed1ab_0.tar.bz2 + sha256: 66bd3f2db31fb62a2ff1f48d2c69ccdd2fa4467741149a0ad5c0bd097e0ac0e7 + md5: 00ba804b54f451d102f6a7615f08470d + depends: + - h11 >=0.9.0,<1.0 + - python >=3.7 + arch: x86_64 + platform: win license: MIT license_family: MIT - noarch: python size: 24731 timestamp: 1661356453883 -- name: xorg-fixesproto +- kind: conda + name: xorg-fixesproto version: '5.0' - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - xorg-xextproto: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-fixesproto-5.0-h7f98852_1002.tar.bz2 - hash: - md5: 65ad6e1eb4aed2b0611855aff05e04f6 - sha256: 5d2af1b40f82128221bace9466565eca87c97726bb80bbfcd03871813f3e1876 - optional: false - category: main build: h7f98852_1002 - arch: x86_64 - subdir: linux-64 build_number: 1002 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-fixesproto-5.0-h7f98852_1002.tar.bz2 + sha256: 5d2af1b40f82128221bace9466565eca87c97726bb80bbfcd03871813f3e1876 + md5: 65ad6e1eb4aed2b0611855aff05e04f6 + depends: + - libgcc-ng >=9.3.0 + - xorg-xextproto * + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 9122 timestamp: 1617479697350 -- name: xorg-inputproto +- kind: conda + name: xorg-inputproto version: 2.3.2 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-inputproto-2.3.2-h7f98852_1002.tar.bz2 - hash: - md5: bcd1b3396ec6960cbc1d2855a9e60b2b - sha256: 6c8c2803de0f643f8bad16ece3f9a7259e4a49247543239c182d66d5e3a129a7 - optional: false - category: main build: h7f98852_1002 - arch: x86_64 - subdir: linux-64 build_number: 1002 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-inputproto-2.3.2-h7f98852_1002.tar.bz2 + sha256: 6c8c2803de0f643f8bad16ece3f9a7259e4a49247543239c182d66d5e3a129a7 + md5: bcd1b3396ec6960cbc1d2855a9e60b2b + depends: + - libgcc-ng >=9.3.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 19602 timestamp: 1610027678228 -- name: xorg-kbproto +- kind: conda + name: xorg-kbproto version: 1.0.7 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-kbproto-1.0.7-h7f98852_1002.tar.bz2 - hash: - md5: 4b230e8381279d76131116660f5a241a - sha256: e90b0a6a5d41776f11add74aa030f789faf4efd3875c31964d6f9cfa63a10dd1 - optional: false - category: main build: h7f98852_1002 - arch: x86_64 - subdir: linux-64 build_number: 1002 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-kbproto-1.0.7-h7f98852_1002.tar.bz2 + sha256: e90b0a6a5d41776f11add74aa030f789faf4efd3875c31964d6f9cfa63a10dd1 + md5: 4b230e8381279d76131116660f5a241a + depends: + - libgcc-ng >=9.3.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 27338 timestamp: 1610027759842 -- name: xorg-libice +- kind: conda + name: xorg-libice version: 1.1.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda - hash: - md5: b462a33c0be1421532f28bfe8f4a7514 - sha256: 5aa9b3682285bb2bf1a8adc064cb63aff76ef9178769740d855abb42b0d24236 - optional: false - category: main build: hd590300_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda + sha256: 5aa9b3682285bb2bf1a8adc064cb63aff76ef9178769740d855abb42b0d24236 + md5: b462a33c0be1421532f28bfe8f4a7514 + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 58469 timestamp: 1685307573114 -- name: xorg-libsm +- kind: conda + name: xorg-libsm version: 1.2.4 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libuuid: '>=2.38.1,<3.0a0' - xorg-libice: '>=1.1.1,<2.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda - hash: - md5: 93ee23f12bc2e684548181256edd2cf6 - sha256: 089ad5f0453c604e18985480218a84b27009e9e6de9a0fa5f4a20b8778ede1f1 - optional: false - category: main build: h7391055_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda + sha256: 089ad5f0453c604e18985480218a84b27009e9e6de9a0fa5f4a20b8778ede1f1 + md5: 93ee23f12bc2e684548181256edd2cf6 + depends: + - libgcc-ng >=12 + - libuuid >=2.38.1,<3.0a0 + - xorg-libice >=1.1.1,<2.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 27433 timestamp: 1685453649160 -- name: xorg-libx11 +- kind: conda + name: xorg-libx11 version: 1.8.7 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.15,<1.16.0a0' - xorg-kbproto: '*' - xorg-xextproto: '>=7.3.0,<8.0a0' - xorg-xproto: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.7-h8ee46fc_0.conda - hash: - md5: 49e482d882669206653b095f5206c05b - sha256: 7a02a7beac472ae2759498550b5fc5261bf5be7a9a2b4648a3f67818a7bfefcf - optional: false - category: main build: h8ee46fc_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.7-h8ee46fc_0.conda + sha256: 7a02a7beac472ae2759498550b5fc5261bf5be7a9a2b4648a3f67818a7bfefcf + md5: 49e482d882669206653b095f5206c05b + depends: + - libgcc-ng >=12 + - libxcb >=1.15,<1.16.0a0 + - xorg-kbproto * + - xorg-xextproto >=7.3.0,<8.0a0 + - xorg-xproto * + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 828692 timestamp: 1697056910935 -- name: xorg-libxau - version: 1.0.11 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda - hash: - md5: 2c80dc38fface310c9bd81b17037fee5 - sha256: 309751371d525ce50af7c87811b435c176915239fc9e132b99a25d5e1703f2d4 - optional: false - category: main - build: hd590300_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - size: 14468 - timestamp: 1684637984591 -- name: xorg-libxau +- kind: conda + name: xorg-libxau version: 1.0.11 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda - hash: - md5: 9566b4c29274125b0266d0177b5eb97b - sha256: 8a2e398c4f06f10c64e69f56bcf3ddfa30b432201446a0893505e735b346619a - optional: false - category: main build: h0dc2134_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda + sha256: 8a2e398c4f06f10c64e69f56bcf3ddfa30b432201446a0893505e735b346619a + md5: 9566b4c29274125b0266d0177b5eb97b + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 13071 timestamp: 1684638167647 -- name: xorg-libxau +- kind: conda + name: xorg-libxau version: 1.0.11 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.11-hb547adb_0.conda - hash: - md5: ca73dc4f01ea91e44e3ed76602c5ea61 - sha256: 02c313a1cada46912e5b9bdb355cfb4534bfe22143b4ea4ecc419690e793023b - optional: false - category: main build: hb547adb_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.11-hb547adb_0.conda + sha256: 02c313a1cada46912e5b9bdb355cfb4534bfe22143b4ea4ecc419690e793023b + md5: ca73dc4f01ea91e44e3ed76602c5ea61 + arch: aarch64 + platform: osx license: MIT license_family: MIT size: 13667 timestamp: 1684638272445 -- name: xorg-libxau +- kind: conda + name: xorg-libxau version: 1.0.11 - manager: conda - platform: win-64 - dependencies: - m2w64-gcc-libs: '*' - m2w64-gcc-libs-core: '*' - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda - hash: - md5: c46ba8712093cb0114404ae8a7582e1a - sha256: 8c5b976e3b36001bdefdb41fb70415f9c07eff631f1f0155f3225a7649320e77 - optional: false - category: main build: hcd874cb_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda + sha256: 8c5b976e3b36001bdefdb41fb70415f9c07eff631f1f0155f3225a7649320e77 + md5: c46ba8712093cb0114404ae8a7582e1a + depends: + - m2w64-gcc-libs * + - m2w64-gcc-libs-core * + arch: x86_64 + platform: win license: MIT license_family: MIT size: 51297 timestamp: 1684638355740 -- name: xorg-libxdmcp - version: 1.1.3 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.3-h7f98852_0.tar.bz2 - hash: - md5: be93aabceefa2fac576e971aef407908 - sha256: 4df7c5ee11b8686d3453e7f3f4aa20ceef441262b49860733066c52cfd0e4a77 - optional: false - category: main - build: h7f98852_0 - arch: x86_64 +- kind: conda + name: xorg-libxau + version: 1.0.11 + build: hd590300_0 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda + sha256: 309751371d525ce50af7c87811b435c176915239fc9e132b99a25d5e1703f2d4 + md5: 2c80dc38fface310c9bd81b17037fee5 + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: MIT license_family: MIT - size: 19126 - timestamp: 1610071769228 -- name: xorg-libxdmcp + size: 14468 + timestamp: 1684637984591 +- kind: conda + name: xorg-libxdmcp + version: 1.1.3 + build: h27ca646_0 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.3-h27ca646_0.tar.bz2 + sha256: d9a2fb4762779994718832f05a7d62ab2dcf6103a312235267628b5187ce88f7 + md5: 6738b13f7fadc18725965abdd4129c36 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 18164 + timestamp: 1610071737668 +- kind: conda + name: xorg-libxdmcp version: 1.1.3 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.3-h35c211d_0.tar.bz2 - hash: - md5: 86ac76d6bf1cbb9621943eb3bd9ae36e - sha256: 485421c16f03a01b8ed09984e0b2ababdbb3527e1abf354ff7646f8329be905f - optional: false - category: main build: h35c211d_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.3-h35c211d_0.tar.bz2 + sha256: 485421c16f03a01b8ed09984e0b2ababdbb3527e1abf354ff7646f8329be905f + md5: 86ac76d6bf1cbb9621943eb3bd9ae36e + arch: x86_64 + platform: osx license: MIT license_family: MIT size: 17225 timestamp: 1610071995461 -- name: xorg-libxdmcp +- kind: conda + name: xorg-libxdmcp version: 1.1.3 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.3-h27ca646_0.tar.bz2 - hash: - md5: 6738b13f7fadc18725965abdd4129c36 - sha256: d9a2fb4762779994718832f05a7d62ab2dcf6103a312235267628b5187ce88f7 - optional: false - category: main - build: h27ca646_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 + build: h7f98852_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.3-h7f98852_0.tar.bz2 + sha256: 4df7c5ee11b8686d3453e7f3f4aa20ceef441262b49860733066c52cfd0e4a77 + md5: be93aabceefa2fac576e971aef407908 + depends: + - libgcc-ng >=9.3.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT - size: 18164 - timestamp: 1610071737668 -- name: xorg-libxdmcp + size: 19126 + timestamp: 1610071769228 +- kind: conda + name: xorg-libxdmcp version: 1.1.3 - manager: conda - platform: win-64 - dependencies: - m2w64-gcc-libs: '*' - url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 - hash: - md5: 46878ebb6b9cbd8afcf8088d7ef00ece - sha256: f51205d33c07d744ec177243e5d9b874002910c731954f2c8da82459be462b93 - optional: false - category: main build: hcd874cb_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 + sha256: f51205d33c07d744ec177243e5d9b874002910c731954f2c8da82459be462b93 + md5: 46878ebb6b9cbd8afcf8088d7ef00ece + depends: + - m2w64-gcc-libs * + arch: x86_64 + platform: win license: MIT license_family: MIT size: 67908 timestamp: 1610072296570 -- name: xorg-libxext +- kind: conda + name: xorg-libxext version: 1.3.4 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - xorg-libx11: '>=1.7.2,<2.0a0' - xorg-xextproto: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda - hash: - md5: 82b6df12252e6f32402b96dacc656fec - sha256: 73e5cfbdff41ef8a844441f884412aa5a585a0f0632ec901da035a03e1fe1249 - optional: false - category: main build: h0b41bf4_2 - arch: x86_64 - subdir: linux-64 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda + sha256: 73e5cfbdff41ef8a844441f884412aa5a585a0f0632ec901da035a03e1fe1249 + md5: 82b6df12252e6f32402b96dacc656fec + depends: + - libgcc-ng >=12 + - xorg-libx11 >=1.7.2,<2.0a0 + - xorg-xextproto * + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 50143 timestamp: 1677036907815 -- name: xorg-libxfixes +- kind: conda + name: xorg-libxfixes version: 5.0.3 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - xorg-fixesproto: '*' - xorg-libx11: '>=1.7.0,<2.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-5.0.3-h7f98852_1004.tar.bz2 - hash: - md5: e9a21aa4d5e3e5f1aed71e8cefd46b6a - sha256: 1e426a1abb774ef1dcf741945ed5c42ad12ea2dc7aeed7682d293879c3e1e4c3 - optional: false - category: main build: h7f98852_1004 - arch: x86_64 - subdir: linux-64 build_number: 1004 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxfixes-5.0.3-h7f98852_1004.tar.bz2 + sha256: 1e426a1abb774ef1dcf741945ed5c42ad12ea2dc7aeed7682d293879c3e1e4c3 + md5: e9a21aa4d5e3e5f1aed71e8cefd46b6a + depends: + - libgcc-ng >=9.3.0 + - xorg-fixesproto * + - xorg-libx11 >=1.7.0,<2.0a0 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 18145 timestamp: 1617717802636 -- name: xorg-libxi +- kind: conda + name: xorg-libxi version: 1.7.10 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - xorg-inputproto: '*' - xorg-libx11: '>=1.7.0,<2.0a0' - xorg-libxext: 1.3.* - xorg-libxfixes: 5.0.* - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.7.10-h7f98852_0.tar.bz2 - hash: - md5: e77615e5141cad5a2acaa043d1cf0ca5 - sha256: 745c1284a96b4282fe6fe122b2643e1e8c26a7ff40b733a8f4b61357238c4e68 - optional: false - category: main build: h7f98852_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxi-1.7.10-h7f98852_0.tar.bz2 + sha256: 745c1284a96b4282fe6fe122b2643e1e8c26a7ff40b733a8f4b61357238c4e68 + md5: e77615e5141cad5a2acaa043d1cf0ca5 + depends: + - libgcc-ng >=9.3.0 + - xorg-inputproto * + - xorg-libx11 >=1.7.0,<2.0a0 + - xorg-libxext 1.3.* + - xorg-libxfixes 5.0.* + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 47287 timestamp: 1620070911951 -- name: xorg-libxrender +- kind: conda + name: xorg-libxrender version: 0.9.11 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - xorg-libx11: '>=1.8.6,<2.0a0' - xorg-renderproto: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda - hash: - md5: ed67c36f215b310412b2af935bf3e530 - sha256: 26da4d1911473c965c32ce2b4ff7572349719eaacb88a066db8d968a4132c3f7 - optional: false - category: main build: hd590300_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda + sha256: 26da4d1911473c965c32ce2b4ff7572349719eaacb88a066db8d968a4132c3f7 + md5: ed67c36f215b310412b2af935bf3e530 + depends: + - libgcc-ng >=12 + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-renderproto * + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 37770 timestamp: 1688300707994 -- name: xorg-libxt +- kind: conda + name: xorg-libxt version: 1.3.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - xorg-kbproto: '*' - xorg-libice: '>=1.1.1,<2.0a0' - xorg-libsm: '>=1.2.4,<2.0a0' - xorg-libx11: '>=1.8.6,<2.0a0' - xorg-xproto: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxt-1.3.0-hd590300_1.conda - hash: - md5: ae92aab42726eb29d16488924f7312cb - sha256: e7648d1efe2e858c4bc63ccf4a637c841dc971b37ded85a01be97a5e240fecfa - optional: false - category: main build: hd590300_1 - arch: x86_64 - subdir: linux-64 build_number: 1 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxt-1.3.0-hd590300_1.conda + sha256: e7648d1efe2e858c4bc63ccf4a637c841dc971b37ded85a01be97a5e240fecfa + md5: ae92aab42726eb29d16488924f7312cb + depends: + - libgcc-ng >=12 + - xorg-kbproto * + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.6,<2.0a0 + - xorg-xproto * + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 379256 timestamp: 1690288540492 -- name: xorg-libxtst +- kind: conda + name: xorg-libxtst version: 1.2.3 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - xorg-inputproto: '*' - xorg-libx11: '>=1.7.1,<2.0a0' - xorg-libxext: 1.3.* - xorg-libxi: 1.7.* - xorg-recordproto: '*' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.3-h7f98852_1002.tar.bz2 - hash: - md5: a220b1a513e19d5cb56c1311d44f12e6 - sha256: 9a51ae2869b9a47735539dada9d85534418a765d1461c9f91fe7564f3ee75e87 - optional: false - category: main build: h7f98852_1002 - arch: x86_64 - subdir: linux-64 build_number: 1002 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxtst-1.2.3-h7f98852_1002.tar.bz2 + sha256: 9a51ae2869b9a47735539dada9d85534418a765d1461c9f91fe7564f3ee75e87 + md5: a220b1a513e19d5cb56c1311d44f12e6 + depends: + - libgcc-ng >=9.3.0 + - xorg-inputproto * + - xorg-libx11 >=1.7.1,<2.0a0 + - xorg-libxext 1.3.* + - xorg-libxi 1.7.* + - xorg-recordproto * + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 32110 timestamp: 1621515716498 -- name: xorg-recordproto +- kind: conda + name: xorg-recordproto version: 1.14.2 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-recordproto-1.14.2-h7f98852_1002.tar.bz2 - hash: - md5: 2f835e6c386e73c6faaddfe9eda67e98 - sha256: 4b91d48fed368c83eafd03891ebfd5bae0a03adc087ebea8a680ae22da99a85f - optional: false - category: main build: h7f98852_1002 - arch: x86_64 - subdir: linux-64 build_number: 1002 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-recordproto-1.14.2-h7f98852_1002.tar.bz2 + sha256: 4b91d48fed368c83eafd03891ebfd5bae0a03adc087ebea8a680ae22da99a85f + md5: 2f835e6c386e73c6faaddfe9eda67e98 + depends: + - libgcc-ng >=9.3.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 8014 timestamp: 1621340029114 -- name: xorg-renderproto +- kind: conda + name: xorg-renderproto version: 0.11.1 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-renderproto-0.11.1-h7f98852_1002.tar.bz2 - hash: - md5: 06feff3d2634e3097ce2fe681474b534 - sha256: 38942930f233d1898594dd9edf4b0c0786f3dbc12065a0c308634c37fd936034 - optional: false - category: main build: h7f98852_1002 - arch: x86_64 - subdir: linux-64 build_number: 1002 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-renderproto-0.11.1-h7f98852_1002.tar.bz2 + sha256: 38942930f233d1898594dd9edf4b0c0786f3dbc12065a0c308634c37fd936034 + md5: 06feff3d2634e3097ce2fe681474b534 + depends: + - libgcc-ng >=9.3.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 9621 timestamp: 1614866326326 -- name: xorg-xextproto +- kind: conda + name: xorg-xextproto version: 7.3.0 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-h0b41bf4_1003.conda - hash: - md5: bce9f945da8ad2ae9b1d7165a64d0f87 - sha256: b8dda3b560e8a7830fe23be1c58cc41f407b2e20ae2f3b6901eb5842ba62b743 - optional: false - category: main build: h0b41bf4_1003 - arch: x86_64 - subdir: linux-64 build_number: 1003 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-h0b41bf4_1003.conda + sha256: b8dda3b560e8a7830fe23be1c58cc41f407b2e20ae2f3b6901eb5842ba62b743 + md5: bce9f945da8ad2ae9b1d7165a64d0f87 + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 30270 timestamp: 1677036833037 -- name: xorg-xproto +- kind: conda + name: xorg-xproto version: 7.0.31 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.3.0' - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xproto-7.0.31-h7f98852_1007.tar.bz2 - hash: - md5: b4a4381d54784606820704f7b5f05a15 - sha256: f197bb742a17c78234c24605ad1fe2d88b1d25f332b75d73e5ba8cf8fbc2a10d - optional: false - category: main build: h7f98852_1007 - arch: x86_64 - subdir: linux-64 build_number: 1007 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xproto-7.0.31-h7f98852_1007.tar.bz2 + sha256: f197bb742a17c78234c24605ad1fe2d88b1d25f332b75d73e5ba8cf8fbc2a10d + md5: b4a4381d54784606820704f7b5f05a15 + depends: + - libgcc-ng >=9.3.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT size: 74922 timestamp: 1607291557628 -- name: xz +- kind: conda + name: xz version: 5.2.6 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 - hash: - md5: 2161070d867d1b1204ea749c8eec4ef0 - sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 - optional: false - category: main build: h166bdaf_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + 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 + arch: x86_64 + platform: linux license: LGPL-2.1 and GPL-2.0 size: 418368 timestamp: 1660346797927 -- name: xz +- kind: conda + name: xz version: 5.2.6 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 - hash: - md5: a72f9d4ea13d55d745ff1ed594747f10 - sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 - optional: false - category: main - build: h775f41a_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: LGPL-2.1 and GPL-2.0 - size: 238119 - timestamp: 1660346964847 -- name: xz - version: 5.2.6 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 - hash: - md5: 39c6b54e94014701dd157f4f576ed211 - sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec - optional: false - category: main build: h57fd34a_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 + sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec + md5: 39c6b54e94014701dd157f4f576ed211 + arch: aarch64 + platform: osx license: LGPL-2.1 and GPL-2.0 size: 235693 timestamp: 1660346961024 -- name: xz +- kind: conda + name: xz version: 5.2.6 - manager: conda - platform: win-64 - dependencies: - vc: '>=14.1,<15' - vs2015_runtime: '>=14.16.27033' - url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 - hash: - md5: 515d77642eaa3639413c6b1bc3f94219 - sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 - optional: false - category: main - build: h8d14728_0 + 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 arch: x86_64 + platform: osx + license: LGPL-2.1 and GPL-2.0 + size: 238119 + timestamp: 1660346964847 +- kind: conda + name: xz + version: 5.2.6 + build: h8d14728_0 subdir: win-64 - build_number: 0 + 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 + arch: x86_64 + platform: win license: LGPL-2.1 and GPL-2.0 size: 217804 timestamp: 1660346976440 -- name: yaml +- kind: conda + name: yaml version: 0.2.5 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=9.4.0' - url: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 - hash: - md5: 4cb3ad778ec2d5a7acbdf254eb1c42ae - sha256: a4e34c710eeb26945bdbdaba82d3d74f60a78f54a874ec10d373811a5d217535 - optional: false - category: main - build: h7f98852_2 - arch: x86_64 - subdir: linux-64 + build: h0d85af4_2 build_number: 2 - license: MIT - license_family: MIT - size: 89141 - timestamp: 1641346969816 -- name: yaml - version: 0.2.5 - manager: conda - platform: osx-64 - dependencies: {} + subdir: osx-64 url: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 - hash: - md5: d7e08fcf8259d742156188e8762b4d20 - sha256: 5301417e2c8dea45b401ffee8df3957d2447d4ce80c83c5ff151fc6bfe1c4148 - optional: false - category: main - build: h0d85af4_2 + sha256: 5301417e2c8dea45b401ffee8df3957d2447d4ce80c83c5ff151fc6bfe1c4148 + md5: d7e08fcf8259d742156188e8762b4d20 arch: x86_64 - subdir: osx-64 - build_number: 2 + platform: osx license: MIT license_family: MIT size: 84237 timestamp: 1641347062780 -- name: yaml +- kind: conda + name: yaml version: 0.2.5 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2 - hash: - md5: 4bb3f014845110883a3c5ee811fd84b4 - sha256: 93181a04ba8cfecfdfb162fc958436d868cc37db504c58078eab4c1a3e57fbb7 - optional: false - category: main build: h3422bc3_2 - arch: aarch64 + build_number: 2 subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2 + sha256: 93181a04ba8cfecfdfb162fc958436d868cc37db504c58078eab4c1a3e57fbb7 + md5: 4bb3f014845110883a3c5ee811fd84b4 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 88016 + timestamp: 1641347076660 +- kind: conda + name: yaml + version: 0.2.5 + build: h7f98852_2 build_number: 2 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 + sha256: a4e34c710eeb26945bdbdaba82d3d74f60a78f54a874ec10d373811a5d217535 + md5: 4cb3ad778ec2d5a7acbdf254eb1c42ae + depends: + - libgcc-ng >=9.4.0 + arch: x86_64 + platform: linux license: MIT license_family: MIT - size: 88016 - timestamp: 1641347076660 -- name: yaml + size: 89141 + timestamp: 1641346969816 +- kind: conda + name: yaml version: 0.2.5 - manager: conda - platform: win-64 - dependencies: - vc: '>=14.1,<15.0a0' - vs2015_runtime: '>=14.16.27012' - url: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h8ffe710_2.tar.bz2 - hash: - md5: adbfb9f45d1004a26763652246a33764 - sha256: 4e2246383003acbad9682c7c63178e2e715ad0eb84f03a8df1fbfba455dfedc5 - optional: false - category: main build: h8ffe710_2 - arch: x86_64 - subdir: win-64 build_number: 2 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h8ffe710_2.tar.bz2 + sha256: 4e2246383003acbad9682c7c63178e2e715ad0eb84f03a8df1fbfba455dfedc5 + md5: adbfb9f45d1004a26763652246a33764 + depends: + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + arch: x86_64 + platform: win license: MIT license_family: MIT size: 63274 timestamp: 1641347623319 -- name: yarn +- kind: conda + name: yarn version: 3.6.1 - manager: conda - platform: linux-64 - dependencies: - __unix: '*' - nodejs: '>=14.10.0' - url: https://conda.anaconda.org/conda-forge/noarch/yarn-3.6.1-h31011fe_0.conda - hash: - md5: f0d9aca286bae5be8b8979a75c73fce0 - sha256: 784af8993103c9d23756d5a57320cf4a72ba66867fa5e0baea9219f615c02aab - optional: false - category: main build: h31011fe_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/yarn-3.6.1-h31011fe_0.conda + sha256: 784af8993103c9d23756d5a57320cf4a72ba66867fa5e0baea9219f615c02aab + md5: f0d9aca286bae5be8b8979a75c73fce0 + depends: + - __unix * + - nodejs >=14.10.0 + arch: x86_64 + platform: linux license: BSD-2-Clause license_family: BSD - noarch: generic size: 807029 timestamp: 1688182050573 -- name: yarn +- kind: conda + name: yarn version: 3.6.1 - manager: conda - platform: osx-64 - dependencies: - __unix: '*' - nodejs: '>=14.10.0' - url: https://conda.anaconda.org/conda-forge/noarch/yarn-3.6.1-h31011fe_0.conda - hash: - md5: f0d9aca286bae5be8b8979a75c73fce0 - sha256: 784af8993103c9d23756d5a57320cf4a72ba66867fa5e0baea9219f615c02aab - optional: false - category: main build: h31011fe_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/yarn-3.6.1-h31011fe_0.conda + sha256: 784af8993103c9d23756d5a57320cf4a72ba66867fa5e0baea9219f615c02aab + md5: f0d9aca286bae5be8b8979a75c73fce0 + depends: + - __unix * + - nodejs >=14.10.0 + arch: x86_64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: generic size: 807029 timestamp: 1688182050573 -- name: yarn +- kind: conda + name: yarn version: 3.6.1 - manager: conda - platform: osx-arm64 - dependencies: - __unix: '*' - nodejs: '>=14.10.0' - url: https://conda.anaconda.org/conda-forge/noarch/yarn-3.6.1-h31011fe_0.conda - hash: - md5: f0d9aca286bae5be8b8979a75c73fce0 - sha256: 784af8993103c9d23756d5a57320cf4a72ba66867fa5e0baea9219f615c02aab - optional: false - category: main build: h31011fe_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/yarn-3.6.1-h31011fe_0.conda + sha256: 784af8993103c9d23756d5a57320cf4a72ba66867fa5e0baea9219f615c02aab + md5: f0d9aca286bae5be8b8979a75c73fce0 + depends: + - __unix * + - nodejs >=14.10.0 + arch: aarch64 + platform: osx license: BSD-2-Clause license_family: BSD - noarch: generic size: 807029 timestamp: 1688182050573 -- name: yarn +- kind: conda + name: yarn version: 3.6.1 - manager: conda - platform: win-64 - dependencies: - __win: '*' - nodejs: '>=14.10.0' - url: https://conda.anaconda.org/conda-forge/noarch/yarn-3.6.1-h5737063_0.conda - hash: - md5: 2a11c0aa5244fba1fa592dd0f5bef49f - sha256: 6fac221f9e188600558d8d97b10f3a1f239579aec73db41fb00934c10d011818 - optional: false - category: main build: h5737063_0 - arch: x86_64 subdir: win-64 - build_number: 0 + noarch: generic + url: https://conda.anaconda.org/conda-forge/noarch/yarn-3.6.1-h5737063_0.conda + sha256: 6fac221f9e188600558d8d97b10f3a1f239579aec73db41fb00934c10d011818 + md5: 2a11c0aa5244fba1fa592dd0f5bef49f + depends: + - __win * + - nodejs >=14.10.0 + arch: x86_64 + platform: win license: BSD-2-Clause license_family: BSD - noarch: generic size: 808466 timestamp: 1688182120492 -- name: zeromq - version: 4.3.5 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libsodium: '>=1.0.18,<1.0.19.0a0' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h59595ed_0.conda - hash: - md5: 8851084c192dbc56215ac4e3c9aa30fa - sha256: 53bf2a18224406e9806adb3b270a2c8a028aca0c89bd40114a85d6446f5c98d1 - optional: false - category: main - build: h59595ed_0 - arch: x86_64 - subdir: linux-64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - size: 343455 - timestamp: 1697056638125 -- name: zeromq - version: 4.3.5 - manager: conda - platform: osx-64 - dependencies: - __osx: '>=10.9' - libcxx: '>=16.0.6' - libsodium: '>=1.0.18,<1.0.19.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-h93d8f39_0.conda - hash: - md5: 4c055e46b394be36681fe476c1e2ee6e - sha256: 19be553b3cc8352b6e842134b8de66ae39fcae80bc575c203076370faab6009c - optional: false - category: main - build: h93d8f39_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: MPL-2.0 - license_family: MOZILLA - size: 294253 - timestamp: 1697057208271 -- name: zeromq +- kind: conda + name: zeromq version: 4.3.4 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=11.1.0' - libsodium: '>=1.0.18,<1.0.19.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.4-hbdafb3b_1.tar.bz2 - hash: - md5: 49132c08da6545dc68351ff8b659ac8e - sha256: b65624f1e22f095223462807c417001b18ec17ef33a3c7065a19429f4cd42193 - optional: false - category: main build: hbdafb3b_1 - arch: aarch64 - subdir: osx-arm64 build_number: 1 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zeromq-4.3.4-hbdafb3b_1.tar.bz2 + sha256: b65624f1e22f095223462807c417001b18ec17ef33a3c7065a19429f4cd42193 + md5: 49132c08da6545dc68351ff8b659ac8e + depends: + - libcxx >=11.1.0 + - libsodium >=1.0.18,<1.0.19.0a0 + arch: aarch64 + platform: osx license: LGPL-3.0-or-later license_family: LGPL size: 318091 timestamp: 1629967291905 -- name: zeromq +- kind: conda + name: zeromq + version: 4.3.5 + build: h59595ed_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h59595ed_0.conda + sha256: 53bf2a18224406e9806adb3b270a2c8a028aca0c89bd40114a85d6446f5c98d1 + md5: 8851084c192dbc56215ac4e3c9aa30fa + depends: + - libgcc-ng >=12 + - libsodium >=1.0.18,<1.0.19.0a0 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux + license: MPL-2.0 + license_family: MOZILLA + size: 343455 + timestamp: 1697056638125 +- kind: conda + name: zeromq version: 4.3.5 - manager: conda - platform: win-64 - dependencies: - libsodium: '>=1.0.18,<1.0.19.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-h63175ca_0.conda - hash: - md5: e954e1881091405f36416f772292b396 - sha256: f8377793c36e19da17bbb8cf517f1a969b89e1cc7cb9622dc6d60c3d1383c919 - optional: false - category: main build: h63175ca_0 - arch: x86_64 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-h63175ca_0.conda + sha256: f8377793c36e19da17bbb8cf517f1a969b89e1cc7cb9622dc6d60c3d1383c919 + md5: e954e1881091405f36416f772292b396 + depends: + - libsodium >=1.0.18,<1.0.19.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: MPL-2.0 license_family: MOZILLA size: 4210250 timestamp: 1697057168534 -- name: zfp +- kind: conda + name: zeromq + version: 4.3.5 + build: h93d8f39_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-h93d8f39_0.conda + sha256: 19be553b3cc8352b6e842134b8de66ae39fcae80bc575c203076370faab6009c + md5: 4c055e46b394be36681fe476c1e2ee6e + depends: + - __osx >=10.9 + - libcxx >=16.0.6 + - libsodium >=1.0.18,<1.0.19.0a0 + arch: x86_64 + platform: osx + license: MPL-2.0 + license_family: MOZILLA + size: 294253 + timestamp: 1697057208271 +- kind: conda + name: zfp version: 1.0.0 - manager: conda - platform: linux-64 - dependencies: - _openmp_mutex: '>=4.5' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.0-h59595ed_4.conda - hash: - md5: 9cfbafab420f42b572f3c032ad59da85 - sha256: 9ab5aa62493ebe544514783a9a05b933eb3c9f2bc51ace9be8aa91e875a8387c - optional: false - category: main build: h59595ed_4 - arch: x86_64 - subdir: linux-64 build_number: 4 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/zfp-1.0.0-h59595ed_4.conda + sha256: 9ab5aa62493ebe544514783a9a05b933eb3c9f2bc51ace9be8aa91e875a8387c + md5: 9cfbafab420f42b572f3c032ad59da85 + depends: + - _openmp_mutex >=4.5 + - libgcc-ng >=12 + - libstdcxx-ng >=12 + arch: x86_64 + platform: linux license: BSD-3-Clause license_family: BSD size: 277968 timestamp: 1696180838295 -- name: zfp +- kind: conda + name: zfp version: 1.0.0 - manager: conda - platform: osx-64 - dependencies: - libcxx: '>=15.0.7' - llvm-openmp: '>=15.0.7' - url: https://conda.anaconda.org/conda-forge/osx-64/zfp-1.0.0-hf3d7188_4.conda - hash: - md5: 1e9e26329672eefd5a977bb093d09fad - sha256: 04b06696df37ce481d0b217fb45f07ceb3da28946c1a6524366298bc40aeb53e - optional: false - category: main - build: hf3d7188_4 - arch: x86_64 - subdir: osx-64 + build: h63175ca_4 build_number: 4 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/zfp-1.0.0-h63175ca_4.conda + sha256: eb9924342d3d92f52e96ab0dbdf35eba23051cd06e19b5f0d9bbd68e4964bbbf + md5: 6815aea2add93c4c2b084c5456e7e5e9 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + arch: x86_64 + platform: win license: BSD-3-Clause license_family: BSD - size: 223526 - timestamp: 1696181020186 -- name: zfp + size: 237116 + timestamp: 1696181277794 +- kind: conda + name: zfp version: 1.0.0 - manager: conda - platform: osx-arm64 - dependencies: - libcxx: '>=14.0.4' - llvm-openmp: '>=14.0.4' - url: https://conda.anaconda.org/conda-forge/osx-arm64/zfp-1.0.0-hb6e4faa_3.tar.bz2 - hash: - md5: 668bf82de13c927b3dafc0e407f34d04 - sha256: 1b8ee8a8371e8971c680699ce896cfd047066cc6bb429fc3d85dd23508a22ebf - optional: false - category: main build: hb6e4faa_3 - arch: aarch64 - subdir: osx-arm64 build_number: 3 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zfp-1.0.0-hb6e4faa_3.tar.bz2 + sha256: 1b8ee8a8371e8971c680699ce896cfd047066cc6bb429fc3d85dd23508a22ebf + md5: 668bf82de13c927b3dafc0e407f34d04 + depends: + - libcxx >=14.0.4 + - llvm-openmp >=14.0.4 + arch: aarch64 + platform: osx license: BSD-3-Clause license_family: BSD size: 251236 timestamp: 1666811112845 -- name: zfp +- kind: conda + name: zfp version: 1.0.0 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/zfp-1.0.0-h63175ca_4.conda - hash: - md5: 6815aea2add93c4c2b084c5456e7e5e9 - sha256: eb9924342d3d92f52e96ab0dbdf35eba23051cd06e19b5f0d9bbd68e4964bbbf - optional: false - category: main - build: h63175ca_4 - arch: x86_64 - subdir: win-64 + build: hf3d7188_4 build_number: 4 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/zfp-1.0.0-hf3d7188_4.conda + sha256: 04b06696df37ce481d0b217fb45f07ceb3da28946c1a6524366298bc40aeb53e + md5: 1e9e26329672eefd5a977bb093d09fad + depends: + - libcxx >=15.0.7 + - llvm-openmp >=15.0.7 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD - size: 237116 - timestamp: 1696181277794 -- name: zipp + size: 223526 + timestamp: 1696181020186 +- kind: conda + name: zipp + version: 3.16.2 + build: pyhd8ed1ab_0 + subdir: osx-arm64 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.16.2-pyhd8ed1ab_0.conda + sha256: 16d72127e150a3d5cbdc0b82c4069ef5be135c64bc99e71e7928507910669b41 + md5: 2da0451b54c4563c32490cb1b7cf68a1 + depends: + - python >=3.8 + arch: aarch64 + platform: osx + license: MIT + license_family: MIT + size: 18783 + timestamp: 1689374602448 +- kind: conda + name: zipp version: 3.17.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda - hash: - md5: 2e4d6bc0b14e10f895fc6791a7d9b26a - sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda + sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 + md5: 2e4d6bc0b14e10f895fc6791a7d9b26a + depends: + - python >=3.8 + arch: x86_64 + platform: linux license: MIT license_family: MIT - noarch: python size: 18954 timestamp: 1695255262261 -- name: zipp +- kind: conda + name: zipp version: 3.17.0 - manager: conda - platform: osx-64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda - hash: - md5: 2e4d6bc0b14e10f895fc6791a7d9b26a - sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 - optional: false - category: main build: pyhd8ed1ab_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + noarch: python + url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda + sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 + md5: 2e4d6bc0b14e10f895fc6791a7d9b26a + depends: + - python >=3.8 + arch: x86_64 + platform: osx license: MIT license_family: MIT - noarch: python size: 18954 timestamp: 1695255262261 -- name: zipp - version: 3.16.2 - manager: conda - platform: osx-arm64 - dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.16.2-pyhd8ed1ab_0.conda - hash: - md5: 2da0451b54c4563c32490cb1b7cf68a1 - sha256: 16d72127e150a3d5cbdc0b82c4069ef5be135c64bc99e71e7928507910669b41 - optional: false - category: main +- kind: conda + name: zipp + version: 3.17.0 build: pyhd8ed1ab_0 - arch: aarch64 - subdir: osx-arm64 - build_number: 0 - license: MIT - license_family: MIT + subdir: win-64 noarch: python - size: 18783 - timestamp: 1689374602448 -- name: zipp - version: 3.17.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.8' url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda - hash: - md5: 2e4d6bc0b14e10f895fc6791a7d9b26a - sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 - optional: false - category: main - build: pyhd8ed1ab_0 + sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 + md5: 2e4d6bc0b14e10f895fc6791a7d9b26a + depends: + - python >=3.8 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: win license: MIT license_family: MIT - noarch: python size: 18954 timestamp: 1695255262261 -- name: zlib +- kind: conda + name: zlib version: 1.2.13 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libzlib: ==1.2.13 hd590300_5 - url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda - hash: - md5: 68c34ec6149623be41a1933ab996a209 - sha256: 9887a04d7e7cb14bd2b52fa01858f05a6d7f002c890f618d9fcd864adbfecb1b - optional: false - category: main - build: hd590300_5 - arch: x86_64 - subdir: linux-64 + build: h53f4e23_5 build_number: 5 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-h53f4e23_5.conda + sha256: de0ee1e24aa6867058d3b852a15c8d7f49f262f5828772700c647186d4a96bbe + md5: a08383f223b10b71492d27566fafbf6c + depends: + - libzlib ==1.2.13 h53f4e23_5 + arch: aarch64 + platform: osx license: Zlib license_family: Other - size: 92825 - timestamp: 1686575231103 -- name: zlib + size: 79577 + timestamp: 1686575471024 +- kind: conda + name: zlib version: 1.2.13 - manager: conda - platform: osx-64 - dependencies: - libzlib: ==1.2.13 h8a1eda9_5 - url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda - hash: - md5: 75a8a98b1c4671c5d2897975731da42d - sha256: d1f4c82fd7bd240a78ce8905e931e68dca5f523c7da237b6b63c87d5625c5b35 - optional: false - category: main build: h8a1eda9_5 - arch: x86_64 - subdir: osx-64 build_number: 5 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda + sha256: d1f4c82fd7bd240a78ce8905e931e68dca5f523c7da237b6b63c87d5625c5b35 + md5: 75a8a98b1c4671c5d2897975731da42d + depends: + - libzlib ==1.2.13 h8a1eda9_5 + arch: x86_64 + platform: osx license: Zlib license_family: Other size: 90764 timestamp: 1686575574678 -- name: zlib +- kind: conda + name: zlib version: 1.2.13 - manager: conda - platform: osx-arm64 - dependencies: - libzlib: ==1.2.13 h53f4e23_5 - url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-h53f4e23_5.conda - hash: - md5: a08383f223b10b71492d27566fafbf6c - sha256: de0ee1e24aa6867058d3b852a15c8d7f49f262f5828772700c647186d4a96bbe - optional: false - category: main - build: h53f4e23_5 - arch: aarch64 - subdir: osx-arm64 + build: hd590300_5 build_number: 5 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda + sha256: 9887a04d7e7cb14bd2b52fa01858f05a6d7f002c890f618d9fcd864adbfecb1b + md5: 68c34ec6149623be41a1933ab996a209 + depends: + - libgcc-ng >=12 + - libzlib ==1.2.13 hd590300_5 + arch: x86_64 + platform: linux license: Zlib license_family: Other - size: 79577 - timestamp: 1686575471024 -- name: zlib-ng + size: 92825 + timestamp: 1686575231103 +- kind: conda + name: zlib-ng version: 2.0.7 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.0.7-h0b41bf4_0.conda - hash: - md5: 49e8329110001f04923fe7e864990b0c - sha256: 6b3a22b7cc219e8d83f16c1ceba67aa51e0b7e3bcc4a647b97a0a510559b0477 - optional: false - category: main build: h0b41bf4_0 - arch: x86_64 subdir: linux-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/linux-64/zlib-ng-2.0.7-h0b41bf4_0.conda + sha256: 6b3a22b7cc219e8d83f16c1ceba67aa51e0b7e3bcc4a647b97a0a510559b0477 + md5: 49e8329110001f04923fe7e864990b0c + depends: + - libgcc-ng >=12 + arch: x86_64 + platform: linux license: Zlib license_family: Other size: 94553 timestamp: 1679094841423 -- name: zlib-ng - version: 2.0.7 - manager: conda - platform: osx-64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-64/zlib-ng-2.0.7-hb7f2c08_0.conda - hash: - md5: 813b5ad3ba92b75b84f40602b6d34ffb - sha256: 701bf17f3e22c7ba24ca547ccf4b2b5b4b58eda579ddaf68c0571427b10aa366 - optional: false - category: main - build: hb7f2c08_0 - arch: x86_64 - subdir: osx-64 - build_number: 0 - license: Zlib - license_family: Other - size: 93171 - timestamp: 1679095009343 -- name: zlib-ng +- kind: conda + name: zlib-ng version: 2.0.7 - manager: conda - platform: osx-arm64 - dependencies: {} - url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-ng-2.0.7-h1a8c8d9_0.conda - hash: - md5: 4852d8981e833f34c8ed32e4fb8e103b - sha256: c526e4b6351e351c89ed0c60ca43b9f04668363a58e355583dc7701efb4fca89 - optional: false - category: main build: h1a8c8d9_0 - arch: aarch64 subdir: osx-arm64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-ng-2.0.7-h1a8c8d9_0.conda + sha256: c526e4b6351e351c89ed0c60ca43b9f04668363a58e355583dc7701efb4fca89 + md5: 4852d8981e833f34c8ed32e4fb8e103b + arch: aarch64 + platform: osx license: Zlib license_family: Other size: 84057 timestamp: 1679095058609 -- name: zlib-ng +- kind: conda + name: zlib-ng version: 2.0.7 - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vs2015_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/zlib-ng-2.0.7-hcfcfb64_0.conda - hash: - md5: c72bb979d406650d3a78743ff888c451 - sha256: 61a4e4c209f04d3f426213a187686262ebc2dccac9a97a0743c2ebbf6e3e3dd8 - optional: false - category: main - build: hcfcfb64_0 + build: hb7f2c08_0 + subdir: osx-64 + url: https://conda.anaconda.org/conda-forge/osx-64/zlib-ng-2.0.7-hb7f2c08_0.conda + sha256: 701bf17f3e22c7ba24ca547ccf4b2b5b4b58eda579ddaf68c0571427b10aa366 + md5: 813b5ad3ba92b75b84f40602b6d34ffb arch: x86_64 + platform: osx + license: Zlib + license_family: Other + size: 93171 + timestamp: 1679095009343 +- kind: conda + name: zlib-ng + version: 2.0.7 + build: hcfcfb64_0 subdir: win-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/win-64/zlib-ng-2.0.7-hcfcfb64_0.conda + sha256: 61a4e4c209f04d3f426213a187686262ebc2dccac9a97a0743c2ebbf6e3e3dd8 + md5: c72bb979d406650d3a78743ff888c451 + depends: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vs2015_runtime >=14.29.30139 + arch: x86_64 + platform: win license: Zlib license_family: Other size: 90788 timestamp: 1679095380986 -- name: zstd +- kind: conda + name: zstd + version: 1.5.2 + build: h4f39d0f_7 + build_number: 7 + subdir: osx-arm64 + url: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.2-h4f39d0f_7.conda + sha256: d51d2225da473689dcb5d633f3b60ab60beff74d29a380142da4b684db98dd56 + md5: ac4a17e2fb251cbf3bce3aec64668ef2 + depends: + - libzlib >=1.2.13,<1.3.0a0 + arch: aarch64 + platform: osx + license: BSD-3-Clause + license_family: BSD + size: 317319 + timestamp: 1688722265582 +- kind: conda + name: zstd version: 1.5.5 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda - hash: - md5: 04b88013080254850d6c01ed54810589 - sha256: 607cbeb1a533be98ba96cf5cdf0ddbb101c78019f1fda063261871dad6248609 - optional: false - category: main - build: hfc55251_0 + build: h12be248_0 + subdir: win-64 + url: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.5-h12be248_0.conda + sha256: d540dd56c5ec772b60e4ce7d45f67f01c6614942225885911964ea1e70bb99e3 + md5: 792bb5da68bf0a6cac6a6072ecb8dbeb + depends: + - libzlib >=1.2.13,<1.3.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 arch: x86_64 - subdir: linux-64 - build_number: 0 + platform: win license: BSD-3-Clause license_family: BSD - size: 545199 - timestamp: 1693151163452 -- name: zstd + size: 343428 + timestamp: 1693151615801 +- kind: conda + name: zstd version: 1.5.5 - manager: conda - platform: osx-64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda - hash: - md5: 80abc41d0c48b82fe0f04e7f42f5cb7e - sha256: d54e31d3d8de5e254c0804abd984807b8ae5cd3708d758a8bf1adff1f5df166c - optional: false - category: main build: h829000d_0 - arch: x86_64 subdir: osx-64 - build_number: 0 + url: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda + sha256: d54e31d3d8de5e254c0804abd984807b8ae5cd3708d758a8bf1adff1f5df166c + md5: 80abc41d0c48b82fe0f04e7f42f5cb7e + depends: + - libzlib >=1.2.13,<1.3.0a0 + arch: x86_64 + platform: osx license: BSD-3-Clause license_family: BSD size: 499383 timestamp: 1693151312586 -- name: zstd - version: 1.5.2 - manager: conda - platform: osx-arm64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - url: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.2-h4f39d0f_7.conda - hash: - md5: ac4a17e2fb251cbf3bce3aec64668ef2 - sha256: d51d2225da473689dcb5d633f3b60ab60beff74d29a380142da4b684db98dd56 - optional: false - category: main - build: h4f39d0f_7 - arch: aarch64 - subdir: osx-arm64 - build_number: 7 - license: BSD-3-Clause - license_family: BSD - size: 317319 - timestamp: 1688722265582 -- name: zstd +- kind: conda + name: zstd version: 1.5.5 - manager: conda - platform: win-64 - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.5-h12be248_0.conda - hash: - md5: 792bb5da68bf0a6cac6a6072ecb8dbeb - sha256: d540dd56c5ec772b60e4ce7d45f67f01c6614942225885911964ea1e70bb99e3 - optional: false - category: main - build: h12be248_0 + build: hfc55251_0 + subdir: linux-64 + url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda + sha256: 607cbeb1a533be98ba96cf5cdf0ddbb101c78019f1fda063261871dad6248609 + md5: 04b88013080254850d6c01ed54810589 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 arch: x86_64 - subdir: win-64 - build_number: 0 + platform: linux license: BSD-3-Clause license_family: BSD - size: 343428 - timestamp: 1693151615801 -version: 1 + size: 545199 + timestamp: 1693151163452 diff --git a/pixi.toml b/pixi.toml index d6e3f09b..e01baca3 100644 --- a/pixi.toml +++ b/pixi.toml @@ -41,7 +41,7 @@ test-rs = { cmd = "cargo test --workspace --exclude vegafusion-python-embed --ex # Build Wasm install-wasm-toolchain = "python automation/download_rust_target.py wasm32-unknown-unknown" -install-wasm-pack = "export CARGO_HOME=$PIXI_PACKAGE_ROOT/.pixi/env && cargo install wasm-pack" +install-wasm-pack = "export CARGO_HOME=$PIXI_PROJECT_ROOT/.pixi/envs/default && cargo install wasm-pack" build-wasm = { cmd = "cd vegafusion-wasm && npm install && wasm-pack build --release && cp package.json pkg/", depends_on = ["install-wasm-toolchain", "install-wasm-pack"] } pack-wasm = { cmd = "cd vegafusion-wasm && wasm-pack pack", depends_on=["build-wasm"] } @@ -120,7 +120,6 @@ tenacity = "8.2.3.*" pytest-cov = "4.1.0.*" flaky = "3.7.0.*" vega_datasets = "0.9.0.*" -rust = "1.71.1.*" jupytext = "1.15.0.*" openjdk = "20.0.0.*" build = "0.7.0.*" @@ -135,7 +134,7 @@ pandas = "2.0.3.*" altair = "5.1.1.*" protobuf = "4.23.3.*" ipywidgets = "8.1.0.*" -rust = "1.72.*" +rust = "1.75.*" vl-convert-python = "1.0.1rc1" [target.osx-arm64.build-dependencies] From c0bd73239b2eec5bcac1181506471ca1dc33b3a8 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Thu, 8 Feb 2024 13:56:54 -0500 Subject: [PATCH 6/8] Updates for pixi 0.13 on CI --- .github/workflows/build_test.yml | 46 ++++++++++++++++---------------- .github/workflows/java.yml | 20 +++++++------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index a77c418c..412d8580 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -8,9 +8,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 cache: true - name: Cache uses: actions/cache@v3 @@ -39,9 +39,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: @@ -68,9 +68,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: @@ -156,9 +156,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: @@ -183,9 +183,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: @@ -210,9 +210,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: @@ -238,9 +238,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: @@ -265,9 +265,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: @@ -400,9 +400,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: @@ -452,9 +452,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: @@ -561,7 +561,7 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: pixi-version: v0.13.0 - name: Cache @@ -593,7 +593,7 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: pixi-version: v0.13.0 - name: Cache @@ -624,7 +624,7 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: pixi-version: v0.13.0 - name: Cache diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 537ddcd6..0bb3a331 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -8,9 +8,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: @@ -37,9 +37,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: @@ -66,9 +66,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: @@ -99,9 +99,9 @@ jobs: # uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 ## # Using pixi action here results in error on cleanup: ## # EBUSY: resource busy or locked, unlink 'D:\a\vegafusion\vegafusion\.pixi\env\Library\lib\jvm\lib\modules' -## - uses: prefix-dev/setup-pixi@v0.4.1 +## - uses: prefix-dev/setup-pixi@v0.5.1 ## with: -## pixi-version: v0.7.0 +## pixi-version: v0.13.0 ## # So use manual install for now # - name: Install pixi # run: | @@ -139,9 +139,9 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.4.1 + - uses: prefix-dev/setup-pixi@v0.5.1 with: - pixi-version: v0.7.0 + pixi-version: v0.13.0 - name: Cache uses: actions/cache@v3 with: From a88f938f88166e88f62f97f4efbd768e51bd59aa Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Thu, 8 Feb 2024 14:47:33 -0500 Subject: [PATCH 7/8] Comment java build --- .github/workflows/java.yml | 318 +++++++++++++++--------------- vegafusion-wasm/package-lock.json | 4 +- 2 files changed, 161 insertions(+), 161 deletions(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 0bb3a331..56d93c86 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -1,96 +1,96 @@ -name: java -on: - pull_request: - types: [ opened, synchronize ] -jobs: - build-test-java-linux-64: - runs-on: ubuntu-20.04 - steps: - - name: Check out repository code - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.5.1 - with: - pixi-version: v0.13.0 - - name: Cache - uses: actions/cache@v3 - with: - key: ${{ runner.os }}-${{ hashFiles('pixi.lock', 'Cargo.lock') }}-build-test-java-linux-64 - path: | - ~/.cargo - target - .pixi - - name: Test Java - run: pixi run test-java - - name: Copy native lib - run: | - mkdir -p native/linux-64 - cp target/release/libvegafusion_jni.so native/linux-64 - - name: Upload artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2 - with: - name: jni-native - path: | - native - - build-test-java-osx-64: - runs-on: macos-11 - steps: - - name: Check out repository code - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.5.1 - with: - pixi-version: v0.13.0 - - name: Cache - uses: actions/cache@v3 - with: - key: ${{ runner.os }}-${{ hashFiles('pixi.lock', 'Cargo.lock') }}-build-test-java-osx-64 - path: | - ~/.cargo - target - .pixi - - name: Test Java - run: pixi run test-java - - name: Copy native lib - run: | - mkdir -p native/osx-64 - cp target/release/libvegafusion_jni.dylib native/osx-64 - - name: Upload artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2 - with: - name: jni-native - path: | - native - - build-java-osx-arm64: - runs-on: macos-11 - steps: - - name: Check out repository code - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.5.1 - with: - pixi-version: v0.13.0 - - name: Cache - uses: actions/cache@v3 - with: - key: ${{ runner.os }}-${{ hashFiles('pixi.lock', 'Cargo.lock') }}-build-java-osx-arm64 - path: | - ~/.cargo - target - .pixi - - name: Build jni library - run: | - pixi run python automation/download_rust_target.py aarch64-apple-darwin - pixi run build-jni --target aarch64-apple-darwin - - name: Copy native lib - run: | - mkdir -p native/osx-arm64 - cp target/aarch64-apple-darwin/release/libvegafusion_jni.dylib native/osx-arm64 - - name: Upload artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2 - with: - name: jni-native - path: | - native +#name: java +#on: +# pull_request: +# types: [ opened, synchronize ] +#jobs: +# build-test-java-linux-64: +# runs-on: ubuntu-20.04 +# steps: +# - name: Check out repository code +# uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 +# - uses: prefix-dev/setup-pixi@v0.5.1 +# with: +# pixi-version: v0.13.0 +# - name: Cache +# uses: actions/cache@v3 +# with: +# key: ${{ runner.os }}-${{ hashFiles('pixi.lock', 'Cargo.lock') }}-build-test-java-linux-64 +# path: | +# ~/.cargo +# target +# .pixi +# - name: Test Java +# run: pixi run test-java +# - name: Copy native lib +# run: | +# mkdir -p native/linux-64 +# cp target/release/libvegafusion_jni.so native/linux-64 +# - name: Upload artifacts +# uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2 +# with: +# name: jni-native +# path: | +# native +# +# build-test-java-osx-64: +# runs-on: macos-11 +# steps: +# - name: Check out repository code +# uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 +# - uses: prefix-dev/setup-pixi@v0.5.1 +# with: +# pixi-version: v0.13.0 +# - name: Cache +# uses: actions/cache@v3 +# with: +# key: ${{ runner.os }}-${{ hashFiles('pixi.lock', 'Cargo.lock') }}-build-test-java-osx-64 +# path: | +# ~/.cargo +# target +# .pixi +# - name: Test Java +# run: pixi run test-java +# - name: Copy native lib +# run: | +# mkdir -p native/osx-64 +# cp target/release/libvegafusion_jni.dylib native/osx-64 +# - name: Upload artifacts +# uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2 +# with: +# name: jni-native +# path: | +# native +# +# build-java-osx-arm64: +# runs-on: macos-11 +# steps: +# - name: Check out repository code +# uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 +# - uses: prefix-dev/setup-pixi@v0.5.1 +# with: +# pixi-version: v0.13.0 +# - name: Cache +# uses: actions/cache@v3 +# with: +# key: ${{ runner.os }}-${{ hashFiles('pixi.lock', 'Cargo.lock') }}-build-java-osx-arm64 +# path: | +# ~/.cargo +# target +# .pixi +# - name: Build jni library +# run: | +# pixi run python automation/download_rust_target.py aarch64-apple-darwin +# pixi run build-jni --target aarch64-apple-darwin +# - name: Copy native lib +# run: | +# mkdir -p native/osx-arm64 +# cp target/aarch64-apple-darwin/release/libvegafusion_jni.dylib native/osx-arm64 +# - name: Upload artifacts +# uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2 +# with: +# name: jni-native +# path: | +# native # build-test-java-win-64: # runs-on: windows-2022 @@ -128,69 +128,69 @@ jobs: # name: jni-native # path: | # native - - build-jar: - runs-on: ubuntu-20.04 - needs: - - build-test-java-linux-64 - - build-test-java-osx-64 - - build-java-osx-arm64 -# - build-test-java-win-64 - steps: - - name: Check out repository code - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 - - uses: prefix-dev/setup-pixi@v0.5.1 - with: - pixi-version: v0.13.0 - - name: Cache - uses: actions/cache@v3 - with: - key: ${{ runner.os }}-${{ hashFiles('pixi.lock', 'Cargo.lock') }}-build-jar - path: | - .pixi - - name: Download jni libs - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # pin@v3.0.2 - with: - name: jni-native - path: jni-native - - name: Build jar - run: | - export VEGAFUSION_JNI_LIBRARIES=/home/runner/work/vegafusion/vegafusion/jni-native - pixi run build-jar - - name: Upload jar - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2 - with: - name: jar - path: | - java/lib/build/libs/vegafusion-*.jar - - try-jar: - strategy: - fail-fast: false - matrix: - os: - - ubuntu-20.04 - - macos-11 -# - windows-2022 - runs-on: ${{ matrix.os }} - needs: [ build-jar ] - steps: - - name: Install Java - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # pin@v3 - with: - distribution: 'temurin' - java-version: '17' - - name: Download jar - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # pin@v3.0.2 - with: - name: jar - path: . - - name: Run jar (non-Windows) - if: ${{ runner.os != 'Windows' }} - run: | - java -jar vegafusion-*.jar - - name: Run jar (Windows) - if: ${{ runner.os == 'Windows' }} - run: | - $jarFile = Get-ChildItem -Path .\ -Filter "vegafusion-*.jar" | Select-Object -First 1 - java -jar $jarFile +# +# build-jar: +# runs-on: ubuntu-20.04 +# needs: +# - build-test-java-linux-64 +# - build-test-java-osx-64 +# - build-java-osx-arm64 +## - build-test-java-win-64 +# steps: +# - name: Check out repository code +# uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3.5.2 +# - uses: prefix-dev/setup-pixi@v0.5.1 +# with: +# pixi-version: v0.13.0 +# - name: Cache +# uses: actions/cache@v3 +# with: +# key: ${{ runner.os }}-${{ hashFiles('pixi.lock', 'Cargo.lock') }}-build-jar +# path: | +# .pixi +# - name: Download jni libs +# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # pin@v3.0.2 +# with: +# name: jni-native +# path: jni-native +# - name: Build jar +# run: | +# export VEGAFUSION_JNI_LIBRARIES=/home/runner/work/vegafusion/vegafusion/jni-native +# pixi run build-jar +# - name: Upload jar +# uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2 +# with: +# name: jar +# path: | +# java/lib/build/libs/vegafusion-*.jar +# +# try-jar: +# strategy: +# fail-fast: false +# matrix: +# os: +# - ubuntu-20.04 +# - macos-11 +## - windows-2022 +# runs-on: ${{ matrix.os }} +# needs: [ build-jar ] +# steps: +# - name: Install Java +# uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # pin@v3 +# with: +# distribution: 'temurin' +# java-version: '17' +# - name: Download jar +# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # pin@v3.0.2 +# with: +# name: jar +# path: . +# - name: Run jar (non-Windows) +# if: ${{ runner.os != 'Windows' }} +# run: | +# java -jar vegafusion-*.jar +# - name: Run jar (Windows) +# if: ${{ runner.os == 'Windows' }} +# run: | +# $jarFile = Get-ChildItem -Path .\ -Filter "vegafusion-*.jar" | Select-Object -First 1 +# java -jar $jarFile diff --git a/vegafusion-wasm/package-lock.json b/vegafusion-wasm/package-lock.json index ddc81ede..cce48e7f 100644 --- a/vegafusion-wasm/package-lock.json +++ b/vegafusion-wasm/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "vegafusion-wasm", - "version": "1.5.0", + "version": "1.6.4-rc1", "license": "BSD-3-Clause", "dependencies": { "bootstrap": "^5.1.3", @@ -1344,4 +1344,4 @@ } } } -} \ No newline at end of file +} From 194be4418c1c518e2636ab174a986153c0421b2d Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Thu, 8 Feb 2024 16:56:35 -0500 Subject: [PATCH 8/8] macos wheels are now 10.12 --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 412d8580..3db47b1e 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -349,7 +349,7 @@ jobs: run: | ls -la python -m pip install vegafusion-*.whl - python -m pip install vegafusion_python_embed-*macosx_10_7_x86_64.whl + python -m pip install vegafusion_python_embed-*macosx_10_*_x86_64.whl python -m pip install pytest vega-datasets polars duckdb vl-convert-python scikit-image pandas==2.0 python -m pip install pyarrow==10.0 altair==5.1.2 - name: Test vegafusion